/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/styles_2025.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* cyrillic */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/mex/assets/fonts/helvetica-neue/font1.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/mex/assets/fonts/helvetica-neue/font2.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/mex/assets/fonts/helvetica-neue/font3.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/mex/assets/fonts/helvetica-neue/font4.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/mex/assets/fonts/helvetica-neue/font5.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/mex/assets/fonts/helvetica-neue/font6.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* latin-ext */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/mex/assets/fonts/helvetica-neue/font7.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/mex/assets/fonts/helvetica-neue/font8.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-family: "Helvetica Neue";
}

.grid-wrapper {
  overflow: hidden;
}

.on-desktop {
  display: block !important;
}
@media (max-width: 1199px) {
  .on-desktop {
    display: none !important;
  }
}

.on-ipad {
  display: none !important;
}
@media (max-width: 1199px) {
  .on-ipad {
    display: block !important;
  }
}

.on-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .on-mobile {
    display: block !important;
  }
}

a {
  text-decoration: none;
}
a:hover {
  color: #72BF44 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.custom-btn a,
.custom-btn button {
  background-color: #72BF44 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  font-family: "Inter Tight";
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #ffffff !important;
  border-color: #72BF44;
  border-radius: 50px !important;
  padding: 0px 30px !important;
  display: -moz-inline-box !important;
  display: inline-flex !important;
  -moz-box-align: center;
       align-items: center;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .custom-btn a,
  .custom-btn button {
    height: auto !important;
    padding: 5px 30px !important;
  }
}
@media (max-width: 991px) {
  .custom-btn a,
  .custom-btn button {
    height: auto;
    padding: 8px 30px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.custom-btn a:hover,
.custom-btn button:hover {
  opacity: 0.8;
  background-color: #72BF44;
  border-color: #72BF44;
  outline: none;
  box-shadow: none;
}
.custom-btn a::after,
.custom-btn button::after {
  content: "";
  width: 20px;
  height: 20px;
  display: -moz-inline-box;
  display: inline-flex;
  margin-left: 21px;
}
.custom-btn.btn-blue a,
.custom-btn.btn-blue button {
  background-color: #000E21 !important;
}
.custom-btn.btn-yellow a,
.custom-btn.btn-yellow button {
  background-color: #FFFC48 !important;
  color: #000000 !important;
}
.custom-btn.btn-grey a,
.custom-btn.btn-grey button {
  background-color: #707070 !important;
}
.custom-btn.btn-dark-grey a,
.custom-btn.btn-dark-grey button {
  background-color: #2A2B2C !important;
}
.custom-btn.btn-send a::after,
.custom-btn.btn-send button::after {
  background-image: url("/wp-content/themes/mex/assets/images/new/icon-send.svg");
}
.custom-btn.btn-arrow-right a::after,
.custom-btn.btn-arrow-right button::after {
  background-image: url("/wp-content/themes/mex/assets/images/new/icon-arrow-right.svg");
}
.custom-btn.btn-arrow-down a::after,
.custom-btn.btn-arrow-down button::after {
  background-image: url("/wp-content/themes/mex/assets/images/new/icon-arrow-down.svg");
}
.custom-btn.btn-send-black a::after,
.custom-btn.btn-send-black button::after {
  background-image: url("/wp-content/themes/mex/assets/images/new/icon-send-black.svg");
}
.custom-btn.btn-arrow-right-black a::after,
.custom-btn.btn-arrow-right-black button::after {
  background-image: url("/wp-content/themes/mex/assets/images/new/icon-arrow-right-black.svg");
}
.custom-btn.btn-arrow-down-black a::after,
.custom-btn.btn-arrow-down-black button::after {
  background-image: url("/wp-content/themes/mex/assets/images/new/icon-arrow-down-black.svg");
}

.btn-border a,
.btn-border button {
  border: 1px solid #000E21;
  border-radius: 50px;
  font-family: "Inter Tight";
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #000E21;
  padding: 0px 30px;
  display: -moz-box;
  display: flex;
  height: 44px;
  -moz-box-align: center;
       align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .btn-border a,
  .btn-border button {
    height: auto;
    padding: 8px 30px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.btn-border a:hover,
.btn-border button:hover {
  background-color: #000E21;
  color: #ffffff !important;
}

.text-x-large {
  font-size: 128px;
  line-height: 96px;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-primary {
  color: #72BF44 !important;
}

.text-secondary {
  color: #000E21 !important;
}

.text-blue {
  color: #002659 !important;
}

.text-yellow {
  color: #FFFC48 !important;
}

.text-grey {
  color: #F1F1F1 !important;
}

.text-dark-grey {
  color: #2A2B2C !important;
}

.text-grey-50 {
  color: #8D8D8D !important;
}

.text-grey-100 {
  color: #404351 !important;
}

.font-inter-20 {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 991px) {
  .font-inter-20 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

.font-inter-32 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 991px) {
  .font-inter-32 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

.font-helvetica-24 {
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 991px) {
  .font-helvetica-24 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}

.font-helvetica-32 {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 991px) {
  .font-helvetica-32 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
}

.font-helvetica-35 {
  font-family: "Helvetica Neue";
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 991px) {
  .font-helvetica-35 {
    font-size: 33px !important;
    line-height: 33px !important;
  }
}

.font-inter-tight-55 {
  font-family: "Inter Tight";
  font-size: 55px;
  font-weight: bold;
  line-height: 55px;
}
@media (max-width: 991px) {
  .font-inter-tight-55 {
    font-size: 42px !important;
    line-height: 42px !important;
  }
}

.font-x-large-inter-tight {
  font-family: "Inter Tight";
  font-size: 128px;
  font-weight: bold;
  line-height: 128px;
}
@media (max-width: 991px) {
  .font-x-large-inter-tight {
    font-size: 55px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 480px) {
  .font-x-large-inter-tight {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

.font-x-large-inter-tight-96 {
  font-family: "Inter Tight";
  font-size: 128px;
  font-weight: bold;
  line-height: 96px;
}
@media (max-width: 991px) {
  .font-x-large-inter-tight-96 {
    font-size: 55px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 480px) {
  .font-x-large-inter-tight-96 {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

.font-x-large-inter {
  font-family: "Inter";
  font-size: 128px;
  font-weight: bold;
  line-height: 128px;
}
@media (max-width: 991px) {
  .font-x-large-inter {
    font-size: 55px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 480px) {
  .font-x-large-inter {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

.font-x-large-inter-96 {
  font-family: "Inter";
  font-size: 128px;
  font-weight: bold;
  line-height: 96px;
}
@media (max-width: 991px) {
  .font-x-large-inter-96 {
    font-size: 55px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 480px) {
  .font-x-large-inter-96 {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

.font-x-large-helveticaNeue {
  font-family: "Helvetica Neue";
  font-size: 128px;
  font-weight: bold;
  line-height: 128px;
}
@media (max-width: 991px) {
  .font-x-large-helveticaNeue {
    font-size: 55px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 480px) {
  .font-x-large-helveticaNeue {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

.font-x-large-helveticaNeue-96 {
  font-family: "Helvetica Neue";
  font-size: 128px;
  font-weight: bold;
  line-height: 96px;
}
@media (max-width: 991px) {
  .font-x-large-helveticaNeue-96 {
    font-size: 55px !important;
    line-height: 55px !important;
  }
}
@media (max-width: 480px) {
  .font-x-large-helveticaNeue-96 {
    font-size: 48px !important;
    line-height: 48px !important;
  }
}

.text-inter-tight {
  font-family: "Inter Tight" !important;
}

.text-inter {
  font-family: "Inter" !important;
}

.text-helvetica-neue {
  font-family: "Helvetica Neue";
}

.container {
  max-width: 1360px;
}

/* Custom Icon */
.custom-icon {
  width: 13px;
  height: 13px;
  display: -moz-inline-box;
  display: inline-flex;
}
.custom-icon.icon-external-link {
  background-image: url("/wp-content/themes/mex/assets/images/new/external-link.svg");
}

.nav-mf-wrapper {
  background-color: #000E21;
}
.nav-mf-wrapper .navigation-mex {
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-mf-wrapper .navigation-mex .nav-left p {
  margin-bottom: 0px;
}
.nav-mf-wrapper .navigation-mex .nav-left a {
  color: #ffffff;
}
.nav-mf-wrapper .navigation-mex .nav-left .phone-info {
  font-family: "Inter";
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 991px) {
  .nav-mf-wrapper .navigation-mex .nav-left .phone-info {
    display: block;
    margin-bottom: 15px;
  }
}
.nav-mf-wrapper .navigation-mex .nav-left .phone-info strong {
  font-family: "Inter Tight";
  font-weight: bold;
}
@media (max-width: 991px) {
  .nav-mf-wrapper .navigation-mex .back-to-mex {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
  }
}
.nav-mf-wrapper .navigation-mex .back-to-mex span {
  font-family: "Inter Tight";
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
}
.nav-mf-wrapper .navigation-mex .back-to-mex img {
  margin: 0px 22px;
}
.nav-mf-wrapper .mf-contact {
  background-color: #FFFC48;
  padding: 42px 0px;
}
@media (max-width: 991px) {
  .nav-mf-wrapper .mf-contact img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .nav-mf-wrapper .mf-contact .btn-border {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.nav-wrapper {
  background-color: #000E21;
  padding-bottom: 43px;
}
@media (max-width: 991px) {
  .nav-wrapper {
    padding-top: 80px;
    padding-bottom: 44px;
    overflow-x: hidden;
  }
}
.nav-wrapper .navigation-markforged {
  padding-top: 23.2px;
  padding-bottom: 27.8px;
  border-bottom: 1px solid #ffffff;
}
.nav-wrapper .navigation-markforged a {
  color: #ffffff;
}
.nav-wrapper .navigation-markforged span {
  font-family: "Helvetica Neue";
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .nav-wrapper .navigation-markforged span.phone-info {
    display: block;
    margin-bottom: 15px;
  }
}
.nav-wrapper .navigation-markforged ul.nav-items {
  padding: 0px;
  margin: 0px;
  text-align: right;
}
@media (max-width: 991px) {
  .nav-wrapper .navigation-markforged ul.nav-items {
    text-align: left;
  }
}
.nav-wrapper .navigation-markforged ul.nav-items a:hover span {
  color: #72BF44;
}
.nav-wrapper .navigation-markforged ul.nav-items li {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  margin-right: 18px;
}
@media (max-width: 991px) {
  .nav-wrapper .navigation-markforged ul.nav-items li {
    width: 100%;
  }
}
.nav-wrapper .navigation-markforged ul.nav-items li.item-logo {
  margin-right: 19px;
}
@media (max-width: 991px) {
  .nav-wrapper .navigation-markforged ul.nav-items li.item-logo {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.nav-wrapper .navigation-markforged ul.nav-items li.item-link {
  position: relative;
}
.nav-wrapper .navigation-markforged ul.nav-items li.item-link::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .nav-wrapper .navigation-markforged ul.nav-items li.item-link::before {
    display: none;
  }
}
.nav-wrapper .navigation-markforged ul.nav-items li.item-link a {
  margin-left: 22px;
}
@media (max-width: 991px) {
  .nav-wrapper .navigation-markforged ul.nav-items li.item-link a {
    margin-left: 0px;
  }
}
.nav-wrapper .navigation-markforged ul.nav-items li.item-link i {
  position: relative;
  top: 2px;
  margin-left: 13px;
}
.nav-wrapper .navbar {
  padding: 45px 0px 0px 0px;
}
@media (max-width: 991px) {
  .nav-wrapper .navbar {
    padding: 20px 15px 20px 15px;
    background: #000E21;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
@media (max-width: 991px) {
  .nav-wrapper .navbar ul.navbar-nav {
    padding-top: 20px;
  }
}
.nav-wrapper .navbar ul.navbar-nav li {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 991px) {
  .nav-wrapper .navbar ul.navbar-nav li {
    margin: 0px 0px 15px 0px;
  }
}
.nav-wrapper .navbar ul.navbar-nav li:last-child a {
  margin-right: 0px;
}
.nav-wrapper .navbar ul.navbar-nav li.navbar-active a {
  color: #72BF44 !important;
}
.nav-wrapper .navbar ul.navbar-nav li a {
  font-family: "Inter Tight";
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  margin-right: 29px;
  padding: 0px;
}
.nav-wrapper .navbar ul.navbar-nav li a:hover {
  color: #72BF44;
}
.nav-wrapper .navbar ul.navbar-nav li.nav-btn a {
  border: 1px solid #72BF44;
  border-radius: 25px;
  padding: 11.4px;
  text-decoration: none;
  margin-right: 29px;
  display: inline;
}
@media (max-width: 991px) {
  .nav-wrapper .navbar ul.navbar-nav li.nav-btn a {
    text-align: center;
    margin: 5px 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
  }
}
.nav-wrapper .navbar ul.navbar-nav li.nav-btn a:hover {
  background-color: #72BF44;
  color: #ffffff !important;
}
.nav-wrapper .navbar ul.navbar-nav li.nav-icon i {
  font-size: 26.5px;
}
@media (max-width: 991px) {
  .nav-wrapper .navbar ul.navbar-nav li.nav-icon {
    margin: 5px 0px;
  }
}

.footer {
  background-color: #002659;
  padding: 100px 0px 119px 0px;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0px 50px 0px;
  }
}
.footer .mex-form label.error {
  color: red !important;
}
.footer .footer-right {
  padding-left: 25px;
}
@media (max-width: 991px) {
  .footer .footer-right {
    padding-left: 15px;
  }
}
.footer-border-top {
  background-image: url("/wp-content/themes/mex/assets/images/new/dashed-line.svg");
  background-repeat: repeat;
  width: 100%;
  height: 12px;
  display: block;
  margin-bottom: 53.6px;
}
.footer-border-bottom {
  border-bottom: 1px solid #ffffff;
  margin-top: 80.3px;
  margin-bottom: 80.6px;
}
@media (max-width: 991px) {
  .footer-border-bottom {
    margin-top: 40.3px;
    margin-bottom: 40.6px;
  }
}
.footer-text h3 {
  font-family: "Inter Tight";
  font-size: 128px;
  font-weight: bold;
  line-height: 170px;
  color: #ffffff;
  margin-bottom: 34.1px;
}
@media (max-width: 991px) {
  .footer-text h3 {
    font-size: 55px;
    line-height: 55px;
  }
}
.footer-text p {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer-text p {
    font-size: 30px;
    line-height: 38px;
  }
}
.footer h5, .footer .title {
  font-family: "Inter";
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 44.9px;
}
@media (max-width: 991px) {
  .footer h5, .footer .title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }
}
.footer ul.list-unstyled {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 991px) {
  .footer ul.list-unstyled {
    margin: 0px 0px 30px 0px;
  }
}
.footer ul.list-unstyled li {
  margin-bottom: 11.5px;
  padding: 0px;
}
.footer ul.list-unstyled li a {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  padding: 0px;
}
@media (max-width: 991px) {
  .footer ul.list-unstyled li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.footer ul.information li {
  margin-bottom: 53px;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer ul.information li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
}
.footer ul.information li a {
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer ul.information li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .footer ul.nav-items {
    margin-bottom: 30px;
  }
}
.footer ul.nav-items.on-mobile::before {
  display: none;
}
.footer ul.nav-items::before {
  content: "";
  border-top: 1px solid #ffffff;
  display: block;
  margin-right: 25px;
}
@media (max-width: 991px) {
  .footer ul.nav-items::before {
    margin-right: 0px;
  }
}
.footer ul.nav-items a:hover span {
  color: #72BF44;
}
.footer ul.nav-items span {
  font-family: "Inter Tight";
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
}
.footer ul.nav-items {
  padding: 0px;
  margin: 31px 0px 0px 0px;
}
.footer ul.nav-items li {
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  margin-right: 18px;
  padding-top: 64.9px;
}
@media (max-width: 991px) {
  .footer ul.nav-items li:first-child {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .footer ul.nav-items li:last-child {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .footer ul.nav-items li {
    padding-top: 15px;
    width: 100%;
  }
}
.footer ul.nav-items li.item-logo {
  margin-right: 19px;
}
@media (max-width: 991px) {
  .footer ul.nav-items li.item-logo {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 0px;
  }
}
.footer ul.nav-items li.item-link {
  position: relative;
}
.footer ul.nav-items li.item-link::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .footer ul.nav-items li.item-link::before {
    display: none;
  }
}
.footer ul.nav-items li.item-link a {
  margin-left: 22px;
}
@media (max-width: 991px) {
  .footer ul.nav-items li.item-link a {
    margin-left: 0px;
  }
}
.footer ul.nav-items li.item-link i {
  position: relative;
  top: 2px;
  margin-left: 13px;
}

.our-team {
  background-color: #ffffff;
  padding-top: 173.6px;
  padding-bottom: 14px;
  overflow: hidden;
}
.our-team .section-title {
  padding-bottom: 0px;
}
.our-team h2 {
  margin-bottom: 73px;
}
.our-team .section-description {
  margin-bottom: 90.2px;
}
.our-team .section-description h3 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 26.2px;
  color: #002659;
}
.our-team .section-description p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #002659;
  padding-right: 70px;
}

.card-team-items {
  margin-top: 0px;
}
.card-team-items .col-lg-4 {
  margin-bottom: 197px;
}
@media (max-width: 991px) {
  .card-team-items .col-lg-4 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .card-team-items .col-lg-4 {
    margin-bottom: 40px;
  }
}
.card-team-items .slick-slide {
  margin: 0 40px !important;
}
@media (max-width: 991px) {
  .card-team-items .slick-slide {
    margin: 0 15px !important;
  }
}
.card-team-items .slick-list {
  margin: 0 -40px !important;
}
@media (max-width: 991px) {
  .card-team-items .slick-list {
    margin: 0 -15px !important;
  }
}
.card-team-items .card {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0px 0px 30px 0px;
  height: 100%;
  max-width: 400px;
}
@media (max-width: 991px) {
  .card-team-items .card {
    max-width: 100%;
  }
}
.card-team-items .card a:hover {
  opacity: 0.9;
}
.card-team-items .card-body {
  padding: 54.6px 40px 60px 40px;
}
@media (max-width: 991px) {
  .card-team-items .card-body {
    padding: 15px;
  }
}
.card-team-items .card .card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 202px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .card-team-items .card .card-img-top {
    height: auto;
  }
}
.card-team-items .card .card-title {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #002659;
  margin-bottom: 33.7px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .card-team-items .card .card-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
.card-team-items .card .card-title a {
  color: #002659;
}
.card-team-items .card .card-title a:hover {
  color: #72BF44;
  text-decoration: none;
}
.card-team-items .card .card-job-title {
  font-family: "Inter Tight";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #002659;
  margin-bottom: 56.2px;
}
@media (max-width: 991px) {
  .card-team-items .card .card-job-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.card-team-items .card .card-text {
  margin-top: 22.1px;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
  margin-bottom: 164.5px;
}
@media (max-width: 991px) {
  .card-team-items .card .card-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.card-team-items .card .share svg {
  margin-right: 6px;
}
.card-team-items .card .share span {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
}

.banner.with-sub-title h2 {
  margin-bottom: 37px;
  line-height: 96px !important;
}
.banner.with-sub-title h3 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 78.2px;
}
.banner.with-sub-title p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}
.banner h2 {
  margin-bottom: 68.1px;
}
.banner p {
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
}
.banner .vce-button--style-basic {
  margin-top: 158px;
}

.text-with-divider h2 {
  margin-bottom: 37px;
}
.text-with-divider p {
  font-family: "Helvetica Neue";
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}
.text-with-divider .vce-button--style-basic {
  margin-top: 81.4px;
}

.two-columns-text-with-image h3 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #002659;
  margin-bottom: 20.4px;
}
.two-columns-text-with-image p {
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #002659;
}

.two-columns-text-button-with-image h3 {
  font-family: "Inter";
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 32.4px;
}

.additive-manufacturing-content {
  padding-top: 198px !important;
  padding-bottom: 101px;
}
.additive-manufacturing-content h3 {
  font-family: "Inter Tight";
  font-size: 55px;
  font-weight: bold;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 27px;
}
.additive-manufacturing-content p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 27px;
}
.additive-manufacturing-content .vce-button--style-basic {
  margin-top: 54px;
}
.additive-manufacturing-content .btn-inline {
  margin-top: 54px;
}
.additive-manufacturing-content .btn-inline .custom-btn:last-child {
  margin-left: 91px;
}
.additive-manufacturing-content .btn-inline .custom-btn a,
.additive-manufacturing-content .btn-inline .custom-btn button {
  width: 252px;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.careers {
  padding-top: 89.6px;
  padding-bottom: 100px;
  position: relative;
}
.careers h2 {
  margin-bottom: 50.1px;
  color: #F1F1F1;
}
.careers p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #F1F1F1;
}
.careers .vce-button--style-basic {
  margin-top: 79.2px;
}

.connected-linkedin {
  background-color: #F1F1F1;
}
.connected-linkedin h2 {
  margin-bottom: 31px;
}
@media (max-width: 991px) {
  .connected-linkedin .col-lg-4 {
    margin-bottom: 30px;
  }
}
.connected-linkedin h4 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #72BF44;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .connected-linkedin h4 {
    font-size: 30px;
    line-height: 38px;
    padding-left: 0px;
  }
}
.connected-linkedin .card-items {
  margin-top: 81.4px;
}
@media (max-width: 991px) {
  .connected-linkedin .card-items {
    margin-top: 40px;
  }
}
.connected-linkedin .card-items .card {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
  margin: 0px 11px;
  height: 100%;
}
@media (max-width: 991px) {
  .connected-linkedin .card-items .card {
    margin: 0px 0px;
  }
}
.connected-linkedin .card-items .card video {
  width: 100%;
  height: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: block;
}
.connected-linkedin .card-items .card a:hover {
  opacity: 0.9;
}
.connected-linkedin .card-items .card-body {
  padding: 32.2px 26px 30.7px 26px;
}
@media (max-width: 991px) {
  .connected-linkedin .card-items .card-body {
    padding: 15px;
  }
}
.connected-linkedin .card-items .card .card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
}
.connected-linkedin .card-items .card .card-title {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #002659;
}
@media (max-width: 991px) {
  .connected-linkedin .card-items .card .card-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.connected-linkedin .card-items .card .card-title a {
  color: #002659;
}
.connected-linkedin .card-items .card .text-muted {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
}
.connected-linkedin .card-items .card .card-text {
  margin-top: 22.1px;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
  margin-bottom: 85.3px;
}
@media (max-width: 991px) {
  .connected-linkedin .card-items .card .card-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.connected-linkedin .card-items .card .share svg {
  margin-right: 6px;
}
.connected-linkedin .card-items .card .share span {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
}

.our-clients {
  background-color: #002659;
}
.our-clients .section-title {
  border-bottom: 1px solid #72BF44;
  padding-bottom: 57px;
}
@media (max-width: 991px) {
  .our-clients .section-title {
    padding-bottom: 30px;
  }
}
.our-clients h2 {
  margin-bottom: 72.1px;
}
@media (max-width: 991px) {
  .our-clients h2 {
    margin-bottom: 20px;
  }
}
.our-clients h4 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #72BF44;
  padding-left: 55px;
}
@media (max-width: 991px) {
  .our-clients h4 {
    font-size: 30px;
    line-height: 38px;
    padding-left: 0px;
  }
}
.our-clients .slick-slide {
  margin: 0 46px !important;
  position: relative;
  -webkit-transform: none;
          transform: none;
}
.our-clients .slick-list {
  margin: 0 -46px !important;
}
.our-clients .custom-arrow {
  position: relative;
  right: 0;
  bottom: -34px;
}
@media (max-width: 991px) {
  .our-clients .custom-arrow {
    bottom: -10px;
  }
}
.our-clients .card-items {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .our-clients .card-items {
    margin-top: 40px;
  }
}
.our-clients .card-items ul {
  padding: 0px;
  margin: 0px;
}
@media (min-width: 992px) {
  .our-clients .card-items ul {
    width: 100vw;
    padding-left: 46px;
  }
}
.our-clients .card-items ul li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .our-clients .card-items ul li {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .our-clients .card-items ul li img {
    margin-right: 0px;
    display: block;
    margin: 0 auto;
  }
}

.content-news {
  background-color: #F1F1F1;
  background-image: url("/wp-content/themes/mex/assets/images/new/mask-1.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 190.9px;
  padding-bottom: 79px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .content-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content-news .section-title {
  padding-bottom: 0px;
}
.content-news h2 {
  margin-bottom: 71.7px;
}
@media (max-width: 991px) {
  .content-news h2 {
    margin-bottom: 20px;
  }
}
.content-news h4 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #72BF44;
  padding-left: 45px;
}
@media (max-width: 991px) {
  .content-news h4 {
    font-size: 30px;
    line-height: 39px;
    color: #72BF44;
    padding-left: 0px;
  }
}
.content-news .custom-btn {
  margin-top: -62px;
}
@media (max-width: 991px) {
  .content-news .custom-btn {
    margin-top: 0px;
  }
}
.content-news .card-items {
  margin-top: 96.4px;
}
@media (max-width: 991px) {
  .content-news .card-items {
    margin-top: 40px;
  }
}
.content-news .card-items .col-lg-4 {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .content-news .card-items .col-lg-4 {
    margin-bottom: 30px;
  }
}
.content-news .card-items .card {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0px 11px 30px 11px;
  height: 100%;
}
@media (max-width: 991px) {
  .content-news .card-items .card {
    margin: 0px 0px;
  }
}
.content-news .card-items .card a:hover {
  opacity: 0.8;
}
.content-news .card-items .card-body {
  padding: 40.6px 40px 40px 40px;
}
@media (max-width: 991px) {
  .content-news .card-items .card-body {
    padding: 15px;
  }
}
.content-news .card-items .card .card-img-top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-news .card-items .card .card-title {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #404351;
}
@media (max-width: 991px) {
  .content-news .card-items .card .card-title {
    font-size: 30px;
    line-height: 38px;
  }
}
.content-news .card-items .card .card-title a {
  color: #404351;
}
.content-news .card-items .card .text-muted {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
}
.content-news .card-items .card .card-text {
  margin-top: 22.1px;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
  margin-bottom: 100.2px;
}
@media (max-width: 991px) {
  .content-news .card-items .card .card-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.content-news .card-items .card .share svg {
  margin-right: 6px;
}
.content-news .card-items .card .share span {
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
}

.post-wrapper .news-detail {
  background-color: #ffffff;
  padding-top: 92.8px;
  padding-bottom: 113.2px;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .post-wrapper .news-detail {
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.post-wrapper .news-detail .featured-image {
  width: 50%;
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  .post-wrapper .news-detail .featured-image {
    width: 100%;
    height: 200px;
    position: relative;
    background-position: center !important;
    margin-bottom: 30px;
  }
}
.post-wrapper .news-detail .entry-title {
  font-family: "Helvetica Neue";
  font-size: 64px;
  line-height: 64px;
  color: #002659;
  margin-bottom: 75.8px;
}
@media (max-width: 991px) {
  .post-wrapper .news-detail .entry-title {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
.post-wrapper .news-detail .news-left {
  max-width: 560px;
}
@media (max-width: 991px) {
  .post-wrapper .news-detail .news-left {
    max-width: 100%;
  }
}
.post-wrapper .news-detail p {
  font-family: "Helvetica Neue";
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #8D8D8D;
}
@media (max-width: 991px) {
  .post-wrapper .news-detail p {
    font-size: 22px;
    line-height: 26px;
  }
}
.post-wrapper .news-detail blockquote p {
  font-family: "Helvetica Neue";
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #72BF44;
  margin-bottom: 52.2px;
}
@media (max-width: 991px) {
  .post-wrapper .news-detail blockquote p {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
.post-wrapper .content-news {
  padding-top: 202.9px;
  padding-bottom: 122px;
}
@media (max-width: 991px) {
  .post-wrapper .content-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.error-404,
.thankyou {
  padding: 200px 0px;
}
@media (max-width: 991px) {
  .error-404,
  .thankyou {
    padding: 80px 0px;
  }
}
.error-404 .content,
.thankyou .content {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-align: center;
       align-items: center;
}
.error-404 .content h1,
.thankyou .content h1 {
  text-transform: uppercase;
}
.error-404 .content h3,
.thankyou .content h3 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #000000;
}
@media (max-width: 991px) {
  .error-404 .content h3,
  .thankyou .content h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.error-404 .content p,
.thankyou .content p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 991px) {
  .error-404 .content p,
  .thankyou .content p {
    font-size: 16px;
    line-height: 24px;
  }
}

.news-dropdown {
  position: relative;
  display: -moz-inline-box;
  display: inline-flex;
  width: 139px;
}
@media (max-width: 991px) {
  .news-dropdown {
    width: 100%;
    margin-top: 20px;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
  }
}
.news-dropdown .dropdown-btn {
  width: 100%;
  display: -moz-inline-box;
  display: inline-flex;
  -moz-box-align: center;
       align-items: center;
  -moz-box-pack: justify;
       justify-content: space-between;
  height: 50px;
  font-family: "Inter Tight";
  font-size: 20px;
  line-height: 24px;
  cursor: pointer;
  background-color: #72BF44;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 0px 30px;
  border-color: #72BF44;
  outline: none;
  z-index: 2;
}
@media (max-width: 991px) {
  .news-dropdown .dropdown-btn {
    font-size: 16px;
    line-height: 20px;
  }
}
.news-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #72BF44;
  width: 139px;
  z-index: 1;
  top: 30px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 25px 0px 15px 0px;
}
@media (max-width: 991px) {
  .news-dropdown .dropdown-content {
    width: 100%;
    position: relative;
    top: -22px;
  }
}
.news-dropdown .dropdown-content a {
  font-family: "Inter Tight";
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px 0px 30px;
  color: #ffffff !important;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .news-dropdown .dropdown-content a {
    font-size: 14px;
    line-height: 18px;
  }
}
.news-dropdown .dropdown-content a:hover {
  opacity: 0.8 !important;
  color: #ffffff !important;
}

.two-columns-image-with-description h3 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff !important;
  margin-bottom: 17.4px;
}
.two-columns-image-with-description p {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff !important;
}

.btn-control {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.btn-control.btn-prev {
  background-image: url("/wp-content/themes/mex/assets/images/new/btn-prev-white.svg");
  margin-right: 20px;
}
.btn-control.btn-next {
  background-image: url("/wp-content/themes/mex/assets/images/new/btn-next-white.svg");
}
.btn-control.btn-prev-blue {
  background-image: url("/wp-content/themes/mex/assets/images/new/btn-prev-blue.svg");
  margin-right: 20px;
}
.btn-control.btn-next-blue {
  background-image: url("/wp-content/themes/mex/assets/images/new/btn-next-blue.svg");
}

#modalDocumentDownload {
  background-color: #002659;
  padding-right: 0px !important;
}

.popup-enquiry {
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.popup-enquiry .modal-content {
  background-color: #002659;
  height: auto;
  border-radius: 0;
  border: none;
}
.popup-enquiry .modal-content .modal-body {
  padding: 0;
  margin-top: 80px;
}
.popup-enquiry .modal-content .modal-body .download-text {
  max-width: 325px;
}
.popup-enquiry .modal-content .modal-body input {
  border-radius: 0 !important;
  font-family: "Inter" !important;
}
.popup-enquiry .modal-content .modal-body .wpforms-submit {
  background: #72BF44;
  border: none;
  color: #ffffff;
  float: right;
  height: 50px;
  font-family: "Inter Tight";
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .popup-enquiry .modal-content .modal-body .wpforms-submit {
    font-size: 16px;
    line-height: 20px;
  }
}
.popup-enquiry .modal-content .modal-body .wpforms-submit:hover {
  background: #72BF44;
  opacity: 0.8;
  border: none !important;
}
.popup-enquiry .modal-content .modal-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.popup-enquiry .modal-content .modal-footer {
  border-top: none !important;
}
.popup-enquiry .modal-content button {
  opacity: 1;
  padding: 20px 0 0 0;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
}
.popup-enquiry .modal-content button span {
  color: #ffffff;
}
.popup-enquiry .modal-content button span svg {
  width: 35px;
  height: 35px;
  color: #ffffff;
  fill: #ffffff;
}

.additive-button {
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}
.additive-button .custom-btn a,
.additive-button .custom-btn button {
  width: 252px;
  -moz-box-pack: justify;
       justify-content: space-between;
}
@media (max-width: 991px) {
  .additive-button .custom-btn a,
  .additive-button .custom-btn button {
    width: 100%;
  }
}

.modal .modal-content {
  padding: 5px 20px 20px;
  border-radius: 0;
  border: 0;
}
.modal .modal-content span {
  color: #000000;
}
.modal .modal-content span svg {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  fill: #000000;
  color: #000000;
}
.modal .modal-content input,
.modal .modal-content textarea {
  background-color: transparent;
  font-family: "Inter";
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #000000;
}
@media (max-width: 991px) {
  .modal .modal-content input,
  .modal .modal-content textarea {
    font-size: 16px;
    line-height: 20px;
  }
}
.modal .submit-btn {
  background-color: #72BF44 !important;
  color: #ffffff !important;
  font-family: "Inter";
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  border-radius: 50px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 50px;
  margin-top: 20px !important;
  float: right !important;
}
@media (max-width: 991px) {
  .modal .submit-btn {
    font-size: 16px;
    line-height: 20px;
  }
}
.modal .submit-btn:hover {
  opacity: 0.8;
}
.modal .btn-close {
  background: none;
  color: #2A2B2C;
  border: none;
  display: contents;
  float: right !important;
  text-align: right !important;
}

#additiveManufacturingModal .modal-content {
  background-color: #000000;
}
#additiveManufacturingModal .modal-content span {
  color: #ffffff;
}
#additiveManufacturingModal .modal-content span svg {
  width: 35px;
  height: 35px;
  margin-top: 10px;
  fill: #ffffff;
  color: #ffffff;
}
#additiveManufacturingModal .modal-content img {
  height: 80px;
  margin-top: 20px;
  margin-bottom: 30px;
}
#additiveManufacturingModal .modal-content input,
#additiveManufacturingModal .modal-content textarea {
  background-color: transparent;
  font-family: "Inter";
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #ffffff;
}
@media (max-width: 991px) {
  #additiveManufacturingModal .modal-content input,
  #additiveManufacturingModal .modal-content textarea {
    font-size: 16px;
    line-height: 20px;
  }
}
#additiveManufacturingModal .submit-btn {
  background-color: #FFFC48 !important;
  color: #000000 !important;
  font-family: "Inter";
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  border-radius: 50px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 50px;
  margin-top: 20px;
  border-color: #000000 !important;
}
@media (max-width: 991px) {
  #additiveManufacturingModal .submit-btn {
    font-size: 16px;
    line-height: 20px;
  }
}

.slider-item {
  padding-top: 80px;
  padding-bottom: 120px;
  margin: 0px;
  background-color: #000E21;
}
@media (max-width: 991px) {
  .slider-item {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.slider-item.type_2 {
  padding-bottom: 81px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .slider-item.type_2 {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .slider-item.type_2 {
    width: 100vw;
    padding-left: 20px;
  }
}
.slider-item .slider-group .slide .slide-header {
  position: relative;
}
.slider-item .slider-group .slide .slide-header .custom-arrow {
  background-color: #000E21;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 991px) {
  .slider-item .slider-group .slide .slide-header .custom-arrow {
    position: relative;
    -moz-box-pack: center !important;
         justify-content: center !important;
    margin: 0 auto 20px;
  }
}
.slider-item .slider-group .slide.type-1 h3 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .slider-item .slider-group .slide.type-1 h3 {
    margin-bottom: 20px;
  }
}
.slider-item .slider-group .slide.type-2 ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: -moz-inline-box;
  display: inline-flex;
}
.slider-item .slider-group .slide.type-2 ul li {
  max-width: 345px;
  margin: 0 20px;
}
.slider-item .slider-group .slide.type-2 .slick-slide {
  margin: 0 20px !important;
  position: relative;
  -webkit-transform: none;
          transform: none;
}
.slider-item .slider-group .slide.type-2 .slick-list {
  margin: 0 -20px !important;
}

#additiveManufacturingModal .NewFormModal input,
#additiveManufacturingModal .NewFormModal textarea,
#additiveManufacturingModal .NewFormModal select {
  color: #ffffff !important;
}
#additiveManufacturingModal .NewFormModal input::-webkit-input-placeholder, #additiveManufacturingModal .NewFormModal textarea::-webkit-input-placeholder, #additiveManufacturingModal .NewFormModal select::-webkit-input-placeholder {
  color: #ffffff !important;
}
#additiveManufacturingModal .NewFormModal input::-moz-placeholder, #additiveManufacturingModal .NewFormModal textarea::-moz-placeholder, #additiveManufacturingModal .NewFormModal select::-moz-placeholder {
  color: #ffffff !important;
}
#additiveManufacturingModal .NewFormModal input:-ms-input-placeholder, #additiveManufacturingModal .NewFormModal textarea:-ms-input-placeholder, #additiveManufacturingModal .NewFormModal select:-ms-input-placeholder {
  color: #ffffff !important;
}
#additiveManufacturingModal .NewFormModal input::-ms-input-placeholder, #additiveManufacturingModal .NewFormModal textarea::-ms-input-placeholder, #additiveManufacturingModal .NewFormModal select::-ms-input-placeholder {
  color: #ffffff !important;
}
#additiveManufacturingModal .NewFormModal input::placeholder,
#additiveManufacturingModal .NewFormModal textarea::placeholder,
#additiveManufacturingModal .NewFormModal select::placeholder {
  color: #ffffff !important;
}

#enquiryFormGeneralModal .NewFormModal input,
#enquiryFormGeneralModal .NewFormModal textarea,
#enquiryFormGeneralModal .NewFormModal select {
  border-color: #000000 !important;
}
#enquiryFormGeneralModal .NewFormModal input::-webkit-input-placeholder, #enquiryFormGeneralModal .NewFormModal textarea::-webkit-input-placeholder, #enquiryFormGeneralModal .NewFormModal select::-webkit-input-placeholder {
  color: #000000 !important;
}
#enquiryFormGeneralModal .NewFormModal input::-moz-placeholder, #enquiryFormGeneralModal .NewFormModal textarea::-moz-placeholder, #enquiryFormGeneralModal .NewFormModal select::-moz-placeholder {
  color: #000000 !important;
}
#enquiryFormGeneralModal .NewFormModal input:-ms-input-placeholder, #enquiryFormGeneralModal .NewFormModal textarea:-ms-input-placeholder, #enquiryFormGeneralModal .NewFormModal select:-ms-input-placeholder {
  color: #000000 !important;
}
#enquiryFormGeneralModal .NewFormModal input::-ms-input-placeholder, #enquiryFormGeneralModal .NewFormModal textarea::-ms-input-placeholder, #enquiryFormGeneralModal .NewFormModal select::-ms-input-placeholder {
  color: #000000 !important;
}
#enquiryFormGeneralModal .NewFormModal input::placeholder,
#enquiryFormGeneralModal .NewFormModal textarea::placeholder,
#enquiryFormGeneralModal .NewFormModal select::placeholder {
  color: #000000 !important;
}

.NewFormModal input,
.NewFormModal textarea,
.NewFormModal select {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000000 !important;
  background: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  border-color: #ffffff;
  margin-bottom: 22.5px;
  padding: 0px;
}
@media (max-width: 991px) {
  .NewFormModal input,
  .NewFormModal textarea,
  .NewFormModal select {
    font-size: 16px;
    line-height: 24px;
  }
}
.NewFormModal input:focus,
.NewFormModal textarea:focus,
.NewFormModal select:focus {
  box-shadow: none;
  background: transparent;
  outline: none;
}
.NewFormModal input::-webkit-input-placeholder, .NewFormModal textarea::-webkit-input-placeholder, .NewFormModal select::-webkit-input-placeholder {
  color: #000000 !important;
}
.NewFormModal input::-moz-placeholder, .NewFormModal textarea::-moz-placeholder, .NewFormModal select::-moz-placeholder {
  color: #000000 !important;
}
.NewFormModal input:-ms-input-placeholder, .NewFormModal textarea:-ms-input-placeholder, .NewFormModal select:-ms-input-placeholder {
  color: #000000 !important;
}
.NewFormModal input::-ms-input-placeholder, .NewFormModal textarea::-ms-input-placeholder, .NewFormModal select::-ms-input-placeholder {
  color: #000000 !important;
}
.NewFormModal input::placeholder,
.NewFormModal textarea::placeholder,
.NewFormModal select::placeholder {
  color: #000000 !important;
}
.NewFormModal textarea {
  height: 160px;
}
@media (max-width: 991px) {
  .NewFormModal textarea {
    height: auto;
  }
}
.NewFormModal button {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .NewFormModal button {
    margin-top: 20px;
  }
}

.no-parallax-zoom .vce-asset-parallax {
  top: 0 !important;
  bottom: 0 !important;
}

.secondary-color-overlay::before {
  content: "";
  background-color: #72BF44;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.parallax-animate .vce-asset-background-simple-item {
  background-attachment: fixed;
}

.no-fixed .vce-asset-background-simple-item {
  background-attachment: unset !important;
}

form.mex-form label.error {
  position: relative;
  top: -15px;
  color: #820d0d;
}
form.mex-form.dark input,
form.mex-form.dark textarea,
form.mex-form.dark select {
  border-color: #000000 !important;
  color: #000000 !important;
}
form.mex-form.dark input::-webkit-input-placeholder, form.mex-form.dark textarea::-webkit-input-placeholder, form.mex-form.dark select::-webkit-input-placeholder {
  color: #000000 !important;
}
form.mex-form.dark input::-moz-placeholder, form.mex-form.dark textarea::-moz-placeholder, form.mex-form.dark select::-moz-placeholder {
  color: #000000 !important;
}
form.mex-form.dark input:-ms-input-placeholder, form.mex-form.dark textarea:-ms-input-placeholder, form.mex-form.dark select:-ms-input-placeholder {
  color: #000000 !important;
}
form.mex-form.dark input::-ms-input-placeholder, form.mex-form.dark textarea::-ms-input-placeholder, form.mex-form.dark select::-ms-input-placeholder {
  color: #000000 !important;
}
form.mex-form.dark input::placeholder,
form.mex-form.dark textarea::placeholder,
form.mex-form.dark select::placeholder {
  color: #000000 !important;
}
form.mex-form.dark .thankyou-message h3 {
  color: #000000 !important;
}
form.mex-form input,
form.mex-form textarea,
form.mex-form select {
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff !important;
  background: transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0px;
  border-color: #ffffff;
  margin-bottom: 22.5px;
  padding: 0px;
}
@media (max-width: 991px) {
  form.mex-form input,
  form.mex-form textarea,
  form.mex-form select {
    font-size: 16px;
    line-height: 24px;
  }
}
form.mex-form input:focus,
form.mex-form textarea:focus,
form.mex-form select:focus {
  box-shadow: none;
  background: transparent;
  outline: none;
}
form.mex-form input::-webkit-input-placeholder, form.mex-form textarea::-webkit-input-placeholder, form.mex-form select::-webkit-input-placeholder {
  color: #ffffff !important;
}
form.mex-form input::-moz-placeholder, form.mex-form textarea::-moz-placeholder, form.mex-form select::-moz-placeholder {
  color: #ffffff !important;
}
form.mex-form input:-ms-input-placeholder, form.mex-form textarea:-ms-input-placeholder, form.mex-form select:-ms-input-placeholder {
  color: #ffffff !important;
}
form.mex-form input::-ms-input-placeholder, form.mex-form textarea::-ms-input-placeholder, form.mex-form select::-ms-input-placeholder {
  color: #ffffff !important;
}
form.mex-form input::placeholder,
form.mex-form textarea::placeholder,
form.mex-form select::placeholder {
  color: #ffffff !important;
}
form.mex-form textarea {
  height: 160px;
}
@media (max-width: 991px) {
  form.mex-form textarea {
    height: auto;
  }
}
form.mex-form button {
  margin-top: 35.5px;
}
@media (max-width: 991px) {
  form.mex-form button {
    margin-top: 20px;
  }
}
form.mex-form .thankyou-message h3 {
  border: 1px solid #72BF44;
  padding: 8px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 991px) {
  form.mex-form .thankyou-message h3 {
    font-size: 16px;
    line-height: 20px;
  }
}

.multiple-btn {
  display: -moz-box;
  display: flex;
}
@media (max-width: 991px) {
  .multiple-btn {
    display: block;
  }
}
@media (max-width: 991px) {
  .multiple-btn .custom-btn {
    margin-bottom: 20px;
  }
}

.bg-overlays::after {
  content: "";
}
@media (max-width: 991px) {
  .bg-overlays::after {
    background: rgba(0, 14, 33, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .bg-overlays .vce-col-content {
    position: relative;
    z-index: 11;
  }
}

.bg-overlays-v2::after {
  content: "";
}
@media (max-width: 991px) {
  .bg-overlays-v2::after {
    background: rgba(0, 14, 33, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
  }
}
@media (max-width: 991px) {
  .bg-overlays-v2 .vce-text-block, .bg-overlays-v2 .custom-btn {
    position: relative;
    z-index: 30;
  }
}

.wrapper-list-services p {
  font-size: 25px;
  line-height: 32px;
}
.wrapper-list-services .services-home .link {
  color: #ffffff;
  font-size: 19px;
  display: -moz-box;
  display: flex;
  text-decoration: none;
}
.wrapper-list-services .services-home .link:hover, .wrapper-list-services .services-home .link:focus {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.wrapper-list-services .services-home .link-icon {
  height: 25px;
  width: 25px;
  text-decoration: none;
  margin-right: 10px;
}

/*# sourceMappingURL=app.min.css.map*/