/* MIXINS */
/* VARIABLES */
/* LOGO */
/* COLORS */
/* FONTS */
/* FONT SIZES */
/* FONT SIZES MEDIUM */
/* FONT SIZES SMALL */
/* LINE HEIGHTS */
/* FONT COLORS */
/* FONT WEIGHTS */
/* MODULES */
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-cell {
  width: 100% !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* FONTS */
/* FONT SIZES */
/* FONT SIZES MEDIUM */
/* FONT SIZES SMALL */
/* LINE HEIGHTS */
/* FONT COLORS */
/* FONT WEIGHTS */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v9/jizfRExUiTo99u79B_mh0OOtLR8a8zILig.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v9/jizfRExUiTo99u79B_mh0OqtLR8a8zILig.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v9/jizfRExUiTo99u79B_mh0OCtLR8a8zILig.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url(https://fonts.gstatic.com/s/ptsans/v9/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html, body {
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #1B213F;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media screen and (max-width: 1280px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 1280px) {
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 580px) {
  h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

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

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

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

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

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

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

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

.page_container {
  max-width: 1500px;
  width: 90%;
  margin: auto;
}

@media print {
  header,
  .mtt-single-podcast,
  .mtt-cookie-notice,
  .mtt-blog-posts,
  .footer-cta,
  #main_footer {
    display: none;
  }
}
/* PARTIALS */
.button-style, .button, .mtt-text-section .wpcf7-submit, .mtt-contact-modal .modal-button input {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  font-size: 14px;
  padding: 0 20px;
  text-decoration: none;
  height: 52px;
  line-height: 50px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
  outline: none;
  transition: all 0.2s ease;
  will-change: transform, background;
}
.button-style:hover, .button:hover, .mtt-text-section .wpcf7-submit:hover, .mtt-contact-modal .modal-button input:hover {
  transform: translateY(-1px);
}
.button-style:active, .button:active, .mtt-text-section .wpcf7-submit:active, .mtt-contact-modal .modal-button input:active {
  transform: translateY(1px);
}

.button, .mtt-text-section .wpcf7-submit, .mtt-contact-modal .modal-button input {
  background: #D0102B;
  color: #FFF;
  border: 2px solid #D0102B;
}
.button:hover, .mtt-text-section .wpcf7-submit:hover, .mtt-contact-modal .modal-button input:hover {
  color: white;
  background: rgb(226.9428571429, 17.4571428571, 46.9160714286);
}
.button:active, .mtt-text-section .wpcf7-submit:active, .mtt-contact-modal .modal-button input:active {
  color: rgb(244.8, 244.8, 244.8);
  background: rgb(189.0571428571, 14.5428571429, 39.0839285714);
}
.button.secondary, .mtt-text-section .secondary.wpcf7-submit, .mtt-contact-modal .modal-button input.secondary {
  background: #FFF;
  color: #D0102B;
  border: 2px solid #FFF;
  background: transparent;
  color: #FFF;
}
.button.secondary:hover, .mtt-text-section .secondary.wpcf7-submit:hover, .mtt-contact-modal .modal-button input.secondary:hover {
  color: rgb(226.9428571429, 17.4571428571, 46.9160714286);
  background: white;
}
.button.secondary:active, .mtt-text-section .secondary.wpcf7-submit:active, .mtt-contact-modal .modal-button input.secondary:active {
  color: rgb(189.0571428571, 14.5428571429, 39.0839285714);
  background: rgb(244.8, 244.8, 244.8);
}
.button.secondary:hover, .mtt-text-section .secondary.wpcf7-submit:hover, .mtt-contact-modal .modal-button input.secondary:hover {
  background: transparent;
  color: #FFF;
}
.button.white, .mtt-text-section .white.wpcf7-submit, .mtt-contact-modal .modal-button input.white {
  background: #FFF;
  color: #D0102B;
  border: 2px solid #FFF;
}
.button.white:hover, .mtt-text-section .white.wpcf7-submit:hover, .mtt-contact-modal .modal-button input.white:hover {
  color: rgb(226.9428571429, 17.4571428571, 46.9160714286);
  background: white;
}
.button.white:active, .mtt-text-section .white.wpcf7-submit:active, .mtt-contact-modal .modal-button input.white:active {
  color: rgb(189.0571428571, 14.5428571429, 39.0839285714);
  background: rgb(244.8, 244.8, 244.8);
}

.arrow-link {
  color: #D0102B;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: inline;
}
.arrow-link:hover:after {
  right: -18px;
}
.arrow-link:after {
  content: "";
  position: absolute;
  bottom: 4.5px;
  right: -15px;
  border: solid #D0102B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-top: -3px;
  transform: rotate(-45deg);
  transition: right 0.2s ease;
}

.arrow-link-box {
  color: #1B213F;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  display: inline-block;
  padding-left: 55px;
  line-height: 40px;
}
.arrow-link-box:hover:after {
  left: 15px;
}
.arrow-link-box:after {
  content: "";
  position: absolute;
  top: 19px;
  left: 13px;
  border: solid #1B213F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-top: -4px;
  transform: rotate(-45deg);
  transition: left 0.2s ease;
}
.arrow-link-box:before {
  content: "";
  height: 100%;
  width: 40px;
  border: 2px solid #1B213F;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

input {
  font-family: "Proxima Nova", sans-serif;
  box-sizing: border-box;
}

.input {
  position: relative;
  height: 52px;
}
.input input, .input select {
  font-family: "Proxima Nova", sans-serif;
  border: 1px solid #E8E8E8;
  height: 100%;
  width: 100%;
  padding: 15px;
  color: #606061;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input select {
  padding-right: 50px;
}
.input--search {
  min-width: 250px;
}
.input--search:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url("../../img/icons/search.svg");
  top: 16px;
  right: 15px;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  opacity: 0.3;
  transform: scale(1);
}
.input--search.active:after {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.input--select label {
  display: block;
  position: relative;
}
.input--select label:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 22px;
  pointer-events: none;
  border: solid #1B213F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  margin-top: -5px;
  transform: rotate(45deg);
}
.input--cf7 {
  display: flex;
  max-width: 350px;
  position: relative;
}
.input--cf7 input[type=submit] {
  width: 52px;
  background-color: #D0102B;
  background-image: url("../../img/icons/airplane.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  text-indent: 100px;
  overflow: hidden;
  cursor: pointer;
  transition: background-color 0.3s ease, background-position 0.5s ease;
  flex-shrink: 0;
}
.input--cf7 input[type=submit]:hover {
  background-color: rgb(184.3214285714, 14.1785714286, 38.1049107143);
}
.input--cf7 .ajax-loader {
  position: absolute;
  right: 18px;
  top: 18px;
  background-image: none !important;
  border: 2px solid #FFF !important;
  border-right-color: transparent !important;
  border-radius: 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.input--cf7 .ajax-loader.is-active {
  animation: spin360 1s ease-in-out infinite forwards;
}
.input--cf7.loading input[type=submit] {
  background-position: -100% 100%;
  transition: none;
}
.input--cf7.active .wpcf7-form-control-wrap.your-organization {
  opacity: 1;
  visibility: visible;
}
.input--cf7 .wpcf7-form-control-wrap.your-organization {
  position: static;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.input--cf7 .wpcf7-form-control-wrap.your-organization input {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
}

div.wpcf7-validation-errors {
  display: none !important;
}

span.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok {
  position: absolute;
  left: 0;
  bottom: -25px;
}

span.wpcf7-not-valid-tip {
  color: #D0102B;
}

div.wpcf7-mail-sent-ok {
  border: none;
  color: #398f14;
  margin: 0;
  padding: 0;
}

@keyframes spin360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  -webkit-font-smoothing: antialiased;
}

@media print {
  .noprint {
    display: none !important;
  }
}
.object-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.list ul {
  padding-left: 24px;
  list-style: none;
}
.list li {
  position: relative;
  line-height: 1.65;
  margin: 8px 0;
}
.list li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 5px;
  border: 2px solid #1B213F;
  position: absolute;
  position: absolute;
  top: 8px;
  left: -24px;
}
.list--red li:after {
  border-color: #D0102B;
}

@media only screen and (max-width: 1050px) {
  body {
    margin-top: 60px;
  }
}
body.no-scroll {
  overflow: hidden;
}
body.open-menu {
  overflow: hidden;
}
body.open-sidebar-menu {
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  div#wpadminbar {
    overflow: hidden;
  }
}

.header_container, header#main_header div.navigation {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  max-width: 1500px;
}

header#main_header {
  width: 100%;
  z-index: 9;
  height: 120px;
  transition: background 0.4s ease, height 0.4s ease;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  /* If admin bar is present, avoid overlap*/
}
@media only screen and (max-width: 1050px) {
  header#main_header {
    height: 60px;
    background: #FFF;
    border-bottom: 1px solid #dadada;
  }
}
body.admin-bar header#main_header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header#main_header {
    top: 46px;
  }
}
header#main_header .icon-container {
  display: flex;
  gap: 24px;
  height: 100%;
  align-items: center;
}
header#main_header .switch-site {
  position: relative;
  display: flex;
}
header#main_header .switch-site a {
  position: relative;
  display: inline-block;
}
header#main_header .switch-site a:hover span {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
header#main_header .switch-site a img, header#main_header .switch-site a svg {
  max-height: 28px;
  max-width: 28px;
  height: 100%;
  width: auto;
  display: block;
}
header#main_header .switch-site a span {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 99px;
  font-family: "PT Sans", sans-serif;
  background: #FFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1050px) {
  header#main_header .switch-site a span {
    display: none;
  }
}
header#main_header .phone {
  width: 18px;
  height: 18px;
}
header#main_header .phone a {
  display: inline-block;
}
header#main_header .phone img {
  width: 18px;
  height: 18px;
  display: block;
}
@media only screen and (max-width: 1050px) {
  header#main_header .phone img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
header#main_header div.navigation {
  height: 120px;
  position: relative;
  transition: height 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1450px) {
  header#main_header div.navigation {
    gap: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header#main_header div.navigation {
    gap: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation {
    gap: 0;
  }
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation {
    height: 60px;
  }
}
header#main_header div.navigation.dark nav#main_nav ul li a {
  color: #606061;
}
header#main_header div.navigation.white a.logo img {
  display: none;
}
header#main_header div.navigation.white a.logo img.mk-white {
  display: block;
}
header#main_header div.navigation a.logo {
  display: inline-block;
  height: 40px;
  margin: 10px 20px 0 0;
  transition: margin 0.4s ease;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation a.logo {
    height: 30px;
    margin: 10px 10px 10px 0;
  }
}
header#main_header div.navigation a.logo img {
  height: 100%;
  width: auto;
}
header#main_header div.navigation a.logo img.mk-white {
  display: none;
}
header#main_header div.navigation nav#main_nav {
  display: flex;
  margin-left: auto;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    display: block;
  }
}
header#main_header div.navigation nav#main_nav.pull_menu_in_out {
  transform: translate3d(0, 0, 0) !important;
}
header#main_header div.navigation nav#main_nav ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul {
    display: block;
  }
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul#menu-main {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
}
header#main_header div.navigation nav#main_nav ul#menu-secondary {
  display: none;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul#menu-secondary {
    display: block;
  }
}
header#main_header div.navigation nav#main_nav ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 0 !important;
  transition: all 0.2s ease-in-out;
}
header#main_header div.navigation nav#main_nav ul li:not(:last-of-type) {
  margin-right: 50px;
}
@media only screen and (max-width: 1450px) {
  header#main_header div.navigation nav#main_nav ul li:not(:last-of-type) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header#main_header div.navigation nav#main_nav ul li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul li:not(:last-of-type) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul li {
    margin-right: 0;
  }
  header#main_header div.navigation nav#main_nav ul li:last-of-type {
    margin-right: 50px;
  }
}
header#main_header div.navigation nav#main_nav ul li.menu-item-has-children {
  cursor: pointer;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul li {
    display: block;
    margin: 0;
    height: auto;
    background: #FFF;
    border-bottom: 1px solid #dadada;
    z-index: 2;
  }
  header#main_header div.navigation nav#main_nav ul li:last-child {
    border-bottom: none;
  }
}
header#main_header div.navigation nav#main_nav ul li a {
  text-decoration: none;
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 600;
  opacity: 1;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul li a {
    transition: none;
    line-height: 60px;
    text-align: left;
    text-indent: 20px;
    color: #606061;
  }
}
header#main_header div.navigation nav#main_nav ul li a:hover {
  color: #D0102B;
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu {
  position: absolute;
  background: #FFF;
  top: calc(100% + 48px);
  width: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%) translateY(-2em);
  left: 50%;
  border-radius: 5px;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
  pointer-events: none;
  flex-direction: column;
  align-items: flex-start;
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu:hover {
  pointer-events: all;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul li ul.sub-menu {
    width: 100%;
    top: auto;
    border-radius: 0;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0%);
    left: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;
  }
  header#main_header div.navigation nav#main_nav ul li ul.sub-menu:before, header#main_header div.navigation nav#main_nav ul li ul.sub-menu:after {
    display: none !important;
  }
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu:before {
  height: 48px;
  bottom: 100%;
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu:after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu li {
  width: 100%;
  display: block !important;
  float: none !important;
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul li ul.sub-menu li {
    padding-left: 35px;
    transition: 250ms ease-in-out;
    transform: translate3d(-100%, 0, 0) !important;
  }
  header#main_header div.navigation nav#main_nav ul li ul.sub-menu li:not(:last-child) {
    margin-bottom: 0;
  }
  header#main_header div.navigation nav#main_nav ul li ul.sub-menu li:first-child {
    border-top: 1px solid #dadada;
  }
  header#main_header div.navigation nav#main_nav ul li ul.sub-menu li:last-child {
    border-bottom: 1px solid #dadada;
  }
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu li.slide-in {
  transform: translate3d(0, 0, 0) !important;
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu li a {
  color: #606061;
  padding: 10px 0 !important;
  line-height: 15px;
  text-align: left;
  position: relative;
  text-transform: inherit;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul li ul.sub-menu li a {
    letter-spacing: inherit;
    padding: 0 !important;
    line-height: 60px;
    text-indent: 0;
  }
}
header#main_header div.navigation nav#main_nav ul li ul.sub-menu li a:hover {
  color: #D0102B;
}
header#main_header div.navigation nav#main_nav ul li.wpml-ls-item ul.sub-menu {
  width: auto;
}
header#main_header div.navigation nav#main_nav ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateX(-50%) translateY(0%);
  transition-delay: 0s, 0s, 0.2s;
  pointer-events: all;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav ul li:hover ul.sub-menu {
    transform: translateX(0) translateY(0%);
  }
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation nav#main_nav {
    position: fixed;
    max-width: 500px;
    float: none;
    width: 100%;
    top: 60px;
    height: calc(100% - 60px);
    left: 0;
    margin: 0;
    transition: 400ms ease-in-out;
    transform: translate3d(-100%, 0, 0);
    background: #FFF;
  }
  body.admin-bar header#main_header div.navigation nav#main_nav {
    top: calc(60px + 32px);
    height: calc(100% - 112px);
  }
}
@media only screen and (max-width: 1050px) and (max-width: 782px) {
  body.admin-bar header#main_header div.navigation nav#main_nav {
    top: calc(60px + 46px);
    height: calc(100% - 126px);
  }
}
header#main_header div.navigation div.pull_menu {
  display: none;
}
@media only screen and (max-width: 1050px) {
  header#main_header div.navigation div.pull_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
header#main_header.scrolled {
  background: #FFF;
  height: 80px;
  border-bottom: 1px solid #dadada;
}
header#main_header.scrolled div.navigation {
  height: 80px;
}
header#main_header.scrolled div.navigation .phone, header#main_header.scrolled div.navigation .switch-site {
  transition: all 0.4s ease;
}
header#main_header.scrolled div.navigation a.logo {
  margin: 15px 20px 0 0;
}
header#main_header.scrolled div.navigation a.logo img {
  display: block;
}
header#main_header.scrolled div.navigation a.logo img.mk-white {
  display: none;
}
header#main_header.scrolled div.navigation nav#main_nav ul li a {
  color: #606061;
}
header#main_header.scrolled div.navigation nav#main_nav ul li a:hover {
  color: #D0102B;
}
header#main_header .menu-item-has-children {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  header#main_header .menu-item-has-children a {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1050px) {
  header#main_header .menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    border: solid #1B213F;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    margin-top: -6px;
    transform: rotate(45deg);
  }
}

#english-flag {
  margin-left: 50px;
}
@media only screen and (max-width: 1450px) {
  #english-flag {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  #english-flag {
    margin-left: 20px;
  }
}
#english-flag.with-phone {
  margin-left: 100px;
}

header#main_header div.nav_wrapper.pull_menu_in_out {
  transform: translate3d(0, 0, 0) !important;
}
header#main_header div.pull_menu {
  display: none;
  width: 35px;
  top: 50%;
  right: 0;
  color: #4B4C4C;
  z-index: 999999;
  cursor: pointer;
}
header#main_header div.pull_menu .pull_menu .line-1, header#main_header div.pull_menu .pull_menu .line-2, header#main_header div.pull_menu .pull_menu .line-3 {
  width: 60%;
  height: 4px;
  background: #000;
  margin: 0 auto;
  margin-top: 6px;
}
header#main_header div.pull_menu .pull_menu .line-1 {
  margin-top: 11px;
}
header#main_header div.pull_menu .pull_menu_icon {
  transform: translate3d(249px, 0, 0) !important;
}
header#main_header div.pull_menu .push_wrap {
  transform: translate3d(250px, 0, 0) !important;
}
header#main_header div.pull_menu .line-1, header#main_header div.pull_menu .line-2, header#main_header div.pull_menu .line-3 {
  position: relative;
  width: 90%;
  margin-left: 5%;
  top: 0;
  opacity: 1;
  height: 2px;
  background: #000;
  transform: rotate(0deg);
  transition: transform 300ms ease, top 300ms 200ms ease, opacity 300ms 200ms;
}
header#main_header div.pull_menu .line-2, header#main_header div.pull_menu .line-3 {
  margin-top: 5px;
}
header#main_header div.pull_menu .line-1-animate {
  transform: rotate(45deg);
  position: relative;
  top: 8px;
  transition: transform 300ms 300ms ease, top 300ms ease;
}
header#main_header div.pull_menu .line-2-remove {
  opacity: 0;
  transition: opacity 300 300ms ease;
}
header#main_header div.pull_menu .line-3-animate {
  transform: rotate(-45deg);
  top: -6px;
  transition: transform 300ms 300ms ease, top 300ms ease;
}

.mtt-title {
  max-width: 500px;
}
.mtt-title h1, .mtt-title h2, .mtt-title h3, .mtt-title h4, .mtt-title h5, .mtt-title h6 {
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 580px) {
  .mtt-title h1, .mtt-title h2, .mtt-title h3, .mtt-title h4, .mtt-title h5, .mtt-title h6 {
    letter-spacing: -1px;
  }
}
.mtt-title h1 span, .mtt-title h2 span, .mtt-title h3 span, .mtt-title h4 span, .mtt-title h5 span, .mtt-title h6 span {
  color: #D0102B;
}
.mtt-title--white {
  color: #FFF;
}
.mtt-title--dark {
  color: #1B213F;
}
.mtt-title__tagline {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.mtt-title__tagline span {
  color: #D0102B;
}
.mtt-title__text {
  border-left: 2px solid #D0102B;
  padding: 10px 0 10px 20px;
  margin-top: 25px;
  line-height: 1.875;
}
.mtt-title__text p {
  margin: 10px 0;
  padding: 0;
  color: currentColor;
}
.mtt-title__text p:first-of-type {
  margin-top: 0;
}
.mtt-title__text p:last-of-type {
  margin-bottom: 0;
}
.mtt-title__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  .mtt-title__subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-title__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-title__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 40px;
}
.mtt-title__buttons .button, .mtt-title__buttons .mtt-text-section .wpcf7-submit, .mtt-text-section .mtt-title__buttons .wpcf7-submit, .mtt-title__buttons .mtt-contact-modal .modal-button input, .mtt-contact-modal .modal-button .mtt-title__buttons input {
  margin: 10px;
}

footer#main_footer {
  background: #1F1F21;
  color: #D2D2D2;
}
footer#main_footer div.footer_content {
  padding: 100px 0px 30px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  footer#main_footer div.footer_content {
    padding: 60px 0px 30px;
  }
}
footer#main_footer div.footer_content .top-footer {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1150px) {
  footer#main_footer div.footer_content .top-footer {
    flex-direction: column;
  }
}
footer#main_footer div.footer_content .top-footer div.description {
  max-width: 400px;
  width: 100%;
}
footer#main_footer div.footer_content .top-footer div.description p {
  margin-top: 25px;
  color: #D2D2D2;
}
footer#main_footer div.footer_content .top-footer div.description img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 760px) {
  footer#main_footer div.footer_content .top-footer div.description img {
    height: 100%;
  }
}
footer#main_footer div.footer_content .top-footer div.description .logo {
  width: 220px;
  display: block;
}
footer#main_footer div.footer_content .top-footer div.description .logo.smaller {
  width: 120px;
}
footer#main_footer div.footer_content .top-footer .link-container {
  list-style: none;
}
footer#main_footer div.footer_content .top-footer ul#menu-footer,
footer#main_footer div.footer_content .top-footer ul#menu-footer-english,
footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer {
  font-size: 0;
  box-sizing: border-box;
  display: flex;
  margin: 0 -40px;
  list-style: none;
}
@media only screen and (max-width: 1150px) {
  footer#main_footer div.footer_content .top-footer ul#menu-footer,
  footer#main_footer div.footer_content .top-footer ul#menu-footer-english,
  footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer {
    justify-content: space-between;
    margin: -20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  footer#main_footer div.footer_content .top-footer ul#menu-footer,
  footer#main_footer div.footer_content .top-footer ul#menu-footer-english,
  footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 450px) {
  footer#main_footer div.footer_content .top-footer ul#menu-footer,
  footer#main_footer div.footer_content .top-footer ul#menu-footer-english,
  footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer {
    flex-direction: column;
    margin: 0;
  }
}
footer#main_footer div.footer_content .top-footer ul#menu-footer > li > a,
footer#main_footer div.footer_content .top-footer ul#menu-footer-english > li > a,
footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer > li > a {
  color: #FFF;
  font-weight: 700;
  cursor: default;
  margin-bottom: 15px;
  display: block;
}
footer#main_footer div.footer_content .top-footer ul#menu-footer li,
footer#main_footer div.footer_content .top-footer ul#menu-footer-english li,
footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer li {
  padding: 40px;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width: 1300px) {
  footer#main_footer div.footer_content .top-footer ul#menu-footer li,
  footer#main_footer div.footer_content .top-footer ul#menu-footer-english li,
  footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer li {
    padding: 20px;
  }
}
@media only screen and (max-width: 450px) {
  footer#main_footer div.footer_content .top-footer ul#menu-footer li,
  footer#main_footer div.footer_content .top-footer ul#menu-footer-english li,
  footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer li {
    padding: 10px 0;
  }
}
footer#main_footer div.footer_content .top-footer ul#menu-footer li .title,
footer#main_footer div.footer_content .top-footer ul#menu-footer-english li .title,
footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer li .title {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  white-space: nowrap;
  cursor: default;
}
footer#main_footer div.footer_content .top-footer ul#menu-footer li ul li,
footer#main_footer div.footer_content .top-footer ul#menu-footer-english li ul li,
footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer li ul li {
  display: block;
  width: 100%;
  margin: 7px 0px;
  padding: 0px;
}
footer#main_footer div.footer_content .top-footer ul#menu-footer li ul li span,
footer#main_footer div.footer_content .top-footer ul#menu-footer-english li ul li span,
footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer li ul li span {
  white-space: nowrap;
}
footer#main_footer div.footer_content .top-footer ul#menu-footer li ul li a,
footer#main_footer div.footer_content .top-footer ul#menu-footer-english li ul li a,
footer#main_footer div.footer_content .top-footer ul#menu-menneske-kenderen-footer li ul li a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}
footer#main_footer div.footer_content .bottom-footer {
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer#main_footer div.footer_content .bottom-footer .small-des {
  margin-right: 50px;
}
@media only screen and (max-width: 850px) {
  footer#main_footer div.footer_content .bottom-footer .small-des {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
footer#main_footer div.footer_content .bottom-footer .small-des p {
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.8;
}
footer#main_footer div.footer_content .bottom-footer .social-media {
  display: flex;
  margin: -5px;
}
footer#main_footer div.footer_content .bottom-footer .social-media a {
  display: block;
  margin: 5px;
  width: 100%;
}
footer#main_footer div.footer_content .bottom-footer .social-media a img {
  max-height: 24px;
  max-width: 24px;
  height: 100%;
  width: 100%;
  display: block;
}

