@import url(https://use.typekit.net/ikx0ujv.css);
:root {
  --mt-c-primary: 38, 137, 54;
  --mt-c-secondary: 0, 108, 253;
  --mt-c-third: 0, 22, 83;
  --mt-c-background-main: 255, 255, 255;
  --mt-c-background-light: 248, 248, 248;
  --mt-c-background-dark: 244, 244, 244;
  --mt-c-background-darker: 232, 232, 232;
  --mt-c-text-main: 0, 33, 52;
  --mt-c-text-secondary: 50, 66, 118;
  --mt-c-text-3: 87, 107, 118;
  --mt-c-text-4: 0, 34, 52;
  --mt-c-error: 219, 0, 0;
  --mt-c-border-white: 255, 255, 255;
  --mt-c-border-grey: 240, 240, 240;
  --mt-c-border-grey-dark: 234, 234, 234;
  --mt-c-border-grey-darker: 230, 230, 230;
  --mt-c-black: 0, 0, 0;
  --mt-c-white: 255, 255, 255;
  --fw_regular: 400;
  --fw_medium: 600;
  --fw_bold: 700;
  --ln_title: 1.2;
  --ln_text: 1.75;
  --ff_prim: "cairo", "sans-serif";
  --ff_secondary: "cairo", "sans-serif";
}

.page-container {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.object-fit img, .object-fit video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.object-contain img, .object-contain video {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.object-position-top {
  -o-object-position: top;
     object-position: top;
}

.object-position-right {
  -o-object-position: right;
     object-position: right;
}

.object-position-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}

.object-position-left {
  -o-object-position: left;
     object-position: left;
}

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  text-decoration: none;
  display: inline;
}

input {
  -webkit-appearance: none;
}

html, body {
  font-family: var(--ff_prim);
  font-size: 16px;
  line-height: var(--ln_text);
  color: rgba(var(--mt-c-text-main), 1);
  font-weight: var(--fw_regular);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.title, h1, h2, h3, h4, h5, h6 {
  font-family: var(--ff_prim);
  font-weight: var(--fw_bold);
  line-height: var(--ln_title);
  color: rgba(var(--mt-c-text-main), 1);
  letter-spacing: -0.008em;
}

.title--h1, h1 {
  font-size: 56px;
  font-size: 3.5rem;
}
@media screen and (max-width: 1280px) {
  .title--h1, h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .title--h1, h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.title--h2, h2 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1280px) {
  .title--h2, h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .title--h2, h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.title--h3, h3 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .title--h3, h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  .title--h3, h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.title--h4, h4 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 1280px) {
  .title--h4, h4 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .title--h4, h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.title--h5, h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .title--h5, h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .title--h5, h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.title--h6, h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .title--h6, h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .title--h6, h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.wysiwyg {
  color: rgba(var(--mt-c-text-4), 1);
  font-weight: var(--fw_regular);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: var(--ln_text);
  letter-spacing: -0.008em;
}
@media screen and (max-width: 1280px) {
  .wysiwyg {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .wysiwyg {
    font-size: 16px;
    font-size: 1rem;
  }
}
.wysiwyg .title--h2, .wysiwyg h2 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .wysiwyg .title--h2, .wysiwyg h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  .wysiwyg .title--h2, .wysiwyg h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.wysiwyg .title--h3, .wysiwyg h3 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 1280px) {
  .wysiwyg .title--h3, .wysiwyg h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .wysiwyg .title--h3, .wysiwyg h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.wysiwyg .title--h4, .wysiwyg h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .wysiwyg .title--h4, .wysiwyg h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .wysiwyg .title--h4, .wysiwyg h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.wysiwyg .title--h5, .wysiwyg h5, .wysiwyg .title--h6, .wysiwyg h6 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .wysiwyg .title--h5, .wysiwyg h5, .wysiwyg .title--h6, .wysiwyg h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .wysiwyg .title--h5, .wysiwyg h5, .wysiwyg .title--h6, .wysiwyg h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child), .wysiwyg h3:not(:first-child), .wysiwyg h4:not(:first-child), .wysiwyg h5:not(:first-child), .wysiwyg h6:not(:first-child) {
  margin-top: 64px;
}
@media screen and (max-width: 1280px) {
  .wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child), .wysiwyg h3:not(:first-child), .wysiwyg h4:not(:first-child), .wysiwyg h5:not(:first-child), .wysiwyg h6:not(:first-child) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1160px) {
  .wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child), .wysiwyg h3:not(:first-child), .wysiwyg h4:not(:first-child), .wysiwyg h5:not(:first-child), .wysiwyg h6:not(:first-child) {
    margin-top: 32px;
  }
}
@media screen and (max-width: 580px) {
  .wysiwyg h1:not(:first-child), .wysiwyg h2:not(:first-child), .wysiwyg h3:not(:first-child), .wysiwyg h4:not(:first-child), .wysiwyg h5:not(:first-child), .wysiwyg h6:not(:first-child) {
    margin-top: 24px;
  }
}
.wysiwyg p:not(.rich-text):empty {
  display: none;
}
.wysiwyg p, .wysiwyg table, .wysiwyg span, .wysiwyg ol, .wysiwyg ul, .wysiwyg li, .wysiwyg blockquote, .wysiwyg a, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.wysiwyg p, .wysiwyg table, .wysiwyg ol, .wysiwyg ul, .wysiwyg blockquote {
  margin-top: 24px;
}
.wysiwyg ul li, .wysiwyg ol li {
  padding-left: 24px;
  list-style: none;
  position: relative;
}
.wysiwyg ul li:not(:first-child), .wysiwyg ol li:not(:first-child) {
  margin-top: 16px;
}
.wysiwyg ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 8px;
  border: 2px solid rgba(var(--mt-c-secondary), 1);
  position: absolute;
  left: 0px;
  top: 13px;
}
.wysiwyg ul ol li:before {
  display: none;
}
.wysiwyg ol {
  counter-reset: counter;
}
.wysiwyg ol li {
  counter-increment: counter;
}
.wysiwyg ol li:after {
  content: counter(counter) ". ";
  color: rgba(var(--mt-c-secondary), 1);
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--fw_medium);
}
.wysiwyg ol ul li:after {
  display: none;
}
.wysiwyg .wp-block-buttons {
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .wysiwyg .wp-block-buttons {
    margin-top: 16px;
  }
}
.wysiwyg .wp-block-image {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wysiwyg .wp-block-image.alignleft {
  float: left;
  margin-right: 16px;
}
.wysiwyg .wp-block-image.alignright {
  text-align: right;
  float: right;
  margin-left: 16px;
}
.wysiwyg .wp-block-image figcaption {
  color: rgba(var(--mt-c-text-3), 1);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.008em;
  margin: 12px auto 0 auto;
}
.wysiwyg a:not(.wp-block-button__link) {
  text-decoration: underline;
  transition: opacity 0.2s ease-in-out;
}
.wysiwyg a:not(.wp-block-button__link):hover {
  opacity: 0.85;
}
.wysiwyg p, .wysiwyg blockquote, .wysiwyg table, .wysiwyg span, .wysiwyg a:not(.button):not(.wp-block-button__link) {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.wysiwyg ul:first-child, .wysiwyg > div:first-child, .wysiwyg ol:first-child, .wysiwyg li:first-child, .wysiwyg p:first-child, .wysiwyg blockquote:first-child, .wysiwyg table:first-child, .wysiwyg span:first-child, .wysiwyg h2:first-child, .wysiwyg h3:first-child, .wysiwyg h4:first-child, .wysiwyg h5:first-child, .wysiwyg h6:first-child {
  margin-top: 0;
}
.wysiwyg p:empty:first-child + ul, .wysiwyg p:empty:first-child + div, .wysiwyg p:empty:first-child + ol, .wysiwyg p:empty:first-child + li, .wysiwyg p:empty:first-child + p, .wysiwyg p:empty:first-child + blockquote, .wysiwyg p:empty:first-child + table, .wysiwyg p:empty:first-child + span, .wysiwyg p:empty:first-child + h2, .wysiwyg p:empty:first-child + h3, .wysiwyg p:empty:first-child + h4, .wysiwyg p:empty:first-child + h5, .wysiwyg p:empty:first-child + h6 {
  margin-top: 0;
}
.wysiwyg b, .wysiwyg strong {
  color: inherit;
}
.wysiwyg blockquote {
  margin: 64px 0;
  padding-left: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: var(--fw_medium);
  font-style: italic;
  letter-spacing: -0.008em;
  border-left: none;
}
@media screen and (max-width: 1280px) {
  .wysiwyg blockquote {
    margin: 48px 0;
  }
}
@media screen and (max-width: 1160px) {
  .wysiwyg blockquote {
    margin: 32px 0;
  }
}
@media screen and (max-width: 580px) {
  .wysiwyg blockquote {
    margin: 24px 0;
    padding-left: 0;
  }
}
.wysiwyg blockquote:after {
  display: none;
}
.wysiwyg blockquote .wp-block-quote__citation {
  display: none !important;
}
.wysiwyg hr {
  border-bottom: none;
  border-top: 1px solid rgba(var(--mt-c-border-grey), 1);
  margin: 48px 0;
  width: 100% !important;
}
@media screen and (max-width: 1280px) {
  .wysiwyg hr {
    margin: 32px 0;
  }
}
@media screen and (max-width: 1160px) {
  .wysiwyg hr {
    margin: 24px 0;
  }
}
@media screen and (max-width: 580px) {
  .wysiwyg hr {
    margin: 16px 0;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form.submitting .submit-container.alternative-animation input, form.submitting .submit-container.alternative-animation input {
  padding-right: 48px;
}
.wpcf7-form.submitting .submit-container.alternative-animation .wpcf7-spinner, form.submitting .submit-container.alternative-animation .wpcf7-spinner {
  opacity: 1;
}
.wpcf7-form.submitting .submit-container:not(.alternative-animation) input, form.submitting .submit-container:not(.alternative-animation) input {
  color: rgba(var(--mt-c-primary), 1);
  background: rgba(var(--mt-c-primary), 1);
}
.wpcf7-form .flex, form .flex {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.wpcf7-form .flex label, form .flex label {
  margin-right: 8px;
  width: 100%;
}
.wpcf7-form .submit-container, form .submit-container {
  position: relative;
}
.wpcf7-form .input-row, form .input-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.wpcf7-form .input-row .input-wrap, form .input-row .input-wrap {
  width: 100%;
}
.wpcf7-form .input-row .input-wrap.half, form .input-row .input-wrap.half {
  width: calc(50% - 8px);
}
@media screen and (max-width: 580px) {
  .wpcf7-form .input-row .input-wrap.half, form .input-row .input-wrap.half {
    width: 100%;
  }
  .wpcf7-form .input-row .input-wrap.half:not(:last-child), form .input-row .input-wrap.half:not(:last-child) {
    margin-bottom: 16px;
  }
}
.wpcf7-form .submit-container, form .submit-container {
  display: flex;
  justify-content: space-between;
}
.wpcf7-form .submit-container > p, form .submit-container > p {
  display: flex;
  justify-content: space-between;
}
.wpcf7-form .submit-container.alternative-animation input, form .submit-container.alternative-animation input {
  transition: padding-right 0.1s ease-in-out;
}
.wpcf7-form .submit-container.alternative-animation .wpcf7-spinner, form .submit-container.alternative-animation .wpcf7-spinner {
  right: 16px;
  left: auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

input.wpcf7-not-valid, select.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border-color: rgba(var(--mt-c-error), 1) !important;
}

.wpcf7-submit.submit-arrow {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: transparent;
  background-image: url("../../../img/icons/arrow-right-white.svg");
  background-size: 14px 9px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: -13px;
  font-size: 0;
  color: transparent;
}

.wpcf7-spinner {
  position: absolute;
  opacity: 1;
  width: 16px;
  height: 16px;
  background: transparent;
  margin: 0;
  display: flex;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-spinner:before {
  display: none !important;
}
.wpcf7-spinner:after {
  content: "";
  border-left: 2px solid rgba(var(--mt-c-white), 1);
  border-top: 2px solid rgba(var(--mt-c-white), 1);
  border-right: 2px solid rgba(var(--mt-c-white), 1);
  border-bottom: 2px solid transparent;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  animation: loaderAnimation 0.6s linear infinite;
  display: block;
  transform-origin: center center;
  background-color: transparent;
}

.wpcf7-not-valid-tip {
  color: rgba(var(--mt-c-error), 1);
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  border: 0;
  margin: 16px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: rgba(var(--mt-c-error), 1);
}

@keyframes loaderAnimation {
  100% {
    transform: rotate(-360deg);
  }
}
.spacer-top-small,
.spacer-bottom-small {
  height: 64px;
}
@media screen and (max-width: 580px) {
  .spacer-top-small,
  .spacer-bottom-small {
    height: 56px;
  }
}
.spacer-top-medium,
.spacer-bottom-medium {
  height: 88px;
}
@media screen and (max-width: 1280px) {
  .spacer-top-medium,
  .spacer-bottom-medium {
    height: 80px;
  }
}
@media screen and (max-width: 580px) {
  .spacer-top-medium,
  .spacer-bottom-medium {
    height: 56px;
  }
}
.spacer-top-large,
.spacer-bottom-large {
  height: 104px;
}
@media screen and (max-width: 1280px) {
  .spacer-top-large,
  .spacer-bottom-large {
    height: 80px;
  }
}
@media screen and (max-width: 580px) {
  .spacer-top-large,
  .spacer-bottom-large {
    height: 56px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 34, 52, 0.16);
  background-image: url("../../../img/icons/swiper-arrow.svg");
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.15s ease, background-image 0.15s ease, opacity 0.15s ease;
  border-radius: 99px;
  background-color: rgba(var(--mt-c-white), 1);
}
.swiper-button-prev.grey,
.swiper-button-next.grey {
  background-color: rgba(var(--mt-c-background-light), 1);
}
.swiper-button-prev.grey:hover,
.swiper-button-next.grey:hover {
  background-color: rgba(var(--mt-c-background-dark), 1);
}
.swiper-button-prev:not(.swiper-button-disabled),
.swiper-button-next:not(.swiper-button-disabled) {
  cursor: pointer;
}
.swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-button-next:not(.swiper-button-disabled):hover {
  background-color: rgba(var(--mt-c-background-light), 1);
}
.swiper-button-prev.absolute,
.swiper-button-next.absolute {
  position: absolute;
  z-index: 3;
  left: -93px;
  top: calc(50% - 22.5px);
}
.swiper-button-prev.absolute.swiper-button-next,
.swiper-button-next.absolute.swiper-button-next {
  left: auto;
  right: -93px;
}
@media only screen and (max-width: 1750px) {
  .swiper-button-prev.absolute.swiper-button-next,
  .swiper-button-next.absolute.swiper-button-next {
    right: -104px;
  }
}
@media only screen and (max-width: 1600px) {
  .swiper-button-prev.absolute,
  .swiper-button-next.absolute {
    left: -88px;
  }
  .swiper-button-prev.absolute.swiper-button-next,
  .swiper-button-next.absolute.swiper-button-next {
    right: -88px;
  }
}
@media only screen and (max-width: 1500px) {
  .swiper-button-prev.absolute,
  .swiper-button-next.absolute {
    height: 38px;
    width: 38px;
    left: -48px;
    top: calc(50% - 19px);
  }
  .swiper-button-prev.absolute.swiper-button-next,
  .swiper-button-next.absolute.swiper-button-next {
    right: -48px;
  }
}
@media only screen and (max-width: 1350px) {
  .swiper-button-prev.absolute,
  .swiper-button-next.absolute {
    left: -19px;
  }
  .swiper-button-prev.absolute.swiper-button-next,
  .swiper-button-next.absolute.swiper-button-next {
    right: -19px;
  }
}
@media screen and (max-width: 580px) {
  .swiper-button-prev.absolute,
  .swiper-button-next.absolute {
    display: none;
  }
}

.swiper-button-prev {
  transform: scaleX(-1);
}

.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination-bullets {
  display: flex;
  margin: 8px -4px 0;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
  cursor: pointer;
  padding: 16px 6px;
}
.swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  height: 8px;
  width: 8px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  transition: background 0.15s ease;
  border-radius: 8px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active:after {
  background: rgba(var(--mt-c-black), 1);
}

.swiper-pagination {
  display: flex;
  justify-content: center;
}
.swiper-pagination .pagination-item {
  position: relative;
  cursor: pointer;
  padding: 16px 6px;
}
.swiper-pagination .pagination-item:after {
  content: "";
  height: 8px;
  width: 8px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  transition: background 0.15s ease;
  border-radius: 8px;
}
.swiper-pagination .pagination-item.active:after {
  background: rgba(var(--mt-c-black), 1);
}

.swiper-pagination-lock {
  display: none !important;
}

@media print {
  .mt-header__main,
  .mt-header__top,
  .mt-footer__top-right,
  .mt-footer__copyright-right,
  .left-svg,
  .right-svg,
  .mt-footer__social-icons.desktop,
  .mt-text-content__sidebar,
  .wp-block-buttons,
  .mt-faq,
  .mt-text-image--has-form,
  #CookiebotWidget,
  .mt-breaker-content,
  .mt-text-icon-link-boxes,
  .mt-newsletter {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .wp-block-post-featured-image {
    margin-top: 0 !important;
  }
  .mt-employees-card {
    width: calc(50% - 24px) !important;
  }
}
.mt-search-popup {
  position: fixed;
  top: 129px;
  left: 50%;
  transform: translate(-50%, 10px);
  background: rgba(var(--mt-c-white), 1);
  border-radius: 16px;
  max-width: 90%;
  width: 832px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 11;
  max-height: 90vh;
  overflow: auto;
}
body.admin-bar .mt-search-popup {
  top: 161px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar .mt-search-popup {
    top: 175px;
  }
}
@media only screen and (max-width: 600px) {
  body.admin-bar .mt-search-popup {
    top: 129px;
  }
}
.mt-search-popup.mt-search-popup--open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}
.mt-search-popup__inner {
  padding: 56px;
}
@media screen and (max-width: 1160px) {
  .mt-search-popup__inner {
    padding: 48px;
  }
}
@media screen and (max-width: 580px) {
  .mt-search-popup__inner {
    padding: 32px;
  }
}
.mt-search-popup__title {
  color: rgba(var(--mt-c-black), 1);
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: var(--fw_bold);
  letter-spacing: -0.008em;
  margin-bottom: 8px;
}
.mt-search-popup__input[type=search] {
  padding: 11px 16px 14px 44px;
}
.mt-search-popup__links {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
}
.mt-search-popup__links--title {
  font-weight: var(--fw_medium);
  font-size: 18px;
  font-size: 1.125rem;
  color: rgba(var(--mt-c-text-main), 1);
  opacity: 0.5;
}
.mt-search-popup__links a {
  margin-top: 10px;
  font-weight: var(--fw_medium);
  color: rgba(var(--mt-c-text-main), 1);
  transition: opacity 0.2s ease-in-out;
}
.mt-search-popup__links a:hover {
  opacity: 0.8;
}

.breadcrumbs {
  position: absolute;
  width: 100%;
  transition: transform 0.1s ease, opacity 0.1s ease-in-out, height 0.1s ease-in-out;
  z-index: 7;
}
.breadcrumbs:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 32px;
  background: linear-gradient(to left, rgba(var(--mt-c-white), 1), transparent);
  pointer-events: none;
}
.breadcrumbs__inner {
  padding: 24px 0;
  border-top: 1px solid rgba(var(--mt-c-border-grey), 1);
  line-height: 1;
  transition: padding 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 580px) {
  .breadcrumbs__inner {
    padding: 12px 0;
  }
}
.breadcrumbs__inner::-webkit-scrollbar {
  display: none;
}
.breadcrumbs__inner a {
  font-size: 16px !important;
  padding: 0 !important;
  flex-shrink: 0;
}
.breadcrumbs__inner span {
  flex-shrink: 0;
}
.breadcrumbs__inner span:not(.current) {
  display: inline-block;
  margin: 0 8px;
  width: 5px;
  height: 9px;
  background: url("../../../img/icons/arrow-right-short.svg");
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.tagline {
  font-family: var(--ff_prim);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: var(--fw_medium);
  color: rgba(var(--mt-c-secondary), 1);
}
@media screen and (max-width: 580px) {
  .tagline {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.tagline--white {
  color: rgba(var(--mt-c-white), 1);
}

.wp-block-buttons {
  gap: 12px !important;
}
@media only screen and (max-width: 375px) {
  .wp-block-buttons {
    gap: 0;
  }
}

@media only screen and (max-width: 375px) {
  .wp-block-button {
    width: 100%;
  }
}
.wp-block-button__link, .wp-block-button__link.wp-element-button {
  -webkit-appearance: none;
  font-family: var(--ff_prim);
  font-weight: var(--fw_medium);
  border-radius: 100px;
  text-align: left;
  cursor: pointer;
  border: 1px solid;
  font-size: 16px;
  padding: 16px 32px 17px;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border 0.2s ease;
  will-change: transform, background, color;
  position: relative;
  background: rgba(var(--mt-c-primary), 1);
  color: rgba(var(--mt-c-white), 1) !important;
  border-color: rgba(var(--mt-c-primary), 1);
}
.wp-block-button__link:hover, .wp-block-button__link.wp-element-button:hover {
  background: rgba(var(--mt-c-primary), 0.9);
  color: rgba(var(--mt-c-white), 1) !important;
  border-color: rgba(var(--mt-c-primary), 0.9);
}
.wp-block-button__link:active, .wp-block-button__link.wp-element-button:active {
  background: rgba(var(--mt-c-primary), 0.9);
  color: rgba(var(--mt-c-white), 1) !important;
  border-color: rgba(var(--mt-c-primary), 0.9);
}
@media only screen and (max-width: 375px) {
  .wp-block-button__link, .wp-block-button__link.wp-element-button {
    width: 100%;
    text-align: center;
  }
}
.wp-block-button.is-style-primary-outline .wp-block-button__link {
  background: transparent;
  color: rgba(var(--mt-c-primary), 1) !important;
  border-color: rgba(var(--mt-c-primary), 1);
}
.wp-block-button.is-style-primary-outline .wp-block-button__link:hover {
  background: rgba(var(--mt-c-primary), 1);
  color: rgba(var(--mt-c-white), 1) !important;
  border-color: rgba(var(--mt-c-primary), 1);
}
.wp-block-button.is-style-primary-outline .wp-block-button__link:active {
  background: rgba(var(--mt-c-primary), 1);
  color: rgba(var(--mt-c-white), 1) !important;
  border-color: rgba(var(--mt-c-primary), 1);
}
.wp-block-button.is-style-white-outline .wp-block-button__link {
  background: transparent;
  color: rgba(var(--mt-c-white), 1) !important;
  border-color: rgba(var(--mt-c-white), 1);
}
.wp-block-button.is-style-white-outline .wp-block-button__link:hover {
  background: rgba(var(--mt-c-white), 1);
  color: rgba(var(--mt-c-black), 1) !important;
  border-color: rgba(var(--mt-c-white), 1);
}
.wp-block-button.is-style-white-outline-arrow-right .wp-block-button__link {
  background: transparent;
  color: rgba(var(--mt-c-white), 1) !important;
  border-color: rgba(var(--mt-c-white), 1);
}
.wp-block-button.is-style-white-outline-arrow-right .wp-block-button__link:hover {
  background: rgba(var(--mt-c-white), 1);
  color: rgba(var(--mt-c-black), 1) !important;
  border-color: rgba(var(--mt-c-white), 1);
}
.wp-block-button.is-style-white-outline-arrow-right .wp-block-button__link:hover:after { /* Safari/Chrome */
  filter: invert(100%);
}
.wp-block-button.is-style-white-outline-arrow-right .wp-block-button__link:after {
  content: "";
  background: url("../../../img/icons/arrow-right-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  display: inline-block;
  margin-left: 10px;
  transform: translateY(-1px);
  transition: filter 0.2s ease-in-out;
}
.wp-block-button.is-style-black-outline .wp-block-button__link {
  border: 2px solid;
  padding: 14px 24px 15px;
  background: transparent;
  color: rgba(var(--mt-c-black), 1) !important;
  border-color: rgba(var(--mt-c-black), 1);
}
.wp-block-button.is-style-black-outline .wp-block-button__link:hover {
  background: rgba(var(--mt-c-black), 1);
  color: rgba(var(--mt-c-white), 1) !important;
  border-color: rgba(var(--mt-c-black), 1);
}
.wp-block-button.is-style-archive .wp-block-button__link {
  padding: 11px 12px 13px;
  background: rgba(var(--mt-c-background-light), 1);
  color: rgba(var(--mt-c-text-main), 1) !important;
  border-color: rgba(var(--mt-c-background-light), 1);
}
.wp-block-button.is-style-archive .wp-block-button__link:hover {
  background: rgba(var(--mt-c-background-dark), 1);
  color: rgba(var(--mt-c-text-main), 1) !important;
  border-color: rgba(var(--mt-c-background-dark), 1);
}
.wp-block-button.is-style-archive.darker .wp-block-button__link {
  background: rgba(var(--mt-c-background-darker), 1);
  color: rgba(var(--mt-c-text-main), 1) !important;
  border-color: rgba(var(--mt-c-background-darker), 1);
}
.wp-block-button.is-style-archive.darker .wp-block-button__link:hover {
  background: rgba(var(--mt-c-background-light), 1);
  color: rgba(var(--mt-c-text-main), 1) !important;
  border-color: rgba(var(--mt-c-background-light), 1);
}
.wp-block-button.is-style-secondary-arrow-right .wp-block-button__link, .wp-block-button.is-style-black-arrow-right .wp-block-button__link {
  padding: 0;
  background: transparent;
  color: rgba(var(--mt-c-secondary), 1) !important;
  border-color: transparent;
}
.wp-block-button.is-style-secondary-arrow-right .wp-block-button__link:hover, .wp-block-button.is-style-black-arrow-right .wp-block-button__link:hover {
  background: transparent;
  color: rgba(var(--mt-c-secondary), 0.9) !important;
  border-color: transparent;
}
.wp-block-button.is-style-secondary-arrow-right .wp-block-button__link:after, .wp-block-button.is-style-black-arrow-right .wp-block-button__link:after {
  content: "";
  background: url("../../../img/icons/arrow-right-secondary.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 9px;
  display: inline-block;
  margin-left: 10px;
  transform: translateY(-1px);
  transition: filter 0.2s ease-in-out, margin-left 0.2s ease-in-out;
}
.wp-block-button.is-style-black-arrow-right .wp-block-button__link {
  background: transparent;
  color: rgba(var(--mt-c-text-main), 1) !important;
  border-color: transparent;
}
.wp-block-button.is-style-black-arrow-right .wp-block-button__link:hover {
  background: transparent;
  color: rgba(var(--mt-c-text-secondary), 1) !important;
  border-color: transparent;
}
.wp-block-button.is-style-black-arrow-right .wp-block-button__link:after {
  background: url("../../../img/icons/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=search],
textarea,
select {
  font-family: var(--ff_prim);
  font-weight: var(--fw_regular);
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: rgba(var(--mt-c-background-light), 1);
  border: 1px solid rgba(var(--mt-c-background-light), 1);
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  color: rgba(var(--mt-c-text-main), 1);
  padding: 7px 16px 10px;
  transition: border 0.15s ease;
  border-radius: 8px;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: rgba(var(--mt-c-black), 0.7);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(var(--mt-c-black), 0.7);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(var(--mt-c-black), 0.7);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(var(--mt-c-black), 0.7);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
  border-color: rgba(var(--mt-c-secondary), 1);
}

input[type=submit] {
  background: rgba(var(--mt-c-primary), 1);
  color: rgba(var(--mt-c-white), 1);
  font-family: var(--ff_prim);
  font-weight: var(--fw_medium);
  letter-spacing: -0.008em;
  padding: 16px 24px;
  border: none;
  border-radius: 99px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
input[type=submit]:hover {
  background: rgba(var(--mt-c-primary), 0.9);
}

.input-message {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  margin-top: 6px;
  display: block;
}

.input-wrap.error input, .input-wrap.error select, .input-wrap.error textarea,
.select-wrap.error input,
.select-wrap.error select,
.select-wrap.error textarea,
.textarea-wrap.error input,
.textarea-wrap.error select,
.textarea-wrap.error textarea {
  border-color: rgba(var(--mt-c-error), 1);
}
.input-wrap.error label,
.select-wrap.error label,
.textarea-wrap.error label {
  color: rgba(var(--mt-c-error), 1);
}
.input-wrap.error .input-message,
.select-wrap.error .input-message,
.textarea-wrap.error .input-message {
  color: rgba(var(--mt-c-error), 1);
}

input[type=search] {
  padding: 7px 16px 10px 44px;
  border-radius: 100px;
  background-image: url("../../../img/icons/search.svg");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: left 20px center;
}

select {
  background-image: url("../../../img/icons/arrow-dark.svg");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: calc(100% - 16px) center;
  padding: 12px 26px 12px 16px;
  line-height: 1.375;
}

.select-wrap {
  position: relative;
}
.select-wrap label {
  pointer-events: none;
  color: rgba(var(--mt-c-text-secondary), 1);
  font-size: 12px;
  font-size: 0.75rem;
  font-family: var(--ff_prim);
  font-weight: var(--fw_medium);
  position: absolute;
  top: 8px;
  left: 16px;
  transition: font-size 0.15s ease, top 0.15s ease;
}

input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton),
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) {
  position: absolute;
  opacity: 0;
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + span,
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) + span,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) + label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  color: rgba(var(--mt-c-text-main), 1);
  line-height: var(--ln_text);
  font-size: 16px;
  font-size: 1rem;
  padding-left: 32px;
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + span:before,
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label:before,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) + span:before,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) + label:before {
  content: "";
  width: 18px;
  height: 18px;
  background: rgba(var(--mt-c-background-light), 1);
  border: 1px solid rgba(var(--mt-c-background-light), 1);
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 4px;
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + span:after,
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label:after,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) + span:after,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) + label:after {
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(var(--mt-c-primary), 1);
  position: absolute;
  top: 4px;
  left: 0;
  transform: scale(0);
  transition: transform 0.15s ease;
  border-radius: 4px;
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + span:hover:after,
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton) + label:hover:after,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) + span:hover:after,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton) + label:hover:after {
  transform: scale(0.5);
}
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton):checked + span:after,
input[type=checkbox]:not(.CybotCookiebotDialogBodyLevelButton):checked + label:after,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton):checked + span:after,
input[type=radio]:not(.CybotCookiebotDialogBodyLevelButton):checked + label:after {
  transform: scale(1);
  background-image: url("../../../img/icons/checkmark-light.svg");
  background-size: 12px 9px;
  background-repeat: no-repeat;
  background-position: center center;
}

input[type=radio] + span:before, input[type=radio] + span:after,
input[type=radio] + label:before,
input[type=radio] + label:after {
  border-radius: 50%;
}

.dark-mode input[type=checkbox] + span,
.dark-mode input[type=checkbox] + label,
.dark-mode input[type=radio] + span,
.dark-mode input[type=radio] + label {
  color: rgba(var(--mt-c-text-secondary), 1);
}
.dark-mode input[type=checkbox] + span:before,
.dark-mode input[type=checkbox] + label:before,
.dark-mode input[type=radio] + span:before,
.dark-mode input[type=radio] + label:before {
  border-color: rgba(var(--mt-c-background-light), 1);
  background: transparent;
}
.dark-mode input[type=checkbox] + span:after,
.dark-mode input[type=checkbox] + label:after,
.dark-mode input[type=radio] + span:after,
.dark-mode input[type=radio] + label:after {
  background-color: rgba(var(--mt-c-secondary), 1);
}

textarea {
  resize: none;
  padding: 18px 16px 16px;
  height: 120px;
}

.textarea-wrap {
  position: relative;
}
.textarea-wrap:before {
  content: "";
  width: calc(100% - 2px);
  height: 24px;
  background: rgba(var(--mt-c-background-light), 1);
  position: absolute;
  top: 1px;
  left: 1px;
  pointer-events: none;
}

.form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -16px;
}
.form-wrap .input-wrap,
.form-wrap .select-wrap,
.form-wrap .textarea-wrap {
  width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 581px) {
  .form-wrap .input-wrap--half-width,
  .form-wrap .select-wrap--half-width,
  .form-wrap .textarea-wrap--half-width {
    width: calc(50% - 8px);
  }
}
.form-wrap .checkbox-wrap,
.form-wrap .radio-wrap {
  width: 100%;
  margin-bottom: 16px;
}

.mt-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
  cursor: pointer;
}
.mt-overlay--show {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.mt-overlay#full-overlay {
  z-index: 10;
}

.highlight-text b, .highlight-text strong {
  position: relative;
  font-weight: var(--fw_bold);
  padding: 0 8px;
  white-space: nowrap;
}
.highlight-text b:after, .highlight-text strong:after {
  content: "";
  background: rgba(var(--mt-c-primary), 1);
  position: absolute;
  left: 0;
  top: 2px;
  transform: translateY(9%);
  width: 100%;
  height: 82%;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .highlight-text b:after, .highlight-text strong:after {
    top: 0;
    height: 100%;
    transform: translateY(0);
  }
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background-image: url("../../../img/icons/play-icon.svg");
  background-size: 15.021px 17.018px;
  background-repeat: no-repeat;
  background-position: 56% center;
  z-index: 3;
  cursor: pointer;
  border: 1px solid rgba(var(--mt-c-white), 1);
  border-radius: 50%;
  transition: background-image 0.2s ease, background-color 0.2s ease;
}
.play-button:hover {
  background-image: url("../../../img/icons/play-icon-secondary.svg");
  background-color: rgba(var(--mt-c-white), 1);
}
.play-button:before, .play-button:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 1px solid rgba(var(--mt-c-white), 1);
  animation: playAnimation 2s linear infinite;
}
.play-button:after {
  animation-delay: 1s;
}

