:root {
  --c_prim: #0c374c;
  --c_prim--hover: #072c42;
  --c_secondary: #A21C43;
  --c_secondary--hover: #821636;
  --c_text0: #323232;
  --c_nav_text: #E8E8E8;
  --c_nav_text2: #000000;
  --c_white: #FFF;
  --c_black: #000;
  --c_light: #FAFAFA;
  --c_lightgrey: #F8F9FA;
  --c_darkred: #072c42;
  --c_darkgreen: #0c374c;
  --c_border: #7070701A;
  --c_border1: #70707066;
  --c_border2: #27193614;
  --c_border3: #E7E7E7;
  --c_border4: #E8E8E8;
  --c_border5: #453A2C;
  --c_border6: #2F2F2F;
}

/* FONTS */
/* FONT COLORS */
/* FONT SIZES */
/* FONT SIZES MEDIUM */
/* FONT SIZES SMALL */
/* LINE HEIGHTS */
/* FONT WEIGHTS */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "DiplomacyV2";
  font-weight: 700;
  font-display: swap;
  src: url("../../../public/fonts/DiplomacyV2-Bold.otf");
}
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;
}

.panel-no-style, .so-panel {
  margin-bottom: 0 !important;
}

.panel-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.panel-grid .panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page_container {
  max-width: 1440px;
  width: calc(100% - 10%);
  margin: 0 auto;
}
@media print {
  .page_container {
    max-width: 100%;
    width: 100%;
  }
}

/* FONTS */
/* FONT COLORS */
/* FONT SIZES */
/* FONT SIZES MEDIUM */
/* FONT SIZES SMALL */
/* LINE HEIGHTS */
/* FONT WEIGHTS */
html,
body {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #323232;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "DiplomacyV2";
  font-weight: 700;
  line-height: 1.3;
  color: black;
}

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

h2, .h2 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  h2, .h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 580px) {
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h2, .h2 {
  letter-spacing: -0.04em;
}

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

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

h5, .h5 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  h5, .h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  h5, .h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

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

p {
  font-size: 16px;
  line-height: 1.75;
}

strong, .bold {
  font-weight: 700;
}

i, .italic {
  font-style: italic;
}

/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

@media print {
  .noprint {
    display: none !important;
  }
}
.button-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -8px;
}
.button-section .button {
  margin-bottom: 8px;
}
@media only screen and (max-width: 400px) {
  .button-section .button {
    width: 100%;
    text-align: center;
  }
}
.button-section .button:not(:last-of-type) {
  margin-right: 16px;
}
@media only screen and (max-width: 400px) {
  .button-section .button:not(:last-of-type) {
    margin-right: 0;
  }
}

.button {
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid;
  font-size: 16px;
  font-size: 1rem;
  padding: 14px 24px;
  text-decoration: none;
  line-height: 1.3;
  display: inline-block;
  font-weight: 700;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  will-change: background-color, border-color, color;
  border-radius: 100px;
  background-color: var(--c_secondary);
  border-color: var(--c_secondary);
  color: var(--c_white);
}
.button:hover, .button:active {
  background-color: var(--c_secondary--hover);
  border-color: var(--c_secondary--hover);
}
.button.white {
  background-color: var(--c_white);
  border-color: var(--c_white);
  color: var(--c_black);
}
.button.white:hover, .button.white:active {
  background-color: var(--c_secondary);
  border-color: var(--c_secondary);
  color: var(--c_white);
}
.button.white_outline {
  background-color: transparent;
  border-color: var(--c_white);
  color: var(--c_white);
}
.button.white_outline:hover, .button.white_outline:active {
  background-color: var(--c_secondary);
  border-color: var(--c_secondary);
  color: var(--c_white);
}
.button.text_arrow {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--c_black);
  font-family: "open-sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: -webkit-text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease;
  transition: text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}
.button.text_arrow:hover {
  text-decoration: underline;
}
.button.text_arrow:after {
  content: "";
  width: 13px;
  height: 8px;
  background-image: url("../../../public/img/icons/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  margin-top: -4px;
}
.button.text_arrow.orange {
  color: var(--c_secondary);
}
.button.text_arrow.orange:after {
  background-image: url("../../../public/img/icons/button-arrow-orange.svg");
}

form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}
form.wpcf7-form.submitting button {
  position: relative;
  color: transparent;
}
form.wpcf7-form.submitting button:after {
  content: "";
  border: 2px solid var(--c_lightgrey);
  border-top: 2px solid var(--c_prim);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  transform-origin: center center;
}

.input-wrapper {
  margin-bottom: 30px;
}
.input-wrapper--flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .input-wrapper--flex {
    display: block;
  }
}
.input-wrapper--flex > .input-wrapper:last-child {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 580px) {
  .input-wrapper--flex > .input-wrapper:last-child {
    justify-content: flex-start;
  }
}
.input-wrapper--full {
  width: 100%;
}
.input-wrapper--half {
  width: calc(50% - 16px);
}
@media screen and (max-width: 580px) {
  .input-wrapper--half {
    width: 100%;
  }
}
.input-wrapper input {
  width: 100%;
  box-sizing: border-box;
}
.input-wrapper .wpcf7-not-valid {
  border-color: crimson !important;
}
.input-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  font-family: "open-sans", sans-serif;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid var(--c_border5);
  min-height: 70px;
  height: 70px;
  resize: vertical;
}
.input-wrapper textarea::-moz-placeholder {
  color: var(--c_text0);
  font-size: inherit;
  font-family: inherit;
}
.input-wrapper textarea::placeholder {
  color: var(--c_text0);
  font-size: inherit;
  font-family: inherit;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=tel],
.input-wrapper input[type=number] {
  border: none;
  border-bottom: 1px solid var(--c_border5);
  font-family: "open-sans", sans-serif;
  padding-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
}
.input-wrapper input[type=text]::-moz-placeholder, .input-wrapper input[type=email]::-moz-placeholder, .input-wrapper input[type=tel]::-moz-placeholder, .input-wrapper input[type=number]::-moz-placeholder {
  color: var(--c_text0);
  font-size: inherit;
  font-family: inherit;
}
.input-wrapper input[type=text]::placeholder,
.input-wrapper input[type=email]::placeholder,
.input-wrapper input[type=tel]::placeholder,
.input-wrapper input[type=number]::placeholder {
  color: var(--c_text0);
  font-size: inherit;
  font-family: inherit;
}

.spacing_top_152 {
  padding-top: 152px;
}
@media only screen and (max-width: 1550px) {
  .spacing_top_152 {
    padding-top: 104px;
  }
}
@media screen and (max-width: 1280px) {
  .spacing_top_152 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 580px) {
  .spacing_top_152 {
    padding-top: 56px;
  }
}

.spacing_bottom_152 {
  padding-bottom: 152px;
}
@media only screen and (max-width: 1550px) {
  .spacing_bottom_152 {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 1280px) {
  .spacing_bottom_152 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 580px) {
  .spacing_bottom_152 {
    padding-bottom: 56px;
  }
}

.spacing_top_120 {
  padding-top: 120px;
}
@media screen and (max-width: 1280px) {
  .spacing_top_120 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 580px) {
  .spacing_top_120 {
    padding-top: 56px;
  }
}

.spacing_bottom_120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .spacing_bottom_120 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 580px) {
  .spacing_bottom_120 {
    padding-bottom: 56px;
  }
}

.spacing_top_104 {
  padding-top: 104px;
}
@media screen and (max-width: 1280px) {
  .spacing_top_104 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 580px) {
  .spacing_top_104 {
    padding-top: 56px;
  }
}

.spacing_bottom_104 {
  padding-bottom: 104px;
}
@media screen and (max-width: 1280px) {
  .spacing_bottom_104 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 580px) {
  .spacing_bottom_104 {
    padding-bottom: 56px;
  }
}

.spacing_top_80 {
  padding-top: 80px;
}
@media screen and (max-width: 580px) {
  .spacing_top_80 {
    padding-top: 56px;
  }
}

.spacing_bottom_80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 580px) {
  .spacing_bottom_80 {
    padding-bottom: 56px;
  }
}

.spacing_top_56 {
  padding-top: 56px;
}
@media screen and (max-width: 580px) {
  .spacing_top_56 {
    padding-top: 56px;
  }
}

.spacing_bottom_56 {
  padding-bottom: 56px;
}
@media screen and (max-width: 580px) {
  .spacing_bottom_56 {
    padding-bottom: 56px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 0;
  color: var(--c_text0);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}
.wpcf7 form span.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  display: none !important;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + span,
input[type=checkbox] + label,
input[type=radio] + span,
input[type=radio] + label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "open-sans", sans-serif;
  line-height: 1.4;
  padding-left: 32px;
  display: block;
}
input[type=checkbox] + span a,
input[type=checkbox] + label a,
input[type=radio] + span a,
input[type=radio] + label a {
  transition: color 0.15s ease;
  color: rgba(0, 0, 0, 0.8);
  display: inline;
  font-weight: 700;
}
input[type=checkbox] + span a:hover,
input[type=checkbox] + label a:hover,
input[type=radio] + span a:hover,
input[type=radio] + label a:hover {
  color: black;
}
input[type=checkbox] + span:before,
input[type=checkbox] + label:before,
input[type=radio] + span:before,
input[type=radio] + label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  transition: color 0.15s ease, background 0.15s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 1550px) {
  input[type=checkbox] + span:before,
  input[type=checkbox] + label:before,
  input[type=radio] + span:before,
  input[type=radio] + label:before {
    top: -1px;
  }
}
input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + span:before,
input[type=radio]:checked + label:before {
  background-image: url("../../img/icons/checkmark-dark.svg");
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  border-color: black;
}