.footer-cta {
  background: #1F1F21;
  color: #FFF;
  overflow: hidden;
}
.footer-cta .page_container {
  display: flex;
}
@media only screen and (max-width: 850px) {
  .footer-cta .page_container {
    flex-direction: column-reverse;
  }
}
.footer-cta__form-wrap {
  position: relative;
  z-index: 3;
  flex-grow: 1;
  display: flex;
  margin-right: 60px;
  justify-content: space-between;
  padding: 70px 0;
}
@media only screen and (max-width: 1200px) {
  .footer-cta__form-wrap {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .footer-cta__form-wrap {
    padding: 60px 0 0;
    margin-right: 0;
  }
}
.footer-cta__form {
  margin-right: 60px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1200px) {
  .footer-cta__form {
    margin-right: 0;
  }
}
.footer-cta__form h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .footer-cta__form h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-cta__form h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.footer-cta__text {
  max-width: 450px;
  color: #D2D2D2;
}
@media only screen and (max-width: 1200px) {
  .footer-cta__text {
    max-width: 100%;
    margin-top: 30px;
  }
}
.footer-cta__text p {
  line-height: 1.6;
  margin-top: 38px;
}
.footer-cta__pattern {
  height: 22px;
  position: absolute;
  position: relative;
  margin-top: 10px;
}
.footer-cta__pattern svg {
  width: 100%;
  height: 100%;
  background-image: url("../../img/patterns/symbols-white.svg");
  background-size: 60px 18px;
}
.footer-cta__pattern svg {
  opacity: 0.7;
}
.footer-cta__email {
  margin-top: 30px;
  position: relative;
}
.footer-cta__red-box {
  background: #D0102B;
  padding: 60px 0 60px 100px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .footer-cta__red-box {
    padding: 60px 0;
  }
  .footer-cta__red-box > div {
    width: 100%;
  }
}
.footer-cta__red-box:after {
  content: "";
  background: #D0102B;
  position: absolute;
  top: 0;
  right: -190%;
  width: 200%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 850px) {
  .footer-cta__red-box:after {
    right: -50%;
  }
}
.footer-cta__red-box a {
  color: currentColor;
}
.footer-cta__red-box__title {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 1280px) {
  .footer-cta__red-box__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-cta__red-box__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.footer-cta__red-box__phone {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 800;
  letter-spacing: -0.1rem;
  margin: 20px 0;
}
@media screen and (max-width: 1280px) {
  .footer-cta__red-box__phone {
    font-size: 46px;
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-cta__red-box__phone {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 360px) {
  .footer-cta__red-box__phone {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.footer-cta__red-box__mail {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 1280px) {
  .footer-cta__red-box__mail {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .footer-cta__red-box__mail {
    font-size: 16px;
    font-size: 1rem;
  }
}

div.fourofour {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../img/404-background.jpg");
  position: relative;
  padding: 30vh 0;
}
@media only screen and (max-width: 1050px) {
  div.fourofour {
    padding: 15vh 0;
  }
}

.status {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.status--available {
  background: #2ECC71;
}
.status--few_available {
  background: #FFBF00;
}
.status--not_available {
  background: #E74C3C;
}

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: #FFF;
}
@media only screen and (max-width: 980px) {
  body.close-video div.video-modal {
    animation: closeVideo980 0.5s forwards;
  }
}
@media only screen and (max-width: mobilepx) {
  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: #000;
  border-radius: 5px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  z-index: 12;
  transition: all 0.2s;
  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 only screen and (max-width: mobilepx) {
  div.video-modal {
    height: 300px;
  }
}
div.video-modal .video-modal-content {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  background: #000;
}
div.video-modal .video-modal-content iframe {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
div.video-modal .video-modal-content video {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.mtt-ticket {
  max-width: 750px;
  margin-left: 60px;
  filter: drop-shadow(0 5px 30px rgba(0, 0, 0, 0.4));
}
.mtt-ticket .course-card__barcode {
  max-width: 100%;
  height: 41px;
}
.mtt-ticket__top, .mtt-ticket__bottom {
  padding: 60px;
  display: flex;
  align-items: center;
}
.mtt-ticket__top {
  position: relative;
  background: #1F1F21;
  background: linear-gradient(135deg, transparent 20px, #1F1F21 0) top left, linear-gradient(225deg, transparent 20px, #1F1F21 0) top right, linear-gradient(315deg, transparent 20px, #1F1F21 0) bottom right, linear-gradient(45deg, transparent 20px, #1F1F21 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 0, #1F1F21 0), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 0, #1F1F21 0), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 19px, #1F1F21 20px), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 19px, #1F1F21 20px);
  color: #FFF;
}
.mtt-ticket__top:before, .mtt-ticket__top:after {
  content: "";
  z-index: -1;
  background: #1F1F21;
  position: absolute;
}
.mtt-ticket__top:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translate(0, -5px);
}
.mtt-ticket__top:after {
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  transform: translate(-5px, 0);
}
.mtt-ticket__bottom {
  position: relative;
  background: #FFF;
  background: linear-gradient(135deg, transparent 20px, #FFF 0) top left, linear-gradient(225deg, transparent 20px, #FFF 0) top right, linear-gradient(315deg, transparent 20px, #FFF 0) bottom right, linear-gradient(45deg, transparent 20px, #FFF 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 19px, #FFF 20px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 19px, #FFF 20px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 0, #FFF 0), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 0, #FFF 0);
}
.mtt-ticket__bottom:before, .mtt-ticket__bottom:after {
  content: "";
  z-index: -1;
  background: #FFF;
  position: absolute;
}
.mtt-ticket__bottom:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  transform: translate(0, -5px);
}
.mtt-ticket__bottom:after {
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  transform: translate(-5px, 0);
}
.mtt-ticket__title {
  font-size: 30px;
  font-size: 1.875rem;
  width: 45%;
  font-weight: 700;
  letter-spacing: -0.075rem;
  margin-right: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 1280px) {
  .mtt-ticket__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-ticket__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.mtt-ticket__text-wrap {
  width: 60%;
  margin-right: 60px;
}
.mtt-ticket__button-wrap {
  width: 40%;
}
.mtt-ticket__button-wrap .button, .mtt-ticket__button-wrap .mtt-text-section .wpcf7-submit, .mtt-text-section .mtt-ticket__button-wrap .wpcf7-submit, .mtt-ticket__button-wrap .mtt-contact-modal .modal-button input, .mtt-contact-modal .modal-button .mtt-ticket__button-wrap input {
  width: 100%;
  text-align: center;
}
.mtt-ticket__title2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.075rem;
}
@media screen and (max-width: 1280px) {
  .mtt-ticket__title2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-ticket__title2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-ticket__tagline {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8D909F;
  margin-bottom: 5px;
}
.mtt-ticket__text {
  color: #606061;
  line-height: 1.85;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E8E8E8;
}
.mtt-ticket__select-title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1280px) {
  .mtt-ticket--default .mtt-ticket__top,
  .mtt-ticket--default .mtt-ticket__bottom {
    padding: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-ticket--default .mtt-ticket__title,
  .mtt-ticket--default .mtt-ticket__text-wrap,
  .mtt-ticket--default .mtt-ticket__button-wrap {
    width: 100%;
  }
  .mtt-ticket--default .mtt-ticket__top,
  .mtt-ticket--default .mtt-ticket__bottom {
    display: block;
  }
  .mtt-ticket--default .mtt-ticket__select-title {
    margin-bottom: 15px;
  }
}
.mtt-ticket--horizontal {
  display: flex;
  max-width: 100%;
  margin-left: 0;
  width: 100%;
  bottom: -100px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .mtt-ticket--horizontal {
    bottom: -80px;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-ticket--horizontal {
    bottom: -50px;
    display: block;
  }
}
.mtt-ticket--horizontal .mtt-ticket__top,
.mtt-ticket--horizontal .mtt-ticket__bottom {
  padding: 30px 60px;
}
@media only screen and (max-width: 1180px) {
  .mtt-ticket--horizontal .mtt-ticket__top,
  .mtt-ticket--horizontal .mtt-ticket__bottom {
    padding: 30px;
  }
}
@media (min-width: 700px) {
  .mtt-ticket--horizontal .mtt-ticket__top {
    position: relative;
    background: #1F1F21;
    background: linear-gradient(135deg, transparent 20px, #1F1F21 0) top left, linear-gradient(225deg, transparent 20px, #1F1F21 0) top right, linear-gradient(315deg, transparent 20px, #1F1F21 0) bottom right, linear-gradient(45deg, transparent 20px, #1F1F21 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 0, #1F1F21 0), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 19px, #1F1F21 20px), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 19px, #1F1F21 20px), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 0, #1F1F21 0);
    color: #FFF;
  }
  .mtt-ticket--horizontal .mtt-ticket__top:before, .mtt-ticket--horizontal .mtt-ticket__top:after {
    content: "";
    z-index: -1;
    background: #1F1F21;
    position: absolute;
  }
  .mtt-ticket--horizontal .mtt-ticket__top:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    transform: translate(0, -5px);
  }
  .mtt-ticket--horizontal .mtt-ticket__top:after {
    top: 0;
    left: 50%;
    width: 10px;
    height: 100%;
    transform: translate(-5px, 0);
  }
}
@media only screen and (max-width: 1180px) {
  .mtt-ticket--horizontal .mtt-ticket__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .mtt-ticket--horizontal .mtt-ticket__bottom {
    position: relative;
    background: #FFF;
    background: linear-gradient(135deg, transparent 20px, #FFF 0) top left, linear-gradient(225deg, transparent 20px, #FFF 0) top right, linear-gradient(315deg, transparent 20px, #FFF 0) bottom right, linear-gradient(45deg, transparent 20px, #FFF 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, rgba(204, 0, 0, 0) 19px, #FFF 20px), radial-gradient(circle at 100% 0, rgba(204, 0, 0, 0) 0, #FFF 0), radial-gradient(circle at 100% 100%, rgba(204, 0, 0, 0) 0, #FFF 0), radial-gradient(circle at 0 100%, rgba(204, 0, 0, 0) 19px, #FFF 20px);
  }
  .mtt-ticket--horizontal .mtt-ticket__bottom:before, .mtt-ticket--horizontal .mtt-ticket__bottom:after {
    content: "";
    z-index: -1;
    background: #FFF;
    position: absolute;
  }
  .mtt-ticket--horizontal .mtt-ticket__bottom:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    transform: translate(0, -5px);
  }
  .mtt-ticket--horizontal .mtt-ticket__bottom:after {
    top: 0;
    left: 50%;
    width: 10px;
    height: 100%;
    transform: translate(-5px, 0);
  }
}
@media only screen and (max-width: 850px) {
  .mtt-ticket--horizontal .mtt-ticket__bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.mtt-ticket--horizontal .mtt-ticket__text-wrap,
.mtt-ticket--horizontal .mtt-ticket__button-wrap {
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .mtt-ticket--horizontal .mtt-ticket__title {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-ticket--horizontal .mtt-ticket__title {
    margin-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-ticket--horizontal .mtt-ticket__select {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (min-width: 851px) {
  .sidebar-nav-wrap {
    height: 100vh;
    background: #FFF;
    flex-shrink: 0;
    position: relative;
  }
  .sidebar-nav-wrap.archive {
    height: auto;
    min-height: 100vh;
  }
  .sidebar-nav-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #FFF;
    z-index: 1;
  }
}

@media screen and (min-width: 851px) {
  .sidebar-nav-scroll {
    overflow: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1161px) {
  .sidebar-nav-scroll {
    margin-top: 120px;
    height: calc(100% - 120px);
  }
}

.sidebar-nav {
  position: relative;
  width: 450px;
  background: #FFF;
  padding: 0 60px 60px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1160px) {
  .sidebar-nav {
    padding: 120px 30px 30px 0;
    width: 330px;
  }
}
@media only screen and (max-width: 1050px) {
  .sidebar-nav {
    padding: 30px 30px 30px 0;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 850px) {
  .sidebar-nav {
    padding: 30px;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 500px;
    z-index: 5;
    transform: translate(-100%, 0);
    transition: transform 0.4s ease;
  }
}
.sidebar-nav.open {
  transform: translate(0, 0);
}
@media only screen and (max-width: 850px) {
  .sidebar-nav.open {
    overflow-y: scroll;
  }
}
.sidebar-nav__content {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1160px) {
  .sidebar-nav__content {
    top: 120px;
  }
}
@media only screen and (max-width: 850px) {
  .sidebar-nav__content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .sidebar-nav__content {
    margin-bottom: 100px;
  }
}
.sidebar-nav__section {
  position: relative;
  z-index: 2;
}
.sidebar-nav__section.active .sidebar-nav__title:after {
  transform: rotate(45deg);
  top: 13px;
}
.sidebar-nav__section.active .sidebar-nav__list {
  height: auto;
}
.sidebar-nav__section.active .sidebar-nav__list li {
  padding: 10px 0;
}
.sidebar-nav__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin: 50px 0 20px;
  letter-spacing: -0.1rem;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 1280px) {
  .sidebar-nav__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 580px) {
  .sidebar-nav__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.sidebar-nav__title:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 4px;
  border: solid #1B213F;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 8px;
  margin-top: -8px;
  transform: rotate(-45deg);
  transition: top 0.2s ease, transform 0.3s ease;
}
.sidebar-nav__list {
  list-style: none;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
.sidebar-nav__list li {
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0;
  transition: padding 0.4s ease;
}
.sidebar-nav__list li a {
  display: block;
  padding: 10px 0;
}
.sidebar-nav__list li a[nav-link] {
  color: #1B213F;
}
.sidebar-nav__list li a[nav-link]:hover {
  color: #D0102B;
}
.sidebar-nav__list li a[data-download] {
  display: none;
  color: #8D909F;
  position: relative;
  padding-right: 20px;
}
.sidebar-nav__list li a[data-download]:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 4px;
  border: solid #1B213F;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  margin-top: -4px;
  transform: rotate(-45deg);
  transition: right 0.2s ease;
}
.sidebar-nav__list li a[data-download]:hover {
  color: #1B213F;
}
.sidebar-nav__list li a[data-download]:hover:after {
  right: 2px;
}
.sidebar-nav__list li.active a[nav-link] {
  font-weight: 700;
}
.sidebar-nav__list li.active a[data-download] {
  display: block;
}
.sidebar-nav__search {
  position: relative;
}
.sidebar-nav__search:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -11px);
  width: 22px;
  height: 22px;
  background: url("../../img/icons/search.svg");
  z-index: 1;
  opacity: 0.5;
}
.sidebar-nav__search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #E8E8E8;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 15px 30px 15px 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .sidebar-nav__search input {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .sidebar-nav__search input {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sidebar-nav #sidebar-close {
  width: 40px;
  height: 40px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  display: none;
}
@media only screen and (max-width: 850px) {
  .sidebar-nav #sidebar-close {
    display: block;
  }
}
.sidebar-nav #sidebar-close:hover {
  transform: scale(1.05);
}
.sidebar-nav #sidebar-close:before, .sidebar-nav #sidebar-close:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #1B213F;
}
.sidebar-nav #sidebar-close:before {
  transform: rotate(45deg);
}
.sidebar-nav #sidebar-close:after {
  transform: rotate(-45deg);
}

div.single-wrapper {
  position: relative;
  overflow: hidden;
  background: #FFF;
}
div.single-wrapper div.single-content-wrapper {
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (max-width: 850px) {
  div.single-wrapper div.single-content-wrapper {
    padding-bottom: 60px;
  }
}
div.single-wrapper div.single-content-wrapper div.single-content {
  max-width: 1320px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 3;
}
div.single-wrapper div.single-content-wrapper div.single-content--podcast {
  max-width: 1130px;
}
div.single-wrapper div.single-content-wrapper div.single-content.no-thumb {
  margin-top: 0;
}
@media screen and (max-width: 580px) {
  div.single-wrapper div.single-content-wrapper div.single-content {
    padding: 30px 0;
  }
}
div.single-wrapper div.single-content-wrapper div.single-content div.single-text {
  position: relative;
}
div.single-wrapper div.single-content-wrapper div.single-content div.single-text p, div.single-wrapper div.single-content-wrapper div.single-content div.single-text ul, div.single-wrapper div.single-content-wrapper div.single-content div.single-text table, div.single-wrapper div.single-content-wrapper div.single-content div.single-text figure {
  max-width: 800px;
  margin: 0 auto 32px;
}
div.single-wrapper div.single-content-wrapper div.single-content div.single-text figure {
  margin: 60px auto;
}
div.single-wrapper div.single-content-wrapper div.single-content div.single-text p, div.single-wrapper div.single-content-wrapper div.single-content div.single-text figure {
  line-height: 1.6;
}
div.single-wrapper div.single-content-wrapper div.single-content div.single-text p em, div.single-wrapper div.single-content-wrapper div.single-content div.single-text figure em {
  color: #8D909F;
}

.single-content__cols {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (max-width: 1280px) {
  .single-content__cols {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .single-content__cols {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .single-content__cols {
    -moz-column-count: 1;
         column-count: 1;
  }
  .single-content__cols > *:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.single-content__cols a {
  color: #D0102B;
}
.single-content__flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .single-content__flex {
    display: block;
  }
}
.single-content__flex > * {
  width: 48%;
}
@media only screen and (max-width: 850px) {
  .single-content__flex > * {
    width: 100%;
  }
}
.single-content__flex .podcast-links {
  height: 100%;
}
@media only screen and (max-width: 850px) {
  .single-content__flex .podcast-links {
    margin-top: 24px;
  }
}
.single-content__flex a {
  color: #D0102B;
}
.single-content__text > *:not(:last-child) {
  margin-bottom: 1rem;
}

.all-blog-posts {
  padding: 50px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.all-blog-posts:after {
  content: "";
  width: 31%;
}
.all-blog-posts .blog-post {
  width: 31%;
  height: auto;
  transition: all 0.2s;
  margin-bottom: 40px;
  margin-right: 3%;
}
.all-blog-posts .blog-post:nth-child(3n) {
  margin-right: 0px;
}
@media only screen and (max-width: 1000px) {
  .all-blog-posts .blog-post {
    width: 49%;
    margin-right: 2%;
  }
  .all-blog-posts .blog-post:nth-child(2n) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: mobilepx) {
  .all-blog-posts .blog-post {
    width: 100%;
    margin-right: 0px;
  }
}
.all-blog-posts .blog-post:hover {
  opacity: 0.8;
}
.all-blog-posts .blog-post img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 5px;
}
.all-blog-posts .blog-post h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1B213F;
}
.all-blog-posts .blog-post span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  color: #ACACAC;
}
.all-blog-posts .blog-post p {
  line-height: 1.6;
}

.related-posts {
  margin: 120px 0px;
}
@media only screen and (max-width: tabletlandscapepx) {
  .related-posts {
    margin: 80px 0px 120px;
  }
}
@media only screen and (max-width: mobilepx) {
  .related-posts {
    margin: 50px 0px 120px;
  }
}
.related-posts .title {
  width: 100%;
  margin-bottom: 80px;
}
.related-posts .title p {
  font-size: 25px;
  letter-spacing: -0.2px;
  color: #1B213F;
  margin-bottom: 20px;
  width: 100%;
}
.related-posts .title .line {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.related-posts .title .line .filled {
  background: #D2D2D2;
  width: 10%;
  height: 1px;
}
.related-posts .title .line .outline {
  width: 90%;
  height: 1px;
  background: #F1F1F1;
}

.mtt-single-podcast {
  margin: 40px 0;
}
.mtt-single-podcast iframe {
  display: block;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

.single-podcast .single-content__cols,
.single-podcast .single-content__flex {
  margin-top: 60px;
}
@media only screen and (max-width: 700px) {
  .single-podcast .single-content__cols,
  .single-podcast .single-content__flex {
    margin-top: 40px;
  }
}
.single-podcast__links-grid {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 700px) {
  .single-podcast__links-grid {
    margin-top: 40px;
    display: block;
  }
}
.single-podcast__links-grid > div {
  width: calc(50% - 30px);
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .single-podcast__links-grid > div {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 1000px) {
  .single-podcast__links-grid > div {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 700px) {
  .single-podcast__links-grid > div {
    width: 100%;
  }
}
.single-podcast__related .mtt-blog-card {
  margin: 0;
  width: 100%;
  max-width: 450px;
}
.single-podcast__related .mtt-blog-card a {
  padding: 48px 56px;
}
@media only screen and (max-width: 800px) {
  .single-podcast__related .mtt-blog-card a {
    padding: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .single-podcast__related .mtt-blog-card {
    max-width: 350px;
  }
}
@media only screen and (max-width: 900px) {
  .single-podcast__related .mtt-blog-card__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.single-podcast__related .mtt-blog-card p {
  line-height: 1.5;
}
@media only screen and (max-width: 700px) {
  .single-podcast__related ~ .podcast-links {
    margin-top: 24px;
  }
}

.podcast-links {
  background: #F1F1F1;
  padding: 48px 56px;
}
@media only screen and (max-width: 800px) {
  .podcast-links {
    padding: 32px;
  }
}
.podcast-links ul {
  padding-left: 1.1rem;
  line-height: 1.3;
}
.podcast-links ul li:not(:last-child) {
  margin-bottom: 8px;
}
.podcast-links a {
  color: #1B213F;
}
.podcast-links a:hover {
  color: #D0102B;
}

.filter-terms {
  display: flex;
  align-items: center;
}

.filter-term {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  color: #8D909F;
  font-size: 20px;
  font-size: 1.25rem;
  transition: color 0.2s ease;
}
@media screen and (max-width: 1280px) {
  .filter-term {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .filter-term {
    font-size: 16px;
    font-size: 1rem;
  }
}
.filter-term:hover:not(.filter-term--active) {
  color: #606061;
}
.filter-term--active {
  font-weight: 700;
  color: #1B213F;
}

.single-wrapper .single-cover-wrapper {
  margin-top: 5vh;
  padding-top: 100px;
}
@media screen and (max-width: 1160px) {
  .single-wrapper .single-cover-wrapper {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 850px) {
  .single-wrapper .single-cover-wrapper {
    padding-top: 30px;
  }
}
.single-wrapper .single-cover-wrapper .mtt-title {
  max-width: 800px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1160px) {
  .single-wrapper .single-cover-wrapper .mtt-title {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 850px) {
  .single-wrapper .single-cover-wrapper .mtt-title {
    margin-bottom: 50px;
  }
}
.single-wrapper .single-cover-wrapper .mtt-title.no-thumb {
  margin-bottom: 0;
}
.single-wrapper .single-cover-wrapper .mtt-title h1 {
  max-width: 600px;
}
.single-wrapper .single-cover-wrapper .mtt-title__text {
  padding: 0;
  border: none;
  color: #606061;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.66;
}
@media screen and (max-width: 1280px) {
  .single-wrapper .single-cover-wrapper .mtt-title__text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-cover-wrapper .mtt-title__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-wrapper .single-cover-wrapper .mtt-title__text a {
  color: #1B213F;
  font-weight: 600;
}
.single-wrapper .single-cover-wrapper .mtt-title__author {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1280px) {
  .single-wrapper .single-cover-wrapper .mtt-title__author {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-cover-wrapper .mtt-title__author {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.single-wrapper .single-cover-wrapper .mtt-title__teaser {
  color: #8D909F;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .single-wrapper .single-cover-wrapper .mtt-title__teaser {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-cover-wrapper .mtt-title__teaser {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.single-wrapper .single-cover-wrapper .image {
  max-width: 1150px;
  margin: 0 auto;
}
.single-wrapper .single-cover-wrapper .image img {
  display: block;
}
.single-wrapper div.single-featured-image {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.single-wrapper div.single-featured-image--video {
  cursor: pointer;
}
.single-wrapper div.single-featured-image img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.single-wrapper div.social-buttons-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.single-wrapper div.social-buttons-wrapper.show {
  opacity: 1;
  visibility: visible;
}
.single-wrapper div.social-buttons-wrapper.show div.social-buttons {
  transform: translate(0, 0);
}
.single-wrapper div.social-buttons-wrapper.show div.social-buttons div.social-icons a.social-icon:nth-of-type(1), .single-wrapper div.social-buttons-wrapper.show div.social-buttons div.social-icons a.social-icon:nth-of-type(2), .single-wrapper div.social-buttons-wrapper.show div.social-buttons div.social-icons a.social-icon:nth-of-type(3), .single-wrapper div.social-buttons-wrapper.show div.social-buttons div.social-icons a.social-icon:nth-of-type(4) {
  transform: translate(0, 0);
}
@media only screen and (max-width: 1200px) {
  .single-wrapper div.social-buttons-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }
}
.single-wrapper div.social-buttons-wrapper div.social-buttons {
  position: fixed;
  top: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(0, -20px);
  transition: transform 0.4s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .single-wrapper div.social-buttons-wrapper div.social-buttons {
    position: relative;
    flex-direction: row;
    right: auto;
    justify-content: space-between;
    align-items: center;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    margin: 0 auto 50px;
    max-width: 800px;
  }
}
@media screen and (max-width: 760px) {
  .single-wrapper div.social-buttons-wrapper div.social-buttons {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .single-wrapper div.social-buttons-wrapper div.social-buttons {
    margin-bottom: 30px;
    margin-top: -20px;
  }
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(0, -20px);
  transition: transform 0.4s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons {
    flex-direction: row;
    margin-top: 0;
    transform: translate(0, 0);
  }
  .single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a:not(:last-child) {
    margin-right: 15px;
  }
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
  transition: transform 0.4s ease-in-out;
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon:nth-of-type(1) {
  transform: translate(0, -10px);
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon:nth-of-type(2) {
  transform: translate(0, -20px);
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon:nth-of-type(3) {
  transform: translate(0, -30px);
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon:nth-of-type(4) {
  transform: translate(0, -40px);
}
@media only screen and (max-width: 1200px) {
  .single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon {
    margin-bottom: 0;
  }
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon:hover svg {
  fill: rgba(27, 33, 63, 0.7);
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon svg {
  width: 80%;
  max-height: 85%;
  fill: #1B213F;
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon.facebook svg {
  width: 100%;
  max-height: 90%;
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon.facebook:hover svg {
  fill: #3B5998;
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon.twitter:hover svg {
  fill: #1DA1F2;
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon.google-plus:hover svg {
  fill: #DB4437;
}
.single-wrapper div.social-buttons-wrapper div.social-buttons div.social-icons a.social-icon.linkedin:hover svg {
  fill: #007BB5;
}
.single-wrapper .single-text li, .single-wrapper .single-text p, .single-wrapper .single-text a:not(.button), .single-wrapper .single-text blockquote, .single-wrapper .single-text table {
  color: #606061;
  font-size: 1.333333rem;
  letter-spacing: -0.005em;
  line-height: 1.55;
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .single-wrapper .single-text li, .single-wrapper .single-text p, .single-wrapper .single-text a:not(.button), .single-wrapper .single-text blockquote, .single-wrapper .single-text table {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .single-wrapper .single-text li, .single-wrapper .single-text p, .single-wrapper .single-text a:not(.button), .single-wrapper .single-text blockquote, .single-wrapper .single-text table {
    font-size: 1.066667rem;
  }
}
.single-wrapper .single-text li span, .single-wrapper .single-text p span, .single-wrapper .single-text a:not(.button) span, .single-wrapper .single-text blockquote span, .single-wrapper .single-text table span {
  color: #606061;
}
.single-wrapper .single-text p, .single-wrapper .single-text blockquote, .single-wrapper .single-text a:not(.button), .single-wrapper .single-text table {
  margin-top: 2rem;
}
.single-wrapper .single-text h1, .single-wrapper .single-text h2, .single-wrapper .single-text h3, .single-wrapper .single-text h4, .single-wrapper .single-text h5, .single-wrapper .single-text h6 {
  color: #1B213F;
  font-weight: 600;
  line-height: 1.3;
  margin: 80px auto 16px;
  max-width: 800px;
}
@media only screen and (max-width: 1000px) {
  .single-wrapper .single-text h1, .single-wrapper .single-text h2, .single-wrapper .single-text h3, .single-wrapper .single-text h4, .single-wrapper .single-text h5, .single-wrapper .single-text h6 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-text h1, .single-wrapper .single-text h2, .single-wrapper .single-text h3, .single-wrapper .single-text h4, .single-wrapper .single-text h5, .single-wrapper .single-text h6 {
    margin-top: 30px;
  }
}
.single-wrapper .single-text h2 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 1280px) {
  .single-wrapper .single-text h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-text h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.single-wrapper .single-text h3 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 1280px) {
  .single-wrapper .single-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-text h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.single-wrapper .single-text h4 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .single-wrapper .single-text h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-text h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.single-wrapper .single-text h5 {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (max-width: 1280px) {
  .single-wrapper .single-text h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-text h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.single-wrapper .single-text h6 {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (max-width: 1280px) {
  .single-wrapper .single-text h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .single-wrapper .single-text h6 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.single-wrapper .single-text hr {
  max-width: 800px;
  margin: 80px auto;
  height: 1px;
  border: 0;
  border-top: 1px solid #F1F1F1;
}
@media only screen and (max-width: 1000px) {
  .single-wrapper .single-text hr {
    margin: 60px auto;
  }
}
.single-wrapper .single-text a:not(.button) {
  box-shadow: inset 0 -4px 0 rgba(208, 16, 43, 0.65);
  color: #1B213F;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: color 0.4s ease, box-shadow 0.3s ease-out;
  padding: 2px 3px;
  will-change: box-shadow, color;
}
.single-wrapper .single-text a:not(.button):hover {
  box-shadow: inset 0 -30px 0 rgba(208, 16, 43, 0.65);
}
.single-wrapper .single-text img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.single-wrapper .single-text img.aligncenter {
  margin: 0 auto;
  display: block;
}
.single-wrapper .single-text img.alignright {
  float: right;
  display: block;
  margin-left: 15px;
}
.single-wrapper .single-text img.alignleft {
  float: left;
  display: block;
  margin-right: 15px;
}
.single-wrapper .single-text ul, .single-wrapper .single-text ol {
  max-width: 800px;
  line-height: 1.6;
  margin: 2rem auto;
}
.single-wrapper .single-text ul li, .single-wrapper .single-text ol li {
  margin-bottom: 0.8rem;
}
.single-wrapper .single-text ul {
  list-style: disc;
}
.single-wrapper .single-text ul li {
  margin-left: 1.333333rem;
}
.single-wrapper .single-text ol {
  list-style: none;
  counter-reset: item;
}
.single-wrapper .single-text ol li {
  counter-increment: item;
  margin-left: 1.499999625rem;
  text-indent: -1.8rem;
}
.single-wrapper .single-text ol li:before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: 600;
  padding-right: 0.5em;
  text-align: right;
  width: 1em;
  color: #1B213F;
}
.single-wrapper .single-text blockquote {
  border-left: 4px solid #D0102B;
  font-style: italic;
  line-height: 1.6;
  padding: 1rem 2rem;
  max-width: 870px;
  margin: 0 auto 32px;
}
.single-wrapper .single-text blockquote p {
  font-size: inherit;
}
.single-wrapper .single-text blockquote p:first-of-type {
  margin: 0;
}
.single-wrapper .single-text blockquote p:first-of-type:first-letter {
  background: unset;
  color: inherit;
  float: unset;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: inherit;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.single-wrapper .single-text blockquote p:last-of-type {
  margin-bottom: 0 !important;
}
.single-wrapper .single-text table {
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.single-wrapper .single-text table td, .single-wrapper .single-text table th {
  padding: 8px;
}
.single-wrapper .single-text table tr:nth-child(even) {
  background-color: rgb(245.45, 245.45, 245.45);
}
.single-wrapper .single-text table tr:hover {
  background-color: rgb(240.35, 240.35, 240.35);
}
.single-wrapper .single-text table th {
  font-size: 1.2rem;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #D0102B;
  color: white;
}
.single-wrapper .single-text table th:nth-child(even) {
  background-color: rgb(184.3214285714, 14.1785714286, 38.1049107143);
}
.single-wrapper .single-text table td {
  font-size: 1.1rem;
}
.single-wrapper .single-text .event-information {
  background: #F8F8F8;
  padding: 100px 0;
  margin-top: 100px;
  position: relative;
}
.single-wrapper .single-text .event-information:before, .single-wrapper .single-text .event-information:after {
  content: "";
  background: #F8F8F8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.single-wrapper .single-text .event-information:before {
  left: -100%;
}
.single-wrapper .single-text .event-information:after {
  right: -100%;
}
.single-wrapper .single-text .event-information h2 {
  margin: 0 0 20px 0;
}
.single-wrapper .single-text .event-content {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.single-wrapper .single-text .event-content:last-of-type {
  margin-bottom: 0;
}
.single-wrapper .single-text .event-content:last-of-type ul {
  margin-bottom: 0;
}
.single-wrapper .single-text .event-content ul li {
  list-style: none;
  margin-bottom: 5px;
  margin-left: 0;
  color: #1B213F;
}
.single-wrapper .single-text .event-content ul li a {
  font-weight: 400;
}
.single-wrapper .single-text .event-content ul li span {
  color: #1B213F;
  font-weight: 600;
}

.tools-single {
  background: #E8E8E8;
  /*background: #525659;*/
}
.tools-single .page_container {
  display: flex;
}
.tools-single .button-wrap {
  margin-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 850px) {
  .tools-single .button-wrap {
    display: block;
  }
}
.tools-single .button-wrap-desktop {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 850px) {
  .tools-single .button-wrap-desktop {
    display: none;
  }
}
.tools-single .button-wrap-desktop button {
  margin: 0;
}
.tools-single .button-wrap-desktop .button:first-child, .tools-single .button-wrap-desktop .mtt-text-section .wpcf7-submit:first-child, .mtt-text-section .tools-single .button-wrap-desktop .wpcf7-submit:first-child, .tools-single .button-wrap-desktop .mtt-contact-modal .modal-button input:first-child, .mtt-contact-modal .modal-button .tools-single .button-wrap-desktop input:first-child {
  margin-right: 8px;
}
.tools-single .pdf-wrap {
  padding: 150px 0 0 40px;
  width: 100%;
  height: 100vh;
  display: block;
}
.tools-single .pdf-wrap.archive {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 100vh;
  height: auto;
  padding: 150px 0 50px 40px;
}
@media screen and (max-width: 1160px) {
  .tools-single .pdf-wrap.archive {
    padding: 120px 0 30px 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .tools-single .pdf-wrap.archive {
    padding: 30px 0 30px 30px;
  }
}
@media only screen and (max-width: 850px) {
  .tools-single .pdf-wrap.archive {
    padding: 50px 0;
  }
}
.tools-single .pdf-wrap.archive .archive-grid {
  display: flex;
  flex-wrap: wrap;
}
.tools-single .pdf-wrap.archive .tools-item {
  display: block;
  padding: 20px;
  margin: 5px;
  background: #FFF;
  flex-grow: 1;
  color: #1B213F;
}
.tools-single .pdf-wrap.archive .tools-item:hover {
  color: #D0102B;
}
@media screen and (max-width: 1160px) {
  .tools-single .pdf-wrap {
    padding: 30px 0 30px 30px;
  }
}
@media only screen and (max-width: 850px) {
  .tools-single .pdf-wrap {
    padding: 50px 0;
    display: block;
  }
}
.tools-single #pdf-viewer {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 90px);
}
@media only screen and (max-width: 850px) {
  .tools-single #pdf-viewer {
    height: 90%;
  }
}
.tools-single #pdf-viewer embed, .tools-single #pdf-viewer iframe {
  position: relative;
  height: 100% !important;
  width: 100%;
}

.press-download-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
@media only screen and (max-width: 850px) {
  .press-download-container {
    margin-bottom: 40px;
  }
}

.press-download {
  display: flex;
}
.press-download:hover .press-download__icon {
  background-color: rgb(219.25, 219.25, 219.25);
  transform: scale(1.02);
}
.press-download--red .press-download__icon {
  background-color: #D0102B;
}
.press-download--red:hover .press-download__icon {
  background-color: rgb(184.3214285714, 14.1785714286, 38.1049107143);
}
.press-download__icon {
  background-color: #E8E8E8;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-image: url("../../img/icons/download.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease-in-out, background-color 0.5s ease-in-out;
  flex-shrink: 0;
}
.press-download__title {
  color: #1B213F;
  padding-left: 15px;
}
.press-download__title--white {
  color: #FFF;
}
.press-download__title div {
  line-height: 1;
  padding: 3.5px 0;
}
.press-download__title div:first-of-type {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 360px) {
  .press-download__title div:first-of-type {
    letter-spacing: 0.5px;
  }
}
.press-download__title div:last-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8D909F;
}
.press-download__title.align-center {
  display: flex;
  align-items: center;
}

.podcast-modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #FFF;
  padding: 10px;
  padding-top: 40px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 30px);
  transition: all 0.4s ease-in-out;
  min-height: 208px;
  max-height: 300px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 560px) {
  .podcast-modal {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
}
.podcast-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  z-index: 20;
}
.podcast-modal.mini {
  max-height: 40px;
  min-height: 40px;
  padding: 40px 10px 0;
  transition-delay: 0s;
}
.podcast-modal.mini iframe {
  width: 60px;
  transition-delay: 0.3s;
}
.podcast-modal iframe {
  width: 504px;
  height: 208px;
  max-width: 100%;
  transition: width 0.4s ease 0s;
}
.podcast-modal__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  position: absolute;
  top: 10px;
  right: 10px;
}
.podcast-modal__close:after, .podcast-modal__close:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #1B213F;
}
.podcast-modal__close:before {
  transform: rotate(45deg);
}
.podcast-modal__close:after {
  transform: rotate(-45deg);
}
.podcast-modal__minimize {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 45px;
  cursor: pointer;
}
.podcast-modal__minimize:after {
  content: "";
  position: absolute;
  top: 9px;
  height: 3px;
  width: 100%;
  background: #1B213F;
}

.mtt-filter {
  display: flex;
}
.mtt-filter ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.mtt-filter ul li {
  margin-right: 20px;
  display: block;
  padding: 10px 0;
  font-weight: 700;
  color: #8D909F;
  transition: color 0.2s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 850px) {
  .mtt-filter ul li {
    margin-right: 15px;
  }
}
.mtt-filter ul li:hover {
  color: #606061;
}
.mtt-filter ul li[data-active] {
  color: #1B213F;
}
.mtt-filter ul li a {
  transition: color 0.2s ease;
  color: inherit;
}
.mtt-filter.archive {
  margin-bottom: 40px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1100px) {
  .mtt-filter.archive--podcasts {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.mtt-filter.archive--podcasts .input--search {
  max-width: 340px;
}
.mtt-filter.archive--podcasts .filter-terms {
  margin-right: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .mtt-filter.archive--podcasts .filter-terms {
    margin-right: 0;
    margin-top: 10px;
  }
}
.mtt-filter.archive .input--select {
  margin-right: 16px;
}
@media only screen and (max-width: 600px) {
  .mtt-filter.archive .input--select {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.pagination {
  margin-top: 60px;
}
@media only screen and (max-width: 850px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination ul {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.pagination ul li {
  padding-left: 0;
  display: inline-block;
}
.pagination ul li a {
  color: #707070;
  padding: 10px 20px;
  border: 1px solid #707070;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
}
@media only screen and (max-width: tabletpx) {
  .pagination ul li a {
    padding: 5px 12px;
    margin: 5px 3px;
  }
}
.pagination ul li a.active {
  color: #fff;
  background: #D0102B;
  border: 1px solid #D0102B;
}
.pagination ul li a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 20;
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.loader-wrapper.show {
  opacity: 1;
  visibility: visible;
}
.loader-wrapper.show .spinner {
  animation: spin360 1s ease-in-out infinite forwards;
}
.loader-wrapper .loader-container {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: transparent;
  text-align: center;
}
.loader-wrapper .loader-container .spinner {
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #D0102B;
  border-right-color: transparent;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  z-index: 3;
}

.mtt-link-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 33, 0.5);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  transition-delay: 0.15s;
}
.mtt-link-modal-wrapper.show {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.mtt-link-modal-wrapper.show .mtt-link-modal {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}

.mtt-link-modal {
  background: #FFF;
  padding: 60px 50px 40px;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0s;
  max-width: 100%;
  min-width: 480px;
  margin: 5%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 90%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 600px) {
  .mtt-link-modal {
    min-width: auto;
    padding: 30px 30px 10px;
  }
}
.mtt-link-modal__content {
  margin-top: 40px;
  border-top: 1px solid #E8E8E8;
}
.mtt-link-modal__close {
  padding: 20px 0 20px;
  margin-top: 20px;
  color: #8D909F;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.mtt-link-modal__close:after {
  content: "x";
}
.mtt-link-modal__close:hover {
  color: #1B213F;
}
.mtt-link-modal__list {
  list-style: none;
}
.mtt-link-modal__list li {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 0;
}
.mtt-link-modal__list li a {
  display: block;
  padding: 15px 0;
  padding-right: 30px;
  color: #606061;
  background-image: url("../../img/icons/arrow-right.svg");
  background-position: top 50% right 2px;
  background-size: 12px;
  background-repeat: no-repeat;
}
.mtt-link-modal__list li a:hover {
  color: #1B213F;
  background-position: top 50% right 0px;
}

[link-modal-hidden] {
  display: none;
  visibility: hidden;
}

.formatted-text ul {
  margin: 30px 0;
  color: #8D909F;
  list-style: none;
}
.formatted-text ul:first-of-type {
  margin-top: 0;
}
.formatted-text ul li {
  line-height: 1.45;
  margin: 5px 0;
  position: relative;
  padding-left: 16px;
}
.formatted-text ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  background: #D0102B;
  position: absolute;
  left: 0;
  top: 8px;
}
.formatted-text a {
  color: #D0102B;
}
.formatted-text a:hover {
  color: rgb(184.3214285714, 14.1785714286, 38.1049107143);
}

.mtt-contact-modal-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(31, 31, 33, 0.75);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mtt-contact-modal-wrap.show {
  opacity: 1;
  visibility: visible;
}
.mtt-contact-modal-wrap.show .mtt-contact-modal {
  transform: translate(0, 0);
}

.mtt-contact-modal {
  background: #FFF;
  width: 800px;
  max-height: 90%;
  padding: 100px;
  max-width: 90%;
  overflow: auto;
  transform: translate(0, 15px);
  transition: transform 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .mtt-contact-modal {
    padding: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .mtt-contact-modal {
    padding: 40px;
  }
}
.mtt-contact-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 580px) {
  .mtt-contact-modal__close {
    width: 30px;
    height: 30px;
  }
}
.mtt-contact-modal__close:before, .mtt-contact-modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 100%;
  background: #1B213F;
}
.mtt-contact-modal__close:before {
  transform: rotate(45deg);
}
.mtt-contact-modal__close:after {
  transform: rotate(-45deg);
}
.mtt-contact-modal form > p {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
@media only screen and (max-width: 500px) {
  .mtt-contact-modal form > p {
    margin: -10px 0;
  }
}
.mtt-contact-modal input, .mtt-contact-modal textarea {
  box-sizing: border-box;
}
.mtt-contact-modal input[readonly=readonly] {
  background: #F8F8F8;
}
.mtt-contact-modal label {
  width: calc(50% - 20px);
  display: block;
  margin: 10px;
}
@media only screen and (max-width: 500px) {
  .mtt-contact-modal label {
    width: 100%;
    margin: 10px 0;
  }
}
.mtt-contact-modal label:last-of-type {
  width: 100%;
}
.mtt-contact-modal label input[type=text], .mtt-contact-modal label input[type=date], .mtt-contact-modal label input[type=tel], .mtt-contact-modal label input[type=email] {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E8E8E8;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  font-size: 16px;
  font-size: 1rem;
}
.mtt-contact-modal label textarea {
  border: 1px solid #E8E8E8;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-size: 1rem;
  height: 8rem;
  resize: vertical;
}
.mtt-contact-modal label input.wpcf7-not-valid, .mtt-contact-modal label textarea.wpcf7-not-valid {
  border-color: #D0102B;
}
.mtt-contact-modal label span.wpcf7-not-valid-tip {
  white-space: nowrap;
}
.mtt-contact-modal .wpcf7-acceptance input {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
.mtt-contact-modal .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.mtt-contact-modal .wpcf7-mail-sent-ok {
  position: relative !important;
}
.mtt-contact-modal .modal-button-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.mtt-contact-modal .modal-button-wrap label {
  margin: 0;
}
@media only screen and (max-width: 580px) {
  .mtt-contact-modal .modal-button-wrap {
    display: block;
  }
}
.mtt-contact-modal .modal-button {
  display: flex;
  align-items: center;
  margin-left: 40px;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .mtt-contact-modal .modal-button {
    margin-left: 0;
    margin-top: 20px;
  }
}
.mtt-contact-modal .modal-button .ajax-loader {
  position: absolute;
  right: -30px;
}
.mtt-contact-modal a {
  color: #D0102B;
}

.mtt-text-section .wpcf7-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px;
}
@media only screen and (max-width: 400px) {
  .mtt-text-section .wpcf7-form {
    margin: -15px 0;
  }
}
.mtt-text-section .wpcf7-form .field {
  margin: 15px 10px;
  font-weight: 600;
}
@media only screen and (max-width: 400px) {
  .mtt-text-section .wpcf7-form .field {
    margin: 15px 0;
  }
}
.mtt-text-section .wpcf7-form .field--half {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 400px) {
  .mtt-text-section .wpcf7-form .field--half {
    width: 100%;
  }
}
.mtt-text-section .wpcf7-form .field--full {
  width: calc(100% - 20px);
}
@media only screen and (max-width: 400px) {
  .mtt-text-section .wpcf7-form .field--full {
    width: 100%;
  }
}
.mtt-text-section .wpcf7-form .field label {
  display: block;
}
.mtt-text-section .wpcf7-form input[type=text], .mtt-text-section .wpcf7-form input[type=email] {
  border: 1px solid #E8E8E8;
  outline: none;
  height: 50px;
  width: 100%;
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.mtt-text-section .submit-wrap {
  text-align: right;
  position: relative;
  padding-top: 30px;
}
.mtt-text-section .submit-wrap.loading .wpcf7-submit {
  padding-right: 40px;
}
.mtt-text-section .submit-wrap .ajax-loader {
  position: absolute;
  top: 48px;
  right: 13px;
  background-image: none !important;
  border: 2px solid #FFF !important;
  border-right-color: transparent !important;
  border-radius: 16px !important;
  width: 16px !important;
  height: 16px !important;
}
.mtt-text-section .submit-wrap .ajax-loader.is-active {
  animation: spin360 1s ease-in-out infinite forwards;
}
.mtt-text-section .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
  color: #1B213F;
}
.mtt-text-section .wpcf7-radio,
.mtt-text-section .wpcf7-checkbox,
.mtt-text-section .wpcf7-acceptance {
  display: block;
}
.mtt-text-section .wpcf7-radio .wpcf7-list-item,
.mtt-text-section .wpcf7-checkbox .wpcf7-list-item,
.mtt-text-section .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.mtt-text-section .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.mtt-text-section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label,
.mtt-text-section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  font-weight: 400;
  position: relative;
  line-height: 1.45;
  display: inline-block;
  padding-left: 30px;
}
.mtt-text-section .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before,
.mtt-text-section .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before,
.mtt-text-section .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: #E8E8E8;
  flex-shrink: 0;
}
.mtt-text-section .wpcf7-radio .wpcf7-list-item input[type=radio],
.mtt-text-section .wpcf7-radio .wpcf7-list-item input[type=checkbox],
.mtt-text-section .wpcf7-checkbox .wpcf7-list-item input[type=radio],
.mtt-text-section .wpcf7-checkbox .wpcf7-list-item input[type=checkbox],
.mtt-text-section .wpcf7-acceptance .wpcf7-list-item input[type=radio],
.mtt-text-section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  position: absolute;
}
.mtt-text-section .wpcf7-radio .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label:before,
.mtt-text-section .wpcf7-radio .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before,
.mtt-text-section .wpcf7-checkbox .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label:before,
.mtt-text-section .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before,
.mtt-text-section .wpcf7-acceptance .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label:before,
.mtt-text-section .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background: #D0102B;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDI2LjY2NyA0MjYuNjY3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MjYuNjY3IDQyNi42Njc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cG9seWdvbiBwb2ludHM9IjM2Ni45MzMsNDIuNjY3IDE0OS4zMzMsMjYyLjQgNTkuNzMzLDE3Mi44IDAsMjMyLjUzMyAxNDkuMzMzLDM4NCA0MjYuNjY3LDEwNC41MzMgICAiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiIgZGF0YS1vbGRfY29sb3I9IiNmZmZmZmYiPjwvcG9seWdvbj4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.mtt-text-section .wpcf7-radio .wpcf7-list-item {
  margin-bottom: 12px;
}
.mtt-text-section .wpcf7-radio .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
.mtt-text-section .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  border-radius: 20px;
}
.mtt-text-section .wpcf7-not-valid-tip {
  position: static;
}
.mtt-text-section .terms {
  margin-bottom: 0 !important;
}
.mtt-text-section .terms .wpcf7-not-valid-tip {
  margin-left: 30px;
  padding: 8px 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mtt-podcast-card {
  width: 100%;
  margin: 20px;
}
@media only screen and (max-width: 650px) {
  .mtt-podcast-card {
    margin: 15px 0;
  }
}
.mtt-podcast-card:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #F1F1F1;
}
@media only screen and (max-width: 650px) {
  .mtt-podcast-card:not(:last-child) {
    padding-bottom: 30px;
  }
}
.mtt-podcast-card__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  .mtt-podcast-card__content {
    display: block;
  }
}
.mtt-podcast-card__image-wrap {
  width: 475px;
  margin-right: 60px;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .mtt-podcast-card__image-wrap {
    width: 320px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-podcast-card__image-wrap {
    max-width: 100%;
    width: 475px;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.mtt-podcast-card__image-wrap:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 14px solid transparent;
  border-top: 14px solid transparent;
  border-right: 14px solid #FFF;
  border-bottom: 14px solid #FFF;
  transform: scale(1.2);
  z-index: 3;
}
.mtt-podcast-card__image {
  position: relative;
  height: 0;
  padding-bottom: 68%;
}
.mtt-podcast-card__image .object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mtt-podcast-card__image img {
  display: block;
}
.mtt-podcast-card__divider {
  width: 1px;
  flex-shrink: 0;
  background: #F1F1F1;
  margin: 0 60px;
}
@media only screen and (max-width: 1400px) {
  .mtt-podcast-card__divider {
    margin: 0 40px;
  }
}
@media only screen and (max-width: 1250px) {
  .mtt-podcast-card__divider {
    margin: 16px 0;
    width: 100%;
    height: 1px;
  }
}
.mtt-podcast-card__info {
  width: 230px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1250px) {
  .mtt-podcast-card__info {
    width: 100%;
  }
}
.mtt-podcast-card__info ul {
  list-style: none;
  line-height: 1.4;
  color: #8D909F;
}
@media only screen and (max-width: 1250px) {
  .mtt-podcast-card__info ul {
    display: flex;
    flex-wrap: wrap;
    margin: -4px -8px;
  }
}
@media only screen and (max-width: 650px) {
  .mtt-podcast-card__info ul {
    display: block;
  }
}
.mtt-podcast-card__info ul li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1250px) {
  .mtt-podcast-card__info ul li {
    margin: 4px 8px !important;
  }
  .mtt-podcast-card__info ul li:not(:last-child):after {
    content: " | ";
    margin-left: 8px;
  }
}
@media only screen and (max-width: 650px) {
  .mtt-podcast-card__info ul li:after {
    display: none;
  }
}
.mtt-podcast-card__title {
  color: #1B213F;
  font-family: "PT Sans", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .mtt-podcast-card__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-podcast-card__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mtt-podcast-card__excerpt {
  line-height: 1.6;
  color: #8D909F;
  margin-top: 24px;
}
@media only screen and (max-width: 1250px) {
  .mtt-podcast-card__excerpt {
    margin-top: 16px;
  }
}
.mtt-podcast-card__excerpt p {
  line-height: 1.6;
}
.mtt-podcast-card__excerpt > *:not(:last-child) {
  margin-bottom: 1rem;
}
.mtt-podcast-card__text-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .mtt-podcast-card__text-wrap {
    display: block;
  }
}
.mtt-podcast-card__link {
  margin-top: 24px;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .mtt-podcast-card__link {
    margin-top: 16px;
  }
}
.mtt-podcast-card__link a {
  text-transform: uppercase;
  color: #D0102B;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}
.mtt-podcast-card--related {
  margin: 0;
}
.mtt-podcast-card--related .mtt-podcast-card__divider {
  margin: 16px 0;
  width: 100%;
  height: 1px;
}
.mtt-podcast-card--related .mtt-podcast-card__info {
  width: 100%;
}
.mtt-podcast-card--related .mtt-podcast-card__info ul {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -8px;
}
.mtt-podcast-card--related .mtt-podcast-card__info ul li {
  margin: 4px 8px !important;
}
.mtt-podcast-card--related .mtt-podcast-card__info ul li:not(:last-child):after {
  content: " | ";
  margin-left: 8px;
}
.mtt-podcast-card--related .mtt-podcast-card__excerpt {
  margin-top: 16px;
}
.mtt-podcast-card--related .mtt-podcast-card__text-wrap {
  display: block;
}

.mtt-related-podcasts {
  margin-top: 80px;
}
@media only screen and (max-width: 850px) {
  .mtt-related-podcasts {
    margin-top: 60px;
  }
}
.mtt-related-podcasts__title {
  margin-bottom: 32px;
}
@media only screen and (max-width: 850px) {
  .mtt-related-podcasts__title {
    margin-bottom: 24px;
  }
}
.mtt-related-podcasts .mtt-title__tagline {
  color: #D0102B;
}
.mtt-related-podcasts .mtt-podcast-card:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 650px) {
  .mtt-related-podcasts .mtt-podcast-card:not(:last-child) {
    margin-bottom: 30px;
  }
}
.mtt-related-podcasts .mtt-podcast-card__image-wrap {
  width: 450px;
}
@media only screen and (max-width: 1000px) {
  .mtt-related-podcasts .mtt-podcast-card__image-wrap {
    width: 350px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-related-podcasts .mtt-podcast-card__image-wrap {
    width: 475px;
  }
}

@media only screen and (max-width: 800px) {
  .morning-popup-trigger--visibility-desktop-only,
  .morning-popup--visibility-desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 801px) {
  .morning-popup-trigger--visibility-mobile-only,
  .morning-popup--visibility-mobile-only {
    display: none;
  }
}

.morning-popup-trigger {
  position: fixed;
  display: flex;
  gap: 12px;
  align-items: center;
  bottom: 16px;
  right: 24px;
  z-index: 99999;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  color: #FFF;
  background-color: #D0102B;
  border-radius: 8px;
  padding: 8px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: background-color 0.15s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  max-width: calc(100% - 32px);
}
@media screen and (max-width: 580px) {
  .morning-popup-trigger {
    padding: 8px 16px;
  }
}
.morning-popup-trigger span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  height: 1.5em;
}
.morning-popup-trigger:hover {
  background-color: #D0102B;
}
.morning-popup-trigger--bottom-left {
  right: auto;
  left: 16px;
}
.morning-popup-trigger__close-button {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAAbUlEQVQYlY3QUQqDQAwE0Nf1AL1Dhf3Uq3hfb9EDFPRXoRco6IcKul3FgZAwTJJJCgsinvj6R4UCAt7o8EpENUa0e2JAj/KCO3R3aHZ1uuUgnlJRyIinNT/WOJ12ufrWMbfes3mI+OGTsVRhnAHeZCDgov18qQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  border: 1px solid black;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.morning-popup-trigger__icon {
  max-width: 32px;
}
.morning-popup-trigger__icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 580px) {
  .morning-popup-trigger__icon {
    display: none;
  }
}
.morning-popup-trigger:not(:last-of-type) {
  bottom: 80px;
}
.morning-popup-trigger.hide {
  display: none;
}

.morning-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.morning-popup--show {
  opacity: 1;
  visibility: visible;
}
.morning-popup--show .morning-popup__content {
  transform: translateY(0);
}
.morning-popup--no-image .morning-popup__content {
  width: 450px;
}
.morning-popup__overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.morning-popup__content {
  position: relative;
  z-index: 2;
  background-color: #fff;
  width: 900px;
  display: flex;
  max-width: 90%;
  max-height: 90%;
  transform: translateY(16px);
  transition: transform 0.35s ease;
  min-height: 480px;
}
@media only screen and (max-width: 800px) {
  .morning-popup__content {
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.morning-popup__content-inner {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .morning-popup__content-inner {
    display: block;
  }
}
.morning-popup__image-container {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .morning-popup__image-container {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 600px) {
  .morning-popup__image-container {
    padding-bottom: 48%;
  }
}
.morning-popup__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.morning-popup__text-container {
  flex-grow: 1;
  width: 50%;
  padding: 56px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 800px) {
  .morning-popup__text-container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .morning-popup__text-container {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 370px) {
  .morning-popup__text-container {
    padding: 40px 16px;
  }
}
.morning-popup__title {
  font-family: "Arial", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
@media only screen and (max-width: 800px) {
  .morning-popup__title {
    font-size: 22px;
  }
}
.morning-popup__text {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}
@media only screen and (max-width: 800px) {
  .morning-popup__text {
    margin-top: 12px;
  }
}
.morning-popup__shortcode {
  margin-top: 16px;
}
.morning-popup__shortcode .form-field,
.morning-popup__shortcode .field {
  margin-bottom: 16px;
}
@media only screen and (max-width: 800px) {
  .morning-popup__shortcode .form-field,
  .morning-popup__shortcode .field {
    margin-bottom: 12px;
  }
}
.morning-popup__shortcode input[type=text],
.morning-popup__shortcode textarea,
.morning-popup__shortcode input[type=email],
.morning-popup__shortcode input[type=tel],
.morning-popup__shortcode input[type=number],
.morning-popup__shortcode select {
  font-family: "Arial", sans-serif;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  padding: 16px 16px 18px;
  transition: border 0.15s ease;
  line-height: 1;
  border-radius: 8px;
  color: #000;
}
.morning-popup__shortcode input[type=text]:focus,
.morning-popup__shortcode textarea:focus,
.morning-popup__shortcode input[type=email]:focus,
.morning-popup__shortcode input[type=tel]:focus,
.morning-popup__shortcode input[type=number]:focus,
.morning-popup__shortcode select:focus {
  border-color: #D0102B;
}
.morning-popup__shortcode input[type=text].wpcf7-not-valid,
.morning-popup__shortcode textarea.wpcf7-not-valid,
.morning-popup__shortcode input[type=email].wpcf7-not-valid,
.morning-popup__shortcode input[type=tel].wpcf7-not-valid,
.morning-popup__shortcode input[type=number].wpcf7-not-valid,
.morning-popup__shortcode select.wpcf7-not-valid {
  border-color: #ff0000;
}
.morning-popup__shortcode input[type=text]:-moz-placeholder, .morning-popup__shortcode input[type=text]:-ms-input-placeholder, .morning-popup__shortcode input[type=text]:-moz-placeholder, .morning-popup__shortcode input[type=text]:-webkit-input-placeholder,
.morning-popup__shortcode textarea:-moz-placeholder,
.morning-popup__shortcode textarea:-ms-input-placeholder,
.morning-popup__shortcode textarea:-moz-placeholder,
.morning-popup__shortcode textarea:-webkit-input-placeholder,
.morning-popup__shortcode input[type=email]:-moz-placeholder,
.morning-popup__shortcode input[type=email]:-ms-input-placeholder,
.morning-popup__shortcode input[type=email]:-moz-placeholder,
.morning-popup__shortcode input[type=email]:-webkit-input-placeholder,
.morning-popup__shortcode input[type=tel]:-moz-placeholder,
.morning-popup__shortcode input[type=tel]:-ms-input-placeholder,
.morning-popup__shortcode input[type=tel]:-moz-placeholder,
.morning-popup__shortcode input[type=tel]:-webkit-input-placeholder,
.morning-popup__shortcode input[type=number]:-moz-placeholder,
.morning-popup__shortcode input[type=number]:-ms-input-placeholder,
.morning-popup__shortcode input[type=number]:-moz-placeholder,
.morning-popup__shortcode input[type=number]:-webkit-input-placeholder,
.morning-popup__shortcode select:-moz-placeholder,
.morning-popup__shortcode select:-ms-input-placeholder,
.morning-popup__shortcode select:-moz-placeholder,
.morning-popup__shortcode select:-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 800px) {
  .morning-popup__shortcode input[type=text],
  .morning-popup__shortcode textarea,
  .morning-popup__shortcode input[type=email],
  .morning-popup__shortcode input[type=tel],
  .morning-popup__shortcode input[type=number],
  .morning-popup__shortcode select {
    padding: 12px 12px 14px;
  }
}
.morning-popup__shortcode .wpcf7-not-valid-tip {
  display: none !important;
}
.morning-popup__shortcode .form-submit {
  position: relative;
}
.morning-popup__shortcode input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  background-color: #D0102B;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  padding: 16px 16px 18px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}
.morning-popup__shortcode input[type=submit]:not(:disabled) {
  cursor: pointer;
}
.morning-popup__shortcode input[type=submit]:hover:not(:disabled) {
  background-color: #D0102B;
}
.morning-popup__shortcode input[type=submit]:disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 800px) {
  .morning-popup__shortcode input[type=submit] {
    padding: 12px 12px 14px;
  }
}
.morning-popup__shortcode .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #D0102B;
  opacity: 1;
}
.morning-popup__shortcode .wpcf7-spinner:before {
  background-color: #fff;
  top: calc(50% - 8px);
  left: calc(50% - 3px);
}
.morning-popup__shortcode .form-acceptance {
  margin-top: 16px;
}
.morning-popup__shortcode .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.morning-popup__shortcode .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.morning-popup__shortcode .wpcf7-acceptance input[type=checkbox] + span {
  position: relative;
  display: block;
  padding-left: 32px;
  color: #555555;
  line-height: 1.5;
  cursor: pointer;
}
.morning-popup__shortcode .wpcf7-acceptance input[type=checkbox] + span a {
  color: #555555;
  font-weight: 700;
}
.morning-popup__shortcode .wpcf7-acceptance input[type=checkbox] + span:before {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}
.morning-popup__shortcode .wpcf7-acceptance input[type=checkbox] + span:after {
  display: none;
}
.morning-popup__shortcode .wpcf7-acceptance input[type=checkbox]:checked + span:before {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D0102B;
  border-color: #D0102B;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIiBzdHJva2U9IiNmZmYiPjwvcG9seWxpbmU+PC9zdmc+Cg==);
}
.morning-popup__shortcode .wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 16px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.morning-popup__close-button {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D0102B;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXIteCI+PGxpbmUgeDE9IjE4IiB5MT0iNiIgeDI9IjYiIHkyPSIxOCIgc3Ryb2tlPSIjZmZmIj48L2xpbmU+PGxpbmUgeDE9IjYiIHkxPSI2IiB4Mj0iMTgiIHkyPSIxOCIgc3Ryb2tlPSIjZmZmIj48L2xpbmU+PC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
@media only screen and (min-width: 801px) {
  .morning-popup__close-button:hover {
    background-color: #D0102B;
  }
}
@media only screen and (max-width: 800px) {
  .morning-popup__close-button {
    top: 0;
    right: 0;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXIteCI+PGxpbmUgeDE9IjE4IiB5MT0iNiIgeDI9IjYiIHkyPSIxOCI+PC9saW5lPjxsaW5lIHgxPSI2IiB5MT0iNiIgeDI9IjE4IiB5Mj0iMTgiPjwvbGluZT48L3N2Zz4K);
  }
}
.morning-popup form.sent *:not(.wpcf7-response-output) {
  display: none;
}

/* WIDGETS */
#styleguide-container {
  min-height: 100vh;
  display: flex;
}
#styleguide-container nav.styleguide-nav {
  background: #D0102B;
  width: 280px;
  flex-shrink: 0;
}
#styleguide-container nav.styleguide-nav div.nav-wrap {
  position: fixed;
  left: 50px;
  top: 50px;
}
#styleguide-container nav.styleguide-nav a.title {
  color: #FCFCFC;
  font-size: 1.8rem;
  text-decoration: none;
}
#styleguide-container nav.styleguide-nav div.subtitle {
  color: rgb(226.5, 226.5, 226.5);
  font-size: 0.9rem;
  font-weight: 300;
  padding: 5px 0 50px;
}
#styleguide-container nav.styleguide-nav ul li {
  line-height: 2.5;
}
#styleguide-container nav.styleguide-nav ul li a {
  color: #FCFCFC;
  text-decoration: none;
  letter-spacing: 0.5px;
  font-size: 1rem;
  display: block;
  padding: 0 10px;
  margin-left: -10px;
  margin-bottom: 5px;
  border-radius: 4px;
}
#styleguide-container nav.styleguide-nav ul li.active a {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}
#styleguide-container nav.styleguide-nav ul li:hover a {
  background: rgba(255, 255, 255, 0.15);
}
#styleguide-container section.content {
  padding: 50px;
  width: 100%;
  background: #FFF;
}
#styleguide-container section.content > div {
  margin-bottom: 50px;
}
#styleguide-container section.content div.title {
  color: rgb(188.25, 188.25, 188.25);
  border-bottom: 2px solid rgb(188.25, 188.25, 188.25);
  padding-bottom: 10px;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
#styleguide-container section.content #typography h1, #styleguide-container section.content #typography h2, #styleguide-container section.content #typography h3, #styleguide-container section.content #typography h4, #styleguide-container section.content #typography h5 {
  line-height: 1;
  margin-bottom: 25px;
}
#styleguide-container section.content #typography div.font {
  margin: 25px 0;
}
#styleguide-container section.content #colors .color-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin: -10px;
}
#styleguide-container section.content #colors .color-wrap .color {
  margin: 10px;
  flex-grow: 1;
  flex-basis: 200px;
}
#styleguide-container section.content #colors .color-wrap .color .color-fill {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
#styleguide-container section.content #colors .color-wrap .color .info {
  font-size: 0.9rem;
  margin-left: 5px;
  font-weight: bold;
}
#styleguide-container section.content #colors .color-wrap .color .info span {
  width: 50px;
  display: inline-block;
  font-weight: normal;
}
#styleguide-container section.content #buttons .buttons-container {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
#styleguide-container section.content #buttons .buttons-container .button-wrap .class-wrap {
  text-align: center;
}
#styleguide-container section.content #buttons .buttons-container .button-wrap a {
  margin: 10px;
}
#styleguide-container section.content .tag-wrap {
  margin-bottom: 10px;
}
#styleguide-container section.content .tag-wrap .tag {
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  background: #efefef;
  margin-right: 10px;
}

.mtt-cover-section {
  background: #1F1F21;
  position: relative;
  z-index: 2;
}
.mtt-cover-section:after {
  content: "";
  left: 0;
  bottom: 0;
  border-left: 5vw solid white;
  border-top: 5vw solid transparent;
  border-right: 5vw solid transparent;
  border-bottom: 5vw solid white;
  position: absolute;
  z-index: 2;
}
.mtt-cover-section--grey:after {
  border-left-color: #F8F8F8;
  border-bottom-color: #F8F8F8;
}
.mtt-cover-section--light {
  background: #F8F8F8;
}
.mtt-cover-section--light .mtt-cover-section__background {
  display: none;
}
.mtt-cover-section--light .mtt-title__text {
  border-color: #1B213F;
}
.mtt-cover-section--light .button, .mtt-cover-section--light .mtt-contact-modal .modal-button input, .mtt-contact-modal .modal-button .mtt-cover-section--light input, .mtt-cover-section--light .mtt-text-section .wpcf7-submit, .mtt-text-section .mtt-cover-section--light .wpcf7-submit {
  border-color: #1B213F;
}
.mtt-cover-section--light .button.default, .mtt-cover-section--light .mtt-contact-modal .modal-button input.default, .mtt-contact-modal .modal-button .mtt-cover-section--light input.default, .mtt-cover-section--light .mtt-text-section .default.wpcf7-submit, .mtt-text-section .mtt-cover-section--light .default.wpcf7-submit {
  background: #1B213F;
}
.mtt-cover-section--light .button.secondary, .mtt-cover-section--light .mtt-contact-modal .modal-button input.secondary, .mtt-contact-modal .modal-button .mtt-cover-section--light input.secondary, .mtt-cover-section--light .mtt-text-section .secondary.wpcf7-submit, .mtt-text-section .mtt-cover-section--light .secondary.wpcf7-submit {
  color: #1B213F;
}
.mtt-cover-section--light-theme {
  background: #F8F8F8;
}
.mtt-cover-section--light-theme .mtt-cover-section__background:after {
  background: rgba(255, 255, 255, 0.8);
}
.mtt-cover-section--light-theme .mtt-cover-section__pattern {
  position: absolute;
}
.mtt-cover-section--light-theme .mtt-cover-section__pattern svg {
  width: 100%;
  height: 100%;
  background-image: url("../../img/patterns/square-dark.svg");
  background-size: 21px 16px;
}
.mtt-cover-section--light-theme .mtt-title__text {
  border-color: #1B213F;
}
.mtt-cover-section--light-theme .button.secondary, .mtt-cover-section--light-theme .mtt-contact-modal .modal-button input.secondary, .mtt-contact-modal .modal-button .mtt-cover-section--light-theme input.secondary, .mtt-cover-section--light-theme .mtt-text-section .secondary.wpcf7-submit, .mtt-text-section .mtt-cover-section--light-theme .secondary.wpcf7-submit {
  border-color: #1B213F;
  color: #1B213F;
}
.mtt-cover-section .page_container {
  position: relative;
  z-index: 2;
}
.mtt-cover-section .mtt-title {
  z-index: 4;
}
.mtt-cover-section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.mtt-cover-section__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(31, 31, 33, 0.75) 0%, #1f1f21 100%);
}
.mtt-cover-section__background img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
}
.mtt-cover-section__pattern {
  top: 15%;
  left: 12px;
  height: 150px;
  width: 90px;
  z-index: 3;
  position: absolute;
}
.mtt-cover-section__pattern svg {
  width: 100%;
  height: 100%;
  background-image: url("../../img/patterns/square-white.svg");
  background-size: 21px 16px;
}
@media only screen and (max-width: 1750px) {
  .mtt-cover-section__pattern {
    left: 8px;
    width: 3%;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-cover-section__pattern {
    width: 180px;
    height: 55px;
    top: 10px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section__pattern {
    height: 35px;
  }
}
.mtt-cover-section__pattern svg {
  opacity: 0.2;
}
.mtt-cover-section__info-line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  color: #FFF;
  width: 100%;
  height: 12vw;
}
.mtt-cover-section__info-line .page_container {
  display: flex;
  align-items: center;
  height: 100%;
}
.mtt-cover-section__info-line .mtt-logo-line__logo-wrap {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
@media only screen and (max-width: 1400px) {
  .mtt-cover-section__info-line .mtt-logo-line__logo-wrap > div:first-of-type {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .mtt-cover-section__info-line .mtt-logo-line__logo-wrap > div:first-of-type {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-cover-section__info-line .mtt-logo-line__logo-wrap {
    display: none;
  }
}
.mtt-cover-section__info-line .mtt-logo-line__logo-wrap span {
  color: #D0102B;
}
.mtt-cover-section__background-pattern-wrap {
  overflow: hidden;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
}
.mtt-cover-section__background-pattern {
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  height: 200px;
  transform: rotate(-15deg);
  transform-origin: top right;
}
@media only screen and (max-width: 1100px) {
  .mtt-cover-section__background-pattern {
    transform: rotate(-15deg) translateX(15%);
  }
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section__background-pattern {
    display: none;
  }
}
.mtt-cover-section__background-pattern .first > div {
  position: absolute;
  height: 50%;
  width: 300px;
  top: 0;
}
.mtt-cover-section__background-pattern .first > div:first-of-type {
  transform: skew(-15deg) translateX(-80%);
  background: #1F1F21;
  left: 0;
}
.mtt-cover-section__background-pattern .first > div:last-of-type {
  transform: skew(-15deg) translateX(0);
  background: #ACACAC;
  right: 0;
}
.mtt-cover-section__background-pattern .second > div {
  position: absolute;
  height: 50%;
  width: 300px;
  bottom: 0;
}
.mtt-cover-section__background-pattern .second > div:first-of-type {
  transform: skew(-15deg) translateX(-120%);
  background: #ACACAC;
  left: 0;
}
.mtt-cover-section__background-pattern .second > div:last-of-type {
  transform: skew(-15deg) translateX(-50%);
  background: #1F1F21;
  right: 0;
}
.mtt-cover-section--default {
  padding: 300px 0 350px;
  overflow: hidden;
}
@media only screen and (max-width: 2000px) {
  .mtt-cover-section--default {
    padding: 250px 0 300px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section--default {
    padding: 120px 0;
  }
}
@media screen and (max-width: 580px) {
  .mtt-cover-section--default {
    padding: 100px 0 120px;
  }
}
.mtt-cover-section--default .mtt-cover-section__img {
  position: absolute;
  bottom: 0;
  right: 17%;
  height: calc(100% - 140px);
  width: 700px;
}
@media only screen and (max-width: 1300px) {
  .mtt-cover-section--default .mtt-cover-section__img {
    right: 10%;
  }
}
@media screen and (max-width: 1160px) {
  .mtt-cover-section--default .mtt-cover-section__img {
    height: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-cover-section--default .mtt-cover-section__img {
    right: 2%;
  }
}
@media screen and (max-width: 580px) {
  .mtt-cover-section--default .mtt-cover-section__img {
    right: 50%;
    transform: translateX(45%);
  }
}
.mtt-cover-section--default .mtt-cover-section__img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-section--default .page_container .mtt-title {
    max-width: 100%;
  }
}
.mtt-cover-section--compact {
  padding: 200px 0;
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-section--compact {
    padding: 80px 0 150px;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-cover-section--compact {
    padding: 50px 0 80px;
  }
}
.mtt-cover-section--compact .page_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mtt-cover-section--compact .ticket-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 4;
}
@media only screen and (max-width: 1000px) {
  .mtt-cover-section--compact .mtt-cover-section__info-line {
    position: relative;
    bottom: -100px;
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-cover-section--compact .mtt-cover-section__info-line {
    bottom: -70px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-cover-section--compact .mtt-cover-section__info-line {
    bottom: -45px;
  }
}
.mtt-cover-section--compact .mtt-cover-section__info-line .page_container > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 950px) {
  .mtt-cover-section--compact .mtt-cover-section__info-line .page_container > div {
    flex-wrap: wrap;
  }
}
.mtt-cover-section--compact .mtt-cover-section__data {
  display: flex;
  margin-right: 15px;
}
.mtt-cover-section--compact .mtt-cover-section__data:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 950px) {
  .mtt-cover-section--compact .mtt-cover-section__data {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .mtt-cover-section--compact .mtt-cover-section__data {
    display: block;
  }
}
.mtt-cover-section--compact .mtt-cover-section__data__icon {
  width: 45px;
  height: 45px;
  background: #D0102B;
  border-radius: 45px;
  margin-right: 17px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .mtt-cover-section--compact .mtt-cover-section__data__icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 330px) {
  .mtt-cover-section--compact .mtt-cover-section__data__icon {
    width: 35px;
    height: 35px;
  }
}
.mtt-cover-section--compact .mtt-cover-section__data__icon--marker {
  background-image: url("../../img/icons/marker.svg");
  background-size: 35%;
}
.mtt-cover-section--compact .mtt-cover-section__data__icon--plane {
  background-image: url("../../img/icons/airplane.svg");
  background-size: 55%;
}
.mtt-cover-section--compact .mtt-cover-section__data__icon--calender {
  background-image: url("../../img/icons/calender.svg");
  background-size: 45%;
}
.mtt-cover-section--compact .mtt-cover-section__data__icon--planes {
  background-image: url("../../img/icons/airplanes.svg");
  background-size: 65%;
}
.mtt-cover-section--compact .mtt-cover-section__data__icon--clock {
  background-image: url("../../img/icons/clock.svg");
  background-size: 50%;
}
.mtt-cover-section--compact .mtt-cover-section__data__icon--price {
  background-image: url("../../img/icons/dollar.svg");
  background-size: 55%;
}
.mtt-cover-section--compact .mtt-cover-section__data__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
.mtt-cover-section--compact .mtt-cover-section__data__text {
  color: #1B213F;
}
.mtt-cover-section--compact .mtt-cover-section__data__list {
  list-style: none;
}
.mtt-cover-section--compact .mtt-cover-section__data__list li {
  line-height: 1;
  margin: 5px 0;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 330px) {
  .mtt-cover-section--compact .mtt-cover-section__data__list li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mtt-cover-section--ticket-bottom {
  padding: 200px 0 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-section--ticket-bottom {
    padding: 80px 0 0;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-cover-section--ticket-bottom {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section--ticket-right .page_container {
    display: block;
  }
  .mtt-cover-section--ticket-right .mtt-ticket {
    margin-left: 0;
    margin-top: 40px;
  }
}
.mtt-cover-section--course {
  padding: 250px 0 300px;
}
@media only screen and (max-width: 1000px) {
  .mtt-cover-section--course {
    padding: 80px 0 180px;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-cover-section--course {
    padding: 50px 0 140px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-cover-section--course {
    padding: 50px 0 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-cover-section--course .mtt-cover-section__info-line {
    position: relative;
    bottom: -100px;
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-cover-section--course .mtt-cover-section__info-line {
    bottom: -70px;
  }
}
@media screen and (max-width: 580px) {
  .mtt-cover-section--course .mtt-cover-section__info-line {
    bottom: -45px;
  }
}
.mtt-cover-section--course .mtt-cover-section__info-line .page_container > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 950px) {
  .mtt-cover-section--course .mtt-cover-section__info-line .page_container > div {
    flex-wrap: wrap;
  }
}
.mtt-cover-section--course .mtt-cover-section__data {
  display: flex;
  margin-right: 15px;
}
.mtt-cover-section--course .mtt-cover-section__data:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 950px) {
  .mtt-cover-section--course .mtt-cover-section__data {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .mtt-cover-section--course .mtt-cover-section__data {
    display: block;
  }
}
.mtt-cover-section--course .mtt-cover-section__data__icon {
  width: 45px;
  height: 45px;
  background: #D0102B;
  border-radius: 45px;
  margin-right: 17px;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .mtt-cover-section--course .mtt-cover-section__data__icon {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 330px) {
  .mtt-cover-section--course .mtt-cover-section__data__icon {
    width: 35px;
    height: 35px;
  }
}
.mtt-cover-section--course .mtt-cover-section__data__icon--marker {
  background-image: url("../../img/icons/marker.svg");
  background-size: 35%;
}
.mtt-cover-section--course .mtt-cover-section__data__icon--plane {
  background-image: url("../../img/icons/airplane.svg");
  background-size: 55%;
}
.mtt-cover-section--course .mtt-cover-section__data__icon--calender {
  background-image: url("../../img/icons/calender.svg");
  background-size: 45%;
}
.mtt-cover-section--course .mtt-cover-section__data__icon--planes {
  background-image: url("../../img/icons/airplanes.svg");
  background-size: 65%;
}
.mtt-cover-section--course .mtt-cover-section__data__icon--clock {
  background-image: url("../../img/icons/clock.svg");
  background-size: 50%;
}
.mtt-cover-section--course .mtt-cover-section__data__icon--price {
  background-image: url("../../img/icons/dollar.svg");
  background-size: 55%;
}
.mtt-cover-section--course .mtt-cover-section__data__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 7px;
  letter-spacing: 1px;
}
.mtt-cover-section--course .mtt-cover-section__data__list {
  list-style: none;
}
.mtt-cover-section--course .mtt-cover-section__data__list li {
  line-height: 1;
  margin: 5px 0;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 330px) {
  .mtt-cover-section--course .mtt-cover-section__data__list li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mtt-cover-section--blog {
  padding: 200px 0 100px;
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-section--blog {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section--blog {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1100px) {
  .mtt-cover-section--blog .mtt-cover-section__background-pattern {
    top: 200px;
  }
}
.mtt-cover-section--blog .mtt-title__text {
  padding: 0;
  border-left: none;
}
.mtt-cover-section--blog .page_container {
  position: relative;
  z-index: 3;
}
.mtt-cover-section--references {
  padding: 120px 0 80px;
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section--references {
    padding: 80px 0;
  }
}
.mtt-cover-section--references .page_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-section--references .page_container {
    display: block;
  }
}
.mtt-cover-section--references .mtt-title {
  flex-shrink: 0;
}
.mtt-cover-section--references__bubbles {
  padding: 80px 0 80px 60px;
  width: 60%;
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-section--references__bubbles {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.mtt-cover-section--references__bubbles .mtt-bubbles {
  padding-bottom: 60%;
}
@media only screen and (max-width: 1300px) {
  .mtt-cover-section--references__bubbles .mtt-bubbles {
    padding-bottom: 70%;
  }
}
@media only screen and (max-width: 1150px) {
  .mtt-cover-section--references__bubbles .mtt-bubbles {
    padding-bottom: 80%;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-section--references__bubbles .mtt-bubbles {
    padding-bottom: 55%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .mtt-cover-section--references__bubbles .mtt-bubbles {
    padding-bottom: 70%;
  }
}
@media only screen and (max-width: 400px) {
  .mtt-cover-section--references__bubbles .mtt-bubbles {
    padding-bottom: 85%;
  }
}
.mtt-cover-section--podcast {
  padding: 200px 0 100px;
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-section--podcast {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section--podcast {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1100px) {
  .mtt-cover-section--podcast .mtt-cover-section__background-pattern-wrap .mtt-cover-section__background-pattern {
    top: 200px;
  }
}
.mtt-cover-section--podcast .mtt-cover-section__image-wrap {
  width: 50%;
  margin-left: 40px;
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section--podcast .mtt-cover-section__image-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}
.mtt-cover-section--podcast .mtt-cover-section__image {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background: #F8F8F8;
  position: relative;
}
.mtt-cover-section--podcast .mtt-cover-section__image .object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mtt-cover-section--podcast .mtt-cover-section__image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 14px solid #FFF;
  border-top: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #FFF;
  transform: scale(1.2);
  z-index: 3;
}
.mtt-cover-section--podcast .mtt-title {
  width: 48%;
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section--podcast .mtt-title {
    width: 100%;
  }
}
.mtt-cover-section--podcast .mtt-title__text {
  padding: 0;
  border-left: none;
}
.mtt-cover-section--podcast .page_container {
  position: relative;
  z-index: 3;
  display: flex;
  max-width: 1130px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .mtt-cover-section--podcast .page_container {
    display: block;
  }
}
.mtt-cover-section--podcast ul {
  list-style-type: none;
  line-height: 1.3;
}
.mtt-cover-section--podcast ul li:not(:last-child) {
  margin-bottom: 4px;
}
.mtt-cover-section--podcast-single .mtt-cover-section__background-pattern {
  width: calc(100% + 220px);
}
@media only screen and (max-width: 1500px) {
  .mtt-cover-section--podcast-single .mtt-cover-section__background-pattern {
    left: -80px;
  }
}
@media only screen and (max-width: 1100px) {
  .mtt-cover-section--podcast-single .mtt-cover-section__background-pattern {
    display: none;
  }
}

.mtt-cover-blog {
  padding: 240px 0 150px;
}
@media only screen and (max-width: 1300px) {
  .mtt-cover-blog {
    padding: 180px 0 100px;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-blog {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-cover-blog {
    padding: 60px 0;
  }
}
.mtt-cover-blog .page_container {
  position: relative;
  z-index: 3;
}
.mtt-cover-blog .mtt-title__tagline {
  margin-bottom: 10px;
}
.mtt-cover-blog__title {
  text-align: center;
}
.mtt-cover-blog__text {
  max-width: 470px;
  line-height: 1.875;
  margin: 10px auto 0;
}
.mtt-cover-blog__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 100px;
}
@media only screen and (max-width: 900px) {
  .mtt-cover-blog__grid {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-cover-blog__grid {
    margin: -10px 0;
    margin-top: 60px;
  }
}
.mtt-cover-blog__grid-item {
  background: #F8F8F8;
  height: 0;
  padding-bottom: 35%;
  margin: 10px;
  width: calc(25% - 20px);
  position: relative;
  flex-grow: 1;
}
@media only screen and (max-width: 1050px) {
  .mtt-cover-blog__grid-item {
    padding-bottom: 45%;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 500px) {
  .mtt-cover-blog__grid-item {
    width: 100%;
    margin: 10px 0;
    padding-bottom: 80%;
  }
}
.mtt-cover-blog__grid-item:hover img {
  transform: scale(1.04);
}
.mtt-cover-blog__grid-item a,
.mtt-cover-blog__grid-item .object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mtt-cover-blog__grid-item a {
  display: block;
}
.mtt-cover-blog__grid-item .object-fit {
  overflow: hidden;
  z-index: 1;
}
.mtt-cover-blog__grid-item .object-fit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 33, 0.3);
}
.mtt-cover-blog__grid-item img {
  display: block;
  transition: transform 3s ease;
}
.mtt-cover-blog__grid-item__text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.mtt-cover-blog__grid-item .mtt-blog-card__tagline {
  color: #D0102B;
}
.mtt-cover-blog__grid-item .mtt-blog-card__title {
  color: #FFF;
}

.mtt-text-section {
  padding: 120px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  .mtt-text-section {
    padding: 60px 0;
  }
}
.mtt-text-section.red {
  background: #D0102B;
}
.mtt-text-section.red .mtt-title__tagline, .mtt-text-section.red .mtt-title__tagline span {
  color: #FFF;
}
.mtt-text-section.red .mtt-title h2 {
  color: #FFF;
}
.mtt-text-section.red .mtt-title h2 span {
  color: #1B213F;
}
.mtt-text-section.red .mtt-text-section__pattern svg {
  background: url(../../img/patterns/symbols-white.svg);
  background-size: 60px 18px;
}
.mtt-text-section.red .mtt-text-section__text p {
  color: #FFF;
}
.mtt-text-section.red .mtt-text-section__text p span {
  color: #1B213F !important;
}
.mtt-text-section.red .mtt-text-section__text p a {
  color: #1B213F;
}
.mtt-text-section.black {
  background: #000;
}
.mtt-text-section.black .mtt-title__tagline, .mtt-text-section.black .mtt-title__tagline span {
  color: #FFF;
}
.mtt-text-section.black .mtt-title h2 {
  color: #FFF;
}
.mtt-text-section.black .mtt-title h2 span {
  color: #D0102B;
}
.mtt-text-section.black .mtt-text-section__pattern svg {
  background: url(../../img/patterns/symbols-white.svg);
  background-size: 60px 18px;
}
.mtt-text-section.black .mtt-text-section__text p {
  color: #FFF;
}
.mtt-text-section.black .mtt-text-section__text p span {
  color: #D0102B;
}
.mtt-text-section.black .mtt-text-section__text p a {
  color: #D0102B;
}
@media only screen and (max-width: 1300px) {
  .mtt-text-section.bottom_right .mtt-text-section__text {
    width: 60%;
  }
}
@media only screen and (max-width: 1100px) {
  .mtt-text-section.bottom_right .mtt-text-section__text {
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-section.bottom_right .mtt-text-section__text {
    width: 100%;
  }
}
.mtt-text-section .page_container {
  display: flex;
}
@media only screen and (max-width: 1400px) {
  .mtt-text-section .page_container {
    flex-direction: column;
  }
}
.mtt-text-section .mtt-title {
  max-width: 550px;
  padding-right: 100px;
}
@media only screen and (max-width: 1600px) {
  .mtt-text-section .mtt-title {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-section .mtt-title {
    max-width: 100%;
    padding-right: 0;
  }
}
.mtt-text-section .mtt-title h2 {
  max-width: 350px;
}
@media only screen and (max-width: 1000px) {
  .mtt-text-section .mtt-title h2 {
    max-width: 300px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-section .mtt-title h2 {
    max-width: 100%;
  }
}
.mtt-text-section .mtt-title__tagline {
  margin-bottom: 10px;
}
.mtt-text-section__number {
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
}
@media screen and (max-width: 1280px) {
  .mtt-text-section__number {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-section__number {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
.mtt-text-section__text {
  max-width: 500px;
  margin-left: 130px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1600px) {
  .mtt-text-section__text {
    margin-left: 80px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 1500px) {
  .mtt-text-section__text {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .mtt-text-section__text {
    max-width: 70%;
    width: 800px;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-section__text {
    max-width: 100%;
  }
}
.mtt-text-section__text p {
  margin: 30px 0;
  color: #8D909F;
}
.mtt-text-section__text p:first-of-type {
  margin-top: 0;
}
.mtt-text-section__text p:last-of-type {
  margin-bottom: 0;
}
.mtt-text-section__text ol, .mtt-text-section__text ul {
  color: #8D909F;
  padding-left: 1em;
  line-height: 1.5;
}
.mtt-text-section__text iframe {
  max-width: 100%;
}
.mtt-text-section__pattern {
  height: 76px;
  width: 130%;
  margin-top: 30px;
  position: absolute;
  position: relative;
}
.mtt-text-section__pattern svg {
  width: 100%;
  height: 100%;
  background-image: url("../../img/patterns/symbols-dark.svg");
  background-size: 60px 18px;
}
.mtt-text-section__pattern svg {
  opacity: 0.5;
}
@media only screen and (max-width: 1600px) {
  .mtt-text-section__pattern {
    width: 120%;
  }
}
@media only screen and (max-width: 1100px) {
  .mtt-text-section__pattern {
    width: 100%;
  }
}
.mtt-text-section__image {
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 850px) {
  .mtt-text-section__image {
    display: none;
  }
}
.mtt-text-section__image--top-right {
  top: -40px;
  right: -180px;
}
@media only screen and (max-width: 1700px) {
  .mtt-text-section__image--top-right {
    right: -250px;
  }
}
.mtt-text-section__image--bottom-right {
  right: -200px;
  top: 150px;
  bottom: 0;
  transform: rotate(90deg);
}
.mtt-text-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
.mtt-text-section--two-col .mtt-text-section__text {
  max-width: 100%;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media only screen and (max-width: 1200px) {
  .mtt-text-section--two-col .mtt-text-section__text {
    -moz-columns: 1;
         columns: 1;
  }
}
.mtt-text-section--two-col .mtt-text-section__pattern {
  width: 100%;
}
.mtt-text-section--two-col .mtt-text-section__text {
  margin-left: 0;
}
@media only screen and (max-width: 1400px) {
  .mtt-text-section--two-col .mtt-text-section__text {
    width: 100%;
  }
}
.mtt-text-section--two-col .mtt-title {
  min-width: 450px;
}
@media only screen and (max-width: 1000px) {
  .mtt-text-section--two-col .mtt-title {
    min-width: auto;
    padding-right: 0;
  }
  .mtt-text-section--two-col .mtt-title h2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .mtt-text-section--two-col .page_container {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-text-section--two-col .page_container {
    display: block;
  }
}
.mtt-text-section--numbered .mtt-text-section__title-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .mtt-text-section--numbered .mtt-text-section__title-wrap {
    display: block;
  }
}
.mtt-text-section--numbered .mtt-text-section__title-wrap h2 {
  width: 90%;
  max-width: 740px;
  margin-right: 40px;
}
@media only screen and (max-width: 750px) {
  .mtt-text-section--numbered .mtt-text-section__title-wrap h2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.mtt-text-section--numbered .mtt-text-section__title-wrap .button, .mtt-text-section--numbered .mtt-text-section__title-wrap .mtt-contact-modal .modal-button input, .mtt-contact-modal .modal-button .mtt-text-section--numbered .mtt-text-section__title-wrap input, .mtt-text-section--numbered .mtt-text-section__title-wrap .mtt-text-section .wpcf7-submit, .mtt-text-section .mtt-text-section--numbered .mtt-text-section__title-wrap .wpcf7-submit {
  white-space: nowrap;
}
.mtt-text-section--numbered .mtt-text-section__pattern {
  display: block;
  margin-top: 0;
  min-width: 100px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 30px;
}
@media only screen and (max-width: 1000px) {
  .mtt-text-section--numbered .mtt-text-section__pattern {
    margin-right: 0;
    margin-left: 30px;
    margin-top: 4px;
    max-height: 100px;
  }
}
.mtt-text-section--numbered .mtt-title {
  min-width: auto;
}
@media only screen and (max-width: 1000px) {
  .mtt-text-section--numbered .mtt-title {
    width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }
}
.mtt-text-section--numbered .mtt-title__flex {
  display: flex;
  width: 220px;
}
@media only screen and (max-width: 1000px) {
  .mtt-text-section--numbered .mtt-title__flex {
    flex-direction: row-reverse;
    width: auto;
  }
}
.mtt-text-section--numbered .mtt-title__tagline {
  color: #ACACAC;
  font-size: 14px;
  font-size: 0.875rem;
}

p span {
  color: #D0102B;
}

.mtt-course-cta {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  .mtt-course-cta {
    padding: 60px 0;
  }
}
.mtt-course-cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 31, 33, 0.96);
  z-index: 1;
}
.mtt-course-cta .page_container {
  display: flex;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .mtt-course-cta .page_container {
    flex-wrap: wrap;
  }
}
.mtt-course-cta .page_container:hover .mtt-course-box {
  opacity: 0.5;
}
.mtt-course-cta .page_container .mtt-course-box:hover {
  opacity: 1;
}
.mtt-course-cta .page_container .mtt-course-box:hover .arrow-link:after {
  right: -18px;
}
.mtt-course-cta .mtt-title h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .mtt-course-cta .mtt-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-course-cta .mtt-title h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.mtt-course-cta .mtt-title__tagline {
  font-weight: 600;
  margin-bottom: 10px;
}
.mtt-course-cta--light:after {
  background: rgba(255, 255, 255, 0.85);
}

.mtt-course-box {
  padding: 80px;
  border: 1px solid #FFF;
  display: flex;
  width: 33.3333333333%;
  transition: opacity 0.4s ease, border-width 0.3s ease, padding 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .mtt-course-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .mtt-course-box {
    width: 50%;
    flex-grow: 1;
    padding: 80px;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-course-box {
    padding: 60px;
  }
}
@media only screen and (max-width: 950px) {
  .mtt-course-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-course-box {
    padding: 80px;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .mtt-course-box {
    padding: 40px;
  }
}
.mtt-course-box p {
  margin: 25px 0 44px;
}
@media only screen and (max-width: 580px) {
  .mtt-course-box p {
    margin-bottom: 25px;
  }
}
.mtt-course-box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mtt-course-box--light {
  border: 1px solid #1F1F21;
}

.mtt-education-cta {
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 850px) {
  .mtt-education-cta {
    padding: 60px 0;
  }
}
.mtt-education-cta--dark {
  background-color: #1F1F21;
}
.mtt-education-cta--dark .title-wrapper h2 {
  color: #FFF;
}
.mtt-education-cta .title-wrapper {
  max-width: 1500px;
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
}
.mtt-education-cta .title-wrapper p {
  font-weight: 600;
  margin-bottom: 15px;
  color: #D0102B;
  text-transform: uppercase;
  font-weight: 700;
}
.mtt-education-cta .page_container {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .mtt-education-cta .page_container {
    flex-wrap: wrap;
  }
}
.mtt-education-cta .page_container:hover .mtt-education-box {
  opacity: 0.5;
}
.mtt-education-cta .page_container .mtt-education-box:hover {
  opacity: 1;
}
.mtt-education-cta .page_container .mtt-education-box:hover .arrow-link:after {
  right: -18px;
}
.mtt-education-cta .mtt-title h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #1B213F;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .mtt-education-cta .mtt-title h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-education-cta .mtt-title h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.mtt-education-cta .mtt-title__tagline {
  font-weight: 600;
  margin-bottom: 15px;
  color: #D0102B;
}
.mtt-education-cta .mtt-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.mtt-education-cta .mtt-price .price {
  font-size: 22px;
  font-size: 1.375rem;
  color: #1B213F;
  margin-right: 10px;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .mtt-education-cta .mtt-price .price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-education-cta .mtt-price .price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-education-cta .mtt-price .price-info {
  color: #1B213F;
  opacity: 0.6;
}
.mtt-education-cta .mtt-usps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .mtt-education-cta .mtt-usps {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 650px) {
  .mtt-education-cta .mtt-usps {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  .mtt-education-cta .mtt-usps .mtt-usp {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .mtt-education-cta .mtt-usps .mtt-usp {
    margin-right: 0;
  }
}
.mtt-education-cta .mtt-usps .mtt-usp p.usp-title {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1B213F;
}
@media screen and (max-width: 1280px) {
  .mtt-education-cta .mtt-usps .mtt-usp p.usp-title {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-education-cta .mtt-usps .mtt-usp p.usp-title {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.mtt-education-cta .mtt-usps .mtt-usp p.date, .mtt-education-cta .mtt-usps .mtt-usp p.duration, .mtt-education-cta .mtt-usps .mtt-usp p.teacher {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1B213F;
  opacity: 0.8;
}
@media screen and (max-width: 1280px) {
  .mtt-education-cta .mtt-usps .mtt-usp p.date, .mtt-education-cta .mtt-usps .mtt-usp p.duration, .mtt-education-cta .mtt-usps .mtt-usp p.teacher {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-education-cta .mtt-usps .mtt-usp p.date, .mtt-education-cta .mtt-usps .mtt-usp p.duration, .mtt-education-cta .mtt-usps .mtt-usp p.teacher {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.mtt-education-cta .mtt-line {
  margin: 30px 0;
  opacity: 0.1;
}
.mtt-education-cta .mtt-title-2 {
  margin-bottom: 40px;
}
.mtt-education-cta .mtt-title-2 h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1B213F;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .mtt-education-cta .mtt-title-2 h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-education-cta .mtt-title-2 h3 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mtt-education-cta .mtt-title-2 h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
  color: #1B213F;
}
@media screen and (max-width: 1280px) {
  .mtt-education-cta .mtt-title-2 h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-education-cta .mtt-title-2 h4 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.mtt-education-cta .mtt-title-2 h4:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../../img/icons/checkmark.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 5px;
  transform: scale(1);
}
.mtt-education-cta .mtt-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mtt-education-cta .mtt-link .pretext {
  width: 50%;
  margin-right: 30px;
  color: #1B213F;
  opacity: 0.6;
}
.mtt-education-cta .mtt-link .arrow-link {
  width: 50%;
  text-align: center;
  color: white;
  background-color: #D0102B;
  border-radius: 50px;
  padding: 15px 10px;
  transition: 0.3s ease;
}
.mtt-education-cta .mtt-link .arrow-link:after {
  display: none;
}
.mtt-education-cta .mtt-link .arrow-link:hover {
  background-color: rgb(184.3214285714, 14.1785714286, 38.1049107143);
}

.mtt-education-box-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -16px;
}

.mtt-education-box {
  padding: 40px 60px;
  background: #FFF;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  margin: 32px 16px;
  width: calc(33.3333333333% - 32px);
  transition: opacity 0.4s ease, border-width 0.3s ease, padding 0.3s ease;
}
@media only screen and (max-width: 1500px) {
  .mtt-education-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .mtt-education-box {
    width: 50%;
    flex-grow: 1;
    padding: 80px;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-education-box {
    padding: 60px;
  }
}
@media only screen and (max-width: 950px) {
  .mtt-education-box {
    padding: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-education-box {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .mtt-education-box {
    margin: 25px 16px;
  }
}
@media only screen and (max-width: 580px) {
  .mtt-education-box {
    padding: 30px;
    margin: 20px 16px;
  }
}
.mtt-education-box__content {
  display: block;
  width: 100%;
}

.mtt-cta-section {
  background: #D0102B;
  padding: 150px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-cta-section {
    padding: 60px 0;
  }
}
.mtt-cta-section .page_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .mtt-cta-section .page_container {
    display: block;
  }
}
.mtt-cta-section h2 {
  font-size: 45px;
  font-size: 2.8125rem;
}
@media screen and (max-width: 1280px) {
  .mtt-cta-section h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-cta-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.mtt-cta-section p {
  margin-top: 25px;
  opacity: 0.8;
}
.mtt-cta-section .mtt-title {
  min-width: 350px;
  margin-right: 80px;
}
@media only screen and (max-width: 850px) {
  .mtt-cta-section .mtt-title {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }
}
.mtt-cta-section .mtt-title__tagline {
  margin-bottom: 10px;
}
.mtt-cta-section .mtt-title__buttons {
  margin-top: 15px;
}
.mtt-cta-section__button-cta {
  margin: 10px;
  height: 52px;
  padding: 8px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.mtt-cta-section__button-cta div {
  opacity: 0.7;
  margin-top: 3px;
}
.mtt-cta-section__rating {
  margin-top: 25px;
  font-size: 24px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}
.mtt-cta-section__rating-text {
  opacity: 0.7;
  font-size: 14px;
  font-size: 0.875rem;
}
.mtt-cta-section__rating-stars {
  list-style: none;
  display: flex;
  margin-left: 20px;
}
.mtt-cta-section__rating-stars li {
  color: #FFF;
  margin-right: 4px;
}
.mtt-cta-section__rating-stars li.inactive {
  opacity: 0.3;
}
.mtt-cta-section__rating-stars li:last-of-type {
  margin-right: 0;
}
.mtt-cta-section__image {
  position: relative;
}
@media only screen and (max-width: 850px) {
  .mtt-cta-section__image {
    margin-top: 60px;
  }
}
.mtt-cta-section__image img {
  display: block;
  max-width: 800px;
  width: 100%;
  height: auto;
}
.mtt-cta-section__play-link {
  position: absolute;
  bottom: 5%;
  right: 5%;
  color: #FFF;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .mtt-cta-section__play-link {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-cta-section__play-link {
    margin-top: 0;
  }
}
.mtt-cta-section__play-link img, .mtt-cta-section__play-link svg {
  width: 50px;
  height: auto;
  display: block;
}
.mtt-cta-section__play-text {
  margin-left: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
.mtt-cta-section__play-text div {
  opacity: 0.7;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 3px;
}

.mtt-course-cards {
  padding: 150px 0;
  background: #1F1F21;
}
@media only screen and (max-width: 850px) {
  .mtt-course-cards {
    padding: 60px 0;
  }
}
.mtt-course-cards__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media only screen and (max-width: 750px) {
  .mtt-course-cards__wrap {
    margin: 0;
    display: none;
  }
  .mtt-course-cards__wrap:nth-of-type(1) {
    display: flex;
  }
}
.mtt-course-cards--filter {
  background: #F8F8F8;
}

.course-card {
  background: #FFF;
  background: linear-gradient(315deg, transparent 20px, #FFF 0) bottom right;
  width: calc(50% - 40px);
  margin: 20px;
  padding: 50px;
  display: flex;
  position: relative;
  color: #1B213F;
}
@media only screen and (max-width: 1250px) {
  .course-card {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .course-card {
    display: flex;
    width: 100%;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 580px) {
  .course-card {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .course-card {
    padding: 30px;
  }
}
.course-card__title-wrap {
  min-width: 210px;
  margin-right: 60px;
}
@media only screen and (max-width: 1250px) {
  .course-card__title-wrap {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .course-card__title-wrap {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 580px) {
  .course-card__title-wrap {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.course-card__small-text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8D909F;
  line-height: 1.6;
  margin-bottom: 20px;
}
.course-card__xsmall-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8D909F;
}
.course-card__price {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 1280px) {
  .course-card__price {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .course-card__price {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.course-card__price span {
  color: #8D909F;
  font-size: 16px;
  font-size: 1rem;
}
.course-card__title {
  font-family: "PT Sans", sans-serif;
  letter-spacing: -1px;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 25px;
  margin-bottom: 10px;
}
.course-card__title--small {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
}
.course-card__barcode {
  background-image: url("../../img/barcode.svg");
  background-repeat: repeat;
  height: 36px;
  width: 100%;
  margin: 15px 0 25px;
  max-width: 300px;
}
.course-card__flights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
}
.course-card__flights img {
  width: 40px;
  height: auto;
  flex-shrink: 0;
  margin: 0 10px 0 5px;
}
.course-card__flight-title > div:first-of-type {
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1280px) {
  .course-card__flight-title > div:first-of-type {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .course-card__flight-title > div:first-of-type {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.course-card__small-uppercase {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.course-card__pilot {
  display: flex;
}
.course-card__pilot > div {
  margin-right: 20px;
}
.course-card__pilot > div:last-of-type {
  margin-right: 0;
}
.course-card__pilot .course-card__small-uppercase {
  margin-bottom: 10px;
}
.course-card .flight-icon {
  transform: none;
  top: 0;
}

.mtt-course-title {
  padding-bottom: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .mtt-course-title {
    display: block;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .mtt-course-title .mtt-filter {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-course-title .mtt-filter {
    margin-top: 20px;
  }
  .mtt-course-title .mtt-filter > ul {
    overflow: auto;
    white-space: nowrap;
  }
  .mtt-course-title .mtt-filter > form {
    display: none;
  }
}
.mtt-course-title h2 {
  letter-spacing: -1.5px;
  margin-top: -5px;
}
.mtt-course-title__tagline {
  color: #D0102B;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}
.mtt-course-title__flight-icon {
  width: 55px;
  height: 55px;
  margin-right: 30px;
}
.mtt-course-title__flight-icon .a, .mtt-course-title__flight-icon .b {
  fill: none;
  stroke: none;
}
.mtt-course-title__flight-icon .border-color,
.mtt-course-title__flight-icon .plane-color {
  fill: #1B213F;
}
.mtt-course-title__text {
  display: flex;
}
@media only screen and (max-width: 1150px) {
  .mtt-course-title__text {
    display: block;
  }
}
.mtt-course-title__text > div {
  display: flex;
}
.mtt-course-title__text p {
  max-width: 450px;
  margin-left: 140px;
}
@media only screen and (max-width: 1300px) {
  .mtt-course-title__text p {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 1150px) {
  .mtt-course-title__text p {
    margin-left: 0;
    margin-top: 30px;
    max-width: 800px;
  }
}
.mtt-course-title__arrows {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .mtt-course-title__arrows {
    display: none;
  }
}
.mtt-course-title__arrow {
  width: 50px;
  height: 50px;
  border: 3px solid #FFF;
  transform: scale(0.7);
  opacity: 0.3;
  position: relative;
  transition: transform 0.15s ease-in-out, opacity 0.3s ease;
}
.mtt-course-title__arrow:after {
  content: "";
  position: absolute;
  top: 20px;
}
.mtt-course-title__arrow--right {
  margin-left: 10px;
}
.mtt-course-title__arrow--right:after {
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  margin-top: -6px;
  transform: rotate(-45deg);
  left: 12px;
}
.mtt-course-title__arrow--left:after {
  left: 17px;
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  margin-top: -6px;
  transform: rotate(135deg);
}
.mtt-course-title__arrow.active {
  transform: scale(1);
  opacity: 1;
  cursor: pointer;
}
.mtt-course-title__arrow.active:hover {
  transform: scale(1.05);
}
.mtt-course-title--white {
  color: #FFF;
}
.mtt-course-title--white .mtt-course-title__flight-icon .border-color,
.mtt-course-title--white .mtt-course-title__flight-icon .plane-color {
  fill: #FFF;
}
.mtt-course-title--border {
  border-bottom: 1px solid #E8E8E8;
}
@media only screen and (max-width: 850px) {
  .mtt-course-title--border {
    border-bottom: none;
  }
}

.mtt-course-list {
  padding: 100px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-course-list {
    padding: 60px 0;
  }
}
.mtt-course-list table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  .mtt-course-list table {
    margin-top: 30px;
  }
}
.mtt-course-list table tr {
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
}
.mtt-course-list table tr:hover td {
  background: #fafafa;
}
.mtt-course-list table tr a {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .mtt-course-list table tr a {
    position: static;
  }
  .mtt-course-list table tr a .flight-icon, .mtt-course-list table tr a .arrow-icon {
    position: static;
    transform: none;
    display: block;
    margin-left: auto;
  }
}
.mtt-course-list table td {
  transition: background 0.2s ease;
  vertical-align: middle;
}
.mtt-course-list table th, .mtt-course-list table td {
  padding: 25px 10px 25px 0;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .mtt-course-list table th:nth-of-type(5), .mtt-course-list table td:nth-of-type(5) {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .mtt-course-list table th:nth-of-type(4), .mtt-course-list table td:nth-of-type(4) {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .mtt-course-list table th:nth-of-type(4), .mtt-course-list table td:nth-of-type(4) {
    display: block;
  }
}
.mtt-course-list table th {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.025rem;
}
@media screen and (max-width: 1280px) {
  .mtt-course-list table th {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-course-list table th {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mtt-course-list table th:nth-of-type(5), .mtt-course-list table th:nth-of-type(6), .mtt-course-list table th:nth-of-type(7) {
  width: 150px;
}
@media only screen and (max-width: 1300px) {
  .mtt-course-list table th:nth-of-type(5), .mtt-course-list table th:nth-of-type(6), .mtt-course-list table th:nth-of-type(7) {
    width: 120px;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-course-list table th:nth-of-type(5), .mtt-course-list table th:nth-of-type(6), .mtt-course-list table th:nth-of-type(7) {
    width: auto;
  }
}
.mtt-course-list table .icon-cell {
  width: 50px;
}
@media only screen and (max-width: 750px) {
  .mtt-course-list table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .mtt-course-list table tr {
    border-bottom: none;
    display: block;
    margin-bottom: 20px;
    background: linear-gradient(315deg, transparent 10px, #F8F8F8 0) bottom right;
  }
  .mtt-course-list table td {
    display: block;
    text-align: right;
    padding: 15px;
    border-bottom: 1px solid #F1F1F1;
    width: auto;
  }
  .mtt-course-list table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  .mtt-course-list table td:nth-last-of-type(2) {
    border-bottom: none;
  }
}

.flight-icon, .arrow-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.flight-icon:hover .a, .flight-icon:hover .b, .arrow-icon:hover .a, .arrow-icon:hover .b {
  fill: rgb(184.3214285714, 14.1785714286, 38.1049107143);
}
.flight-icon .a, .flight-icon .b, .arrow-icon .a, .arrow-icon .b {
  fill: #D0102B;
  stroke: none;
  transition: fill 0.3s ease;
}
.flight-icon .border-color, .arrow-icon .border-color {
  fill: none;
}
.flight-icon .plane-color, .arrow-icon .plane-color {
  fill: #FFF;
}
.flight-icon--not_available:hover .a, .flight-icon--not_available:hover .b, .arrow-icon--not_available:hover .a, .arrow-icon--not_available:hover .b {
  fill: rgb(235.25, 235.25, 235.25);
}
.flight-icon--not_available .a, .flight-icon--not_available .b, .arrow-icon--not_available .a, .arrow-icon--not_available .b {
  fill: #F8F8F8;
}
.flight-icon--not_available .plane-color, .arrow-icon--not_available .plane-color {
  fill: rgb(184.25, 184.25, 184.25);
}

.arrow-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.arrow-icon rect {
  transition: fill 0.3s ease;
}
.arrow-icon:hover .a rect, .arrow-icon:hover .b rect {
  fill: rgb(184.3214285714, 14.1785714286, 38.1049107143);
}

.logo {
  width: 56px;
  height: 56px;
  margin-right: 30px;
}

.mtt-bubble-references {
  padding: 100px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-bubble-references {
    padding: 40px 0;
  }
}
.mtt-bubble-references .page_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .mtt-bubble-references .page_container {
    display: block;
  }
}
.mtt-bubble-references .mtt-course-title__flight-icon {
  margin-right: 15px;
}
.mtt-bubble-references h2 {
  margin-bottom: 20px;
  line-height: 1.4;
}
.mtt-bubble-references__tagline {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.mtt-bubble-references__tagline > div {
  text-transform: uppercase;
  font-weight: 700;
}
.mtt-bubble-references__tagline span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 5px;
}
.mtt-bubble-references__text {
  max-width: 520px;
  min-width: 400px;
  margin-right: 100px;
}
@media only screen and (max-width: 1150px) {
  .mtt-bubble-references__text {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-bubble-references__text {
    margin-right: 0;
    margin-bottom: 30px;
    min-width: auto;
    max-width: 100%;
  }
}
.mtt-bubble-references__text p {
  letter-spacing: -0.5px;
}
.mtt-bubble-references__reference {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E8E8E8;
}
.mtt-bubble-references__person {
  margin-left: 20px;
}
.mtt-bubble-references__person--name {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 8px;
}
.mtt-bubble-references__person--title {
  font-size: 15px;
}
.mtt-bubble-references__bubble {
  width: 85px;
  height: 85px;
  border-radius: 50px;
  background: #FFF;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mtt-bubble-references__bubble img {
  width: 80%;
}
.mtt-bubble-references img {
  display: block;
  max-width: 100%;
}
.mtt-bubble-references .mtt-cta-section__rating-stars {
  margin-left: 0;
}
.mtt-bubble-references .mtt-cta-section__rating-stars li {
  color: #D0102B;
  font-size: 24px;
  font-size: 1.5rem;
}
.mtt-bubble-references img.logo {
  margin-right: 15px;
}

.mtt-bubbles {
  position: relative;
  height: 0;
  padding-bottom: 35%;
  width: 100%;
  max-width: 770px;
}
@media only screen and (max-width: 1000px) {
  .mtt-bubbles {
    max-width: 100%;
    padding-bottom: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-bubbles {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .mtt-bubbles {
    padding-bottom: 70%;
  }
}
@media only screen and (max-width: 400px) {
  .mtt-bubbles {
    padding-bottom: 80%;
  }
}
.mtt-bubbles #svg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mtt-bubbles #svg-wrap path {
  stroke: rgb(209.109375, 209.109375, 211.890625);
  stroke-dasharray: 10;
  fill: transparent;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mtt-bubbles.show-paths #svg-wrap path {
  opacity: 1;
}

@keyframes popIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mtt-bubble {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  background: #FFF;
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 0.4s ease-in forwards;
}
.mtt-bubble__image {
  width: 75%;
}
.mtt-bubble img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mtt-bubble--center {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 600px) {
  .mtt-bubble--center {
    width: 90px;
    height: 90px;
    border-radius: 90px;
  }
}
.mtt-bubble--0 {
  width: 68px;
  height: 68px;
  border-radius: 68px;
  top: 12%;
  right: 26px;
}
@media only screen and (max-width: 600px) {
  .mtt-bubble--0 {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    right: 21px;
  }
}
.mtt-bubble--1 {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  bottom: 15%;
  right: -32.5px;
}
@media only screen and (max-width: 600px) {
  .mtt-bubble--1 {
    width: 55px;
    height: 55px;
    border-radius: 55px;
    right: -22.5px;
  }
}
.mtt-bubble--2 {
  width: 85px;
  height: 85px;
  border-radius: 85px;
  bottom: -39px;
  left: 45%;
}
@media only screen and (max-width: 600px) {
  .mtt-bubble--2 {
    width: 64px;
    height: 64px;
    border-radius: 64px;
    bottom: -32px;
  }
}
.mtt-bubble--3 {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  bottom: 12%;
  left: 32.5px;
}
@media only screen and (max-width: 600px) {
  .mtt-bubble--3 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    left: 25px;
  }
}
.mtt-bubble--4 {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  top: 45%;
  left: 18%;
}
@media only screen and (max-width: 600px) {
  .mtt-bubble--4 {
    width: 55px;
    height: 55px;
    border-radius: 55px;
  }
}
.mtt-bubble--5 {
  width: 68px;
  height: 68px;
  border-radius: 68px;
  top: 15%;
  left: 26px;
}
@media only screen and (max-width: 600px) {
  .mtt-bubble--5 {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    left: 21px;
  }
}
.mtt-bubble--6 {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  top: 40px;
  left: 35%;
}
@media only screen and (max-width: 600px) {
  .mtt-bubble--6 {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    top: 35px;
  }
}

.airplane {
  width: 20px;
  height: 20px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.5s ease 0.5s, visibility 0.5s ease 0.5s;
}
.airplane--red {
  background-image: url("../../img/icons/plane-red.svg");
}
.airplane--dark {
  background-image: url("../../img/icons/plane-dark.svg");
  transform: rotate(180deg);
}
.airplane--hidden {
  opacity: 0;
  visibility: hidden;
}

.lightbulb.airplane--red {
  background-image: url("../../img/icons/lightbulb-red.svg");
}
.lightbulb.airplane--dark {
  background-image: url("../../img/icons/lightbulb-dark.svg");
}
.lightbulb.airplane--hidden {
  opacity: 0;
  visibility: hidden;
}

.mtt-blog-posts {
  padding: 150px 0;
  background: #F8F8F8;
}
.mtt-blog-posts.video-section {
  padding: 120px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-blog-posts.video-section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-blog-posts {
    padding: 60px 0;
  }
}
.mtt-blog-posts--white {
  background: #FFF;
}
.mtt-blog-posts--white .mtt-blog-card {
  background-color: #F1F1F1;
}
.mtt-blog-posts--white .mtt-blog-card:after {
  border-right-color: #FFF;
  border-bottom-color: #FFF;
}
@media only screen and (max-width: 1100px) {
  .mtt-blog-posts--three .mtt-blog-card:nth-of-type(3) {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .mtt-blog-posts--three .mtt-blog-card:nth-of-type(3) {
    display: flex;
  }
}
.mtt-blog-posts.no-top-padding {
  padding-top: 0;
}
.mtt-blog-posts.no-bottom-padding {
  padding-bottom: 0;
}
.mtt-blog-posts.archive-page .mtt-blog-card {
  min-height: 400px;
}
@media only screen and (max-width: 650px) {
  .mtt-blog-posts.archive-page .mtt-blog-card {
    min-height: 100%;
  }
}
.mtt-blog-posts.archive-page .mtt-blog-card--videos {
  min-height: 300px;
}
.mtt-blog-posts .page_container {
  position: relative;
  z-index: 3;
}
.mtt-blog-posts__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .mtt-blog-posts__grid {
    margin: -15px 0;
  }
}
.mtt-blog-posts__grid.loading:after {
  display: block;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  animation: spin360transformed 2s ease-in-out infinite forwards;
}
.mtt-blog-posts__grid.loading .mtt-blog-card {
  opacity: 0.6;
}
.mtt-blog-posts__grid:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: none;
  border: 5px solid #D0102B;
  border-right-color: transparent;
  border-radius: 26px;
  width: 26px;
  height: 26px;
  z-index: 5;
  display: none;
}
.mtt-blog-posts__grid .no-results {
  margin: 20px;
  text-align: center;
  width: 100%;
  padding: 100px 0 50px;
}
.mtt-blog-posts__title {
  margin-bottom: 50px;
}
.mtt-blog-posts__title.mtt-course-title {
  padding-bottom: 0;
}
.mtt-blog-posts__tagline {
  color: #D0102B;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  margin-bottom: 3px;
}

.mtt-blog-card {
  background: #FFF;
  position: relative;
  margin: 20px;
  width: calc(33.3333333333% - 40px);
  display: flex;
  transition: transform 0.25s cubic-bezier(0.63, 0.56, 0.3, 1.53), box-shadow 0.25s cubic-bezier(0.63, 0.56, 0.3, 1.53), opacity 0.2s ease;
  box-shadow: 0 45px 50px -60px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1100px) {
  .mtt-blog-card {
    width: calc(50% - 40px);
  }
  .mtt-blog-card.third {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .mtt-blog-card {
    margin: 15px 0;
    width: 100%;
  }
  .mtt-blog-card.third {
    display: flex;
  }
}
.mtt-blog-card:hover {
  transform: scale(1.03);
  box-shadow: 0 50px 40px -50px rgba(0, 0, 0, 0.12);
}
.mtt-blog-card:active {
  transform: scale(1);
  box-shadow: 0 45px 50px -65px rgba(0, 0, 0, 0.16);
}
.mtt-blog-card:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-left: 14px solid transparent;
  border-top: 14px solid transparent;
  border-right: 14px solid #F8F8F8;
  border-bottom: 14px solid #F8F8F8;
  transform: scale(1.2);
  z-index: 3;
}
.mtt-blog-card__tagline {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.mtt-blog-card__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  transition: transform 5s ease;
}
@media screen and (max-width: 1280px) {
  .mtt-blog-card__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-blog-card__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.mtt-blog-card__title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
}
.mtt-blog-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px;
  height: 55px;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.mtt-blog-card p {
  color: #8D909F;
  letter-spacing: -0.03rem;
  margin-top: 15px;
}
.mtt-blog-card a {
  display: block;
  color: currentColor;
  padding: 60px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .mtt-blog-card a {
    padding: 40px;
  }
}
.mtt-blog-card--videos {
  min-height: 300px;
  cursor: pointer;
}
.mtt-blog-card--videos .mtt-blog-card__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFF;
}
.mtt-blog-card--videos .mtt-blog-card__tagline {
  color: #D0102B;
}
.mtt-blog-card--tools, .mtt-blog-card--podcasts {
  min-height: 300px;
}
.mtt-blog-card--tools .mtt-blog-card__title, .mtt-blog-card--podcasts .mtt-blog-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
}
.mtt-blog-card--image {
  background-size: cover;
  background-position: center;
  color: #FFF;
}
.mtt-blog-card--image > a {
  z-index: 4;
}
.mtt-blog-card--image:before {
  content: "";
  background: linear-gradient(to bottom, rgba(31, 31, 33, 0.5) 0%, #1f1f21 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@keyframes spin360transformed {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
.mtt-section-divider {
  padding: 150px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-section-divider {
    padding: 60px 0;
  }
}
.mtt-section-divider.no-top-padding {
  padding-top: 0;
}
.mtt-section-divider.no-bottom-padding {
  padding-bottom: 0;
}
.mtt-section-divider__line {
  width: 100%;
  height: 1px;
  background: #E8E8E8;
}

.mtt-image-banner {
  height: 0;
  padding-bottom: 33%;
  position: relative;
}
@media only screen and (max-width: 850px) {
  .mtt-image-banner {
    padding-bottom: 45%;
  }
}
.mtt-image-banner .object-fit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mtt-logo-line {
  padding: 120px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-logo-line {
    padding: 60px 0;
  }
}
.mtt-logo-line--grey {
  background: #F8F8F8;
}
.mtt-logo-line .page_container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-line .page_container {
    flex-wrap: wrap;
  }
}
.mtt-logo-line__title {
  color: #1B213F;
  font-size: 30px;
  font-size: 1.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .mtt-logo-line__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-logo-line__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .mtt-logo-line__title {
    width: 100%;
    text-align: center;
  }
}
.mtt-logo-line__title span {
  color: #D0102B;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1280px) {
  .mtt-logo-line__title span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-logo-line__title span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.mtt-logo-line__logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-line__logo-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 450px) {
  .mtt-logo-line__logo-wrap {
    flex-direction: column;
  }
}
.mtt-logo-line__logo {
  max-height: 60px;
  max-width: 210px;
}
@media only screen and (max-width: 450px) {
  .mtt-logo-line__logo {
    margin: 20px 0 0;
  }
}
.mtt-logo-line__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.mtt-logo-line__logo img,
.mtt-logo-line__logo svg {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 120px;
  max-height: 40px;
  width: auto;
}
.mtt-logo-line__logo--svg img {
  width: 100%;
}
.mtt-logo-line__logo .button, .mtt-logo-line__logo .mtt-contact-modal .modal-button input, .mtt-contact-modal .modal-button .mtt-logo-line__logo input, .mtt-logo-line__logo .mtt-text-section .wpcf7-submit, .mtt-text-section .mtt-logo-line__logo .wpcf7-submit {
  white-space: nowrap;
}
.mtt-logo-line__text {
  max-width: 300px;
  line-height: 1.4;
}

.mtt-text-image {
  position: relative;
}
.mtt-text-image img {
  display: block;
}
.mtt-text-image__box {
  position: relative;
  color: #FFF;
  z-index: 3;
  padding: 80px;
  max-width: 90%;
}
@media only screen and (max-width: 850px) {
  .mtt-text-image__box {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-text-image__box {
    padding: 40px;
  }
}
.mtt-text-image__box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1F1F21;
  z-index: 0;
}
.mtt-text-image__box .title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .mtt-text-image__box .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-image__box .title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.mtt-text-image__box .text, .mtt-text-image__box .title, .mtt-text-image__box .list {
  position: relative;
  z-index: 1;
}
.mtt-text-image__box__icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.mtt-text-image__box__icon svg {
  top: 0;
  transform: none;
}
.mtt-text-image__box__icon svg:hover .b {
  fill: #D0102B;
}
.mtt-text-image__extra-text {
  max-width: 500px;
  width: 40%;
  margin-top: 40px;
  position: absolute;
}
@media only screen and (max-width: 850px) {
  .mtt-text-image__extra-text {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}
.mtt-text-image--default .mtt-text-image__text-wrap {
  width: 55%;
  padding: 150px 100px 150px 0;
}
@media only screen and (max-width: 1300px) {
  .mtt-text-image--default .mtt-text-image__text-wrap {
    padding: 150px 50px 150px 0;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--default .mtt-text-image__text-wrap {
    padding: 60px 0;
    width: 100%;
  }
}
.mtt-text-image--default .mtt-text-image__text-wrap .text {
  margin-top: 30px;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (max-width: 1450px) {
  .mtt-text-image--default .mtt-text-image__text-wrap .text {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media only screen and (max-width: 1350px) {
  .mtt-text-image--default .mtt-text-image__text-wrap .text {
    -moz-column-gap: auto;
         column-gap: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .mtt-text-image--default .mtt-text-image__text-wrap .text {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.mtt-text-image--default .mtt-text-image__img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mtt-text-image--default .mtt-text-image__img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(31, 31, 33, 0.75) 0%, #1f1f21 100%);
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--default .mtt-text-image__img-wrap {
    position: relative;
    width: 100%;
  }
}
.mtt-text-image--default .mtt-text-image__img-wrap .object-fit {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mtt-text-image--default .mtt-text-image__img-wrap img {
  width: 100%;
}
.mtt-text-image--default .mtt-text-image__pattern {
  position: absolute;
  top: -60px;
  left: -35px;
  width: 120px;
  height: 180px;
  z-index: -1;
  position: absolute;
}
.mtt-text-image--default .mtt-text-image__pattern svg {
  width: 100%;
  height: 100%;
  background-image: url("../../img/patterns/square-white.svg");
  background-size: 21px 16px;
}
.mtt-text-image--default .mtt-text-image__pattern svg {
  opacity: 0.33;
}
.mtt-text-image--secondary {
  padding-bottom: 80px;
}
.mtt-text-image--secondary .page_container.outer {
  position: relative;
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--secondary .page_container.outer {
    max-width: 100%;
    width: auto;
  }
}
.mtt-text-image--secondary .page_container.inner {
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--secondary .page_container.inner {
    max-width: 90%;
    width: 1500px;
  }
}
.mtt-text-image--secondary .text {
  margin-top: 30px;
}
.mtt-text-image--secondary .mtt-text-image__box {
  right: 5%;
  bottom: 5%;
  position: absolute;
  max-width: calc(90% - 80px);
}
@media screen and (max-width: 1160px) {
  .mtt-text-image--secondary .mtt-text-image__box {
    padding: 60px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--secondary .mtt-text-image__box {
    position: relative;
    top: 0;
    right: auto;
    margin: 0 auto;
    max-width: 1500px;
    width: 90%;
  }
}
.mtt-text-image--secondary .mtt-text-image__box .title {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .mtt-text-image--secondary .mtt-text-image__box .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-text-image--secondary .mtt-text-image__box .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-text-image--secondary .mtt-text-image__img-wrap {
  width: calc(50% + 40px);
  position: absolute;
  right: 0;
  top: 80px;
  height: 100%;
  min-height: 400px;
}
.mtt-text-image--secondary .mtt-text-image__img-wrap .object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--secondary .mtt-text-image__img-wrap {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-text-image--secondary .mtt-text-image__img-wrap {
    min-height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .mtt-text-image--secondary .mtt-text-image__img-wrap {
    min-height: 250px;
  }
}
.mtt-text-image--secondary .mtt-text-image__text-wrap {
  position: relative;
  width: calc(50% + 40px);
  padding: 120px 100px;
  background: #F8F8F8;
}
@media screen and (max-width: 1160px) {
  .mtt-text-image--secondary .mtt-text-image__text-wrap {
    padding: 80px 60px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--secondary .mtt-text-image__text-wrap {
    width: 100%;
    padding: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .mtt-text-image--secondary .mtt-text-image__text-wrap {
    padding: 40px 30px;
  }
}
.mtt-text-image--secondary .mtt-text-image__text-wrap--dark {
  background: #1F1F21;
  color: #FFF;
}
.mtt-text-image--third {
  padding-bottom: 70px;
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--third {
    padding-bottom: 60px;
  }
}
.mtt-text-image--third .page_container.inner {
  width: auto;
  max-width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--third .page_container.inner {
    width: 90%;
    max-width: 1500px;
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--third .page_container.outer {
    width: auto;
    max-width: 100%;
  }
}
.mtt-text-image--third .mtt-text-image__img-wrap {
  width: 85%;
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--third .mtt-text-image__img-wrap {
    width: 100%;
  }
}
.mtt-text-image--third .mtt-text-image__text-wrap {
  background: #1F1F21;
  padding: 80px;
  color: #FFF;
  position: relative;
  top: -80px;
  max-width: 50%;
}
@media only screen and (max-width: 1100px) {
  .mtt-text-image--third .mtt-text-image__text-wrap {
    padding: 50px;
  }
}
@media only screen and (max-width: 940px) {
  .mtt-text-image--third .mtt-text-image__text-wrap {
    padding: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--third .mtt-text-image__text-wrap {
    top: 0;
    max-width: 100%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .mtt-text-image--third .mtt-text-image__text-wrap {
    padding: 30px;
  }
}
.mtt-text-image--third .mtt-text-image__text {
  max-width: 600px;
  margin: 60px 60px 0 0;
  color: #606061;
}
@media only screen and (max-width: 1100px) {
  .mtt-text-image--third .mtt-text-image__text {
    margin: 40px 40px 0 0;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-image--third .mtt-text-image__text {
    max-width: 100%;
  }
}
.mtt-text-image--third .text {
  margin-top: 30px;
}
.mtt-text-image p {
  margin-top: 30px;
}
.mtt-text-image p:first-of-type {
  margin-top: 0;
}
.mtt-text-image--no-overlay .mtt-text-image__img-wrap:after {
  display: none;
}

.mtt-employee-slider-wrap {
  padding: 150px 0;
  background: #FFF;
}
@media only screen and (max-width: 850px) {
  .mtt-employee-slider-wrap {
    padding: 60px 0;
  }
}

.mtt-employee-slider {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .mtt-employee-slider {
    display: block;
  }
}
.mtt-employee-slider img {
  display: block;
}
.mtt-employee-slider__image-wrap {
  width: 45%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .mtt-employee-slider__image-wrap {
    width: 100%;
  }
}
.mtt-employee-slider__image-wrap img {
  width: 100%;
  height: auto;
}
.mtt-employee-slider__vertical-text {
  position: absolute;
  top: 0;
  left: -20px;
  transform: rotate(-90deg) translate(-100%, -100%);
  transform-origin: top left;
  font-size: 28px;
  font-size: 1.75rem;
  color: #1B213F;
}
@media screen and (max-width: 1280px) {
  .mtt-employee-slider__vertical-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-slider__vertical-text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1100px) {
  .mtt-employee-slider__vertical-text {
    padding-bottom: 100%;
  }
}
.mtt-employee-slider__vertical-text .position {
  font-size: 16px;
  font-size: 1rem;
  color: #606061;
}
.mtt-employee-slider__text-wrap {
  background: #F8F8F8;
  width: 55%;
  height: auto;
  min-height: calc(100% - 100px);
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 1;
  padding: 100px 100px 100px 200px;
  position: relative;
  padding: 100px;
  overflow: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1500px) {
  .mtt-employee-slider__text-wrap {
    max-height: 850px;
  }
}
@media only screen and (max-width: 1400px) {
  .mtt-employee-slider__text-wrap {
    max-height: 700px;
    padding: 80px;
  }
}
@media only screen and (max-width: 1100px) {
  .mtt-employee-slider__text-wrap {
    width: 100%;
    position: relative;
    top: -50px;
    padding: 60px;
    max-height: 100%;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-employee-slider__text-wrap {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 550px) {
  .mtt-employee-slider__text-wrap {
    top: 0;
    padding: 40px;
  }
}
.mtt-employee-slider__name {
  font-size: 28px;
  font-size: 1.75rem;
  color: #1B213F;
  transform: translate(0, 0);
  transition: transform 1s ease, opacity 1s ease;
  opacity: 1;
  transition-delay: 0.25s;
}
@media screen and (max-width: 1280px) {
  .mtt-employee-slider__name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-slider__name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.mtt-employee-slider__name .position {
  font-size: 24px;
  font-size: 1.5rem;
  color: #606061;
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  .mtt-employee-slider__name .position {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-slider__name .position {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-employee-slider__text {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #606061;
  transform: translate(0, 0);
  transition: transform 1s ease, opacity 1s ease;
  opacity: 1;
  transition-delay: 0.25s;
}
@media screen and (max-width: 1280px) {
  .mtt-employee-slider__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-slider__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mtt-employee-slider__text p {
  margin-top: 15px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #606061;
}
@media screen and (max-width: 1280px) {
  .mtt-employee-slider__text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-slider__text p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mtt-employee-slider__slide {
  height: 0;
  padding-bottom: 130%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .mtt-employee-slider__slide {
    padding-bottom: 100%;
  }
}
.mtt-employee-slider__slide.hidden {
  display: none;
}
.mtt-employee-slider__slide .object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mtt-employee-slider__next-wrap {
  position: relative;
  padding: 30px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.4s ease, transform 0.2s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .mtt-employee-slider__next-wrap {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-employee-slider__next-wrap {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-employee-slider__next-wrap:hover {
  color: #1B213F;
}
.mtt-employee-slider__next-wrap:hover .mtt-employee-slider__next-icon {
  transform: translate(5px, 0);
}
.mtt-employee-slider__next-wrap:hover .mtt-employee-slider__next-icon svg {
  fill: #1B213F;
}
@media only screen and (max-width: 1100px) {
  .mtt-employee-slider__next-wrap {
    margin: 0 60px;
    padding: 20px 0 70px;
  }
}
@media only screen and (max-width: 550px) {
  .mtt-employee-slider__next-wrap {
    position: absolute;
    padding: 20px 0;
    margin: 0 40px;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #FFF;
  }
  .mtt-employee-slider__next-wrap:hover {
    color: rgb(229.5, 229.5, 229.5);
    transform: translate(0, -5px);
  }
}
@media only screen and (max-width: 450px) {
  .mtt-employee-slider__next-wrap {
    margin: 0 20px;
    text-align: right;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.mtt-employee-slider__next-wrap .name .position {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
.mtt-employee-slider__next-text {
  display: inline-block;
  padding-right: 50px;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .mtt-employee-slider__next-text {
    padding: 10px 0 0;
  }
}
.mtt-employee-slider__next-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 650px) {
  .mtt-employee-slider__next-icon {
    display: none;
  }
}
.mtt-employee-slider__next-icon svg {
  width: 33px;
  fill: #606061;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: fill 0.4s ease;
}
.mtt-employee-slider__next-image {
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media only screen and (max-width: 1300px) {
  .mtt-employee-slider__next-image {
    right: 30px;
  }
}
@media only screen and (max-width: 800px) {
  .mtt-employee-slider__next-image {
    right: 20px;
  }
}
@media only screen and (max-width: 550px) {
  .mtt-employee-slider__next-image {
    right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .mtt-employee-slider__next-image {
    position: relative;
    margin-left: auto;
  }
}
.mtt-employee-slider__next-image img {
  width: 100%;
  height: auto;
}
.mtt-employee-slider__text-slide.hidden {
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: -1;
  height: 0;
  overflow: hidden;
}
.mtt-employee-slider__text-slide.hidden .mtt-employee-slider__name {
  transform: translate(0, 10px);
  opacity: 0;
}
.mtt-employee-slider__text-slide.hidden .mtt-employee-slider__text {
  transform: translate(0, 20px);
  opacity: 0;
}
.mtt-employee-slider__link {
  color: #8D909F;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 5px;
}
.mtt-employee-slider__link a {
  color: currentColor;
}
.mtt-employee-slider__links {
  margin: -8px;
  margin-top: 30px;
}
.mtt-employee-slider__links a {
  margin: 8px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mtt-price-boxes {
  padding: 150px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-price-boxes {
    padding: 60px 0;
  }
}
.mtt-price-boxes .page_container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1000px) {
  .mtt-price-boxes .page_container {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  }
}

.mtt-price-box {
  width: 50%;
  padding: 60px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
}
.mtt-price-box:nth-of-type(odd) {
  border-right: 1px solid #F1F1F1;
}
@media only screen and (max-width: 1000px) {
  .mtt-price-box:nth-of-type(odd) {
    border-right: none;
  }
}
.mtt-price-box:nth-of-type(even) {
  border-left: 1px solid #F1F1F1;
}
@media only screen and (max-width: 1000px) {
  .mtt-price-box:nth-of-type(even) {
    border-left: none;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-price-box {
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #F1F1F1;
  }
  .mtt-price-box:last-of-type(even) {
    border-bottom: none;
  }
}
.mtt-price-box__item-wrap {
  margin-top: 30px;
}
.mtt-price-box__item {
  padding: 30px 0;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .mtt-price-box__item {
    display: block;
  }
}
.mtt-price-box__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.mtt-price-box__item a {
  color: #1B213F;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  transition: color 0.2s ease;
}
@media only screen and (max-width: 480px) {
  .mtt-price-box__item a {
    display: block;
  }
}
.mtt-price-box__item a:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.mtt-price-box__item a:hover {
  color: #D0102B;
}
.mtt-price-box__item a:hover .text-secondary {
  color: #D0102B;
}
.mtt-price-box__item-price {
  margin-left: 40px;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  .mtt-price-box__item-price {
    margin-left: 0;
    margin-top: 15px;
  }
}
.mtt-price-box .text-secondary {
  color: #8D909F;
  line-height: 1.6;
  transition: color 0.2s ease;
}
.mtt-price-box .title, .mtt-price-box .title-small {
  font-weight: 700;
  letter-spacing: -1px;
}
.mtt-price-box .title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 1280px) {
  .mtt-price-box .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-price-box .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.mtt-price-box h2.title {
  margin-bottom: 20px;
}
.mtt-price-box .title-small {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 1280px) {
  .mtt-price-box .title-small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-price-box .title-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mtt-price-box .price {
  white-space: nowrap;
  padding-left: 20px;
}

.mtt-contact {
  min-height: 98vh;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .mtt-contact {
    min-height: calc(98vh - 60px);
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-contact {
    display: flex;
    flex-direction: column-reverse;
  }
}
.mtt-contact h1 {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 1280px) {
  .mtt-contact h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-contact h1 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.mtt-contact__content {
  width: 39%;
  padding: 150px 8% 100px 0;
}
@media screen and (max-width: 1160px) {
  .mtt-contact__content {
    padding: 60px 8% 60px 0;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-contact__content {
    width: 100%;
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.mtt-contact__section {
  padding: 40px 0;
  border-bottom: 1px solid #E8E8E8;
}
@media only screen and (max-width: 1000px) {
  .mtt-contact__section {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .mtt-contact__section {
    width: 100%;
  }
}
.mtt-contact__section .title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  font-family: "PT Sans", sans-serif;
}
.mtt-contact__section > div {
  margin: 10px 0;
}
@media only screen and (max-width: 1000px) {
  .mtt-contact__title {
    width: 100%;
    padding-top: 0;
  }
}
.mtt-contact__title p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 15px;
  color: #8D909F;
  max-width: 300px;
}
@media screen and (max-width: 1280px) {
  .mtt-contact__title p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-contact__title p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.mtt-contact__phone span {
  color: #8D909F;
  text-transform: uppercase;
  font-weight: 700;
  min-width: 65px;
  display: inline-block;
}
.mtt-contact__phone a {
  color: #1B213F;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.mtt-contact__background {
  background-image: url("../../img/contact-man.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1000px) {
  .mtt-contact__background {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: top 15% center;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-contact__background {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .mtt-contact__background {
    height: 250px;
  }
}
@media only screen and (max-width: 450px) {
  .mtt-contact__background {
    height: 200px;
  }
}
.mtt-contact__icon {
  border: 4px solid #1F1F21;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  background-image: url("../../img/icons/luggage.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.mtt-contact__download {
  display: flex;
  color: #1B213F;
  align-items: center;
  padding-top: 30px;
}
.mtt-contact__download .title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 5px;
}
.mtt-contact__download .subtitle {
  color: #8D909F;
  line-height: 1;
  margin-top: 5px;
}

.mtt-image-gallery {
  padding: 150px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-image-gallery {
    padding: 60px 0;
  }
}
.mtt-image-gallery__grid {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px;
}
@media only screen and (max-width: 400px) {
  .mtt-image-gallery__grid {
    margin: -5px;
  }
}
.mtt-image-gallery__image-wrap {
  width: calc(20% - 20px);
  margin: 20px 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1000px) {
  .mtt-image-gallery__image-wrap {
    width: calc(25% - 20px);
  }
}
@media only screen and (max-width: 700px) {
  .mtt-image-gallery__image-wrap {
    width: calc(33.3333333333% - 20px);
  }
}
@media only screen and (max-width: 400px) {
  .mtt-image-gallery__image-wrap {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
.mtt-image-gallery__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
}

.medium-zoom-overlay {
  z-index: 10;
}

.medium-zoom-image {
  z-index: 11;
}

.image-slider {
  background: #1F1F21;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
@media only screen and (max-width: 850px) {
  .image-slider {
    padding: 60px 0;
  }
}
.image-slider .title-wrap {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .image-slider .title-wrap {
    margin-bottom: 50px;
    display: block;
  }
}
.image-slider .title-wrap .mtt-title {
  max-width: 100%;
}
.image-slider .title-wrap .mtt-title__tagline {
  margin-bottom: 15px;
}
@media only screen and (max-width: 850px) {
  .image-slider .title-wrap .press-download {
    margin-top: 30px;
  }
}
.image-slider .image-slider-prev, .image-slider .image-slider-next {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 3;
  width: 120px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s;
}
@media only screen and (max-width: mobilepx) {
  .image-slider .image-slider-prev, .image-slider .image-slider-next {
    display: none;
  }
}
.image-slider .image-slider-prev:hover, .image-slider .image-slider-next:hover {
  opacity: 1;
}
.image-slider .image-slider-prev:after, .image-slider .image-slider-next:after {
  content: "";
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: mobilepx) {
  .image-slider .image-slider-prev:after, .image-slider .image-slider-next:after {
    padding: 7px;
  }
}
.image-slider .image-slider-prev {
  left: 0px;
}
.image-slider .image-slider-prev:after {
  transform: rotate(135deg);
  left: 50px;
}
@media only screen and (max-width: mobilepx) {
  .image-slider .image-slider-prev:after {
    left: 10px;
  }
}
.image-slider .image-slider-next {
  right: 0px;
}
.image-slider .image-slider-next:after {
  transform: rotate(-45deg);
  right: 50px;
}
@media only screen and (max-width: mobilepx) {
  .image-slider .image-slider-next:after {
    right: 10px;
  }
}
.image-slider .image-slider-inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .image-slider .image-slider-inner {
    width: 90%;
  }
}
.image-slider .image-slider-inner .image-slider-items {
  overflow: visible !important;
}
.image-slider .image-slider-inner .image-slider-items > div {
  overflow: auto;
}
.image-slider .image-slider-inner .image-slider-items.quotes .image-item {
  max-width: 820px;
}
.image-slider .image-slider-inner .image-slider-items .image-item {
  width: 900px;
  height: auto;
  opacity: 0.2;
  transition: all 0.2s;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  .image-slider .image-slider-inner .image-slider-items .image-item {
    width: calc(100% - 40px);
    margin: 0px 20px;
  }
}
@media only screen and (max-width: mobilepx) {
  .image-slider .image-slider-inner .image-slider-items .image-item {
    width: calc(100% - 10px);
    margin: 0px 10px;
  }
}
.image-slider .image-slider-inner .image-slider-items .image-item.active {
  opacity: 1;
  visibility: visible;
}
.image-slider .image-slider-inner .image-slider-items .image-item.active .play-box .play-btn {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.image-slider .image-slider-inner .image-slider-items .image-item.active .image-item-text {
  opacity: 1;
}
.image-slider .image-slider-inner .image-slider-items .image-item.animate {
  opacity: 0.2;
  visibility: visible;
}
.image-slider .image-slider-inner .image-slider-items .image-item.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.image-slider .image-slider-inner .image-slider-items .image-item .play-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.image-slider .image-slider-inner .image-slider-items .image-item .play-box .object-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-slider .image-slider-inner .image-slider-items .image-item .play-box .object-fit img {
  width: 100%;
  height: 100%;
}
.image-slider .image-slider-inner .image-slider-items .image-item .play-box .play-btn {
  position: absolute;
  opacity: 0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  margin-top: 25px;
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text.quotes {
  opacity: 1;
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text h2 {
  color: #ACACAC;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: -0.2px;
  margin-bottom: 15px;
  max-width: 740px;
}
@media screen and (max-width: 1280px) {
  .image-slider .image-slider-inner .image-slider-items .image-item .image-item-text h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 580px) {
  .image-slider .image-slider-inner .image-slider-items .image-item .image-item-text h2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .tagline {
  color: #ACACAC;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .tagline {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 580px) {
  .image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .tagline {
    font-size: 16px;
    font-size: 1rem;
  }
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .quote {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .quote {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .quote {
    font-size: 16px;
    font-size: 1rem;
  }
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .quote p {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .quote p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .quote p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .person {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .person-image {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .person-image img {
  display: block;
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .person-name {
  margin-left: 15px;
  color: #8D909F;
  font-size: 18px;
  font-size: 1.125rem;
}
.image-slider .image-slider-inner .image-slider-items .image-item .image-item-text .person-name span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

.image-slider-wrap {
  position: relative;
}

.mtt-logo-download {
  padding: 150px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-logo-download {
    padding: 60px 0;
  }
}
.mtt-logo-download .mtt-title {
  max-width: 100%;
  padding-bottom: 60px;
}
@media only screen and (max-width: 850px) {
  .mtt-logo-download .mtt-title {
    padding-bottom: 30px;
  }
}
.mtt-logo-download .mtt-title__tagline {
  margin-bottom: 15px;
}
.mtt-logo-download__grid {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}
@media only screen and (max-width: 1250px) {
  .mtt-logo-download__grid {
    display: block;
    margin: -30px 0;
  }
}
.mtt-logo-download__logo-section {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
@media only screen and (max-width: 400px) {
  .mtt-logo-download__logo-section {
    display: block;
  }
}
.mtt-logo-download__logo-section img {
  display: block;
  width: auto;
  height: 95px;
}
@media only screen and (max-width: 1550px) {
  .mtt-logo-download__logo-section img {
    height: 84px;
  }
}
@media only screen and (max-width: 1450px) {
  .mtt-logo-download__logo-section img {
    height: 70px;
  }
}
@media only screen and (max-width: 1250px) {
  .mtt-logo-download__logo-section img {
    height: 90px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-logo-download__logo-section img {
    height: auto;
    width: 100%;
  }
}
.mtt-logo-download__logo-section--1 .mtt-logo-download__logo-wrap:last-of-type {
  border-bottom: none;
}
.mtt-logo-download__logo-wrap {
  margin: 0 30px;
  display: block;
}
@media only screen and (max-width: 1250px) {
  .mtt-logo-download__logo-wrap {
    width: 50%;
    margin: 30px;
  }
  .mtt-logo-download__logo-wrap:nth-of-type(odd) {
    margin-left: 0;
  }
  .mtt-logo-download__logo-wrap:nth-of-type(even) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 400px) {
  .mtt-logo-download__logo-wrap {
    width: 100%;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E8E8;
  }
}
.mtt-logo-download__border {
  width: 1px;
  background: #E8E8E8;
  margin: 0 60px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1250px) {
  .mtt-logo-download__border {
    display: none;
  }
}
.mtt-logo-download__border:last-of-type {
  display: none;
}
.mtt-logo-download__text {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 25px;
  color: #1B213F;
}
@media only screen and (max-width: 480px) {
  .mtt-logo-download__text {
    letter-spacing: 0.5px;
  }
}

.mtt-logo-wall {
  padding: 150px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-logo-wall {
    padding: 60px 0;
  }
}
.mtt-logo-wall h2 {
  margin-bottom: 80px;
  max-width: 600px;
}
@media only screen and (max-width: 850px) {
  .mtt-logo-wall h2 {
    margin-bottom: 40px;
  }
}
.mtt-logo-wall.no-top-padding {
  padding-top: 0;
}
.mtt-logo-wall.no-bottom-padding {
  padding-bottom: 0;
}
.mtt-logo-wall__container {
  display: flex;
  flex-wrap: wrap;
}
.mtt-logo-wall__container--0 .mtt-logo-wall__logo-wrap:nth-last-child(-n+5) {
  border-bottom: none;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-wall__container--0 .mtt-logo-wall__logo-wrap:nth-last-child(-n+5) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--0 .mtt-logo-wall__logo-wrap:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-logo-wall__container--0 .mtt-logo-wall__logo-wrap:nth-last-child(-n+3) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--0 .mtt-logo-wall__logo-wrap:last-child {
    border-bottom: none;
  }
}
.mtt-logo-wall__container--0-special .mtt-logo-wall__logo-wrap:nth-last-child(-n+5) {
  border-bottom: none;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-wall__container--0-special .mtt-logo-wall__logo-wrap:nth-last-child(-n+5) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--0-special .mtt-logo-wall__logo-wrap:nth-last-child(-n+4) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-logo-wall__container--0-special .mtt-logo-wall__logo-wrap:nth-last-child(-n+4) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--0-special .mtt-logo-wall__logo-wrap:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-logo-wall__container--0-special .mtt-logo-wall__logo-wrap:nth-last-child(-n+4) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--0-special .mtt-logo-wall__logo-wrap:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.mtt-logo-wall__container--1 .mtt-logo-wall__logo-wrap:nth-last-child(-n+1) {
  border-bottom: none;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-wall__container--1 .mtt-logo-wall__logo-wrap:nth-last-child(-n+4) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-logo-wall__container--1 .mtt-logo-wall__logo-wrap:nth-last-child(-n+4) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--1 .mtt-logo-wall__logo-wrap:last-of-type {
    border-bottom: none;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-logo-wall__container--1 .mtt-logo-wall__logo-wrap:nth-last-child(-n+4) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--1 .mtt-logo-wall__logo-wrap:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.mtt-logo-wall__container--2 .mtt-logo-wall__logo-wrap:nth-last-child(-n+2) {
  border-bottom: none;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-wall__container--2 .mtt-logo-wall__logo-wrap:nth-last-child(-n+2) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--2 .mtt-logo-wall__logo-wrap:nth-last-child(-n+1) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-logo-wall__container--2 .mtt-logo-wall__logo-wrap:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-logo-wall__container--2 .mtt-logo-wall__logo-wrap:nth-last-child(2) {
    border-bottom: 1px solid #E8E8E8;
  }
}
.mtt-logo-wall__container--3 .mtt-logo-wall__logo-wrap:nth-last-child(-n+3) {
  border-bottom: none;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-wall__container--3 .mtt-logo-wall__logo-wrap:nth-last-child(-n+3) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--3 .mtt-logo-wall__logo-wrap:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-logo-wall__container--3 .mtt-logo-wall__logo-wrap:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-logo-wall__container--3 .mtt-logo-wall__logo-wrap:nth-last-child(3) {
    border-bottom: 1px solid #E8E8E8;
  }
}
.mtt-logo-wall__container--4 .mtt-logo-wall__logo-wrap:nth-last-child(-n+4) {
  border-bottom: none;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-wall__container--4 .mtt-logo-wall__logo-wrap:nth-last-child(-n+4) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--4 .mtt-logo-wall__logo-wrap:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-logo-wall__container--4 .mtt-logo-wall__logo-wrap:nth-last-child(-n+3) {
    border-bottom: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__container--4 .mtt-logo-wall__logo-wrap:nth-last-child(-n+1) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-logo-wall__container--4 .mtt-logo-wall__logo-wrap:nth-last-child(4) {
    border-bottom: 1px solid #E8E8E8;
  }
}
.mtt-logo-wall__logo-wrap {
  width: 20%;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.mtt-logo-wall__logo-wrap:nth-of-type(5n+5) {
  border-right: none;
}
@media only screen and (max-width: 1000px) {
  .mtt-logo-wall__logo-wrap {
    width: 25%;
  }
  .mtt-logo-wall__logo-wrap:nth-of-type(5n+5) {
    border-right: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__logo-wrap:nth-of-type(4n+4) {
    border-right: none;
  }
}
@media only screen and (max-width: 700px) {
  .mtt-logo-wall__logo-wrap {
    width: 33.3333333333%;
  }
  .mtt-logo-wall__logo-wrap:nth-of-type(4n+4) {
    border-right: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__logo-wrap:nth-of-type(3n+3) {
    border-right: none;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-logo-wall__logo-wrap {
    width: 50%;
  }
  .mtt-logo-wall__logo-wrap:nth-of-type(3n+3) {
    border-right: 1px solid #E8E8E8;
  }
  .mtt-logo-wall__logo-wrap:nth-of-type(even) {
    border-right: none;
  }
}
.mtt-logo-wall__logo-wrap img {
  display: block;
  margin: 0 auto;
  height: auto;
  max-width: 125px;
  max-height: 50px;
  width: auto;
}
.mtt-logo-wall__logo-wrap--svg img {
  width: 100%;
}

.mtt-info-line {
  padding: 90px 0;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 850px) {
  .mtt-info-line {
    padding: 30px 0;
  }
}
.mtt-info-line .page_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1250px) {
  .mtt-info-line .page_container {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-info-line .page_container {
    align-items: center;
  }
}
.mtt-info-line.info-below .page_container {
  flex-direction: column;
  align-items: flex-start;
}
.mtt-info-line.info-below .mtt-info-line__title {
  margin-bottom: 60px;
}
.mtt-info-line.info-below .mtt-info-line__content {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 1250px) {
  .mtt-info-line.info-below .mtt-info-line__content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .mtt-info-line.info-below .mtt-info-line__numbers--text > div {
    max-width: 150px;
    white-space: normal;
  }
}
.mtt-info-line.full-width .page_container {
  flex-wrap: wrap;
}
.mtt-info-line.full-width .mtt-info-line__content-textfields {
  margin-left: -30px;
  margin-top: 60px;
}
@media only screen and (max-width: 1250px) {
  .mtt-info-line.full-width .mtt-info-line__content-textfields {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .mtt-info-line.full-width .mtt-info-line__content-textfields {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 900px) {
  .mtt-info-line.full-width .mtt-info-line__content-textfields {
    flex-wrap: wrap;
    margin: 0;
  }
}
.mtt-info-line.full-width .mtt-info-line__textfields {
  max-width: 100%;
  width: 33.3333333333%;
}
@media only screen and (max-width: 900px) {
  .mtt-info-line.full-width .mtt-info-line__textfields {
    margin: 15px 0;
    width: 100%;
  }
}
.mtt-info-line__title {
  flex-shrink: 0;
}
@media only screen and (max-width: 1250px) {
  .mtt-info-line__title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .mtt-info-line__title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-info-line__title {
    text-align: center;
  }
}
.mtt-info-line__title h2 {
  font-weight: 300;
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (max-width: 1280px) {
  .mtt-info-line__title h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-info-line__title h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 900px) {
  .mtt-info-line__title--numbers {
    width: 100%;
    text-align: center;
  }
}
.mtt-info-line__content {
  display: flex;
}
@media only screen and (max-width: 1600px) {
  .mtt-info-line__content {
    width: 100%;
    margin: -20px;
    justify-content: space-between;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 1250px) {
  .mtt-info-line__content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .mtt-info-line__content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-info-line__content {
    flex-wrap: wrap;
    margin: -20px 0;
  }
}
.mtt-info-line__numbers {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.mtt-info-line__numbers:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 1600px) {
  .mtt-info-line__numbers {
    margin: 20px;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-info-line__numbers {
    width: calc(50% - 40px);
  }
  .mtt-info-line__numbers:first-of-type {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-info-line__numbers {
    width: 100%;
    margin: 20px 0;
  }
}
.mtt-info-line__numbers--number {
  color: #ACACAC;
  font-weight: 700;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-right: 15px;
}
@media only screen and (max-width: 1600px) {
  .mtt-info-line__numbers--number {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.mtt-info-line__numbers--text {
  color: #8D909F;
  font-size: 16px;
  font-size: 1rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.mtt-info-line__numbers--text span {
  color: #1B213F;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 4px;
  line-height: 1;
  font-family: "PT Sans", sans-serif;
}
.mtt-info-line__content-textfields {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: -20px -30px;
  margin-left: 10%;
}
@media only screen and (max-width: 1250px) {
  .mtt-info-line__content-textfields {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 900px) {
  .mtt-info-line__content-textfields {
    flex-wrap: wrap;
    margin: -10px 0;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-info-line__content-textfields {
    justify-content: center;
  }
}
.mtt-info-line__textfields {
  max-width: 260px;
  margin: 20px 30px;
}
@media only screen and (max-width: 900px) {
  .mtt-info-line__textfields {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 500px) {
  .mtt-info-line__textfields {
    text-align: center;
  }
}
.mtt-info-line__textfields p {
  color: #8D909F;
}
.mtt-info-line__textfields p span {
  color: #D0102B;
}

.mtt-text-references {
  padding: 150px 0;
}
@media only screen and (max-width: 850px) {
  .mtt-text-references {
    padding: 60px 0;
  }
}
.mtt-text-references .page_container {
  display: flex;
}
@media only screen and (max-width: 1300px) {
  .mtt-text-references .page_container {
    display: block;
  }
}
.mtt-text-references .mtt-title {
  padding-right: 100px;
  max-width: 550px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1300px) {
  .mtt-text-references .mtt-title {
    padding-right: 0;
    max-width: 450px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 850px) {
  .mtt-text-references .mtt-title {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.mtt-text-references .mtt-title h2 span {
  color: #ACACAC;
}
.mtt-text-references .mtt-text-section__pattern {
  width: 100%;
}
.mtt-text-references__container {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -30px;
}
@media only screen and (max-width: 700px) {
  .mtt-text-references__container {
    margin: -20px 0;
  }
}
.mtt-text-references .mtt-bubble-references__reference {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.mtt-text-references .mtt-bubble-references__bubble {
  background-size: cover;
  background-position: center;
}
.mtt-text-references__reference {
  width: calc(50% - 60px);
  margin: 20px 30px;
}
@media only screen and (max-width: 700px) {
  .mtt-text-references__reference {
    width: 100%;
    margin: 20px 0;
  }
}
.mtt-text-references__reference p {
  margin-top: 20px;
}

.mtt-text-page .single-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.mtt-text-page .single-wrapper .single-cover-wrapper .mtt-title {
  max-width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
}
.mtt-text-page .single-wrapper .single-content-wrapper .single-content {
  max-width: 100%;
  width: 100%;
}

.mtt-course-selector {
  background: #F8F8F8;
}
.mtt-course-selector.not-below-cover {
  padding-top: 60px;
}
.mtt-course-selector.not-below-cover .mtt-course-selector__wrap {
  margin-top: 0;
}
.mtt-course-selector__wrap {
  display: flex;
  position: relative;
  margin-top: -80px;
  z-index: 3;
}
@media only screen and (max-width: 1050px) {
  .mtt-course-selector__wrap {
    margin-top: 0;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector__wrap {
    display: block;
  }
}
.mtt-course-selector__sidebar {
  background: #FFF;
  border: 1px solid #E8E8E8;
  padding: 60px;
  margin-right: 100px;
  height: 100%;
  min-width: 420px;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1250px) {
  .mtt-course-selector__sidebar {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector__sidebar {
    margin-right: 0;
    padding-bottom: 120px;
    margin-bottom: 40px;
    min-width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .mtt-course-selector__sidebar {
    padding: 30px;
    padding-bottom: 90px;
  }
}
.mtt-course-selector__sidebar ul {
  list-style: none;
  transition: height 0.3s ease;
}
.mtt-course-selector__sidebar ul.open {
  height: auto;
  box-shadow: 0px 6px 16px -5px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector__sidebar ul {
    height: 61px;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 120px);
    border: 1px solid #e8e8e8;
    background: #FFF;
    z-index: 4;
  }
}
@media only screen and (max-width: 600px) {
  .mtt-course-selector__sidebar ul {
    width: calc(100% - 60px);
  }
}
.mtt-course-selector__sidebar ul li {
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
  color: #8D909F;
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector__sidebar ul li {
    padding: 20px;
  }
}
.mtt-course-selector__sidebar ul li.active {
  color: #1B213F;
}
.mtt-course-selector__sidebar ul li:hover {
  color: #1B213F;
}
.mtt-course-selector__sidebar ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector__sidebar ul li:last-of-type {
    padding-bottom: 20px;
  }
}
.mtt-course-selector__sidebar-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #F8F8F8;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .mtt-course-selector__sidebar-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 580px) {
  .mtt-course-selector__sidebar-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector__sidebar-title {
    border-bottom: 0;
  }
}
.mtt-course-selector__sidebar-toggle {
  width: 60px;
  height: 61px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector__sidebar-toggle {
    display: block;
  }
}
.mtt-course-selector__sidebar-toggle:after {
  content: "";
  border: solid #1B213F;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 7px;
  margin-top: -7px;
  transform: rotate(45deg);
  position: absolute;
  top: 24px;
  right: 22px;
}
.mtt-course-selector__cards {
  flex-grow: 1;
  position: relative;
  max-height: 550px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.mtt-course-selector__cards:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: none;
  border: 5px solid #D0102B;
  border-right-color: transparent;
  border-radius: 26px;
  width: 26px;
  height: 26px;
  z-index: 5;
  display: none;
}
.mtt-course-selector__cards:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  z-index: 4;
  opacity: 0.4;
  display: none;
}
.mtt-course-selector__cards.loading:after {
  display: block;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  animation: spin360transformed 2s ease-in-out infinite forwards;
}
.mtt-course-selector__cards.loading:before {
  display: block;
}
.mtt-course-selector__cards--expanded .mtt-course-selector__overlay {
  background: transparent;
  height: 140px;
}
.mtt-course-selector__cards--expanded .mtt-course-selector__expand:after {
  opacity: 0;
}
.mtt-course-selector__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  z-index: 2;
  transition: height 0.2s ease;
}
.mtt-course-selector__overlay.hidden {
  display: none;
}
.mtt-course-selector__expand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #FFF;
  z-index: 3;
  cursor: pointer;
}
.mtt-course-selector__expand:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}
.mtt-course-selector__expand:active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.mtt-course-selector__expand:before, .mtt-course-selector__expand:after {
  content: "";
  background: #D1D1D1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: opacity 0.5s ease;
}
.mtt-course-selector__expand:before {
  height: 2px;
  width: 20px;
}
.mtt-course-selector__expand:after {
  width: 2px;
  height: 20px;
}
.mtt-course-selector .course-card {
  width: 100%;
  margin: 0;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector .course-card {
    display: flex;
  }
}
@media only screen and (max-width: 580px) {
  .mtt-course-selector .course-card {
    display: block;
  }
}
@media only screen and (max-width: 950px) {
  .mtt-course-selector .course-card__title-wrap {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .mtt-course-selector .course-card__title-wrap {
    margin-right: 0;
  }
}

.mtt-podcasts-archive {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}
@media only screen and (max-width: 850px) {
  .mtt-podcasts-archive {
    padding-bottom: 60px;
  }
}
.mtt-podcasts-archive .mtt-blog-posts__grid {
  transition: opacity 0.3s ease;
}
.mtt-podcasts-archive .mtt-blog-posts__grid.loading {
  opacity: 0.5;
}