@keyframes playAnimation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
body.open-video div.video-modal {
  visibility: visible;
  width: 900px;
}
@media only screen and (max-width: 980px) {
  body.open-video div.video-modal {
    width: 90%;
  }
}
body.open-video div.video-overlay {
  visibility: visible;
  opacity: 1;
}

body.close-video div.video-modal {
  animation: closeVideo 0.5s forwards;
  background: white;
}
@media only screen and (max-width: 980px) {
  body.close-video div.video-modal {
    animation: closeVideo980 0.5s forwards;
  }
}
@media screen and (max-width: 580px) {
  body.close-video div.video-modal {
    animation: closeVideoMobile 0.5s forwards;
  }
}
body.close-video div.video-modal .video-modal-content {
  background: #FFF;
}
body.close-video div.video-modal .video-modal-content iframe {
  opacity: 0;
}
body.close-video div.video-modal .video-modal-content video {
  opacity: 0;
}

@keyframes closeVideo {
  0% {
    height: 500px;
  }
  50% {
    height: 5px;
    width: 900px;
  }
  60% {
    height: 5px;
    width: 900px;
  }
  100% {
    width: 0px;
    height: 5px;
  }
}
@keyframes closeVideo980 {
  0% {
    height: 400px;
  }
  50% {
    height: 5px;
    width: 90%;
  }
  60% {
    height: 5px;
    width: 90%;
  }
  100% {
    width: 0px;
    height: 5px;
  }
}
@keyframes closeVideoMobile {
  0% {
    height: 300px;
  }
  50% {
    height: 5px;
    width: 90%;
  }
  60% {
    height: 5px;
    width: 90%;
  }
  100% {
    width: 0px;
    height: 5px;
  }
}
div.video-modal {
  width: 0px;
  height: 500px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  position: fixed;
  background: black;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 999999;
  transition: all 0.3s ease;
  visibility: hidden;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  div.video-modal {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 580px) {
  div.video-modal {
    height: 300px;
  }
}
div.video-modal .video-modal-content {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background: black;
}
div.video-modal .video-modal-content iframe {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
div.video-modal .video-modal-content video {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

div.video-overlay {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 99999;
  left: 0px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.checkmark-list {
  padding: 0;
  color: rgba(var(--mt-c-text-main), 1);
}
.checkmark-list--white {
  color: rgba(var(--mt-c-white), 1);
}
.checkmark-list__item {
  list-style-type: none;
  position: relative;
  padding-left: 28px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.checkmark-list__item:before {
  content: "";
  background-image: url("../../../img/icons/checkmark-secondary.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
}
.checkmark-list__item:not(:first-of-type) {
  margin-top: 12px;
}

@keyframes spin360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.mt-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  transition: opacity 0.1s ease, visibility 0.1 ease;
  cursor: progress;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.mt-loader.show {
  opacity: 1;
  visibility: visible;
}
.mt-loader::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 4px solid rgba(var(--mt-c-secondary), 1);
  border-left-color: transparent;
  border-radius: 24px;
  animation: spin360 forwards infinite 1s ease-in-out;
}

.mt-newsletter-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
  background: rgba(var(--mt-c-white), 1);
  border-radius: 16px;
  max-width: 90%;
  width: 1040px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 11;
  max-height: 90vh;
  overflow: auto;
}
.mt-newsletter-popup.mt-newsletter-popup--open {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.mt-newsletter-popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 9;
}
.mt-newsletter-popup__close:hover {
  opacity: 0.8;
}
.mt-newsletter-popup__close img {
  display: block;
}
.mt-newsletter-popup .mc4wp-response {
  padding: 16px;
  border-top: 1px solid rgba(var(--mt-c-background-darker), 1);
  background: rgba(var(--mt-c-background-dark), 1);
  font-weight: var(--fw_medium);
}
.mt-newsletter-popup .mc4wp-response:empty {
  display: none;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
}
.newsletter-form--step {
  display: none;
  flex-direction: row;
}
@media screen and (max-width: 760px) {
  .newsletter-form--step {
    flex-direction: column-reverse;
  }
}
.newsletter-form--step.active {
  display: flex;
}
.newsletter-form .newsletter-form__go-back {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #333;
  background: none;
  border: none;
  font-family: var(--ff_prim);
  margin-bottom: 32px;
  cursor: pointer;
  transition: gap 0.2s ease-in-out;
  line-height: 1;
}
.newsletter-form .newsletter-form__go-back:hover {
  gap: 10px;
}
.newsletter-form .newsletter-form__go-back::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12H5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 19L5 12L12 5' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
}
.newsletter-form h3 {
  display: block;
}
.newsletter-form .form-text {
  margin-top: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
.newsletter-form .acceptance {
  margin-top: 16px;
}
.newsletter-form .flex-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 8px;
}
.newsletter-form .flex-container label {
  width: calc(50% - 4px);
}
.newsletter-form .flex-container label:not(:first-child):not(:nth-child(2)) {
  margin-top: 16px;
}
.newsletter-form input[type=email] {
  border-radius: 99px;
  background: #F2F2F2;
}
.newsletter-form label:last-of-type {
  display: inline-block;
  position: relative;
}
.newsletter-form label:last-of-type input[type=checkbox] {
  display: block;
  -webkit-appearance: checkbox;
  width: 1px;
  height: 1px;
  border: none;
  background: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
.newsletter-form label:last-of-type span {
  font-size: 14px;
  color: #333;
}
.newsletter-form label:last-of-type span a {
  color: rgba(var(--mt-c-secondary), 1);
}
.newsletter-form .description {
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #333;
}
.newsletter-form .accordion {
  margin-top: 32px;
}
.newsletter-form .accordion .accordion-item .accordion-title-wrapper {
  cursor: pointer;
  padding: 16px 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.newsletter-form .accordion .accordion-item .accordion-title-wrapper::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMSAxTDYuMjYzMTYgNkwxMSAxIiBzdHJva2U9IiMxMjEyMTIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.newsletter-form .accordion .accordion-item .accordion-title {
  color: #1F1F1F;
  font-size: 16px;
  font-size: 1rem;
  font-weight: var(--fw_medium);
}
.newsletter-form .accordion .accordion-item .accordion-text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #333;
  display: none;
  overflow: hidden;
}
.newsletter-form .accordion .accordion-item.open .accordion-title-wrapper::after {
  transform: translateY(-50%) rotate(180deg);
}
.newsletter-form .accordion .accordion-item.open .accordion-text {
  display: block;
  padding-bottom: 16px;
}
.newsletter-form__lists {
  margin-top: 32px;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}
.newsletter-form__lists .list-item {
  position: relative;
}
.newsletter-form__lists input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.newsletter-form__lists input:checked + label {
  background: rgba(var(--mt-c-primary), 0.05);
  border-color: rgba(var(--mt-c-primary), 1);
  color: rgba(var(--mt-c-primary), 1);
}
.newsletter-form__lists input:checked + label p {
  color: rgba(var(--mt-c-primary), 1);
  opacity: 1;
}
.newsletter-form__lists input:checked + label div {
  display: block;
}
.newsletter-form__lists label {
  background: rgba(var(--mt-c-white), 1);
  border: 1px solid #576B76;
  padding: 11px 16px 14px 16px !important;
  border-radius: 8px;
  position: relative;
  font-weight: var(--fw_bold);
  color: #333;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  margin-top: 0 !important;
  line-height: 1 !important;
}
.newsletter-form__lists label:before, .newsletter-form__lists label:after {
  display: none;
}
.newsletter-form__lists label p {
  font-weight: var(--fw_medium);
  color: rgba(var(--mt-c-text-4), 1);
  opacity: 0.6;
  margin-bottom: 4px;
  line-height: 1;
}
.newsletter-form__lists label span {
  font-weight: var(--fw_medium);
  font-size: 18px;
  font-size: 1.125rem;
}
.newsletter-form__lists label div {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(var(--mt-c-secondary), 1);
  overflow: hidden;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.008em;
  font-weight: var(--fw_medium);
}
.newsletter-form__lists label div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(var(--mt-c-secondary), 1);
  opacity: 0.1;
}
.newsletter-form__actions {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter-form__actions button {
  background: rgba(var(--mt-c-primary), 1);
  border: none;
  font-family: var(--ff_prim);
  font-weight: var(--fw_medium);
  letter-spacing: -0.008em;
  padding: 15px 20px 17px;
  line-height: 1;
  border-radius: 99px;
  font-size: 16px;
  font-size: 1rem;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  color: rgba(var(--mt-c-white), 1);
}
.newsletter-form__actions button:hover {
  opacity: 0.85;
}
.newsletter-form__left, .newsletter-form__right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .newsletter-form__left, .newsletter-form__right {
    width: 100%;
  }
}
.newsletter-form__left.no-padding, .newsletter-form__right.no-padding {
  padding: 0;
}
.newsletter-form__left {
  padding: 80px;
}
@media screen and (max-width: 1280px) {
  .newsletter-form__left {
    padding: 60px;
  }
}
@media screen and (max-width: 960px) {
  .newsletter-form__left {
    padding: 48px;
  }
}
@media screen and (max-width: 580px) {
  .newsletter-form__left {
    padding: 32px;
  }
}
.newsletter-form__left.grey {
  background: #F4F4F4;
}
.newsletter-form__left:not(.grey) {
  border-right: 1px solid #D9D9D9;
}
@media screen and (max-width: 760px) {
  .newsletter-form__left:not(.grey) {
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
}
.newsletter-form__left--image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsletter-form__right {
  padding: 80px 60px 80px 48px;
}
@media screen and (max-width: 1280px) {
  .newsletter-form__right {
    padding: 60px 60px 60px 48px;
  }
}
@media screen and (max-width: 960px) {
  .newsletter-form__right {
    padding: 48px;
  }
}
@media screen and (max-width: 580px) {
  .newsletter-form__right {
    padding: 32px;
  }
}
.newsletter-form__top {
  display: flex;
  justify-content: space-between;
  padding: 32px 48px 0 32px;
}
@media only screen and (max-width: 785px) {
  .newsletter-form__top {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 580px) {
  .newsletter-form__top {
    padding: 24px 24px 0 24px;
  }
}
.newsletter-form__top h3 {
  display: block;
  margin-bottom: 24px;
}
.newsletter-form__top p {
  margin-top: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.008em;
  color: rgba(var(--mt-c-text-3), 1);
}
.newsletter-form__top--image {
  max-width: 270px;
  margin-right: 32px;
  height: auto;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.newsletter-form__top--image img {
  width: 100%;
  height: auto;
  display: block;
}
.newsletter-form__top--text {
  margin: 32px 0 65px;
  max-width: 425px;
}
@media only screen and (max-width: 785px) {
  .newsletter-form__top--text {
    max-width: 100%;
    margin: 0 0 32px;
  }
}
.newsletter-form__bottom {
  padding: 32px 48px;
  background: rgba(var(--mt-c-background-dark), 1);
}
@media screen and (max-width: 580px) {
  .newsletter-form__bottom {
    padding: 24px;
  }
}
.newsletter-form__bottom .title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: var(--fw_medium);
}
@media screen and (max-width: 1280px) {
  .newsletter-form__bottom .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .newsletter-form__bottom .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.newsletter-form__bottom p:not(.title) {
  margin-top: 8px;
  letter-spacing: -0.008em;
  color: rgba(var(--mt-c-text-3), 1);
}

.pagination, .mt-pagination {
  padding: 32px 0;
}
.pagination .nav-links, .mt-pagination .nav-links {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
.pagination .page-numbers, .pagination__link, .mt-pagination .page-numbers, .mt-pagination__link {
  font-weight: var(--fw_medium);
  letter-spacing: -0.008em;
  padding: 10px 20px;
  background: rgba(var(--mt-c-background-light), 1);
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  margin: 4px;
  color: rgba(var(--mt-c-text-main), 1);
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.pagination .page-numbers:hover, .pagination__link:hover, .mt-pagination .page-numbers:hover, .mt-pagination__link:hover {
  background: rgba(var(--mt-c-background-dark), 1);
}
.pagination .page-numbers.current, .pagination .page-numbers--active, .pagination__link.current, .pagination__link--active, .mt-pagination .page-numbers.current, .mt-pagination .page-numbers--active, .mt-pagination__link.current, .mt-pagination__link--active {
  background: rgba(var(--mt-c-primary), 1);
  color: rgba(var(--mt-c-white), 1);
}
.pagination .page-numbers.current:hover, .pagination .page-numbers--active:hover, .pagination__link.current:hover, .pagination__link--active:hover, .mt-pagination .page-numbers.current:hover, .mt-pagination .page-numbers--active:hover, .mt-pagination__link.current:hover, .mt-pagination__link--active:hover {
  background: rgba(var(--mt-c-primary), 1);
}
.pagination .page-numbers--disabled, .pagination__link--disabled, .mt-pagination .page-numbers--disabled, .mt-pagination__link--disabled {
  pointer-events: none;
  opacity: 0.4;
}
.pagination .page-numbers svg, .pagination__link svg, .mt-pagination .page-numbers svg, .mt-pagination__link svg {
  height: 10px;
  width: 10px;
}
.pagination__link, .mt-pagination__link {
  padding: 0;
}
.pagination__link a, .mt-pagination__link a {
  padding: 9px 20px 11px;
  cursor: pointer;
  height: 100%;
}
.pagination .prev, .pagination .next, .pagination__link--next, .pagination__link--previous, .mt-pagination .prev, .mt-pagination .next, .mt-pagination__link--next, .mt-pagination__link--previous {
  height: 48px;
}
@media only screen and (min-width: 800px) {
  .pagination .prev, .pagination .next, .pagination__link--next, .pagination__link--previous, .mt-pagination .prev, .mt-pagination .next, .mt-pagination__link--next, .mt-pagination__link--previous {
    position: absolute;
    top: 0;
  }
}
.pagination__link--previous, .pagination .prev, .mt-pagination__link--previous, .mt-pagination .prev {
  left: 0;
}
.pagination .prev, .mt-pagination .prev {
  transform: rotate(180deg);
}
.pagination .next, .pagination__link--next, .mt-pagination .next, .mt-pagination__link--next {
  right: 0;
}

.categories-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.categories-wrapper.grey:after {
  background: linear-gradient(to left, rgba(var(--mt-c-background-light), 1), transparent);
}
@media screen and (max-width: 960px) {
  .categories-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    background: linear-gradient(to left, rgba(var(--mt-c-white), 1), transparent);
    pointer-events: none;
  }
}
.categories-wrapper .categories {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 24px;
}
@media screen and (max-width: 960px) {
  .categories-wrapper .categories {
    margin-right: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .categories-wrapper .categories::-webkit-scrollbar {
    display: none;
  }
}
.categories-wrapper .category {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.009em;
  font-weight: var(--fw_medium);
  color: rgba(var(--mt-c-text-main), 1);
  transition: color 0.2s, opacity 0.2s ease-in-out;
}
.categories-wrapper .category:hover:not(.active) {
  opacity: 0.85;
}
.categories-wrapper .category.active {
  color: rgba(var(--mt-c-secondary), 1);
}

.mt-news-wall {
  position: relative;
  z-index: 2;
}
.mt-news-wall__inner > h2 {
  margin-bottom: 48px;
}
@media screen and (max-width: 580px) {
  .mt-news-wall__inner > h2 {
    margin-bottom: 32px;
  }
}
.mt-news-wall__news {
  display: grid;
  gap: 0 90px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1160px) {
  .mt-news-wall__news {
    gap: 0 48px;
  }
}
@media screen and (max-width: 960px) {
  .mt-news-wall__news {
    gap: 0px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.mt-news-wall .wp-block-button {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1160px) {
  .mt-news-wall .wp-block-button {
    margin-top: 32px;
  }
}
@media screen and (max-width: 580px) {
  .mt-news-wall .wp-block-button {
    margin-top: 24px;
  }
}

.mt-news-cover .left-svg, .mt-news-cover .right-svg, .mt-sub-cover .left-svg, .mt-sub-cover .right-svg, .mt-projects-archive-cover .left-svg, .mt-projects-archive-cover .right-svg, .mt-standards-cover .left-svg, .mt-standards-cover .right-svg {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .mt-news-cover .left-svg, .mt-news-cover .right-svg, .mt-sub-cover .left-svg, .mt-sub-cover .right-svg, .mt-projects-archive-cover .left-svg, .mt-projects-archive-cover .right-svg, .mt-standards-cover .left-svg, .mt-standards-cover .right-svg {
    width: 200px;
    height: 310px;
  }
}
@media only screen and (max-width: 1320px) {
  .mt-news-cover .left-svg, .mt-news-cover .right-svg, .mt-sub-cover .left-svg, .mt-sub-cover .right-svg, .mt-projects-archive-cover .left-svg, .mt-projects-archive-cover .right-svg, .mt-standards-cover .left-svg, .mt-standards-cover .right-svg {
    width: 150px;
    height: 260px;
  }
}
@media only screen and (max-width: 1050px) {
  .mt-news-cover .left-svg, .mt-news-cover .right-svg, .mt-sub-cover .left-svg, .mt-sub-cover .right-svg, .mt-projects-archive-cover .left-svg, .mt-projects-archive-cover .right-svg, .mt-standards-cover .left-svg, .mt-standards-cover .right-svg {
    opacity: 0.2;
    z-index: -1;
  }
}
.mt-news-cover .left-svg.left-svg, .mt-news-cover .right-svg.left-svg, .mt-sub-cover .left-svg.left-svg, .mt-sub-cover .right-svg.left-svg, .mt-projects-archive-cover .left-svg.left-svg, .mt-projects-archive-cover .right-svg.left-svg, .mt-standards-cover .left-svg.left-svg, .mt-standards-cover .right-svg.left-svg {
  left: 32px;
  top: 55px;
}
@media only screen and (max-width: 1500px) {
  .mt-news-cover .left-svg.left-svg, .mt-news-cover .right-svg.left-svg, .mt-sub-cover .left-svg.left-svg, .mt-sub-cover .right-svg.left-svg, .mt-projects-archive-cover .left-svg.left-svg, .mt-projects-archive-cover .right-svg.left-svg, .mt-standards-cover .left-svg.left-svg, .mt-standards-cover .right-svg.left-svg {
    top: -12px;
    left: 16px;
  }
}
@media screen and (max-width: 580px) {
  .mt-news-cover .left-svg.left-svg, .mt-news-cover .right-svg.left-svg, .mt-sub-cover .left-svg.left-svg, .mt-sub-cover .right-svg.left-svg, .mt-projects-archive-cover .left-svg.left-svg, .mt-projects-archive-cover .right-svg.left-svg, .mt-standards-cover .left-svg.left-svg, .mt-standards-cover .right-svg.left-svg {
    display: none;
  }
}
.mt-news-cover .left-svg.right-svg, .mt-news-cover .right-svg.right-svg, .mt-sub-cover .left-svg.right-svg, .mt-sub-cover .right-svg.right-svg, .mt-projects-archive-cover .left-svg.right-svg, .mt-projects-archive-cover .right-svg.right-svg, .mt-standards-cover .left-svg.right-svg, .mt-standards-cover .right-svg.right-svg {
  right: 32px;
  top: -35px;
}
@media only screen and (max-width: 1500px) {
  .mt-news-cover .left-svg.right-svg, .mt-news-cover .right-svg.right-svg, .mt-sub-cover .left-svg.right-svg, .mt-sub-cover .right-svg.right-svg, .mt-projects-archive-cover .left-svg.right-svg, .mt-projects-archive-cover .right-svg.right-svg, .mt-standards-cover .left-svg.right-svg, .mt-standards-cover .right-svg.right-svg {
    right: 16px;
    top: -12px;
  }
}

.mt-project-card, .mt-project-card.swiper-slide {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 96px);
  padding: 40px 40px 113px 40px;
  background: rgba(var(--mt-c-background-light), 1);
  border-radius: 8px;
}
@media only screen and (max-width: 1149px) {
  .mt-project-card, .mt-project-card.swiper-slide {
    width: calc(50% - 24px);
    padding: 32px 32px 100px 32px;
  }
}
@media only screen and (max-width: 780px) {
  .mt-project-card, .mt-project-card.swiper-slide {
    width: calc(83.3333333333% - 24px);
  }
}
.mt-project-card__project-inner, .mt-project-card.swiper-slide__project-inner {
  display: flex;
  flex-direction: column;
}
.mt-project-card__project-icon, .mt-project-card.swiper-slide__project-icon {
  margin-bottom: 32px;
}
@media screen and (max-width: 1160px) {
  .mt-project-card__project-icon, .mt-project-card.swiper-slide__project-icon {
    margin-bottom: 24px;
  }
}
.mt-project-card__project-icon svg, .mt-project-card.swiper-slide__project-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  color: rgba(var(--mt-c-secondary), 1);
}
.mt-project-card__project-tagline, .mt-project-card.swiper-slide__project-tagline {
  font-weight: var(--fw_medium);
  margin-bottom: 16px;
}
.mt-project-card__project-title, .mt-project-card.swiper-slide__project-title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.0075em;
  line-height: 1.3;
  color: rgba(var(--mt-c-text-main), 1);
  font-weight: var(--fw_medium);
}
@media screen and (max-width: 1280px) {
  .mt-project-card__project-title, .mt-project-card.swiper-slide__project-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .mt-project-card__project-title, .mt-project-card.swiper-slide__project-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mt-project-card__project-bottom-container, .mt-project-card.swiper-slide__project-bottom-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 56px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 32px;
  width: calc(100% - 80px);
}
@media screen and (max-width: 1160px) {
  .mt-project-card__project-bottom-container, .mt-project-card.swiper-slide__project-bottom-container {
    margin-top: 48px;
  }
}
@media screen and (max-width: 580px) {
  .mt-project-card__project-bottom-container, .mt-project-card.swiper-slide__project-bottom-container {
    margin-top: 24px;
  }
}
.mt-project-card__project-status, .mt-project-card.swiper-slide__project-status {
  margin-right: 16px;
}
.mt-project-card__project-status, .mt-project-card__project-year, .mt-project-card.swiper-slide__project-status, .mt-project-card.swiper-slide__project-year {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.008em;
  color: rgba(var(--mt-c-text-3), 1);
  margin-top: 8px;
}
.mt-project-card__project-link, .mt-project-card.swiper-slide__project-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mt-news-simple-card {
  position: relative;
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(var(--mt-c-border-grey), 1);
}
@media only screen and (max-width: 425px) {
  .mt-news-simple-card {
    flex-direction: column;
  }
}
.mt-news-simple-card__image {
  margin-right: 32px;
  width: 136px;
  height: 136px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 425px) {
  .mt-news-simple-card__image {
    margin-right: 0;
  }
}
.mt-news-simple-card__image img {
  width: 100%;
  height: 100%;
}
.mt-news-simple-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 320px;
}
@media only screen and (max-width: 425px) {
  .mt-news-simple-card__text {
    margin-top: 16px;
  }
}
.mt-news-simple-card__title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: var(--fw_medium);
  letter-spacing: -0.008em;
  line-height: 1.27;
}
@media screen and (max-width: 1280px) {
  .mt-news-simple-card__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .mt-news-simple-card__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mt-news-simple-card__date {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.008em;
  color: rgba(var(--mt-c-text-3), 1);
  margin-top: 8px;
}
.mt-news-simple-card__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mt-news-card, .mt-news-card.swiper-slide {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  background: rgba(var(--mt-c-white), 1);
  border-radius: 16px;
  overflow: hidden;
}
.mt-news-card.large-news, .mt-news-card.swiper-slide.large-news {
  grid-area: large-news;
}
@media only screen and (min-width: 780px) {
  .mt-news-card.large-news, .mt-news-card.swiper-slide.large-news {
    flex-direction: row;
    min-height: 459px;
  }
  .mt-news-card.large-news .mt-news-card__image-container, .mt-news-card.swiper-slide.large-news .mt-news-card__image-container {
    height: 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .mt-news-card.large-news .mt-news-card__inner, .mt-news-card.swiper-slide.large-news .mt-news-card__inner {
    max-width: 410px;
    width: 100%;
    padding: 69px 40px 80px 40px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1149px) {
  .mt-news-card.large-news .mt-news-card__inner, .mt-news-card.swiper-slide.large-news .mt-news-card__inner {
    padding: 69px 32px 80px 32px;
  }
}
@media only screen and (min-width: 780px) {
  .mt-news-card.large-news .mt-news-card__title, .mt-news-card.swiper-slide.large-news .mt-news-card__title {
    font-weight: var(--fw_bold);
    font-size: 32px;
    font-size: 2rem;
  }
}
.mt-news-card__inner, .mt-news-card.swiper-slide__inner {
  display: flex;
  flex-direction: column;
  padding: 32px 40px 80px 40px;
  position: relative;
  flex-grow: 1;
}
@media only screen and (max-width: 1149px) {
  .mt-news-card__inner, .mt-news-card.swiper-slide__inner {
    padding: 32px 32px 80px 32px;
  }
}
.mt-news-card__image-container, .mt-news-card.swiper-slide__image-container {
  height: 0;
  position: relative;
  padding-bottom: 56.495%;
  flex-grow: 0;
}
.mt-news-card__image-container img, .mt-news-card.swiper-slide__image-container img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mt-news-card__tagline, .mt-news-card.swiper-slide__tagline {
  font-weight: var(--fw_medium);
  display: flex;
  align-items: center;
}
.mt-news-card__tagline img, .mt-news-card.swiper-slide__tagline img {
  display: inline-block;
  margin-right: 8px;
  max-height: 15px;
  max-width: 15px;
}
.mt-news-card__title, .mt-news-card.swiper-slide__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.0075em;
  color: rgba(var(--mt-c-text-main), 1);
  font-weight: var(--fw_medium);
  margin-top: 16px;
}
@media screen and (max-width: 1280px) {
  .mt-news-card__title, .mt-news-card.swiper-slide__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .mt-news-card__title, .mt-news-card.swiper-slide__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mt-news-card__bottom-container, .mt-news-card.swiper-slide__bottom-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  bottom: 32px;
  left: 40px;
}
@media only screen and (max-width: 1149px) {
  .mt-news-card__bottom-container, .mt-news-card.swiper-slide__bottom-container {
    left: 32px;
  }
}
.mt-news-card__status, .mt-news-card.swiper-slide__status {
  margin-right: 16px;
}
.mt-news-card__date, .mt-news-card.swiper-slide__date {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.008em;
  color: rgba(var(--mt-c-text-3), 1);
  margin-top: 8px;
}
.mt-news-card__link, .mt-news-card.swiper-slide__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.mt-employees-card {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(var(--mt-c-border-grey), 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(33.3333333333% - 24px);
  margin: 12px;
}
@media screen and (max-width: 1160px) {
  .mt-employees-card {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 580px) {
  .mt-employees-card {
    width: 100%;
  }
}
.mt-employees-card__top {
  display: flex;
}
@media only screen and (max-width: 800px) {
  .mt-employees-card__top {
    flex-direction: column;
  }
}
.mt-employees-card__top--image {
  max-width: 72px;
  max-height: 72px;
  border-radius: 100px;
  overflow: hidden;
  margin-right: 20px;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.mt-employees-card__top--text {
  display: flex;
  flex-direction: column;
}
.mt-employees-card__top--text p {
  font-weight: var(--fw_medium);
  letter-spacing: -0.008em;
}
.mt-employees-card__top--text p:first-child {
  font-size: 22px;
  font-size: 1.375rem;
}
.mt-employees-card__bottom {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mt-employees-card__bottom--left {
  margin-right: 16px;
}
.mt-employees-card__bottom--left, .mt-employees-card__bottom--right {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 980px) {
  .mt-employees-card__bottom--left, .mt-employees-card__bottom--right {
    width: calc(50% - 8px);
  }
}
.mt-employees-card__bottom--left p, .mt-employees-card__bottom--right p {
  text-align: left;
}
.mt-employees-card__bottom--left a, .mt-employees-card__bottom--right a {
  color: rgba(var(--mt-c-secondary), 1);
  font-weight: var(--fw_medium);
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
}
.mt-employees-card__bottom--left a:hover, .mt-employees-card__bottom--right a:hover {
  opacity: 0.85;
}
.mt-employees-card__bottom--left a img, .mt-employees-card__bottom--right a img {
  display: inline-block;
  margin-right: 8px;
  max-height: 16px;
  height: 100%;
  width: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

div[class^=cookieconsent-optout-] {
  z-index: 9;
}