.mtt-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000000000000000;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  transform: scale(0.95);
}
.mtt-lightbox.open {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.mtt-lightbox__image-wrap {
  z-index: 2;
  max-width: calc(100% - 180px);
  max-height: 90%;
  width: auto;
  height: auto;
  display: block;
}
@media screen and (max-width: 580px) {
  .mtt-lightbox__image-wrap {
    max-width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 400px) {
  .mtt-lightbox__image-wrap {
    max-width: calc(100% - 30px);
  }
}
.mtt-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.mtt-lightbox__close {
  z-index: 3;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  background: transparent;
}
body.admin-bar .mtt-lightbox__close {
  top: 40px;
}
.mtt-lightbox__close:before, .mtt-lightbox__close:after {
  content: "";
  position: absolute;
  left: 7px;
  top: -2px;
  height: 20px;
  width: 2px;
  background: rgba(var(--c_white), 0.8);
  transition: all 0.15s ease;
  box-shadow: 0 0 3px rgba(var(--c_black), 0.16);
}
.mtt-lightbox__close:before {
  transform: rotate(45deg);
}
.mtt-lightbox__close:after {
  transform: rotate(-45deg);
}
.mtt-lightbox__close:hover:before, .mtt-lightbox__close:hover:after {
  background: var(--c_white);
}
.mtt-lightbox__overlay {
  background: rgba(var(--c_black), 0.7);
  position: absolute;
  top: -50px;
  left: -50px;
  right: -50px;
  bottom: -50px;
  z-index: 1;
}
.mtt-lightbox__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background-image: url("../../img/icons/lightbox-arrow.svg");
  background-repeat: no-repeat;
  background-size: center;
  background-position: center;
}
@media screen and (max-width: 580px) {
  .mtt-lightbox__arrow {
    height: 30px;
    width: 30px;
  }
}
.mtt-lightbox__arrow.left {
  left: 20px;
  transform: translateY(-50%) rotate(180deg);
}
.mtt-lightbox__arrow.right {
  right: 20px;
}
.mtt-lightbox__arrow img {
  display: block;
  width: inherit;
  height: inherit;
}

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: 250;
  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: 240;
  left: 0px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.play-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 76px;
  height: 76px;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 1px;
}
@media screen and (max-width: 1280px) {
  .play-button {
    width: 54px;
    height: 54px;
  }
}
.play-button:before {
  content: "";
  background: white;
  border-radius: 50%;
  height: 64px;
  width: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  .play-button:before {
    width: 54px;
    height: 54px;
  }
}
.play-button:after {
  content: "";
  border-radius: 50%;
  width: 74px;
  height: 74px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .play-button:after {
    width: 64px;
    height: 64px;
  }
}
.play-button .overlay {
  border-radius: 50%;
  width: 74px;
  height: 74px;
  position: absolute;
  background: var(--c_secondary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  .play-button .overlay {
    width: 64px;
    height: 64px;
  }
}
.play-button svg {
  position: relative;
  z-index: 4;
  width: 14.3px;
  height: 16px;
  margin-left: 4px;
}
@media screen and (max-width: 1280px) {
  .play-button svg {
    transform: scale(0.8);
    margin-left: 2px;
  }
}
.play-button svg path {
  fill: var(--c_secondary);
}
.play-button:hover .overlay {
  opacity: 1;
}

#main_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: transparent;
  transition: background 0.15s ease, box-shadow 0.15s ease;
  font-family: "DiplomacyV2";
}
body.admin-bar #main_header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  body.admin-bar #main_header {
    top: 46px;
  }
}
body.header-scrolled #main_header, body.nav-open #main_header {
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
#main_header .navigation {
  position: relative;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.15s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 1161px) {
  body.header-scrolled #main_header .navigation {
    height: 72px;
    border-bottom: none;
  }
}
body.header-scrolled #main_header .navigation .black {
  display: block;
}
body.header-scrolled #main_header .navigation .white {
  display: none;
}
body.header-scrolled #main_header .navigation .dropdown-arrow:before, body.header-scrolled #main_header .navigation .dropdown-arrow:after {
  background: black !important;
}
@media screen and (max-width: 1160px) {
  #main_header .navigation {
    height: 72px;
  }
}
@media screen and (max-width: 580px) {
  #main_header .navigation {
    height: 65px;
  }
}
#main_header .navigation .logo {
  display: block;
  flex-shrink: 0;
}
#main_header .navigation .logo img {
  width: 250px;
  height: auto;
  transform: scale3d(1, 1, 1);
}
#main_header .navigation .logo .black {
  display: none;
}
#main_header .navigation .logo .white {
  display: block;
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav {
    display: block;
    width: 100%;
    max-width: 500px;
    background: white;
    padding: 56px 5%;
    position: fixed;
    left: 0;
    top: 72px;
    height: calc(100% - 72px);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.38, 0.86);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(-100%, 0, 0);
  }
  body.admin-bar #main_header .navigation #main_nav {
    top: calc(72px + 32px);
    height: calc(100% - (72px + 32px));
  }
}
@media only screen and (max-width: 1160px) and (max-width: 782px) {
  body.admin-bar #main_header .navigation #main_nav {
    top: calc(72px + 46px);
    height: calc(100% - (72px + 46px));
  }
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav.open {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 580px) {
  #main_header .navigation #main_nav {
    top: 65px;
    height: calc(100% - 65px);
    padding: 32px 5%;
  }
  body.admin-bar #main_header .navigation #main_nav {
    top: calc(65px + 46px);
    height: calc(100% - (65px + 46px));
  }
}
#main_header .navigation #main_nav .menu {
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav .menu {
    display: block;
  }
}
#main_header .navigation #main_nav .menu > .menu-item {
  transition: color 0.2s ease;
}
#main_header .navigation #main_nav .menu > .menu-item:not(:last-of-type) {
  margin-right: 40px;
}
@media only screen and (max-width: 1550px) {
  #main_header .navigation #main_nav .menu > .menu-item:not(:last-of-type) {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1280px) {
  #main_header .navigation #main_nav .menu > .menu-item:not(:last-of-type) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav .menu > .menu-item:not(:last-of-type) {
    margin-right: 0;
    position: relative;
  }
}
#main_header .navigation #main_nav .menu > .menu-item.current_page_item a {
  color: var(--c_secondary);
}
#main_header .navigation #main_nav .menu > .menu-item > a {
  padding-top: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  transition: all 0.15s ease;
  color: var(--c_nav_text, );
}
#main_header .navigation #main_nav .menu > .menu-item > a:hover {
  color: var(--c_secondary);
}
@media screen and (max-width: 1280px) {
  #main_header .navigation #main_nav .menu > .menu-item > a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 1161px) {
  body.header-scrolled #main_header .navigation #main_nav .menu > .menu-item > a {
    color: var(--c_nav_text2);
  }
  body.header-scrolled #main_header .navigation #main_nav .menu > .menu-item > a:hover, body.header-scrolled #main_header .navigation #main_nav .menu > .menu-item > a.active {
    color: var(--c_secondary);
  }
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav .menu > .menu-item > a {
    color: var(--c_nav_text2);
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    display: block;
    padding: 16px 0;
  }
}
@media screen and (min-width: 1161px) {
  #main_header .navigation #main_nav .menu > .menu-item {
    position: relative;
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu {
    list-style: none;
    position: absolute;
    background: white;
    top: calc(100% + 20px);
    left: 50%;
    padding: 16px 20px;
    width: 280px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out, transform 0.15s ease-in-out;
    z-index: 10;
    transform: translate(-50%, 10px);
    border-radius: 4px;
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu:before {
    content: "";
    top: -20px;
    height: 20px;
    left: 0;
    right: 0;
    position: absolute;
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu .menu-item a {
    display: block;
    color: var(--c_nav_text2);
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 10px 0;
    transition: color 0.15s ease;
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu .menu-item a:hover {
    color: var(--c_secondary);
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu .menu-item.current-menu-item a {
    color: var(--c_secondary);
  }
  #main_header .navigation #main_nav .menu > .menu-item:hover .sub-menu {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  #main_header .navigation #main_nav .menu > .menu-item.menu-item-has-children {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu {
    display: none;
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu .menu-item {
    list-style: none;
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu .menu-item.current_page_item a {
    color: var(--c_secondary);
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu .menu-item a {
    display: block;
    color: var(--c_nav_text2);
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 6px 0;
  }
  #main_header .navigation #main_nav .menu > .menu-item .sub-menu .menu-item a:hover {
    color: var(--c_secondary);
  }
  #main_header .navigation #main_nav .menu > .menu-item.menu-item-has-children {
    position: relative;
  }
}
#main_header .navigation #main_nav .menu > .menu-item .dropdown-arrow {
  position: absolute;
  width: 26px;
  height: 20px;
  cursor: pointer;
  transition: transform 0.15s ease;
  top: 1px;
  right: -7px;
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav .menu > .menu-item .dropdown-arrow {
    top: 22px;
    right: -5px;
  }
}
#main_header .navigation #main_nav .menu > .menu-item .dropdown-arrow:before {
  content: "";
  width: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  transform: rotate(45deg);
  left: 5px;
  top: 10px;
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav .menu > .menu-item .dropdown-arrow:before {
    background: var(--c_nav_text2);
  }
}
#main_header .navigation #main_nav .menu > .menu-item .dropdown-arrow:after {
  content: "";
  width: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  transform: rotate(-45deg);
  left: 11px;
  top: 10px;
}
@media screen and (max-width: 1160px) {
  #main_header .navigation #main_nav .menu > .menu-item .dropdown-arrow:after {
    background: var(--c_nav_text2);
  }
}
#main_header .navigation #main_nav .menu > .menu-item.menu-open .sub-menu {
  display: block;
}
#main_header .navigation #main_nav .menu > .menu-item.menu-open .dropdown-arrow {
  transform: scaleY(-1);
}
#main_header.white-nav {
  background: var(--c_white);
}
#main_header.white-nav .black {
  display: block !important;
}
#main_header.white-nav .white {
  display: none !important;
}
#main_header.white-nav .navigation {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#main_header.white-nav .navigation #main_nav .menu > .menu-item > a {
  color: var(--c_nav_text2);
}
#main_header.white-nav .navigation #main_nav .menu > .menu-item > a:hover {
  color: var(--c_secondary);
}
#main_header.white-nav .navigation #main_nav .menu > .menu-item .dropdown-arrow:before, #main_header.white-nav .navigation #main_nav .menu > .menu-item .dropdown-arrow:after {
  background: var(--c_nav_text2);
}
#main_header.white-nav #navigation-toggle div:before, #main_header.white-nav #navigation-toggle div:after {
  background: var(--c_nav_text2);
}

#navigation-toggle {
  height: 30px;
  padding: 8px;
  cursor: pointer;
  align-items: center;
  z-index: 5;
  display: none;
}
@media screen and (max-width: 1160px) {
  #navigation-toggle {
    display: flex;
  }
}
#navigation-toggle div:after,
#navigation-toggle div:before {
  width: 20px;
  height: 2px;
}
#navigation-toggle div {
  position: relative;
  width: 20px;
  height: 8px;
}
#navigation-toggle div:after, #navigation-toggle div:before {
  content: "";
  position: absolute;
  left: 0;
  background: white;
  backface-visibility: visible;
  will-change: top, transform;
  transition: top 0.6s cubic-bezier(0.86, 0, 0.07, 1), transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), color 0.2s ease-in-out;
}
body.header-scrolled #navigation-toggle div:after, body.dark-nav #navigation-toggle div:after, body.nav-open #navigation-toggle div:after, body.header-scrolled #navigation-toggle div:before, body.dark-nav #navigation-toggle div:before, body.nav-open #navigation-toggle div:before {
  background: var(--c_text0);
}
body.header-scrolled.dark-scroll-nav #navigation-toggle div:after, body.header-scrolled.dark-scroll-nav #navigation-toggle div:before {
  background: white;
}
#navigation-toggle div:before {
  top: 0px;
}
#navigation-toggle div:after {
  top: 6px;
}
#navigation-toggle.open div:before {
  top: 4px;
  transform: rotate(135deg);
}
#navigation-toggle.open div:after {
  top: 4px;
  transform: rotate(45deg);
}

