* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
  width: 100%;
  max-width: 1920px;
  overflow: overlay;
  margin: 0 auto;
  background-color: #f5f5f5;
}

.whiteBack {
  background-color: #ffffff !important;
}

.blackBack {
  background-color: #000000 !important;
}

strong {
  font-weight: 500 !important;
}

a {
  color: #ff0000;
}

ul {
  list-style: none; /* Remove default bullets */
}
ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff0000;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: -1em;
  margin-right: 10px;
}
ul li ul, ul li ol {
  margin-left: 40px;
}

::-webkit-scrollbar {
  width: 19px;
  cursor: pointer;
}

::-webkit-scrollbar-thumb {
  border: 6px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 10px;
  background-color: darkgray;
}

::-webkit-scrollbar-thumb:hover {
  background-color: dimgray;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

.freeprivacypolicy-com---nb {
  background-color: #f5f5f5 !important;
  margin: 0 auto !important;
  bottom: 15px !important;
  left: 0 !important;
  right: 0 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 10px 12px !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-title {
  font-size: 14px !important;
  margin: 0 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-text {
  font-size: 12px !important;
  margin: 0 0 10px 0 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-reject {
  background-color: #ff0000 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-okagree, .freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-reject, .freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-changep {
  font-size: 12px !important;
  padding: 5px 10px !important;
}

.hamburger {
  display: none;
  width: 40px;
  background: transparent;
  font-size: 19pt;
  border: 0 none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  z-index: 1001;
  /*  Button height fix for Firefox */
}
.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}
.hamburger {
  /* Focus fix for Chrome */
}
.hamburger:focus {
  outline: 0;
}
.hamburger:before, .hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .icon, .hamburger:after {
  display: block;
  width: 100%;
  height: 3px;
  margin: 7px 0 7px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  border-radius: 0.05em;
  background: #ff0000;
  cursor: pointer;
}
.hamburger {
  /* Styles for the active '.hamburger' icon */
}
.hamburger.active:before, .hamburger.active .icon, .hamburger.active:after {
  background: #575756;
}
.hamburger {
  /* CLOSE/CANCEL/CROSS */
}
.hamburger.hamburger-cancel.active .icon {
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.hamburger.hamburger-cancel.active:before {
  -ms-transform: translateY(0.4em) rotate(135deg);
  -webkit-transform: translateY(0.4em) rotate(135deg);
  transform: translateY(0.4em) rotate(135deg);
}
.hamburger.hamburger-cancel.active:after {
  -ms-transform: translateY(-0.4em) rotate(-135deg);
  -webkit-transform: translateY(-0.4em) rotate(-135deg);
  transform: translateY(-0.4em) rotate(-135deg);
}

.navShow {
  right: 0px !important;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.captcha-container {
  font-size: 10px;
  margin: 5px 0px;
}

.customRow {
  width: 100%;
  height: 20px;
  max-width: 100%;
  max-height: 20px;
  background-image: url("/images/customRow.png");
  background-size: cover;
  background-color: #000000;
  background-position: center;
}

.mouseIcon {
  animation-name: mouseIconMove;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media (max-width: 900px) {
  .mouseIcon {
    display: none;
  }
}
@keyframes mouseIconMove {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateY(25px);
    opacity: 0;
  }
}

.sectionTitle {
  display: block;
  font-size: 67px;
  font-weight: 100;
  color: #ff0000;
  margin-bottom: 55px;
}
@media (max-width: 1500px) {
  .sectionTitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 900px) {
  .sectionTitle {
    margin-bottom: 10px;
    font-size: 45px;
  }
}
@media (max-width: 400px) {
  .sectionTitle {
    font-size: 34px;
  }
}

/* -------------------------------------------------------------------------------------- 2nd content */
header {
  max-width: 1920px;
}
header #head-container {
  width: 100%;
  max-width: 1920px;
  height: 100px;
  position: fixed;
  display: flex;
  z-index: 1000;
}
@media (max-width: 900px) {
  header #head-container {
    height: 75px;
  }
}
@media (max-width: 540px) {
  header #head-container {
    height: 55px;
  }
}
header #head-container #logo {
  background-color: #ffffff;
  position: relative;
  min-width: 37%;
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1500px) {
  header #head-container #logo {
    min-width: 500px;
  }
}
@media (max-width: 650px) {
  header #head-container #logo {
    min-width: unset;
    margin-left: 20px;
  }
}
header #head-container #logo #trapHeadBack {
  fill: #ffffff;
  position: absolute;
  z-index: 10;
  height: 100px;
  width: 104%;
  left: 0;
}
@media (max-width: 900px) {
  header #head-container #logo #trapHeadBack {
    height: 75px;
  }
}
@media (max-width: 540px) {
  header #head-container #logo #trapHeadBack {
    height: 55px;
  }
}
header #head-container #logo #homeLink {
  position: relative;
  z-index: 20;
  align-self: center;
  margin-left: 10%;
  top: calc(16px - 9px);
}
@media (max-width: 540px) {
  header #head-container #logo #homeLink {
    top: 2px;
  }
}
@media (max-width: 900px) {
  header #head-container #logo #homeLink img {
    max-height: 50px;
  }
}
@media (max-width: 540px) {
  header #head-container #logo #homeLink img {
    max-height: 38px;
  }
}
header #head-container #logo #motto {
  position: relative;
  z-index: 20;
  align-self: center;
  top: 16px;
  color: #575756;
  font-size: 16px;
  font-style: italic;
  max-width: 295px;
  max-height: 21px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  header #head-container #logo #motto {
    margin-left: 20px;
  }
}
@media (max-width: 900px) {
  header #head-container #logo #motto {
    font-size: 14px;
    top: 13px;
  }
}
@media (max-width: 650px) {
  header #head-container #logo #motto {
    display: none;
  }
}
header #head-container #nav-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: inherit;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  font-weight: 100;
}
@-moz-document url-prefix() {
  header #head-container #nav-container {
    background-color: #ffffff;
  }
}
header #head-container #nav-container nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: inherit;
  position: relative;
  top: 16px;
}
header #head-container #nav-container nav .menuLink {
  font-size: 17px;
  color: #575756;
  text-decoration: none;
}
header #head-container #nav-container nav .active {
  position: relative;
  font-weight: 500;
  padding: 0;
}
header #head-container #nav-container nav .active:after {
  content: "";
  width: 100%;
  height: 10px;
  bottom: -23px;
  display: block;
  position: absolute;
  background-color: #ff0000;
}
@media (max-width: 1500px) {
  header #head-container #nav-container nav .active:after {
    display: none;
  }
}
header #head-container #nav-container nav #langs-container {
  display: inline-flex;
}
header #head-container #nav-container nav #langs-container:after {
  content: "";
  display: block;
  border-bottom: 100px solid #ff0000;
  border-left: 19px solid transparent;
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 1px;
}
header #head-container #nav-container nav #langs-container .langLink {
  font-size: 17px;
  color: #575756;
  text-decoration: none;
}
header #head-container #nav-container nav #langs-container #activeLang {
  color: #ff0000;
  font-weight: 500;
}

.headerWithHamburger {
  margin: 0px auto;
  justify-content: center;
}
.headerWithHamburger .hamburger {
  display: block;
  position: relative;
  top: 35px;
  right: 45px;
  transition: ease-in-out 800ms;
  -webkit-transition: ease-in-out 800ms;
  -o-transition: ease-in-out 800ms;
}
@media (max-width: 900px) {
  .headerWithHamburger .hamburger {
    top: 24px;
  }
}
@media (max-width: 540px) {
  .headerWithHamburger .hamburger {
    top: 10px;
    right: 25px;
  }
}
.headerWithHamburger #head-container {
  width: 100%;
  background-color: #ffffff;
  justify-content: space-between;
}
.headerWithHamburger #head-container #nav-container {
  position: absolute;
  right: -500px;
  transition: 0.5s ease-out;
}
@media (max-width: 900px) {
  .headerWithHamburger #head-container #nav-container {
    right: -100vw;
  }
}
.headerWithHamburger #head-container #nav-container nav {
  width: 500px;
  height: 100vh;
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-left: 10px solid #ff0000;
}
@media (max-width: 900px) {
  .headerWithHamburger #head-container #nav-container nav {
    width: 100vw;
  }
}
.headerWithHamburger #head-container #nav-container nav .menuLink {
  font-size: 22px;
  color: #575756;
  margin: 8px 0px;
}
.headerWithHamburger #head-container #nav-container nav #homeIcon {
  position: absolute;
  top: 82px;
  right: 58px;
  transform: scale(1.5);
}
@media (max-width: 540px) {
  .headerWithHamburger #head-container #nav-container nav #homeIcon {
    top: 61px;
    right: 37px;
    transform: scale(1.4);
  }
}
.headerWithHamburger #head-container #nav-container nav #langs-container {
  position: absolute;
  top: 145px;
  right: 52px;
  margin: 0px;
}
@media (max-width: 540px) {
  .headerWithHamburger #head-container #nav-container nav #langs-container {
    top: 121px;
    right: 34px;
  }
}
.headerWithHamburger #head-container #nav-container nav #langs-container:after {
  display: none;
}
.headerWithHamburger #head-container #nav-container nav #langs-container .langLink {
  font-size: 22px;
}
@media (max-width: 540px) {
  .headerWithHamburger #head-container #nav-container nav #langs-container .langLink {
    font-size: 20px;
  }
}