.mtt-footer {
  background: var(--c_prim);
}
.mtt-footer__logos-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  align-items: center;
  justify-items: center;
  padding-top: 48px;
}
@media screen and (max-width: 960px) {
  .mtt-footer__logos-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 370px) {
  .mtt-footer__logos-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mtt-footer__logos-wrapper img {
  max-width: 100%;
  max-height: 70px;
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 580px) {
  .mtt-footer__logos-wrapper img {
    max-height: 50px;
  }
}
.mtt-footer__main {
  display: flex;
  justify-content: space-between;
  padding: 120px 0 80px;
  color: var(--c_white);
}
@media only screen and (max-width: 1550px) {
  .mtt-footer__main {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-footer__main {
    padding: 80px 0 56px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-footer__main {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .mtt-footer__main {
    padding: 56px 0;
  }
}
.mtt-footer__main-left {
  width: 430px;
  flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1280px) {
  .mtt-footer__main-left {
    width: 300px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-footer__main-left {
    margin-right: 0;
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
  }
}
.mtt-footer__main-menu-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1160px) {
  .mtt-footer__main-menu-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .mtt-footer__main-menu-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -56px;
  }
}
@media screen and (max-width: 960px) {
  .mtt-footer__main-menu-container {
    width: calc(50% - 40px);
    margin-bottom: 56px;
  }
}
@media only screen and (max-width: 550px) {
  .mtt-footer__main-menu-container {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--c_border);
  }
}
.mtt-footer__main-menu-border {
  width: 1px;
  flex-shrink: 0;
  margin: 0 80px;
}
@media only screen and (max-width: 1550px) {
  .mtt-footer__main-menu-border {
    margin: 0 64px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-footer__main-menu-border {
    margin: 0 56px;
  }
}
@media screen and (max-width: 960px) {
  .mtt-footer__main-menu-border {
    display: none;
  }
}
.mtt-footer__main-menu {
  list-style-type: none;
}
.mtt-footer__main-menu-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "DiplomacyV2";
}
.mtt-footer__main-menu-item:not(:first-of-type) {
  margin-top: 16px;
}
.mtt-footer__main-menu-item a {
  color: var(--c_white);
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: -0.03em;
  transition: color 0.2s ease;
}
.mtt-footer__main-menu-item a:hover {
  color: var(--c_secondary);
}
.mtt-footer__contact-information p, .mtt-footer__contact-information ul, .mtt-footer__contact-information ol {
  margin-top: 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
.mtt-footer__contact-information ul, .mtt-footer__contact-information ol {
  padding-left: 16px;
}
.mtt-footer__contact-information a {
  color: var(--c_white);
  transition: color 0.2s ease;
}
.mtt-footer__contact-information a:hover {
  color: var(--c_secondary);
}
.mtt-footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 24px 0 16px;
  border-top: 1px solid var(--c_border6);
}
@media screen and (max-width: 1160px) {
  .mtt-footer__bottom {
    display: block;
    padding: 24px 0 8px;
  }
}
.mtt-footer__bottom-info {
  margin-right: 80px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1160px) {
  .mtt-footer__bottom-info {
    margin-right: 0;
  }
}
.mtt-footer__bottom-info p, .mtt-footer__bottom-info a {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.mtt-footer__bottom-info a {
  transition: color 0.2s ease;
}
.mtt-footer__bottom-info a:hover {
  color: var(--c_secondary);
}
.mtt-footer .mtt-footer__bottom .menu {
  display: flex;
  list-style: none;
  color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 450px) {
  .mtt-footer .mtt-footer__bottom .menu {
    flex-direction: column;
  }
}
.mtt-footer .mtt-footer__bottom .menu .menu-item {
  margin-bottom: 16px;
}
.mtt-footer .mtt-footer__bottom .menu .menu-item:not(:last-of-type) {
  margin-right: 48px;
}
.mtt-footer .mtt-footer__bottom .menu .menu-item a {
  color: inherit;
  font-size: 12px;
  font-size: 0.75rem;
  transition: color 0.2s ease;
}
.mtt-footer .mtt-footer__bottom .menu .menu-item a:hover {
  color: var(--c_secondary);
}

.fourofour {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .fourofour {
    height: auto;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 500px) {
  .fourofour {
    padding: 80px 0;
  }
}
.fourofour h1 {
  font-family: "open-sans", sans-serif;
  font-weight: 500;
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (max-width: 1280px) {
  .fourofour h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .fourofour h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.fourofour p {
  margin: 10px 0 40px;
}

.mtt-pagination {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 56px -2px -4px;
}
@media screen and (max-width: 960px) {
  .mtt-pagination {
    margin-top: 40px;
  }
}
.mtt-pagination__toggle {
  color: var(--c_prim);
  background: var(--c_light);
  border: 1px solid var(--c_border);
  font-weight: 700;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 2px 4px;
  padding-bottom: 1px;
  transition: background 0.15s ease, color 0.15s ease;
  font-size: 14px;
  font-size: 0.875rem;
}
.mtt-pagination__toggle:hover {
  background: var(--c_secondary);
  color: var(--c_white);
}
@media screen and (max-width: 1280px) {
  .mtt-pagination__toggle {
    width: 40px;
    height: 40px;
  }
}
.mtt-pagination__toggle--active {
  color: var(--c_white);
  background: var(--c_secondary);
  pointer-events: none;
}
.mtt-pagination__toggle--text {
  width: auto;
  padding: 0 12px 1px;
}
.mtt-pagination__toggle.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.mtt-pagination__toggle--dots {
  pointer-events: none;
}

.wysiwyg {
  color: var(--c_text0);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  z-index: 2;
  position: relative;
}
.wysiwyg p: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, .wysiwyg .wpcf7 {
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .wysiwyg p, .wysiwyg table, .wysiwyg ol, .wysiwyg ul, .wysiwyg blockquote, .wysiwyg .wpcf7 {
    margin-top: 16px;
  }
}
.wysiwyg p, .wysiwyg blockquote, .wysiwyg table, .wysiwyg span, .wysiwyg a:not(.button) {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-size: 24px;
  font-size: 1.5rem;
  color: inherit;
  margin-bottom: 8px;
  margin-top: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
    margin-top: 16px;
  }
}
.wysiwyg ul {
  padding-left: 24px;
}
.wysiwyg ul li {
  position: relative;
  margin-top: 8px;
}
.wysiwyg ol {
  padding-left: 24px;
}
.wysiwyg ol li:not(:nth-of-type(-n+9)) {
  transform: translateX(9px);
}
.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 a:not(.button) {
  color: var(--c_secondary);
  font-weight: 500;
  transition: color 0.15s ease;
  hyphens: auto;
  display: inline;
  opacity: 1;
}
.wysiwyg a:not(.button):hover {
  color: var(--c_secondary--hover);
}
.wysiwyg hr {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid var(--c_secondary);
}
.wysiwyg b,
.wysiwyg strong {
  color: inherit;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
}
#overlay.show {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 1;
  visibility: visible;
}

.mtt-post-loop {
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .mtt-post-loop {
    overflow: hidden;
  }
}
.mtt-post-loop__inner {
  padding: 120px 0;
}
@media only screen and (max-width: 1800px) {
  .mtt-post-loop__inner {
    padding: 104px 0;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-post-loop__inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-post-loop__inner {
    padding: 56px 0;
  }
}
.mtt-post-loop__dist {
  position: relative;
  z-index: 2;
}
.mtt-post-loop__dist .glide__slides .small-card {
  margin-right: 32px;
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .mtt-post-loop__dist .glide__slides.glide__slides--flex-container .small-card {
    margin-right: 24px;
  }
}
@media only screen and (min-width: 1351px) {
  .mtt-post-loop__dist .glide__slides.glide__slides--flex-container .small-card:nth-child(2), .mtt-post-loop__dist .glide__slides.glide__slides--flex-container .small-card:nth-child(6) {
    margin-right: 0 !important;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .mtt-post-loop__dist .glide__slides.glide__slides--flex-container .small-card:nth-child(2), .mtt-post-loop__dist .glide__slides.glide__slides--flex-container .small-card:nth-child(5), .mtt-post-loop__dist .glide__slides.glide__slides--flex-container .small-card:nth-child(6) {
    margin-right: 0 !important;
  }
}
.mtt-post-loop__dist .glide__slides.loading {
  opacity: 0.1;
}
.mtt-post-loop__flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -48px;
}
@media screen and (max-width: 580px) {
  .mtt-post-loop__flex-container {
    margin-bottom: -40px;
  }
}
.mtt-post-loop__flex-container > .small-card {
  margin-bottom: 48px;
}
@media screen and (max-width: 580px) {
  .mtt-post-loop__flex-container > .small-card {
    margin-bottom: 40px;
  }
}
.mtt-post-loop__swipe-icon {
  background-image: url("../../img/icons/swipe-icon.svg");
  background-position: center center;
  background-size: 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  top: 27%;
  left: calc(50% - 40px);
}
@media only screen and (max-width: 650px) {
  .mtt-post-loop__swipe-icon {
    opacity: 1;
  }
}
@media screen and (max-width: 580px) {
  .mtt-post-loop__swipe-icon {
    top: 25%;
  }
}
@media only screen and (max-width: 450px) {
  .mtt-post-loop__swipe-icon {
    top: 22%;
  }
}
.mtt-post-loop__swipe-icon--hide {
  opacity: 0;
}
.mtt-post-loop__border {
  border-bottom: 1px solid var(--c_border);
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 88%;
  margin: 0 auto;
}
@media only screen and (min-width: 1801px) {
  .mtt-post-loop--grey {
    background: transparent;
  }
}
@media only screen and (max-width: 1800px) {
  .mtt-post-loop--grey {
    background: var(--c_lightgrey);
  }
}
@media only screen and (min-width: 1801px) {
  .mtt-post-loop--grey .mtt-post-loop__inner {
    background: var(--c_lightgrey);
  }
  .mtt-post-loop--grey .mtt-post-loop__inner:before {
    content: "";
    background: var(--c_lightgrey);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 120px;
    right: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 1801px) {
  .mtt-post-loop--move-up .mtt-post-loop__inner {
    margin-top: -64px;
  }
}
@media only screen and (min-width: 1281px) {
  .mtt-post-loop--move-up .mtt-post-loop__inner {
    padding: 64px 0 120px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1800px) {
  .mtt-post-loop--move-up .mtt-post-loop__inner {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 1801px) {
  .mtt-post-loop--move-more-up .mtt-post-loop__inner {
    margin-top: -168px;
  }
}
@media only screen and (min-width: 1281px) {
  .mtt-post-loop--move-more-up .mtt-post-loop__inner {
    padding: 64px 0 120px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1800px) {
  .mtt-post-loop--move-more-up .mtt-post-loop__inner {
    padding: 100px 0;
  }
}
@media (min-width: 1201px) and (max-width: 1350px) {
  .mtt-post-loop.mtt-articles .glide__slide:nth-of-type(6) {
    display: none;
  }
}

.mtt-post-loop-title-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1160px) {
  .mtt-post-loop-title-container {
    display: block;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-post-loop-title-container {
    margin-bottom: 25px;
  }
}
.mtt-post-loop-title-container__left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 48px;
  flex-grow: 1;
}
@media screen and (max-width: 1160px) {
  .mtt-post-loop-title-container__left {
    margin-right: 0;
    display: block;
  }
}
.mtt-post-loop-title-container__right {
  flex-shrink: 0;
  margin-bottom: 24px;
}
@media (min-width: 501px) and (max-width: 1160px) {
  .mtt-post-loop-title-container__right {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 2px;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-post-loop-title-container__right {
    margin-top: 16px;
  }
}
.mtt-post-loop-title-container__right .button-section {
  display: block;
}
.mtt-post-loop-title-container__right .button-section a {
  text-align: left;
}
.mtt-post-loop-title-container__title {
  color: black;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 48px;
  margin-bottom: 24px;
}
@media (min-width: 501px) and (max-width: 1160px) {
  .mtt-post-loop-title-container__title {
    margin-right: 112px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-post-loop-title-container__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.mtt-post-loop-title-container__filter {
  margin-top: -10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1160px) {
  .mtt-post-loop-title-container__filter {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 114%;
    margin: 0 -7%;
    padding-left: 7%;
  }
  .mtt-post-loop-title-container__filter::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
  .mtt-post-loop-title-container__filter {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
  }
}
.mtt-post-loop-title-container__filter-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1160px) {
  .mtt-post-loop-title-container__filter-inner {
    display: block;
    white-space: nowrap;
  }
}
.mtt-post-loop-title-container__toggle {
  cursor: pointer;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 16px 24px 14px;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  transition: border-color 0.15s ease, color 0.15s ease;
  flex-shrink: 0;
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 600;
}
@media only screen and (max-width: 1500px) {
  .mtt-post-loop-title-container__toggle {
    padding: 14px 16px 12px;
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-post-loop-title-container__toggle {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-post-loop-title-container__toggle {
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-post-loop-title-container__toggle {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 13px 16px 11px;
  }
}
.mtt-post-loop-title-container__toggle:not(:last-of-type) {
  margin-right: 16px;
}
@media only screen and (max-width: 1160px) {
  .mtt-post-loop-title-container__toggle:not(:last-of-type) {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-post-loop-title-container__toggle:last-of-type {
    margin-right: 50%;
  }
}
.mtt-post-loop-title-container__toggle.active {
  pointer-events: none;
}
.mtt-post-loop-title-container__toggle.active, .mtt-post-loop-title-container__toggle:hover {
  border-color: var(--c_secondary);
}

.mtt-single-post {
  position: relative;
  padding-top: 430px;
}
@media only screen and (max-width: 1800px) {
  .mtt-single-post {
    padding-top: 0;
  }
}
.mtt-single-post__image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 960px;
}
@media only screen and (max-width: 1800px) {
  .mtt-single-post__image-container {
    position: relative;
    height: 435px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-single-post__image-container {
    height: 350px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-single-post__image-container {
    height: 300px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-single-post__image-container {
    height: 250px;
  }
}
@media only screen and (max-width: 450px) {
  .mtt-single-post__image-container {
    height: 200px;
  }
}
.mtt-single-post__image-container:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--c_darkred);
  z-index: 2;
  mix-blend-mode: multiply;
}
.mtt-single-post__content-wrap {
  position: relative;
  z-index: 2;
  background: white;
  padding-bottom: 152px;
}
@media only screen and (max-width: 1500px) {
  .mtt-single-post__content-wrap {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-single-post__content-wrap {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-single-post__content-wrap {
    padding-bottom: 56px;
  }
}
.mtt-single-post__content-wrap:before, .mtt-single-post__content-wrap:after {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .mtt-single-post__content-wrap:before, .mtt-single-post__content-wrap:after {
    display: none;
  }
}
.mtt-single-post__content-wrap:before {
  left: -999px;
  width: 1000px;
}
.mtt-single-post__content-wrap:after {
  width: 130px;
  right: -129px;
}
.mtt-single-post__pagination {
  padding-top: 48px;
  border-bottom: 1px solid var(--c_border);
}
@media screen and (max-width: 1280px) {
  .mtt-single-post__pagination {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-single-post__pagination {
    display: none;
  }
}
.mtt-single-post__pagination .breadcrumbs {
  display: inline-block;
  padding-bottom: 32px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .mtt-single-post__pagination .breadcrumbs {
    padding-bottom: 24px;
  }
}
.mtt-single-post__pagination .breadcrumbs:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: var(--c_border);
}
.mtt-single-post__pagination .breadcrumbs:after {
  content: "";
  height: 1px;
  width: 33.3333%;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  background: var(--c_secondary);
}
.mtt-single-post__pagination .breadcrumbs a, .mtt-single-post__pagination .breadcrumbs span {
  color: black;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.mtt-single-post__pagination .breadcrumbs a {
  font-weight: 700;
  transition: all 0.15s ease;
}
.mtt-single-post__pagination .breadcrumbs a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.mtt-single-post__pagination .breadcrumbs .separator {
  margin: 0 5px;
}
.mtt-single-post__content-wrap-inner {
  display: flex;
  margin-top: 116px;
}
@media screen and (max-width: 1280px) {
  .mtt-single-post__content-wrap-inner {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  .mtt-single-post__content-wrap-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 580px) {
  .mtt-single-post__content-wrap-inner {
    margin-top: 56px;
  }
}
.mtt-single-post__share-buttons {
  flex-shrink: 0;
  width: 240px;
}
@media only screen and (max-width: 1500px) {
  .mtt-single-post__share-buttons {
    width: 180px;
  }
}
@media only screen and (max-width: 1350px) {
  .mtt-single-post__share-buttons {
    width: 156px;
  }
}
@media only screen and (max-width: 1200px) {
  .mtt-single-post__share-buttons {
    width: 100%;
    order: 3;
  }
}
.mtt-single-post__share-buttons-inner {
  top: calc(72px + 50px);
  width: 24px;
  margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
  .mtt-single-post__share-buttons-inner {
    margin-top: 40px;
    width: 100%;
    display: flex;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-single-post__share-buttons-inner {
    margin-top: 24px;
  }
}
.mtt-single-post__share-buttons-inner .social-share-icon {
  display: block;
  opacity: 0.15;
  display: flex;
  justify-content: center;
  transition: opacity 0.15s ease;
}
.mtt-single-post__share-buttons-inner .social-share-icon:hover {
  opacity: 0.35;
}
.mtt-single-post__share-buttons-inner .social-share-icon:not(:last-of-type) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .mtt-single-post__share-buttons-inner .social-share-icon:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.mtt-single-post__share-buttons-inner .social-share-icon img {
  display: block;
}
.mtt-single-post__share-buttons-inner .social-share-icon [data-network=facebook] img {
  width: 20.3px;
  height: 20.4px;
}
.mtt-single-post__share-buttons-inner .social-share-icon [data-network=twitter] img {
  width: 24px;
  height: 20.07px;
}
.mtt-single-post__share-buttons-inner .social-share-icon [data-network=facebook] img {
  width: 21px;
  height: 21px;
}
body.admin-bar .mtt-single-post__share-buttons-inner {
  top: calc(72px + 50px + 32px);
}
.mtt-single-post__content {
  width: 100%;
  flex-shrink: 1;
  margin-right: 208px;
}
@media screen and (max-width: 1280px) {
  .mtt-single-post__content {
    margin-right: 104px;
  }
}
@media only screen and (max-width: 1200px) {
  .mtt-single-post__content {
    margin-right: 0;
    width: calc(100% - 336px);
    order: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-single-post__content {
    width: 100%;
  }
}
.mtt-single-post__content-inner {
  max-width: 700px;
  margin-left: auto;
}
@media only screen and (max-width: 1000px) {
  .mtt-single-post__content-inner {
    max-width: 100%;
  }
}
.mtt-single-post__date {
  color: var(--c_text0);
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  line-height: 1.71;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 580px) {
  .mtt-single-post__date {
    margin-bottom: 16px;
  }
}
.mtt-single-post__title {
  color: black;
  line-height: 1.3;
}
.mtt-single-post__description {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: -0.01em;
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .mtt-single-post__description {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 32px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-single-post__description {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 350px) {
  .mtt-single-post__description {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mtt-single-post__content-container {
  margin-top: 48px;
}
@media screen and (max-width: 1280px) {
  .mtt-single-post__content-container {
    margin-top: 32px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-single-post__content-container {
    margin-top: 24px;
  }
}
.mtt-single-post__sidebar {
  width: 288px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1350px) {
  .mtt-single-post__sidebar {
    width: 256px;
  }
}
@media only screen and (max-width: 1200px) {
  .mtt-single-post__sidebar {
    order: 2;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-single-post__sidebar {
    width: 100%;
  }
}
.mtt-single-post__sidebar-inner {
  top: calc(72px + 50px);
  margin-top: 60px;
  position: sticky;
}
@media only screen and (max-width: 1200px) {
  .mtt-single-post__sidebar-inner {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-single-post__sidebar-inner {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--c_border);
  }
}
body.admin-bar .mtt-single-post__sidebar-inner {
  top: calc(72px + 50px + 32px);
}
.mtt-single-post__sidebar-container:not(:first-of-type) {
  margin-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .mtt-single-post__sidebar-container:not(:first-of-type) {
    margin-top: 24px;
  }
}
.mtt-single-post__sidebar-title {
  font-weight: 600;
  letter-spacing: -0.016em;
  color: black;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.68;
}
.mtt-single-post__sidebar-text {
  letter-spacing: -0.016em;
  color: black;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.68;
}
.mtt-single-post__sidebar-text:first-letter {
  text-transform: uppercase;
}
.mtt-single-post__sidebar-description {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.14;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--c_secondary);
}
@media only screen and (max-width: 1000px) {
  .mtt-single-post__sidebar-description {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.mtt-single-post__sidebar-description p, .mtt-single-post__sidebar-description a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.mtt-single-post__tags {
  margin-top: 40px;
}
.mtt-single-post__tags-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 12px -6px -12px;
}
.mtt-single-post__tag {
  background-color: var(--c_lightgrey);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.016em;
  font-weight: 600;
  margin: 0 6px 12px;
}

.styled-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.9;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 580px) {
  .styled-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.styled-text p, .styled-text blockquote, .styled-text table, .styled-text span, .styled-text a:not(.button) {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.styled-text a:not(.button) {
  color: var(--c_secondary);
  transition: all 0.15s ease;
  hyphens: auto;
  display: inline-block;
}
.styled-text a:not(.button):hover {
  color: var(--c_secondary--hover);
}
.styled-text hr {
  margin: 64px 0;
  padding: 0;
  color: var(--c_border);
  border: 0;
  border-bottom: 1px solid var(--c_border);
}
@media screen and (max-width: 1280px) {
  .styled-text hr {
    margin: 48px 0;
  }
}
@media screen and (max-width: 580px) {
  .styled-text hr {
    margin: 32px 0;
  }
}
.styled-text h2, .styled-text h3, .styled-text h4, .styled-text h5, .styled-text h6 {
  color: black;
  letter-spacing: -0.008em;
  line-height: 1.4;
  margin-top: 56px;
  margin-bottom: -8px;
}
@media screen and (max-width: 1280px) {
  .styled-text h2, .styled-text h3, .styled-text h4, .styled-text h5, .styled-text h6 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  .styled-text h2, .styled-text h3, .styled-text h4, .styled-text h5, .styled-text h6 {
    margin-top: 32px;
  }
}
.styled-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 1280px) {
  .styled-text h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 580px) {
  .styled-text h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.styled-text h3 {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .styled-text h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 580px) {
  .styled-text h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.styled-text h4, .styled-text h5, .styled-text h6 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media screen and (max-width: 1280px) {
  .styled-text h4, .styled-text h5, .styled-text h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .styled-text h4, .styled-text h5, .styled-text h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.styled-text ul, .styled-text ol {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  list-style: none;
  margin: 40px 0;
  margin-left: 24px;
}
@media screen and (max-width: 1280px) {
  .styled-text ul, .styled-text ol {
    margin: 32px 0;
  }
}
@media screen and (max-width: 580px) {
  .styled-text ul, .styled-text ol {
    margin: 24px 0;
  }
}
.styled-text ul li, .styled-text ol li {
  padding-left: 30px;
  position: relative;
  margin-top: 24px;
}
@media only screen and (max-width: 400px) {
  .styled-text ul li, .styled-text ol li {
    padding-left: 24px;
    margin-top: 16px;
  }
}
.styled-text ul li:before, .styled-text ol li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 13px;
}
@media screen and (max-width: 1280px) {
  .styled-text ul li:before, .styled-text ol li:before {
    top: 11px;
  }
}
@media screen and (max-width: 580px) {
  .styled-text ul li:before, .styled-text ol li:before {
    top: 10px;
  }
}
.styled-text ol li {
  counter-increment: section;
  padding-left: 40px;
}
@media screen and (max-width: 580px) {
  .styled-text ol li {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .styled-text ol li {
    padding-left: 25px;
  }
}
.styled-text ol li:before {
  content: counter(section);
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  background: transparent;
  top: 0;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "DiplomacyV2";
  font-weight: 700;
  line-height: 1.6;
}
.styled-text blockquote {
  margin: 56px 0;
  padding-left: 32px;
  color: black;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .styled-text blockquote {
    margin: 40px 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .styled-text blockquote {
    margin: 32px 0;
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .styled-text blockquote {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.styled-text blockquote p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-top: 0;
}
.styled-text .image-wrapper {
  background: var(--c_light);
}
.styled-text .image-wrapper img {
  margin-left: auto;
  margin-right: auto;
}
.styled-text img, .styled-text figure {
  display: block;
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: 600px !important;
  margin: 64px 0;
}
@media screen and (max-width: 1280px) {
  .styled-text img, .styled-text figure {
    margin: 48px 0;
  }
}
@media screen and (max-width: 580px) {
  .styled-text img, .styled-text figure {
    margin: 32px 0;
  }
}
.styled-text figure img {
  margin: 0;
}
.styled-text figure figcaption {
  margin-top: 24px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: -10;
  font-style: italic;
  color: rgba(0, 0, 0, 0.8);
}
.styled-text .video-wrapper,
.styled-text .wp-video {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin: 64px 0;
  width: 100% !important;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .styled-text .video-wrapper,
  .styled-text .wp-video {
    margin: 48px 0;
  }
}
@media screen and (max-width: 580px) {
  .styled-text .video-wrapper,
  .styled-text .wp-video {
    margin: 32px 0;
  }
}
.styled-text .video-wrapper iframe,
.styled-text .video-wrapper .mejs-container,
.styled-text .wp-video iframe,
.styled-text .wp-video .mejs-container {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.styled-text li:first-child, .styled-text p:first-child, .styled-text blockquote:first-child, .styled-text table:first-child, .styled-text span:first-child, .styled-text h2:first-child, .styled-text h3:first-child, .styled-text h4:first-child, .styled-text h5:first-child, .styled-text h6:first-child {
  margin-top: 0;
}
.styled-text p, .styled-text table, .styled-text span {
  margin-top: 32px;
}
@media screen and (max-width: 1280px) {
  .styled-text p, .styled-text table, .styled-text span {
    margin-top: 24px;
  }
}
@media screen and (max-width: 580px) {
  .styled-text p, .styled-text table, .styled-text span {
    margin-top: 16px;
  }
}
.styled-text p:empty {
  display: none;
}

.mtt-articles-archive {
  background: var(--c_white);
  position: relative;
  overflow: hidden;
}
.mtt-articles-archive__inner {
  position: relative;
}
.mtt-articles-archive__title-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
.mtt-articles-archive__title-wrap.with-border {
  border-bottom: 1px solid var(--c_border);
}
@media only screen and (max-width: 800px) {
  .mtt-articles-archive__title-wrap.with-border {
    padding-bottom: 0;
  }
}
.mtt-articles-archive__title-wrap.with-border .mtt-articles__category:last-of-type {
  margin-right: 0;
}
.mtt-articles-archive__title-left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-right: 32px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 800px) {
  .mtt-articles-archive__title-left {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.mtt-articles-archive__title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
  .mtt-articles-archive__title-container {
    width: 100%;
  }
}
.mtt-articles-archive__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1280px) {
  .mtt-articles-archive__title {
    margin-right: 24px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-articles-archive__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-articles-archive__title-right {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
@media only screen and (max-width: 800px) {
  .mtt-articles-archive__title-right {
    width: 100%;
  }
}
.mtt-articles-archive__title-right .mtt-articles-archive__categories {
  padding-bottom: 3px;
}
@media screen and (max-width: 1280px) {
  .mtt-articles-archive__title-right .mtt-articles-archive__categories {
    padding-bottom: 2px;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-articles-archive__categories-wrap {
    width: 100%;
    position: relative;
  }
  .mtt-articles-archive__categories-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    background: linear-gradient(to right, rgba(var(--c_white), 0), var(--c_white));
  }
}
.mtt-articles-archive__categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
  .mtt-articles-archive__categories {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .mtt-articles-archive__categories::-webkit-scrollbar {
    display: none;
  }
}
.mtt-articles-archive__category {
  color: black;
  font-weight: 700;
  letter-spacing: 0.009em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 16px;
  margin-right: 32px;
}
@media screen and (max-width: 1280px) {
  .mtt-articles-archive__category {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-right: 24px;
  }
}
.mtt-articles-archive__category.active {
  color: var(--c_secondary);
  pointer-events: none;
}
.mtt-articles-archive__category-filler {
  width: 16%;
  height: 1px;
  flex-shrink: 0;
}
@media only screen and (min-width: 801px) {
  .mtt-articles-archive__category-filler {
    display: none;
  }
}
.mtt-articles-archive__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
  margin: 0 -12px -40px;
}
.mtt-articles-archive__wrap .article-card {
  width: calc(33.3333333333% - 24px);
  margin: 0 12px 40px;
}
@media only screen and (max-width: 1000px) {
  .mtt-articles-archive__wrap .article-card {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 650px) {
  .mtt-articles-archive__wrap .article-card {
    width: calc(100% - 24px);
  }
}
.mtt-articles-archive__wrap-wide {
  display: flex;
  flex-wrap: wrap;
  margin: 42px -6px -32px;
}
.mtt-articles-archive__wrap-wide .small-card {
  width: calc(25% - 12px);
  margin: 0 6px 32px;
}
@media screen and (max-width: 1280px) {
  .mtt-articles-archive__wrap-wide .small-card {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (max-width: 960px) {
  .mtt-articles-archive__wrap-wide .small-card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 580px) {
  .mtt-articles-archive__wrap-wide .small-card {
    width: calc(100% - 12px);
  }
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.loader__inner {
  border-left: 4px solid var(--c_secondary);
  border-top: 4px solid var(--c_secondary);
  border-right: 4px solid var(--c_secondary);
  border-bottom: 4px solid transparent;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: block;
}
.loader--show {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1800px) {
  .mtt-employees {
    background: var(--c_light);
  }
}
@media screen and (max-width: 1160px) {
  .mtt-employees {
    overflow: hidden;
  }
}
.mtt-employees__inner {
  padding: 72px 0 80px;
  position: relative;
}
@media only screen and (min-width: 1801px) {
  .mtt-employees__inner {
    background: var(--c_light);
  }
  .mtt-employees__inner:after, .mtt-employees__inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: var(--c_light);
    z-index: -1;
  }
}
@media only screen and (min-width: 1801px) and (max-width: 1800px) {
  .mtt-employees__inner:after, .mtt-employees__inner:before {
    display: none;
  }
}
@media only screen and (min-width: 1801px) {
  .mtt-employees__inner:before {
    left: -999px;
    width: 1000px;
  }
  .mtt-employees__inner:after {
    right: -120px;
    width: 120px;
  }
}
.mtt-employees__title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 48px;
  border-bottom: 1px solid var(--c_border);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1160px) {
  .mtt-employees__title-wrap {
    padding-bottom: 32px;
    margin-bottom: 40px;
    display: block;
  }
}
.mtt-employees__title {
  color: var(--c_black);
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.008em;
  margin-right: 32px;
}
@media screen and (max-width: 1280px) {
  .mtt-employees__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-employees__title {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employees__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.mtt-employees__dist {
  position: relative;
  z-index: 1;
}
.mtt-employees__dist .glide__track {
  overflow: visible;
}
@media (min-width: 526px) and (max-width: 1160px) {
  .mtt-employees__swipe-icon {
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 1161px) {
  .mtt-employees__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: -56px;
    flex-wrap: wrap !important;
    white-space: normal !important;
  }
}

.swipe-icon {
  background-image: url("../../img/icons/swipe-icon.svg");
  background-position: center center;
  background-size: 80px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  top: 0;
  left: 0;
}
.swipe-icon--hide {
  opacity: 0 !important;
}

.mtt-image-graphic {
  position: absolute;
  opacity: 0.1;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5%;
  max-height: 440px;
  height: 90%;
  max-width: 440px;
  width: auto;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 580px) {
  .mtt-image-graphic {
    max-width: 320px;
  }
}

.mtt-cover-widget {
  position: relative;
}
.mtt-cover-widget__inner {
  position: relative;
  z-index: 3;
  padding: 225px 0;
}
@media only screen and (max-width: 1500px) {
  .mtt-cover-widget__inner {
    padding: 200px 0;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-cover-widget__inner {
    padding: 150px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-cover-widget__inner {
    padding: 150px 0 100px;
  }
}
@media only screen and (max-width: 400px) {
  .mtt-cover-widget__inner {
    padding: 150px 0 50px;
  }
}
.mtt-cover-widget__text-container {
  max-width: 700px;
}
.mtt-cover-widget__text-container .button-section {
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .mtt-cover-widget__text-container .button-section {
    margin-top: 16px;
  }
}
.mtt-cover-widget__title {
  color: var(--c_white);
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  .mtt-cover-widget__title {
    hyphens: auto;
  }
  .mtt-cover-widget__title br {
    display: none;
  }
}
.mtt-cover-widget__text {
  margin-top: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66;
  color: var(--c_white);
  max-width: 600px;
}
@media screen and (max-width: 580px) {
  .mtt-cover-widget__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mtt-cover-widget__image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.mtt-cover-widget__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--c_darkred);
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1160px) {
  .mtt-cover-widget__overlay.desktop {
    display: none;
  }
}
@media screen and (min-width: 1161px) {
  .mtt-cover-widget__overlay.tablet {
    display: none;
  }
}
.mtt-cover-widget__video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
}
.mtt-cover-widget__video-container .cover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: opacity 0.5s ease;
}
.mtt-cover-widget__video-container .cover-overlay.hide {
  opacity: 0;
}
.mtt-cover-widget__video-container .cover-player {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.mtt-cover-widget__video-container .cover-player.hide {
  opacity: 0;
}
.mtt-cover-widget__video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mtt-cover-widget__video-container video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.mtt-text-image {
  overflow: hidden;
  position: relative;
}
.mtt-text-image.add-background .mtt-text-image__wrapper {
  background: var(--c_darkgreen);
  padding: 104px 0;
}
@media screen and (max-width: 1280px) {
  .mtt-text-image.add-background .mtt-text-image__wrapper {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-text-image.add-background .mtt-text-image__wrapper {
    padding-bottom: 0;
  }
}
.mtt-text-image.add-background .text {
  color: var(--c_white);
}
.mtt-text-image__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  .mtt-text-image__inner {
    display: block;
  }
}
.mtt-text-image__text-container {
  width: 474px;
  margin-right: 100px;
  flex-shrink: 0;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .mtt-text-image__text-container {
    margin-right: 80px;
    width: 472px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-text-image__text-container {
    width: 424px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-text-image__text-container {
    width: 100% !important;
    max-width: 560px;
    padding: 80px 0;
    padding-top: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-text-image__text-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-image__text-container {
    padding: 56px 0;
    padding-top: 0;
  }
}
.mtt-text-image__text-container .button-section {
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .mtt-text-image__text-container .button-section {
    margin-top: 32px;
  }
}
.mtt-text-image__text {
  margin-top: 24px;
}
.mtt-text-image__image-container {
  width: 100%;
  position: relative;
  min-height: 600px;
}
@media only screen and (max-width: 1550px) {
  .mtt-text-image__image-container {
    min-height: 520px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-text-image__image-container {
    min-height: 480px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-text-image__image-container {
    width: 114%;
    margin: 0 -7%;
    padding-bottom: 56%;
    height: 0;
    min-height: 0;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-text-image__image-container {
    padding-bottom: 64%;
  }
}
@media only screen and (max-width: 550px) {
  .mtt-text-image__image-container {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .mtt-text-image__image-container {
    padding-bottom: 96%;
  }
}
.mtt-text-image__image-container picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
}
.mtt-text-image__image-container img {
  display: block;
}
@media only screen and (min-width: 1161px) {
  .mtt-text-image--image-left .mtt-text-image__text-container, .mtt-text-image--flipped .mtt-text-image__text-container {
    margin-right: 0;
    margin-left: 100px;
    order: 2;
  }
}
@media only screen and (min-width: 1161px) and (max-width: 1400px) {
  .mtt-text-image--image-left .mtt-text-image__text-container, .mtt-text-image--flipped .mtt-text-image__text-container {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1161px) {
  .mtt-text-image--image-left .mtt-text-image__image-container, .mtt-text-image--flipped .mtt-text-image__image-container {
    order: 1;
  }
}

.mtt-text-sections-image__inner {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__inner {
    overflow-x: hidden;
  }
}
.mtt-text-sections-image__text-wrap {
  margin-bottom: 80px;
  width: 50%;
  padding: 120px 0 112px;
}
@media only screen and (max-width: 1550px) {
  .mtt-text-sections-image__text-wrap {
    padding: 104px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .mtt-text-sections-image__text-wrap {
    padding: 88px 0;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-text-sections-image__text-wrap {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__text-wrap {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-sections-image__text-wrap {
    padding: 40px 0 56px;
  }
}
.mtt-text-sections-image__title, .mtt-text-sections-image__sections {
  max-width: 432px;
}
@media only screen and (max-width: 1160px) {
  .mtt-text-sections-image__title, .mtt-text-sections-image__sections {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__title, .mtt-text-sections-image__sections {
    max-width: 536px;
  }
}
.mtt-text-sections-image .button-section {
  margin-top: 40px;
}
.mtt-text-sections-image__sections {
  margin-top: 56px;
}
@media only screen and (max-width: 1550px) {
  .mtt-text-sections-image__sections {
    margin-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-sections-image__sections {
    margin-top: 32px;
  }
}
.mtt-text-sections-image__section:not(:first-of-type) {
  margin-top: 48px;
}
@media only screen and (max-width: 1550px) {
  .mtt-text-sections-image__section:not(:first-of-type) {
    margin-top: 32px;
  }
}
.mtt-text-sections-image__section-title-wrap {
  display: flex;
  align-items: center;
}
.mtt-text-sections-image__section-title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: -0.016em;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .mtt-text-sections-image__section-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-sections-image__section-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-text-sections-image__section-text {
  margin-top: 16px;
}
@media only screen and (max-width: 1550px) {
  .mtt-text-sections-image__section-text {
    margin-top: 8px;
  }
}
.mtt-text-sections-image__image-container {
  position: absolute;
  width: 50%;
  transform: translateY(80px);
}
@media only screen and (min-width: 1051px) {
  .mtt-text-sections-image__image-container {
    top: 0;
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1400px) {
  .mtt-text-sections-image__image-container {
    transform: translateY(56px);
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__image-container {
    transform: translateY(0);
    width: 90%;
    margin-left: 5%;
    position: relative;
    height: 0;
    padding-bottom: 56%;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-sections-image__image-container {
    padding-bottom: 80%;
  }
}
.mtt-text-sections-image__image-container:before {
  content: "";
  position: absolute;
  top: -80px;
  right: 0;
  width: 64%;
  height: 80px;
  background: white;
}
@media only screen and (max-width: 1550px) {
  .mtt-text-sections-image__image-container:before {
    width: 56%;
  }
}
@media only screen and (max-width: 1450px) {
  .mtt-text-sections-image__image-container:before {
    width: 72%;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__image-container:before {
    width: calc(100% + 112px);
    top: 0;
    height: 50%;
    left: -56px;
    right: -56px;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__image-container picture {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
.mtt-text-sections-image__image-container picture img {
  display: block;
}
.mtt-text-sections-image.multiple-images .mtt-text-sections-image__inner {
  background: transparent;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__inner {
    flex-direction: column-reverse;
    width: 100%;
    margin: 0;
  }
}
.mtt-text-sections-image.multiple-images .mtt-text-sections-image__text-wrap-outer {
  max-width: 100%;
  width: 50%;
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__text-wrap-outer {
    width: 100%;
  }
}
.mtt-text-sections-image.multiple-images .mtt-text-sections-image__text-wrap {
  padding: 50px 0;
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__text-wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__text-wrap {
    padding: 0 0 56px;
  }
}
.mtt-text-sections-image.multiple-images .mtt-text-sections-image__title,
.mtt-text-sections-image.multiple-images .mtt-text-sections-image__sections {
  max-width: 568px;
}
@media only screen and (max-width: 1550px) {
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__title,
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__sections {
    max-width: 480px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__title,
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__sections {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__title,
  .mtt-text-sections-image.multiple-images .mtt-text-sections-image__sections {
    max-width: 536px;
  }
}
.mtt-text-sections-image.multiple-images .mtt-text-sections-image__title {
  color: var(--c_text0);
}
.mtt-text-sections-image.multiple-images .mtt-text-sections-image__section-title {
  color: var(--c_text0);
}
.mtt-text-sections-image.multiple-images .mtt-text-sections-image__section-text {
  color: rgba(var(--c_text0), 0.6);
}
.mtt-text-sections-image__images {
  width: 50%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__images {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-text-sections-image__images {
    margin-bottom: 40px;
  }
}
.mtt-text-sections-image__image {
  position: relative;
}
.mtt-text-sections-image__image img {
  display: block;
}
.mtt-text-sections-image__image.first {
  width: calc(100% - 160px);
  height: calc(100% - 96px);
}
@media only screen and (max-width: 1550px) {
  .mtt-text-sections-image__image.first {
    width: calc(100% - 120px);
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 1280px) {
  .mtt-text-sections-image__image.first {
    width: calc(100% - 80px);
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__image.first {
    height: 0;
    padding-bottom: 56%;
  }
  .mtt-text-sections-image__image.first picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-text-sections-image__image.first {
    width: calc(100% - 72px);
    padding-bottom: 64%;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-sections-image__image.first {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 370px) {
  .mtt-text-sections-image__image.first {
    width: calc(100% - 40px);
  }
}
.mtt-text-sections-image__image.second {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 364px;
  height: 460px;
}
@media only screen and (max-width: 1400px) {
  .mtt-text-sections-image__image.second {
    width: 280px;
    height: 384px;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-text-sections-image__image.second {
    transform: translateY(80px);
  }
}
@media only screen and (max-width: 800px) {
  .mtt-text-sections-image__image.second {
    width: 168px;
    height: 208px;
    transform: translateY(40px);
  }
}

.mtt-image-banner {
  position: relative;
}
.mtt-image-banner__image-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.mtt-image-banner__image-container img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.mtt-image-banner__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--c_darkred);
  mix-blend-mode: multiply;
}
.mtt-image-banner__inner {
  position: relative;
  z-index: 2;
  padding: 216px 0;
}
@media only screen and (max-width: 1500px) {
  .mtt-image-banner__inner {
    padding: 160px 0;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-image-banner__inner {
    padding: 104px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-image-banner__inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 375px) {
  .mtt-image-banner__inner {
    padding: 56px 0;
  }
}
.mtt-image-banner__text-container {
  max-width: 735px;
}
@media screen and (max-width: 1280px) {
  .mtt-image-banner__text-container {
    max-width: 620px;
  }
}
.mtt-image-banner__text-container .button-section {
  margin-top: 32px;
}
@media screen and (max-width: 580px) {
  .mtt-image-banner__text-container .button-section {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .mtt-image-banner__text-container .button-section {
    margin-top: 16px;
  }
}
.mtt-image-banner__title {
  color: var(--c_white);
}

.mtt-faq {
  position: relative;
}
.mtt-faq__grid {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .mtt-faq__grid {
    display: block;
  }
}
.mtt-faq__text-wrap {
  width: 330px;
  flex-shrink: 0;
  margin-right: 190px;
}
@media screen and (max-width: 1280px) {
  .mtt-faq__text-wrap {
    width: 330px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 960px) {
  .mtt-faq__text-wrap {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .mtt-faq__text-wrap {
    width: 100%;
    max-width: 400px;
    margin-bottom: 48px;
  }
}
.mtt-faq__text {
  margin-top: 32px;
  max-width: 310px;
}
@media only screen and (max-width: 900px) {
  .mtt-faq__text {
    max-width: 100%;
  }
}
.mtt-faq .button-section {
  margin-top: 32px;
}

.mtt-faq-accordion {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(39, 25, 54, 0.08);
}
@media only screen and (max-width: 900px) {
  .mtt-faq-accordion {
    margin-top: 24px;
    padding-top: 24px;
  }
}
.mtt-faq-accordion:first-child {
  margin-top: 0;
}
.mtt-faq-accordion:last-child {
  border-bottom: 1px solid rgba(39, 25, 54, 0.08);
  padding-bottom: 32px;
}
@media only screen and (max-width: 900px) {
  .mtt-faq-accordion:last-child {
    padding-bottom: 24px;
  }
}
.mtt-faq-accordion__title {
  padding: 0 32px 0 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s ease;
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "open-sans", sans-serif;
}
.mtt-faq-accordion__title:hover {
  opacity: 0.85;
}
.mtt-faq-accordion__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 8px;
  background-image: url("../../img/icons/down-arrow-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.4s ease;
  transform: translate(0, -50%);
}
.mtt-faq-accordion__content-wrap {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.mtt-faq-accordion__content {
  opacity: 0;
  transform: translate(0, -16px);
  transition: opacity 0.4s ease, transform 0.5s ease;
}
.mtt-faq-accordion--active .mtt-faq-accordion__content-wrap {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.mtt-faq-accordion--active .mtt-faq-accordion__content {
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 16px;
}
.mtt-faq-accordion--active .mtt-faq-accordion__title::after {
  transform: translate(0, -50%) rotateX(180deg);
}

.mtt-subpage-cover__inner {
  padding-top: 224px;
}
@media screen and (max-width: 1280px) {
  .mtt-subpage-cover__inner {
    padding-top: 184px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-subpage-cover__inner {
    padding-top: 152px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-subpage-cover__inner {
    padding-top: 121px;
  }
}
.mtt-subpage-cover__text-container {
  padding-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  .mtt-subpage-cover__text-container {
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-subpage-cover__text-container {
    padding-bottom: 56px;
  }
}
.mtt-subpage-cover__text {
  margin-top: 20px;
  max-width: 630px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 580px) {
  .mtt-subpage-cover__text {
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}
.mtt-subpage-cover__image-container {
  position: relative;
  height: 760px;
}
@media only screen and (max-width: 1920px) {
  .mtt-subpage-cover__image-container {
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-subpage-cover__image-container {
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 450px) {
  .mtt-subpage-cover__image-container {
    padding-bottom: 64%;
  }
}
.mtt-subpage-cover__image-container img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.mtt-subpage-cover__image-container .play-button {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 2;
}
.mtt-subpage-cover__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--c_darkred);
  mix-blend-mode: multiply;
  z-index: 1;
}
@media only screen and (min-width: 1801px) {
  .mtt-subpage-cover--text-breaker-overlap .mtt-subpage-cover__image-container .play-button {
    top: calc(50% - 80px);
  }
}

.mtt-text-breaker__inner .page_container {
  display: flex;
}
@media screen and (max-width: 1160px) {
  .mtt-text-breaker__inner .page_container {
    display: block;
  }
}
.mtt-text-breaker__title-wrap {
  width: 400px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1500px) {
  .mtt-text-breaker__title-wrap {
    width: 320px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-text-breaker__title-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-breaker__title-wrap {
    margin-bottom: 16px;
  }
}
.mtt-text-breaker__title {
  margin-right: 200px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 2;
  text-transform: uppercase;
  color: var(--c_secondary);
}
@media screen and (max-width: 1160px) {
  .mtt-text-breaker__title {
    margin-right: 0;
  }
}
.mtt-text-breaker__text-wrap {
  width: 100%;
  flex-shrink: 1;
}
.mtt-text-breaker__text {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.016em;
  max-width: 920px;
}
@media screen and (max-width: 1280px) {
  .mtt-text-breaker__text {
    font-size: 26px;
    font-size: 1.625rem;
    max-width: 720px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-breaker__text br {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-breaker__text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.mtt-text-breaker__subtext {
  color: black;
  opacity: 0.6;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 920px;
}
@media screen and (max-width: 1160px) {
  .mtt-text-breaker__subtext {
    margin-top: 24px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-breaker__subtext {
    margin-top: 16px;
  }
}
.mtt-text-breaker--move-up {
  z-index: 1;
  position: relative;
  margin-top: -160px;
}
@media only screen and (max-width: 1800px) {
  .mtt-text-breaker--move-up {
    margin-top: 0;
  }
}
.mtt-text-breaker--move-up .mtt-text-breaker__inner {
  padding: 0 !important;
}
@media only screen and (max-width: 1800px) {
  .mtt-text-breaker--move-up .mtt-text-breaker__inner {
    background: var(--c_light);
  }
}
.mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container {
  position: relative;
  background: var(--c_light);
  padding: 120px 0;
}
@media screen and (max-width: 1280px) {
  .mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container {
    padding: 104px 0;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container {
    padding: 80px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container {
    padding: 56px 0;
  }
}
.mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container:after, .mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--c_light);
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container:after, .mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container:before {
    display: none;
  }
}
.mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container:before {
  left: -999px;
  width: 1000px;
}
.mtt-text-breaker--move-up .mtt-text-breaker__inner .page_container:after {
  right: -120px;
  width: 120px;
}
.mtt-text-breaker--add-bg .mtt-text-breaker__inner {
  padding: 0 !important;
}
@media only screen and (max-width: 1800px) {
  .mtt-text-breaker--add-bg .mtt-text-breaker__inner {
    background: var(--c_light);
  }
}
.mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container {
  position: relative;
  background: var(--c_light);
  padding: 120px 0;
}
@media screen and (max-width: 1280px) {
  .mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container {
    padding: 104px 0;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container {
    padding: 80px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container {
    padding: 56px 0;
  }
}
.mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container:after, .mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--c_light);
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container:after, .mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container:before {
    display: none;
  }
}
.mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container:before {
  left: -999px;
  width: 1000px;
}
.mtt-text-breaker--add-bg .mtt-text-breaker__inner .page_container:after {
  right: -120px;
  width: 120px;
}

.mtt-documents-widget {
  position: relative;
  z-index: 6;
}
.mtt-documents-widget__inner {
  position: relative;
  z-index: 3;
  padding: 104px 0;
}
@media screen and (max-width: 1280px) {
  .mtt-documents-widget__inner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 960px) {
  .mtt-documents-widget__inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-documents-widget__inner {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 400px) {
  .mtt-documents-widget__inner {
    padding: 50px 0;
  }
}
.mtt-documents-widget__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width: 960px) {
  .mtt-documents-widget__top-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-documents-widget__top-wrapper {
    margin-bottom: 24px;
  }
}
.mtt-documents-widget__title {
  max-width: 560px;
  margin-right: 40px;
}
@media screen and (max-width: 960px) {
  .mtt-documents-widget__title {
    max-width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-documents-widget__title {
    hyphens: auto;
  }
  .mtt-documents-widget__title br {
    display: none;
  }
}
.mtt-documents-widget__text {
  max-width: 740px;
}
@media screen and (max-width: 960px) {
  .mtt-documents-widget__text {
    max-width: 100%;
  }
}
.mtt-documents-widget__documents {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.mtt-documents-widget__documents:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--c_white);
}
.mtt-documents-widget__document {
  width: 33.3333%;
  padding: 40px;
  text-align: center;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--c_border4);
}
.mtt-documents-widget__document:hover {
  background: var(--c_white);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.16);
}
.mtt-documents-widget__document:nth-of-type(3n+3) {
  border-right: none;
}
@media screen and (max-width: 1160px) {
  .mtt-documents-widget__document {
    padding: 25px;
  }
}
@media screen and (max-width: 760px) {
  .mtt-documents-widget__document {
    width: 50%;
  }
  .mtt-documents-widget__document:nth-of-type(3n+3) {
    border-right: 1px solid var(--c_border4);
  }
  .mtt-documents-widget__document:nth-of-type(2n+2) {
    border-right: none !important;
  }
}
@media screen and (max-width: 580px) {
  .mtt-documents-widget__document {
    width: 100%;
    border-right: none !important;
    padding: 25px 0;
  }
}
.mtt-documents-widget__document:hover .mtt-documents-widget__document-arrow svg {
  animation: button-arrow-right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.mtt-documents-widget__document-icon {
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.mtt-documents-widget__document-icon svg, .mtt-documents-widget__document-icon img {
  height: 100%;
  width: auto;
  display: block;
}
.mtt-documents-widget__document-icon svg path, .mtt-documents-widget__document-icon svg rect {
  transition: all 0.4s ease;
}
.mtt-documents-widget__document-title {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: -0.016em;
  margin-top: 36px;
}
@media screen and (max-width: 580px) {
  .mtt-documents-widget__document-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mtt-documents-widget__document-text {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 20px auto;
  line-height: 1.6;
  color: black;
  opacity: 0.6;
  max-width: 280px;
}
@media screen and (max-width: 580px) {
  .mtt-documents-widget__document-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 450px) {
  .mtt-documents-widget__document-text {
    margin-bottom: 10px;
  }
}
.mtt-documents-widget__document-text p {
  line-height: inherit;
  font-size: inherit;
}
.mtt-documents-widget.widget-grey {
  background: var(--c_lightgrey);
}
.mtt-documents-widget.widget-grey .mtt-documents-widget__documents:after {
  background: var(--c_lightgrey);
}

@keyframes button-arrow-right {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(-15px);
  }
}
.mtt-steps-widget {
  background: var(--c_white);
}
.mtt-steps-widget__inner {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1160px) {
  .mtt-steps-widget__inner {
    overflow: hidden;
    display: block;
  }
}
.mtt-steps-widget__text-wrap {
  width: 530px;
  margin-right: 80px;
  padding: 40px 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1400px) {
  .mtt-steps-widget__text-wrap {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-steps-widget__text-wrap {
    width: 100%;
    max-width: 800px;
    margin-right: 0;
    padding: 0;
  }
}
.mtt-steps-widget__steps {
  margin-top: 32px;
}
.mtt-steps-widget__steps > ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}
.mtt-steps-widget__steps > ol > li {
  counter-increment: item;
  position: relative;
  padding-left: 60px;
}
.mtt-steps-widget__steps > ol > li:not(:last-child) {
  margin-bottom: 48px;
}
@media screen and (max-width: 960px) {
  .mtt-steps-widget__steps > ol > li:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-steps-widget__steps > ol > li {
    padding-left: 40px;
  }
}
.mtt-steps-widget__steps > ol > li:after {
  content: counter(item);
  width: 28px;
  height: 28px;
  border: 1px solid var(--c_secondary);
  color: var(--c_white);
  background-color: var(--c_secondary);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  letter-spacing: -0.016em;
  font-weight: 600;
  font-family: "DiplomacyV2";
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .mtt-steps-widget__steps > ol > li:after {
    width: 20px;
    height: 20px;
  }
}
.mtt-steps-widget__steps > ol > li:last-of-type:before {
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 15px;
  height: 100vh;
  top: 4px;
  transform: translateY(-100%);
}
@media screen and (max-width: 580px) {
  .mtt-steps-widget__steps > ol > li:last-of-type:before {
    left: 10px;
  }
}
.mtt-steps-widget__step-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "DiplomacyV2";
  color: var(--c_black);
  line-height: 1.3;
}
@media screen and (max-width: 1160px) {
  .mtt-steps-widget__step-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-steps-widget__step-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mtt-steps-widget__step-text {
  margin-top: 16px;
}
.mtt-steps-widget__step-tagline {
  text-transform: uppercase;
  font-family: "DiplomacyV2";
  font-weight: 700;
  color: var(--c_secondary);
  margin-top: 16px;
}
.mtt-steps-widget__images {
  width: 100%;
  position: sticky;
  align-self: flex-start;
  top: 80px;
}
@media screen and (max-width: 1160px) {
  .mtt-steps-widget__images {
    position: relative;
    top: auto;
    margin-top: 40px;
  }
}
.mtt-steps-widget__image {
  position: relative;
  border-radius: 8px;
}
.mtt-steps-widget__image picture {
  border-radius: inherit;
}
.mtt-steps-widget__image img {
  border-radius: inherit;
  display: block;
}
.mtt-steps-widget__image.first {
  width: 100%;
}
@media screen and (max-width: 1160px) {
  .mtt-steps-widget__image.first {
    height: 0;
    padding-bottom: 56%;
  }
  .mtt-steps-widget__image.first picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-steps-widget__image.first {
    padding-bottom: 64%;
  }
}
@media screen and (max-width: 580px) {
  .mtt-steps-widget__image.first {
    padding-bottom: 100%;
  }
}
.mtt-steps-widget.flip .mtt-steps-widget__inner {
  flex-direction: row-reverse;
}
.mtt-steps-widget.flip .mtt-steps-widget__text-wrap {
  margin-right: 0 !important;
  margin-left: 80px;
}
@media only screen and (max-width: 1400px) {
  .mtt-steps-widget.flip .mtt-steps-widget__text-wrap {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-steps-widget.flip .mtt-steps-widget__text-wrap {
    margin-left: 0;
  }
}

.mtt-image-collage {
  overflow: hidden;
}
.mtt-image-collage__title {
  max-width: 475px;
}
.mtt-image-collage__inner {
  margin-top: 48px;
  width: 200%;
  display: flex;
}
@media screen and (max-width: 1160px) {
  .mtt-image-collage__inner {
    width: 300%;
  }
}
@media screen and (max-width: 960px) {
  .mtt-image-collage__inner {
    width: 400%;
  }
}
@media screen and (max-width: 580px) {
  .mtt-image-collage__inner {
    margin-top: 32px;
    width: 600%;
  }
}
.mtt-image-collage__wrapper {
  display: flex;
  width: 100%;
  -webkit-backface-visibility: hidden;
  animation: slideImages 100s linear infinite;
}
.mtt-image-collage__wrapper > div {
  -webkit-transform: translate3d(0, 0, 0);
}
.mtt-image-collage__images-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.mtt-image-collage__image-wrapper {
  position: relative;
  margin: 12px;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper {
    margin: 6px;
  }
}
.mtt-image-collage__image-wrapper:nth-child(8n+1) {
  width: calc(21% - 24px);
  padding-bottom: 25%;
  align-self: flex-end;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper:nth-child(8n+1) {
    width: calc(21% - 12px);
  }
}
.mtt-image-collage__image-wrapper:nth-child(8n+2) {
  width: calc(25% - 24px);
  padding-bottom: 16%;
  align-self: flex-end;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper:nth-child(8n+2) {
    width: calc(25% - 12px);
  }
}
.mtt-image-collage__image-wrapper:nth-child(8n+3) {
  width: calc(36% - 24px);
  padding-bottom: 24%;
  align-self: flex-end;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper:nth-child(8n+3) {
    width: calc(36% - 12px);
  }
}
.mtt-image-collage__image-wrapper:nth-child(8n+4) {
  width: calc(18% - 24px);
  padding-bottom: 26%;
  align-self: flex-end;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper:nth-child(8n+4) {
    width: calc(18% - 12px);
  }
}
.mtt-image-collage__image-wrapper:nth-child(8n+5) {
  align-self: flex-start;
  width: calc(37% - 24px);
  padding-bottom: 21%;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper:nth-child(8n+5) {
    width: calc(37% - 12px);
  }
}
.mtt-image-collage__image-wrapper:nth-child(8n+6) {
  align-self: flex-start;
  width: calc(21% - 24px);
  padding-bottom: 23%;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper:nth-child(8n+6) {
    width: calc(21% - 12px);
  }
}
.mtt-image-collage__image-wrapper:nth-child(8n+7) {
  align-self: flex-start;
  width: calc(23% - 24px);
  padding-bottom: 32%;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper:nth-child(8n+7) {
    width: calc(23% - 12px);
  }
}
.mtt-image-collage__image-wrapper:nth-child(8n+8) {
  align-self: flex-start;
  width: calc(19% - 24px);
  padding-bottom: 26%;
}
@media only screen and (max-width: 1450px) {
  .mtt-image-collage__image-wrapper:nth-child(8n+8) {
    width: calc(19% - 12px);
  }
}
.mtt-image-collage__image-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.mtt-image-collage .first-last-image {
  flex-shrink: 0;
  width: 15%;
  align-self: flex-start;
  margin-top: 76px;
  padding-bottom: 22%;
}
@media screen and (max-width: 1160px) {
  .mtt-image-collage .first-last-image {
    margin-top: 42px;
  }
}
.mtt-image-collage .first-last-image:last-of-type {
  margin-top: 56px;
}
@media screen and (max-width: 1160px) {
  .mtt-image-collage .first-last-image {
    margin-top: 36px;
  }
}
.mtt-image-collage__image-text-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 24px;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1280px) {
  .mtt-image-collage__image-text-wrapper {
    padding: 12px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-image-collage__image-text-wrapper {
    display: none;
  }
}
.mtt-image-collage__image-text-wrapper > div {
  position: relative;
  z-index: 1;
}
.mtt-image-collage__image-title {
  font-weight: 600;
  font-family: "open-sans", sans-serif;
  color: var(--c_white);
}
@keyframes slideImages {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.mtt-form-image {
  overflow: hidden;
}
.mtt-form-image__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  .mtt-form-image__inner {
    display: block;
  }
}
.mtt-form-image__subtitle {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 16px;
}
.mtt-form-image__text-container {
  width: 430px;
  margin-right: 180px;
  flex-shrink: 0;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1400px) {
  .mtt-form-image__text-container {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-form-image__text-container {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-form-image__text-container {
    width: 100% !important;
    max-width: 560px;
    padding: 80px 0;
    padding-top: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-form-image__text-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .mtt-form-image__text-container {
    padding: 56px 0;
    padding-top: 0;
  }
}
.mtt-form-image__image-container {
  width: 100%;
  position: relative;
  min-height: 600px;
}
@media only screen and (max-width: 1550px) {
  .mtt-form-image__image-container {
    min-height: 520px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-form-image__image-container {
    min-height: 480px;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-form-image__image-container {
    width: 114%;
    margin: 0 -7%;
    padding-bottom: 56%;
    height: 0;
    min-height: 0;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-form-image__image-container {
    padding-bottom: 64%;
  }
}
@media only screen and (max-width: 550px) {
  .mtt-form-image__image-container {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 400px) {
  .mtt-form-image__image-container {
    padding-bottom: 96%;
  }
}
.mtt-form-image__image-container picture {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
}
.mtt-form-image__image-container img {
  display: block;
}
.mtt-form-image__form {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .mtt-form-image__form {
    margin-top: 40px;
  }
}
.mtt-form-image__form .wpcf7-list-item-label {
  font-size: 12px;
  font-size: 0.75rem;
}
.mtt-form-image__form .input-wrapper.input-wrapper--flex {
  align-items: center;
}
@media only screen and (min-width: 1161px) {
  .mtt-form-image--image-left .mtt-form-image__text-container, .mtt-form-image--flipped .mtt-form-image__text-container {
    margin-right: 0;
    margin-left: 180px;
    order: 2;
  }
}
@media only screen and (min-width: 1161px) and (max-width: 1400px) {
  .mtt-form-image--image-left .mtt-form-image__text-container, .mtt-form-image--flipped .mtt-form-image__text-container {
    margin-left: 80px;
  }
}
@media only screen and (min-width: 1161px) {
  .mtt-form-image--image-left .mtt-form-image__image-container, .mtt-form-image--flipped .mtt-form-image__image-container {
    order: 1;
  }
}

.small-card {
  display: block;
}
.small-card.glide__slide {
  width: calc(25% - 24px);
}
@media only screen and (max-width: 1500px) {
  .small-card.glide__slide {
    width: calc(25% - 18px);
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .small-card.glide__slide {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media only screen and (max-width: 1200px) {
  .small-card.glide__slide {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 650px) {
  .small-card.glide__slide {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 580px) {
  .small-card.glide__slide {
    width: 100%;
  }
}
.small-card__image-container {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-bottom: 77%;
}
@media only screen and (max-width: 650px) {
  .small-card__image-container {
    padding-bottom: 0;
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .small-card__image-container {
    height: 220px;
  }
}
@media only screen and (max-width: 350px) {
  .small-card__image-container {
    height: 200px;
  }
}
.small-card__image-container img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: transform 0.5s ease-out;
  transform: scale3d(1, 1, 1);
}
@media only screen and (max-width: 650px) {
  .small-card__image-container img {
    position: relative;
  }
}
.small-card__swipe-icon {
  background-image: url("../../img/icons/swipe-icon.svg");
  background-position: center center;
  background-size: 80px;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
}
@media only screen and (max-width: 650px) {
  .small-card__swipe-icon {
    opacity: 1;
  }
}
.small-card__swipe-icon--hide {
  opacity: 0;
}
.small-card__text-container {
  margin-top: 32px;
}
@media screen and (max-width: 580px) {
  .small-card__text-container {
    margin-top: 24px;
  }
}
.small-card__tagline {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  white-space: nowrap;
}
.small-card__tagline:after {
  content: "";
  flex-shrink: 1;
  width: 100%;
  height: 1px;
  margin-left: 16px;
  background: rgba(0, 0, 0, 0.07);
}
.small-card__title {
  margin-top: 24px;
  color: black;
  font-family: "open-sans", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 580px) {
  .small-card__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .small-card__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.small-card.hover:hover .small-card__image-container img {
  transform: scale3d(1, 1, 1) scale(1.05);
}

.small-card-filler {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  width: calc(25% - 24px);
}
@media only screen and (max-width: 1500px) {
  .small-card-filler {
    width: calc(25% - 18px);
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .small-card-filler {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media only screen and (max-width: 1200px) {
  .small-card-filler {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 650px) {
  .small-card-filler {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 580px) {
  .small-card-filler {
    width: 100%;
  }
}

.mtt-employee-card {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1161px) {
  .mtt-employee-card {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
    width: calc(50% - 40px) !important;
    height: auto !important;
    margin-bottom: 56px;
  }
}
@media (min-width: 1161px) and (max-width: 1280px) {
  .mtt-employee-card {
    width: calc(50% - 28px) !important;
  }
}
@media only screen and (max-width: 525px) {
  .mtt-employee-card {
    display: block;
  }
}
.mtt-employee-card__image-container {
  width: 290px;
  height: 360px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1600px) {
  .mtt-employee-card__image-container {
    width: 240px;
    height: 320px;
  }
}
@media only screen and (max-width: 1450px) {
  .mtt-employee-card__image-container {
    width: 200px;
    height: 280px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-card__image-container {
    width: 180px;
    height: 250px;
  }
}
@media only screen and (max-width: 525px) {
  .mtt-employee-card__image-container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 525px) {
  .mtt-employee-card__image-container img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 525px) {
  .mtt-employee-card__swipe-icon {
    opacity: 1;
  }
}
.mtt-employee-card__text-container {
  padding-left: 48px;
}
@media only screen and (max-width: 1600px) {
  .mtt-employee-card__text-container {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1450px) {
  .mtt-employee-card__text-container {
    padding-left: 32px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-card__text-container {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 525px) {
  .mtt-employee-card__text-container {
    padding-left: 0;
    margin-top: 24px;
  }
}
.mtt-employee-card__title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0.004em;
  color: var(--c_black);
  margin-bottom: 8px;
}
@media only screen and (max-width: 1600px) {
  .mtt-employee-card__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-employee-card__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-card__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mtt-employee-card__position {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--c_black);
  text-transform: uppercase;
  margin-bottom: 16px;
  hyphens: auto;
}
@media screen and (max-width: 1280px) {
  .mtt-employee-card__position {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mtt-employee-card__contact-line {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
@media screen and (max-width: 1280px) {
  .mtt-employee-card__contact-line {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.mtt-employee-card__contact-line a {
  color: inherit;
}
.mtt-employee-card__contact-line span {
  font-weight: 500;
}
.mtt-employee-card__text {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: -0.016em;
  padding-top: 24px;
  margin-top: 32px;
  border-top: 1px solid var(--c_border);
}
@media only screen and (max-width: 1600px) {
  .mtt-employee-card__text {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1450px) {
  .mtt-employee-card__text {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .mtt-employee-card__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-card__text {
    padding-top: 0;
    border-top: 0;
    margin-top: 8px;
  }
}