.headerBackground {
  height: 100px;
  background-color: #ffffff;
}
@media (max-width: 900px) {
  .headerBackground {
    height: 75px;
  }
}
@media (max-width: 540px) {
  .headerBackground {
    height: 55px;
  }
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #575756;
  color: #ffffff;
  font-weight: 100;
}
footer .foot-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  footer .foot-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  footer .foot-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  footer .foot-container {
    padding: 25px 0 30px 0;
  }
}
footer .foot-container {
  width: 100%;
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 350px;
}
@media (max-width: 1350px) {
  footer .foot-container {
    max-height: 250px;
    padding: 15px 0;
  }
}
@media (max-width: 900px) {
  footer .foot-container {
    justify-content: center;
    max-height: fit-content;
  }
}
footer .foot-container .footTexts {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-self: flex-start;
  min-width: 500px;
}
@media (max-width: 1700px) {
  footer .foot-container .footTexts {
    min-width: 350px;
  }
}
@media (max-width: 1350px) {
  footer .foot-container .footTexts {
    min-width: 260px;
  }
}
@media (max-width: 900px) {
  footer .foot-container .footTexts {
    min-width: unset;
    align-items: center;
  }
}
footer .foot-container .footTexts .footLogo {
  display: flex;
  align-items: center;
  margin-bottom: 75px;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  footer .foot-container .footTexts .footLogo {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  footer .foot-container .footTexts .footLogo {
    margin-bottom: 50px;
  }
}
footer .foot-container .footTexts .footLogo span {
  position: relative;
  bottom: -10px;
}
footer .foot-container .footTexts .footLinks {
  margin-right: 10px;
}
footer .foot-container .footTexts .footLinks a {
  color: #ffffff;
  font-size: 16px;
}
footer .foot-container .footTexts .copyright {
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
}
footer .foot-container .footContact {
  font-size: 16px;
  margin-right: 15px;
  min-width: 150px;
}
@media (max-width: 1450px) {
  footer .foot-container .footContact {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  footer .foot-container .footContact {
    display: none;
  }
}
footer .foot-container .footContact strong {
  font-weight: 100 !important;
  line-height: 35px;
}
footer .foot-container .footContact a {
  color: #ffffff;
}
@media (max-width: 900px) {
  footer .foot-container .footMap {
    display: none;
  }
}
@media (max-width: 1350px) {
  footer .foot-container .footMap img {
    max-width: 500px;
  }
}

.err404-container {
  width: 100vw;
  height: calc(100vh - 100px);
  background-color: #000000;
  background-size: cover;
  background-image: url("/images/404.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.err404-container .err404texts {
  width: 450px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 7px 1px #a0a0a0;
  background-color: #000000;
  color: #ff0000;
}
@media (max-width: 540px) {
  .err404-container .err404texts {
    width: 300px;
    height: 200px;
  }
}
@media (max-width: 400px) {
  .err404-container .err404texts {
    width: 280px;
    height: 300px;
  }
}
.err404-container .err404texts .err404title {
  display: block;
  font-size: 67px;
}
@media (max-width: 540px) {
  .err404-container .err404texts .err404title {
    font-size: 45px;
  }
}
.err404-container .err404texts .err404desc {
  display: block;
  margin-bottom: 30px;
  width: max-content;
}
.err404-container .err404texts .err404Btn {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.err404-container .err404texts .err404Btn:before, .err404-container .err404texts .err404Btn:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.err404-container .err404texts .err404Btn:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.err404-container .err404texts .err404Btn:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.err404-container .err404texts .err404Btn {
  position: relative;
  border-left: 0;
  border-right: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.err404-container .err404texts .err404Btn:before {
  left: -6px;
}
.err404-container .err404texts .err404Btn:after {
  right: -6px;
}
.err404-container .err404texts .err404Btn:hover {
  color: #ff0000;
  background-color: transparent;
}
.err404-container .err404texts .err404Btn:hover:before, .err404-container .err404texts .err404Btn:hover:after {
  opacity: 0;
}
.err404-container .err404texts .err404Btn {
  width: 225px;
  height: 30px;
  margin-right: 6px;
  margin-top: 15px;
}
@media (max-width: 400px) {
  .err404-container .err404texts .err404Btn {
    max-width: 85%;
  }
}
.err404-container .err404texts .err404Btn:hover {
  background-color: #000000;
}

/* -------------------------------------------------------------------------------------- 1st content */
.banner1Container {
  width: 100vw;
  height: 40.6504065041vw;
  max-width: 100%;
  max-height: 780px;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
@media (max-width: 900px) {
  .banner1Container {
    display: none;
  }
}
.banner1Container .banner1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner1Container .bannerTexts {
  z-index: 10;
  color: #ffffff;
  position: absolute;
  top: 20%;
  padding-left: 8%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .banner1Container .bannerTexts {
    top: 10%;
    padding-left: 4%;
  }
}
.banner1Container .bannerTexts .banner1TitleBig {
  font-size: 67px;
  font-weight: 100;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .banner1Container .bannerTexts .banner1TitleBig {
    font-size: 6vw !important;
  }
}
@media (max-width: 1920px) {
  .banner1Container .bannerTexts .banner1TitleBig {
    font-size: 3.5vw;
  }
}
.banner1Container .bannerTexts .banner1TitleSmall {
  font-size: 67px;
  font-weight: 100;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .banner1Container .bannerTexts .banner1TitleSmall {
    font-size: 6vw !important;
  }
}
@media (max-width: 1920px) {
  .banner1Container .bannerTexts .banner1TitleSmall {
    font-size: 3vw;
  }
}
.banner1Container .bannerTexts .banner1DescBig {
  padding-right: 100px;
  margin-top: 15px;
  font-weight: 100;
}
.banner1Container .bannerTexts .banner1DescBig a {
  color: #ffffff;
  text-decoration: none;
}
.banner1Container .bannerTexts .banner1DescBig {
  font-size: 30px;
}
@media (max-width: 1920px) {
  .banner1Container .bannerTexts .banner1DescBig {
    font-size: 1.46vw;
  }
}
@media (max-width: 1200px) {
  .banner1Container .bannerTexts .banner1DescBig {
    font-size: 22px;
  }
}
.banner1Container .bannerTexts .banner1DescSmall {
  padding-right: 100px;
  margin-top: 15px;
  font-weight: 100;
}
.banner1Container .bannerTexts .banner1DescSmall a {
  color: #ffffff;
  text-decoration: none;
}
.banner1Container .bannerTexts .banner1DescSmall {
  font-size: 20px;
}
@media (max-width: 1920px) {
  .banner1Container .bannerTexts .banner1DescSmall {
    font-size: 1vw;
  }
}
@media (max-width: 1200px) {
  .banner1Container .bannerTexts .banner1DescSmall {
    font-size: 16px;
  }
}
.banner1Container .mouseIcon-container {
  width: 100%;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .banner1Container .mouseIcon-container {
    justify-content: flex-end;
    right: 25px;
  }
}
.banner1Container .simpleSvg {
  position: absolute;
  width: 45%;
  z-index: 5;
  height: 63%;
  top: 15%;
}
@media (max-width: 1200px) {
  .banner1Container .simpleSvg {
    width: 72%;
    height: 100%;
    top: 0%;
  }
}

.customRowHP {
  width: 100%;
  height: 20px;
  max-width: 100%;
  max-height: 20px;
  background-image: url("/images/customRow.png");
  background-size: cover;
  background-color: #000000;
  background-position: center;
}
@media (max-width: 900px) {
  .customRowHP {
    display: none;
  }
}

.customRowMobile {
  width: 100%;
  height: 20px;
  max-width: 100%;
  max-height: 20px;
  background-image: url("/images/customRow.png");
  background-size: cover;
  background-color: #000000;
  background-position: center;
  display: none;
}
@media (max-width: 900px) {
  .customRowMobile {
    display: block;
  }
}

.mobileBanner {
  display: none;
  margin: 20px 5%;
  padding: 20px 0;
}
@media (max-width: 900px) {
  .mobileBanner {
    display: flex;
    flex-direction: column;
  }
}
.mobileBanner .mobileBannerImg {
  max-height: 85px;
  object-fit: cover;
}
@media (max-width: 650px) {
  .mobileBanner .mobileBannerImg {
    max-height: 60px;
  }
}
@media (max-width: 400px) {
  .mobileBanner .mobileBannerImg {
    max-height: 45px;
  }
}
.mobileBanner .bannerTexts {
  display: flex;
  flex-direction: column;
  z-index: 1;
  width: 100% !important;
}
.mobileBanner .bannerTexts .bannerTitle {
  padding: 10px 40px 10px 0;
  font-size: 45px;
  color: #ff0000;
}
@media (max-width: 650px) {
  .mobileBanner .bannerTexts .bannerTitle {
    font-size: 30px;
  }
}
.mobileBanner .bannerTexts .bannerDescHP {
  color: #575756;
  font-size: 17px;
  font-weight: 100;
}
@media (max-width: 650px) {
  .mobileBanner .bannerTexts .bannerDescHP {
    font-size: 17px;
  }
}

.news-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .news-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .news-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .news-container {
    padding: 25px 0 30px 0;
  }
}
.news-container .news {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.news-container .news .theNew-container {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  max-height: 325px;
  align-items: flex-end;
  margin: 20px;
}
@media (max-width: 1650px) {
  .news-container .news .theNew-container {
    max-width: 500px;
  }
}
@media (max-width: 400px) {
  .news-container .news .theNew-container {
    margin: 20px 0;
  }
}
.news-container .news .theNew-container .theNew {
  width: 650px;
  height: 280px;
  display: flex;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 0px 7px 1px #a0a0a0;
  padding: 15px;
}
@media (max-width: 1650px) {
  .news-container .news .theNew-container .theNew {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .news-container .news .theNew-container .theNew {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .news-container .news .theNew-container .theNew .newsImg img {
    max-width: 70px;
    height: 100%;
    object-fit: cover;
  }
}
.news-container .news .theNew-container .theNew .newsTexts {
  max-width: 100%;
  max-height: 268px;
  overflow: hidden;
  margin-left: 15px;
  position: relative;
}
.news-container .news .theNew-container .theNew .newsTexts:after {
  content: "";
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -5px;
  left: 0px;
  display: block;
}
.news-container .news .theNew-container .theNew .newsTexts .theNewTitle {
  color: #ff0000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 350px) {
  .news-container .news .theNew-container .theNew .newsTexts .theNewTitle {
    font-size: 24px;
  }
}
.news-container .news .theNew-container .theNew .newsTexts .theNewText {
  color: #575756;
  font-size: 17px;
  font-weight: 100;
}
.news-container .news .theNew-container .theNewBtn {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.news-container .news .theNew-container .theNewBtn:before, .news-container .news .theNew-container .theNewBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.news-container .news .theNew-container .theNewBtn:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.news-container .news .theNew-container .theNewBtn:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.news-container .news .theNew-container .theNewBtn {
  position: relative;
  border-left: 0;
  border-right: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.news-container .news .theNew-container .theNewBtn:before {
  left: -6px;
}
.news-container .news .theNew-container .theNewBtn:after {
  right: -6px;
}
.news-container .news .theNew-container .theNewBtn:hover {
  color: #ff0000;
  background-color: transparent;
}
.news-container .news .theNew-container .theNewBtn:hover:before, .news-container .news .theNew-container .theNewBtn:hover:after {
  opacity: 0;
}
.news-container .news .theNew-container .theNewBtn {
  width: 225px;
  height: 30px;
  margin-right: 6px;
  margin-top: 15px;
}
@media (max-width: 400px) {
  .news-container .news .theNew-container .theNewBtn {
    width: 97%;
  }
}

.new-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .new-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .new-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .new-container {
    padding: 25px 0 30px 0;
  }
}
.new-container {
  display: flex;
  flex-direction: column;
}
.new-container img {
  width: 100%;
  max-height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
  background-color: transparent;
}
.new-container .newTitle {
  margin-bottom: 35px;
}
.new-container .newDate {
  color: #000000;
  font-size: 17px;
  margin-bottom: 5px;
}
.new-container .newText {
  color: #575756;
  font-size: 17px;
}
@media (max-width: 900px) {
  .new-container .newText {
    font-size: 16px;
  }
}
.new-container .backBtn {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.new-container .backBtn:before, .new-container .backBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.new-container .backBtn:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.new-container .backBtn:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.new-container .backBtn {
  position: relative;
  border-left: 0;
  border-right: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.new-container .backBtn:before {
  left: -6px;
}
.new-container .backBtn:after {
  right: -6px;
}
.new-container .backBtn:hover {
  color: #ff0000;
  background-color: transparent;
}
.new-container .backBtn:hover:before, .new-container .backBtn:hover:after {
  opacity: 0;
}
.new-container .backBtn {
  width: 150px;
  height: 30px;
  margin-right: 6px;
  margin-top: 25px;
  align-self: flex-end;
}
@media (max-width: 400px) {
  .new-container .backBtn {
    width: 97%;
  }
}

.aboutBanner-container {
  width: 100vw;
  height: 40.6504065041vw;
  max-width: 100%;
  max-height: 780px;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  background-size: cover;
}
@media (max-width: 1700px) {
  .aboutBanner-container {
    height: fit-content;
  }
}
@media (max-width: 900px) {
  .aboutBanner-container {
    background-image: none !important;
  }
}
.aboutBanner-container .banner2Texts-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .aboutBanner-container .banner2Texts-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .aboutBanner-container .banner2Texts-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .aboutBanner-container .banner2Texts-container {
    padding: 25px 0 30px 0;
  }
}
.aboutBanner-container .banner2Texts-container {
  margin: 0 8%;
}
@media (max-width: 1700px) {
  .aboutBanner-container .banner2Texts-container {
    margin: 0 8%;
  }
}
@media (max-width: 900px) {
  .aboutBanner-container .banner2Texts-container {
    padding-bottom: 50px;
  }
}
.aboutBanner-container .banner2Texts-container .banner2Text {
  width: 46%;
  display: block;
  font-size: 17px;
  font-weight: 100;
}
@media (max-width: 1250px) {
  .aboutBanner-container .banner2Texts-container .banner2Text {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .aboutBanner-container .banner2Texts-container .banner2Text {
    width: 95%;
  }
}
.aboutBanner-container .banner2Texts-container .darkColor {
  color: #575756;
}
.aboutBanner-container .banner2Texts-container .lightColor {
  color: #ffffff;
}
.aboutBanner-container .mouseIcon-container {
  width: 45%;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1700px) {
  .aboutBanner-container .mouseIcon-container {
    width: 100%;
    right: 35px;
    justify-content: flex-end;
  }
}
@media (max-width: 1250px) {
  .aboutBanner-container .mouseIcon-container {
    display: none;
  }
}
@media (max-width: 900px) {
  .aboutBanner-container {
    background-color: #000000;
  }
}

.aboutApp-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .aboutApp-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .aboutApp-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .aboutApp-container {
    padding: 25px 0 30px 0;
  }
}
.aboutApp-container .apps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutApp-container .apps .app-container {
  max-height: 220px;
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 7px 1px #a0a0a0;
  position: relative;
  padding: 10px;
  margin: 20px;
}
.aboutApp-container .apps .app-container .appName {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.aboutApp-container .apps .app-container .appName:before, .aboutApp-container .apps .app-container .appName:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.aboutApp-container .apps .app-container .appName:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.aboutApp-container .apps .app-container .appName:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.aboutApp-container .apps .app-container .appName {
  position: absolute;
  bottom: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(220px + 20px);
}

.prodText1-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .prodText1-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .prodText1-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .prodText1-container {
    padding: 25px 0 30px 0;
  }
}
.prodText1-container .prodText1 {
  color: #575756;
  font-weight: 100;
  font-size: 22px;
}
@media (max-width: 900px) {
  .prodText1-container .prodText1 {
    font-size: 17px;
  }
}

.products-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .products-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .products-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .products-container {
    padding: 25px 0 30px 0;
  }
}
.products-container {
  padding-bottom: 20px;
}
.products-container .categories-container .prodCategory-container .catTitle {
  color: #ff0000;
  font-size: 30px;
}
.products-container .categories-container .prodCategory-container .catDesc {
  color: #575756;
  font-size: 22px;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .products-container .categories-container .prodCategory-container .catDesc {
    font-size: 17px;
  }
}
.products-container .categories-container .prodCategory-container .products {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1250px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
@media (max-width: 1170px) {
  .products-container .categories-container .prodCategory-container .products {
    margin-bottom: 50px;
  }
}
@media (max-width: 400px) {
  .products-container .categories-container .prodCategory-container .products {
    margin-bottom: 25px;
  }
}
.products-container .categories-container .prodCategory-container .products .product {
  margin: 10px 20px;
}
.products-container .categories-container .prodCategory-container .products .product .productMain {
  max-height: 275px;
  max-width: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 7px 1px #a0a0a0;
  position: relative;
  padding: 10px;
}
@media (max-width: 400px) {
  .products-container .categories-container .prodCategory-container .products .product .productMain {
    max-height: 230px;
    max-width: 230px;
  }
}
@media (max-width: 400px) {
  .products-container .categories-container .prodCategory-container .products .product .productMain .prodImage {
    max-height: calc(230px - 10px);
    max-width: calc(230px - 10px);
  }
}
.products-container .categories-container .prodCategory-container .products .product .productMain .prodName {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.products-container .categories-container .prodCategory-container .products .product .productMain .prodName:before, .products-container .categories-container .prodCategory-container .products .product .productMain .prodName:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.products-container .categories-container .prodCategory-container .products .product .productMain .prodName:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.products-container .categories-container .prodCategory-container .products .product .productMain .prodName:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.products-container .categories-container .prodCategory-container .products .product .productMain .prodName {
  position: absolute;
  bottom: 20px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(275px + 20px);
}
@media (max-width: 400px) {
  .products-container .categories-container .prodCategory-container .products .product .productMain .prodName {
    width: calc(230px + 20px);
  }
}
.products-container .categories-container .prodCategory-container .products .product .prodDesc {
  text-align: center;
  color: #ff0000;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}

.prodTable-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .prodTable-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .prodTable-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .prodTable-container {
    padding: 25px 0 30px 0;
  }
}
.prodTable-container .table-container {
  overflow-x: auto;
}
.prodTable-container .tableLegend {
  color: #000000;
  font-size: 13px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .prodTable-container .tableLegend {
    flex-direction: column;
  }
}
.prodTable-container .tableLegend img {
  margin: 10px 0 0 20px;
  align-self: flex-end;
  max-width: 135px;
  max-height: 135px;
  object-fit: contain;
}

.prodText2-container {
  width: 100vw;
  height: 40.6504065041vw;
  max-width: 100%;
  max-height: 780px;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
  background-size: cover;
}
@media (max-width: 1700px) {
  .prodText2-container {
    height: fit-content;
  }
}
@media (max-width: 900px) {
  .prodText2-container {
    background-image: none !important;
  }
}
.prodText2-container .banner2Texts-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .prodText2-container .banner2Texts-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .prodText2-container .banner2Texts-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .prodText2-container .banner2Texts-container {
    padding: 25px 0 30px 0;
  }
}
.prodText2-container .banner2Texts-container {
  margin: 0 8%;
}
@media (max-width: 1700px) {
  .prodText2-container .banner2Texts-container {
    margin: 0 8%;
  }
}
@media (max-width: 900px) {
  .prodText2-container .banner2Texts-container {
    padding-bottom: 50px;
  }
}
.prodText2-container .banner2Texts-container .banner2Text {
  width: 46%;
  display: block;
  font-size: 17px;
  font-weight: 100;
}
@media (max-width: 1250px) {
  .prodText2-container .banner2Texts-container .banner2Text {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .prodText2-container .banner2Texts-container .banner2Text {
    width: 95%;
  }
}
.prodText2-container .banner2Texts-container .darkColor {
  color: #575756;
}
.prodText2-container .banner2Texts-container .lightColor {
  color: #ffffff;
}
.prodText2-container .mouseIcon-container {
  width: 45%;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1700px) {
  .prodText2-container .mouseIcon-container {
    width: 100%;
    right: 35px;
    justify-content: flex-end;
  }
}
@media (max-width: 1250px) {
  .prodText2-container .mouseIcon-container {
    display: none;
  }
}

.map img {
  min-width: 100%;
  max-width: 100vw;
}

.contacts-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .contacts-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .contacts-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .contacts-container {
    padding: 25px 0 30px 0;
  }
}
.contacts-container {
  padding-bottom: 0px;
}
.contacts-container .contacts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contacts-container .contacts .department-container {
  margin-bottom: 60px;
}
.contacts-container .contacts .department-container .departmentName {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.contacts-container .contacts .department-container .departmentName:before, .contacts-container .contacts .department-container .departmentName:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.contacts-container .contacts .department-container .departmentName:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.contacts-container .contacts .department-container .departmentName:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.contacts-container .contacts .department-container .departmentName {
  position: relative;
  padding: 0 45px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
}
@media (max-width: 540px) {
  .contacts-container .contacts .department-container .departmentName {
    width: 90vw;
    max-width: unset;
    padding: 0 10px;
  }
}
.contacts-container .contacts .department-container .people {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  flex-wrap: wrap;
}
.contacts-container .contacts .department-container .people .person {
  display: inline-flex;
  margin-right: 85px;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .contacts-container .contacts .department-container .people .person {
    margin-right: 20px;
  }
}
.contacts-container .contacts .department-container .people .person .personImg {
  border-radius: 50%;
  margin-right: 35px;
}
.contacts-container .contacts .department-container .people .person .personInfo {
  color: #575756;
  font-size: 17px;
}
.contacts-container .contacts .department-container .people .person .personInfo .personName {
  font-size: 22px;
}
.contacts-container .contacts .department-container .people .person .personInfo .personTel {
  margin-top: 15px;
}
.contacts-container .contacts .department-container .people .person .personInfo .personMail a {
  color: #ff0000;
}

.docs-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .docs-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .docs-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .docs-container {
    padding: 25px 0 30px 0;
  }
}
.docs-container .docs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.docs-container .docs .doc {
  width: 225px;
  display: flex;
  flex-direction: column;
  color: #575756;
  margin: 0 20px 40px 20px;
}
@media (max-width: 540px) {
  .docs-container .docs .doc {
    flex-direction: row;
    width: 100%;
  }
}
.docs-container .docs .doc .docLink, .docs-container .docs .doc .docImg-container {
  display: flex;
  flex-direction: column;
  color: #575756;
  text-decoration: none;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .docs-container .docs .doc .docLink, .docs-container .docs .doc .docImg-container {
    margin-bottom: 0px;
  }
}
.docs-container .docs .doc .docLink a, .docs-container .docs .doc .docLink .docImage, .docs-container .docs .doc .docImg-container a, .docs-container .docs .doc .docImg-container .docImage {
  max-width: 90px;
  max-height: 120px;
  align-self: center;
  transition: 0.5s ease-in-out;
}
@media (max-width: 540px) {
  .docs-container .docs .doc .docLink a, .docs-container .docs .doc .docLink .docImage, .docs-container .docs .doc .docImg-container a, .docs-container .docs .doc .docImg-container .docImage {
    margin-right: 20px;
  }
}
@media (max-width: 400px) {
  .docs-container .docs .doc .docLink a, .docs-container .docs .doc .docLink .docImage, .docs-container .docs .doc .docImg-container a, .docs-container .docs .doc .docImg-container .docImage {
    max-width: 60px;
  }
}
.docs-container .docs .doc a:hover .docImage {
  transform: scale(1.1);
}
.docs-container .docs .doc .docTitle {
  text-align: center;
  font-size: 22px;
}
@media (max-width: 540px) {
  .docs-container .docs .doc .docTitle {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .docs-container .docs .doc .docTitle {
    font-size: 17px;
  }
}
.docs-container .docs .doc .docDesc {
  text-align: center;
  font-size: 17px;
}
@media (max-width: 540px) {
  .docs-container .docs .doc .docDesc {
    text-align: left;
  }
}
@media (max-width: 400px) {
  .docs-container .docs .doc .docDesc {
    font-size: 13px;
  }
}
.docs-container .docs .doc .docDesc a {
  color: #ff0000;
}

.form-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .form-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .form-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .form-container {
    padding: 25px 0 30px 0;
  }
}
.form-container .formText {
  color: #575756;
  font-size: 17px;
  margin-bottom: 35px;
  display: block;
}
.form-container .form .formInput {
  min-width: 550px;
  width: 550px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (max-width: 650px) {
  .form-container .form .formInput {
    min-width: 90vw;
    width: 90vw;
  }
}
.form-container .form .formInput input, .form-container .form .formInput textarea {
  width: inherit;
  min-width: inherit;
  border-radius: 10px;
  border: 1px solid #575756;
  outline: none;
  font-size: 17px;
  padding: 0 15px;
}
.form-container .form .formInput textarea {
  min-height: 100px;
  height: 280px;
  padding-top: 10px;
}
.form-container .form .formInput input {
  min-height: 50px;
}
.form-container .form .formInput label {
  font-size: 22px;
  color: #575756;
  margin: 15px 0;
}
.form-container #formBtn {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.form-container #formBtn:before, .form-container #formBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.form-container #formBtn:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.form-container #formBtn:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.form-container #formBtn {
  position: relative;
  border-left: 0;
  border-right: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.form-container #formBtn:before {
  left: -6px;
}
.form-container #formBtn:after {
  right: -6px;
}
.form-container #formBtn:hover {
  color: #ff0000;
  background-color: transparent;
}
.form-container #formBtn:hover:before, .form-container #formBtn:hover:after {
  opacity: 0;
}
.form-container #formBtn {
  width: 180px;
  height: 30px;
  margin-right: 6px;
  margin-top: 15px;
  padding: 0;
}
@media (max-width: 540px) {
  .form-container #formBtn {
    width: 90vw;
  }
}

.career-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .career-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .career-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .career-container {
    padding: 25px 0 30px 0;
  }
}
.career-container {
  padding-bottom: 80px;
}
.career-container .jobs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.career-container .jobs .job-container {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  max-height: 325px;
  align-items: flex-end;
  margin: 20px;
}
@media (max-width: 650px) {
  .career-container .jobs .job-container {
    max-height: unset;
  }
}
@media (max-width: 400px) {
  .career-container .jobs .job-container {
    margin: 20px 0;
  }
}
.career-container .jobs .job-container .job {
  width: 650px;
  height: 280px;
  display: flex;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0px 0px 7px 1px #a0a0a0;
  background-color: #ffffff;
}
@media (max-width: 1700px) {
  .career-container .jobs .job-container .job {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .career-container .jobs .job-container .job {
    height: unset;
  }
}
.career-container .jobs .job-container .job .jobTexts {
  max-width: 100%;
  /*max-height: 268px;*/
  max-height: 280px;
  margin-left: 15px;
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
@media (max-width: 650px) {
  .career-container .jobs .job-container .job .jobTexts {
    flex-direction: column;
    max-height: unset;
    margin: 0;
  }
}
.career-container .jobs .job-container .job .jobTexts .mainJobTexts {
  padding: 15px;
  width: 50%;
  position: relative;
  overflow-y: hidden;
}
@media (max-width: 650px) {
  .career-container .jobs .job-container .job .jobTexts .mainJobTexts {
    width: 100%;
    padding: 30px;
    padding-bottom: 15px;
    overflow-y: unset;
  }
  .career-container .jobs .job-container .job .jobTexts .mainJobTexts:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 37px solid #ffffff;
    border-left: 0px solid transparent;
    border-right: 535px solid transparent;
    width: 0;
    height: 0;
    z-index: 5;
  }
}
.career-container .jobs .job-container .job .jobTexts .mainJobTexts .jobTitle {
  color: #ff0000;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.career-container .jobs .job-container .job .jobTexts .mainJobTexts .jobText {
  color: #575756;
  font-size: 14px;
  font-weight: 100;
  padding-left: 14px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.career-container .jobs .job-container .job .jobTexts .mainJobTexts .jobText ul li {
  margin-bottom: 6px;
}
.career-container .jobs .job-container .job .jobTexts .mainJobTexts .jobText ul li:before {
  width: 4px;
  height: 4px;
}
.career-container .jobs .job-container .job .jobTexts .benefits {
  padding: 0;
  width: 40%;
  position: relative;
  /*overflow-y: hidden;*/
  background-color: #ff0000;
  padding: 62px 15px 0 20px;
}
@media (max-width: 650px) {
  .career-container .jobs .job-container .job .jobTexts .benefits {
    width: 100%;
    padding: 60px 15px 30px 15px;
  }
}
.career-container .jobs .job-container .job .jobTexts .benefits:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -45px;
  border-bottom: 280px solid #ff0000;
  border-left: 45px solid transparent;
}
@media (max-width: 650px) {
  .career-container .jobs .job-container .job .jobTexts .benefits:before {
    display: none;
  }
}
.career-container .jobs .job-container .job .jobTexts .benefits .benefitsTitle {
  margin-left: 17px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  display: block;
}
.career-container .jobs .job-container .job .jobTexts .benefits .benefitsTexts {
  color: #ffffff;
  font-size: 14px;
  font-weight: 100;
  padding-left: 14px;
  margin-left: 17px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.career-container .jobs .job-container .job .jobTexts .benefits .benefitsTexts ul li {
  margin-bottom: 6px;
}
.career-container .jobs .job-container .job .jobTexts .benefits .benefitsTexts ul li:before {
  background-color: #ffffff;
  width: 4px;
  height: 4px;
}
.career-container .jobs .job-container .jobBtns {
  width: 100%;
  display: flex;
  column-gap: 15px;
  justify-content: end;
}
@media (max-width: 650px) {
  .career-container .jobs .job-container .jobBtns {
    flex-direction: column;
  }
}
.career-container .jobs .job-container .jobBtns .jobBtn {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.career-container .jobs .job-container .jobBtns .jobBtn:before, .career-container .jobs .job-container .jobBtns .jobBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.career-container .jobs .job-container .jobBtns .jobBtn:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.career-container .jobs .job-container .jobBtns .jobBtn:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.career-container .jobs .job-container .jobBtns .jobBtn {
  position: relative;
  border-left: 0;
  border-right: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.career-container .jobs .job-container .jobBtns .jobBtn:before {
  left: -6px;
}
.career-container .jobs .job-container .jobBtns .jobBtn:after {
  right: -6px;
}
.career-container .jobs .job-container .jobBtns .jobBtn:hover {
  color: #ff0000;
  background-color: transparent;
}
.career-container .jobs .job-container .jobBtns .jobBtn:hover:before, .career-container .jobs .job-container .jobBtns .jobBtn:hover:after {
  opacity: 0;
}
.career-container .jobs .job-container .jobBtns .jobBtn {
  width: 225px;
  height: 30px;
  margin-right: 6px;
  margin-top: 15px;
  background-color: #000000;
  border-color: #000000;
}
.career-container .jobs .job-container .jobBtns .jobBtn:before {
  border-bottom-color: #000000;
}
.career-container .jobs .job-container .jobBtns .jobBtn:after {
  border-left-color: #000000;
}
.career-container .jobs .job-container .jobBtns .jobBtn:hover {
  color: #000000;
}
.career-container .jobs .job-container .jobBtns .jobBtn {
  /*  @media (max-width: $respoPoint8) {
      width: 97%;
  }*/
}
.career-container .jobs .job-container .jobBtns .contactUsBtn {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.career-container .jobs .job-container .jobBtns .contactUsBtn:before, .career-container .jobs .job-container .jobBtns .contactUsBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.career-container .jobs .job-container .jobBtns .contactUsBtn:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.career-container .jobs .job-container .jobBtns .contactUsBtn:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.career-container .jobs .job-container .jobBtns .contactUsBtn {
  position: relative;
  border-left: 0;
  border-right: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.career-container .jobs .job-container .jobBtns .contactUsBtn:before {
  left: -6px;
}
.career-container .jobs .job-container .jobBtns .contactUsBtn:after {
  right: -6px;
}
.career-container .jobs .job-container .jobBtns .contactUsBtn:hover {
  color: #ff0000;
  background-color: transparent;
}
.career-container .jobs .job-container .jobBtns .contactUsBtn:hover:before, .career-container .jobs .job-container .jobBtns .contactUsBtn:hover:after {
  opacity: 0;
}
.career-container .jobs .job-container .jobBtns .contactUsBtn {
  width: 225px;
  height: 30px;
  margin-right: 6px;
  margin-top: 15px;
}
@media (max-width: 400px) {
  .career-container .jobs .job-container .jobBtns a {
    width: 97% !important;
  }
}
.career-container .anotherJob {
  margin: 80px auto 0 auto;
  border-top: 1px solid #575756;
  color: #575756;
  padding-top: 40px;
}
@media (max-width: 900px) {
  .career-container .anotherJob {
    padding-bottom: 10px;
  }
}

.jobHead {
  background-color: #ff0000;
  position: relative;
  overflow: clip;
}
.jobHead:after {
  content: "";
  display: block;
  height: 130px;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
}
@media (max-width: 1170px) {
  .jobHead:after {
    height: 0px;
  }
}
.jobHead:before {
  content: "";
  display: block;
  height: 130px;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  left: 0;
  right: 0;
}
@media (max-width: 1170px) {
  .jobHead:before {
    height: 0px;
  }
}
.jobHead .job-title {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .jobHead .job-title {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .jobHead .job-title {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .jobHead .job-title {
    padding: 25px 0 30px 0;
  }
}
.jobHead .job-title {
  display: flex;
  padding: 0 !important;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .jobHead .job-title {
    flex-direction: column;
    margin: 0;
  }
}
.jobHead .job-title .sectionTitle {
  padding: 40px 0 45px 0;
  width: 48%;
  display: block;
  color: #ffffff;
  margin: 0;
  position: relative;
}
@media (max-width: 1550px) {
  .jobHead .job-title .sectionTitle {
    font-size: 45px;
  }
}
@media (max-width: 1500px) {
  .jobHead .job-title .sectionTitle {
    margin-bottom: unset;
  }
}
@media (max-width: 1000px) {
  .jobHead .job-title .sectionTitle {
    width: 100%;
    margin: 0 5%;
  }
}
@media (max-width: 650px) {
  .jobHead .job-title .sectionTitle {
    font-size: 30px;
    padding: 20px 0 22px 0;
  }
}
.jobHead .job-title .baseInfo {
  width: 47%;
  display: block;
  color: #575756;
  margin-bottom: 0;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 150px;
}
@media (max-width: 1350px) {
  .jobHead .job-title .baseInfo {
    padding-left: 55px;
  }
  .jobHead .job-title .baseInfo:after, .jobHead .job-title .baseInfo:before {
    display: none;
  }
}
@media (max-width: 1000px) {
  .jobHead .job-title .baseInfo {
    width: 100%;
    padding: 25px 5%;
  }
  .jobHead .job-title .baseInfo:after, .jobHead .job-title .baseInfo:before {
    display: none;
  }
}
@media (max-width: 650px) {
  .jobHead .job-title .baseInfo {
    padding-bottom: 0px;
  }
}
.jobHead .job-title .baseInfo:after {
  content: "";
  display: block;
  height: 100%;
  width: 300px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25%;
  z-index: 100;
}
@media (max-width: 1000px) {
  .jobHead .job-title .baseInfo:after {
    display: none;
  }
}
.jobHead .job-title .baseInfo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -45px;
  border-bottom: 280px solid #ffffff;
  border-left: 45px solid transparent;
}
@media (max-width: 1000px) {
  .jobHead .job-title .baseInfo:before {
    display: none;
  }
}
.jobHead .job-title .baseInfo > div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.jobHead .job-title .baseInfo > div img {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-right: 15px;
}
@media (max-width: 650px) {
  .jobHead .job-title .baseInfo > div img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
  }
}
.jobHead .job-title .baseInfo > div span {
  font-size: 35px;
  font-weight: 300;
  display: block;
  position: relative;
  z-index: 110;
}
@media (max-width: 1500px) {
  .jobHead .job-title .baseInfo > div span {
    font-size: 26px;
  }
}
@media (max-width: 650px) {
  .jobHead .job-title .baseInfo > div span {
    font-size: 17px;
  }
}
.jobTexts-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .jobTexts-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .jobTexts-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .jobTexts-container {
    padding: 25px 0 30px 0;
  }
}
.jobTexts-container {
  display: flex;
  flex-direction: row;
  column-gap: 70px;
  justify-content: space-between;
  padding: 15px 0 25px 0;
}
@media (max-width: 1500px) {
  .jobTexts-container {
    padding: 0px 0 25px 0;
  }
}
@media (max-width: 1170px) {
  .jobTexts-container {
    padding: 45px 0 25px 0;
  }
}
@media (max-width: 900px) {
  .jobTexts-container {
    padding: 25px 0 30px 0;
  }
}
@media (max-width: 900px) {
  .jobTexts-container {
    flex-direction: column;
    padding-left: 15px;
  }
}
.jobTexts-container > div {
  width: 50%;
}
@media (max-width: 900px) {
  .jobTexts-container > div {
    width: 100%;
  }
}
.jobTexts-container h2 {
  font-size: 45px;
  margin-bottom: 25px;
}
@media (max-width: 1170px) {
  .jobTexts-container h2 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .jobTexts-container h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.jobTexts-container span {
  display: block;
  margin-bottom: 70px;
  color: #575756;
}
@media (max-width: 650px) {
  .jobTexts-container span {
    margin-bottom: 40px;
  }
}
.jobTexts-container span ul li:before {
  background-color: #575756;
  width: 4px;
  height: 4px;
}
.jobTexts-container .weText h2 {
  color: #ff0000;
}
.jobTexts-container .youText h2 {
  color: #575756;
}

.jobContactUs {
  background-color: #ff0000;
}
.jobContactUs .contactUs {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .jobContactUs .contactUs {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .jobContactUs .contactUs {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .jobContactUs .contactUs {
    padding: 25px 0 30px 0;
  }
}
.jobContactUs .contactUs {
  padding: 40px 0 70px 0;
}
@media (max-width: 1500px) {
  .jobContactUs .contactUs {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 400px) {
  .jobContactUs .contactUs {
    padding: 20px 0 30px 0;
  }
}
.jobContactUs .contactUs h2 {
  color: #ffffff;
  font-size: 45px;
  margin-bottom: 25px;
}
@media (max-width: 1170px) {
  .jobContactUs .contactUs h2 {
    font-size: 30px;
  }
}
@media (max-width: 650px) {
  .jobContactUs .contactUs h2 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .jobContactUs .contactUs h2 {
    margin-bottom: 10px;
  }
}
.jobContactUs .jobContactUsBtn {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.jobContactUs .jobContactUsBtn:before, .jobContactUs .jobContactUsBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.jobContactUs .jobContactUsBtn:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.jobContactUs .jobContactUsBtn:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.jobContactUs .jobContactUsBtn {
  position: relative;
  border-left: 0;
  border-right: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.jobContactUs .jobContactUsBtn:before {
  left: -6px;
}
.jobContactUs .jobContactUsBtn:after {
  right: -6px;
}
.jobContactUs .jobContactUsBtn:hover {
  color: #ff0000;
  background-color: transparent;
}
.jobContactUs .jobContactUsBtn:hover:before, .jobContactUs .jobContactUsBtn:hover:after {
  opacity: 0;
}
.jobContactUs .jobContactUsBtn {
  width: 225px;
  height: 30px;
  margin-right: 6px;
  margin-top: 15px;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ff0000;
  transform: scale(1.8);
  display: block;
  position: relative;
  left: 100px;
}
@media (max-width: 1170px) {
  .jobContactUs .jobContactUsBtn {
    transform: scale(1.24);
    left: 34px;
  }
}
@media (max-width: 400px) {
  .jobContactUs .jobContactUsBtn {
    transform: scale(1);
    left: 0px;
  }
}
.jobContactUs .jobContactUsBtn:before {
  border-bottom-color: #ffffff;
}
.jobContactUs .jobContactUsBtn:after {
  border-left-color: #ffffff;
}
.jobContactUs .jobContactUsBtn:hover {
  color: #ffffff;
}

.backBtn-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .backBtn-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .backBtn-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .backBtn-container {
    padding: 25px 0 30px 0;
  }
}
.backBtn-container {
  padding: 20px 0 90px 0;
}
@media (max-width: 1500px) {
  .backBtn-container {
    padding: 20px 0 60px 0;
  }
}
@media (max-width: 400px) {
  .backBtn-container {
    padding: 20px 0 35px 0;
  }
}
.backBtn-container a {
  border: 2px solid #ff0000;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
}
.backBtn-container a:before, .backBtn-container a:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.backBtn-container a:before {
  left: -8px;
  border-bottom: 30px solid #ff0000;
  border-left: 6px solid transparent;
}
.backBtn-container a:after {
  right: -8px;
  border-bottom: 30px solid transparent;
  border-left: 6px solid #ff0000;
}
.backBtn-container a {
  position: relative;
  border-left: 0;
  border-right: 0;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}
.backBtn-container a:before {
  left: -6px;
}
.backBtn-container a:after {
  right: -6px;
}
.backBtn-container a:hover {
  color: #ff0000;
  background-color: transparent;
}
.backBtn-container a:hover:before, .backBtn-container a:hover:after {
  opacity: 0;
}
.backBtn-container a {
  display: block;
  width: 225px;
  height: 30px;
  margin-right: 6px;
  margin-top: 15px;
  background-color: #000000;
  border-color: #000000;
}
.backBtn-container a:before {
  border-bottom-color: #000000;
}
.backBtn-container a:after {
  border-left-color: #000000;
}
.backBtn-container a:hover {
  color: #000000;
}

.textPage-container {
  max-width: 1615px;
  margin: 0 auto;
  padding: 90px 0 180px 0;
}
@media (max-width: 1700px) {
  .textPage-container {
    margin: 0 8%;
  }
}
@media (max-width: 1500px) {
  .textPage-container {
    padding: 45px 0 90px 0;
    margin: 0 5%;
  }
}
@media (max-width: 900px) {
  .textPage-container {
    padding: 25px 0 30px 0;
  }
}
.textPage-container .textPage {
  color: #575756;
  font-weight: 100;
  font-size: 22px;
  margin: 0 10px;
}
@media (max-width: 900px) {
  .textPage-container .textPage {
    font-size: 17px;
  }
}

/*# sourceMappingURL=mainStyles.css.map */
