html {
  font-size: 10px;
}
@media (max-width: 1199px) {
  html {
    font-size: 9px;
  }
}
body {
  background-color: #ffffff;
  color: #151515;
  font-size: 1.8rem;
  font-family: 'Arial', 'Helvetica', sans-serif;
  line-height: 1.4;
}
* {
  outline: 0 none;
}
h1,
.h1 {
  font-size: 10rem;
  font-weight: 900;
  letter-spacing: -5px;
  line-height: 0.7;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 6.5rem;
    letter-spacing: -4px;
  }
}
h2,
.h2 {
  font-size: 7rem;
  letter-spacing: -5px;
  font-weight: 900;
  line-height: 0.7;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 6rem;
    letter-spacing: -3px;
  }
}
h3,
.h3 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 3.2rem;
  }
}
h4,
.h4 {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
h5,
.h5 {
  font-size: 1.6px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
h6 {
  font-size: 12px;
  font-weight: 700;
}
input,
textarea,
button,
select {
  font-family: 'Arial', 'Helvetica', sans-serif;
  outline: none !important;
  line-height: normal;
}
input[type="submit"] {
  -webkit-appearance: none;
}
::-moz-selection {
  background-color: #3794de;
  color: #ffffff;
}
::selection {
  background-color: #3794de;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}
:-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}
::-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="file"],
input[type="search"],
textarea,
select,
.selectric {
  width: 100%;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 15px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 24px;
  height: 40px;
  padding: 0 12px;
  background-color: #ffffff;
  color: #151515;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="tel"].form-control,
input[type="number"].form-control,
input[type="file"].form-control,
input[type="search"].form-control,
textarea.form-control,
select.form-control,
.selectric.form-control {
  height: 50px;
  font-weight: 300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select {
  height: 48px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff url(https://www.mpa100.org/wp-content/themes/mpa100/assets/less/../images/select@2x.png) no-repeat right center;
  background-size: 25px 6px;
  padding-right: 35px;
}
.selectric {
  padding: 11px 20px;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .selectric {
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .selectric {
    line-height: 24px;
    padding: 9px 15px;
  }
}
.selectric .label {
  height: 36px;
  line-height: 36px;
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-left: 0;
  letter-spacing: 1px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .selectric .label {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .selectric .label {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
}
.selectric .button:after {
  content: "\e904";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1;
  border: none;
  font-size: 8px;
  color: #3794de;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 8px 8px 0;
}
.selectric .button:before {
  display: none;
}
.selectric-open .selectric .button:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-right: 18px;
}
.selectric .button {
  border: none !important;
  height: 100%;
  background: none !important;
  padding: 0 !important;
  width: 50px;
  min-width: auto;
  font-size: 0px;
}
.selectric-items {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-top: none;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
}
.selectric-items ul,
.selectric-items li {
  font-size: 15px;
}
.selectric-items li {
  padding: 10px 25px;
}
.selectric-items li.highlighted {
  background-color: #3794de;
  color: #ffffff;
}
textarea {
  height: 140px;
  display: block;
  resize: none;
}
@media (max-width: 767px) {
  textarea {
    height: 120px;
  }
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
a,
button,
.button,
input,
.fas,
.far,
button[type="submit"] {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
p,
ul,
ol {
  margin-bottom: 25px;
}
a {
  color: #3794de;
}
a:hover {
  color: #0986ef;
}
.wrapper {
  width: 100%;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1350px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 991px) {
  #wpadminbar {
    display: none !important;
  }
  html[lang*="-"] {
    margin-top: 0 !important;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: middle;
}
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2rem);
  }
}
.alignright {
  float: right;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  text-align: center;
}
.wp-caption-text {
  margin: 10px 0;
  font-size: 15px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  body.admin-bar .header-base {
    top: 32px;
  }
}
#navigation {
  position: absolute;
  top: 100%;
  width: 100vw;
  left: 0;
  padding-top: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-height: 1023px) {
  #navigation {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  #navigation {
    display: block !important;
  }
}
@media (max-width: 991px) {
  #navigation {
    background-color: rgba(0, 0, 0, 0.95);
    padding: 15px 0px!important;
    max-width: 300px;
    left: auto;
    right: 15px;
  }
  #navigation.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  #navigation {
    max-width: none;
    width: 100%;
  }
}
#navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#navigation .menu li a {
  color: #ffffff;
  display: block;
  font-size: 17px;
  padding: 10px 25px;
}
@media (min-width: 992px) {
  body.enabled #navigation {
    opacity: 1;
    visibility: visible;
  }
}
.header-base {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.header-top {
  height: 140px;
  overflow: visible;
  text-align: right;
  background: #50f9b7;
  background: -webkit-linear-gradient(legacy-direction(to right), #50f9b7, #0591f5);
  background: linear-gradient(to right, #50f9b7, #0591f5);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 0;
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .header-top {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
.header-top .container {
  position: relative;
}
.header-top .open-close {
  color: #ffffff;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header-top .open-close {
    display: none;
  }
}
.header-top .open-close.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-top.closed {
  overflow: hidden;
  height: 60px;
}
.header-top.closed .compact-logo {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .header-top .news-nav {
    display: none;
  }
}
.header-top ul {
  display: inline-flex;
  float: right;
  margin: 10px 40px 0 0;
  font-weight: 700;
  padding: 0;
  list-style: none;
}
.header-top ul li {
  position: relative;
  float: right;
  margin-right: 25px;
  padding: 0 5px;
}
.header-top ul li a {
  display: block;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}
.box-sign-up {
  background-color: #3794de;
  color: #ffffff;
}
.box-sign-up form.sign-up-main-form {
  display: none;
}
.box-sign-up form.sign-up-copy-form {
  display: flex;
  width: 100%;
}
.box-sign-up form.sign-up-copy-form div.question-icon {
  position: relative;
  margin-left: auto;
  width: 90%;
  display: flex;
}
@media (max-width: 991px) {
  .box-sign-up form.sign-up-copy-form div.question-icon {
    width: 100%;
    margin-top: 30px;
  }
}
.box-sign-up form.sign-up-copy-form div.question-icon input[type="email"] {
  padding-left: 55px;
  height: 70px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
.box-sign-up form.sign-up-copy-form div.question-icon input[type="email"]::-webkit-input-placeholder {
  font-size: 18px;
  color: #000000;
  opacity: 0.6;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.box-sign-up form.sign-up-copy-form div.question-icon input[type="email"]:-moz-placeholder {
  font-size: 18px;
  color: #000000;
  opacity: 0.6;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.box-sign-up form.sign-up-copy-form div.question-icon input[type="email"]::-moz-placeholder {
  font-size: 18px;
  color: #000000;
  opacity: 0.6;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.box-sign-up form.sign-up-copy-form div.question-icon input[type="email"]:-ms-input-placeholder {
  font-size: 18px;
  color: #000000;
  opacity: 0.6;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.box-sign-up form.sign-up-copy-form div.question-icon:after {
  content: '\f0e0';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 25px;
  background-color: #ffffff;
  color: #909090;
  position: absolute;
  top: 23px;
  left: 20px;
  line-height: 1;
}
.box-sign-up form.sign-up-copy-form button.sign-up {
  background-color: #50f9b7;
  color: #ffffff;
  -webkit-border-radius: 0px 10px 10px 0;
  -moz-border-radius: 0px 10px 10px 0;
  border-radius: 0px 10px 10px 0;
  font-size: 18px;
  letter-spacing: 2px;
  border: none;
  white-space: nowrap;
  min-width: 130px;
  padding-left: 5px;
  padding-right: 5px;
}
.box-sign-up p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  opacity: 0.85;
  margin-bottom: 0;
}
.box-sign-up h2 {
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: -1px;
}
.site-footer {
  background-color: #000000;
  color: #ffffff;
}
.site-footer .row {
  padding-top: 85px;
  padding-bottom: 85px;
  --bs-gutter-x: 22px !important;
}
@media (min-width: 992px) {
  .site-footer .col-lg-3 {
    width: 18.75%;
  }
  .site-footer .col-lg-3:nth-child(1) {
    width: 25%;
  }
}
.site-footer p {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 2px;
}
.site-footer p img {
  max-width: 150px;
  margin-bottom: 10px;
  height: auto;
}
.site-footer h2 {
  color: #3794de;
  line-height: 21px;
  font-size: 30px;
  padding-bottom: 55px;
  font-weight: 800;
  letter-spacing: 0px;
  margin: 0;
  position: relative;
}
.site-footer h2:before {
  content: '';
  position: absolute;
  bottom: 34px;
  display: block;
  width: 35px;
  height: 4px;
  background-color: #3794de;
}
.site-footer ul {
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
}
.site-footer ul li {
  margin-bottom: 10px;
}
.site-footer ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.site-footer ul li a:hover {
  text-decoration: underline;
}
.site-footer ul li.ot-sdk-show-settings {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  color: #ffffff;
}
.site-footer ul li.ot-sdk-show-settings:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .site-footer .row {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-footer .row .col-12 {
    width: 220px;
    margin: 60px auto 0;
    text-align: center;
  }
  .site-footer .row .col-12 h2 {
    padding-bottom: 30px;
  }
  .site-footer .row .col-12 h2:before {
    width: 100%;
    bottom: 15px;
  }
}
.site-footer .widget_social_network_footer ul {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .site-footer .widget_social_network_footer ul {
    display: flex;
    justify-content: space-between;
  }
}
.site-footer .widget_social_network_footer ul li {
  float: left;
  margin-right: 30px;
}
@media (min-width: 1350px) {
  .site-footer .widget_social_network_footer ul li {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .site-footer .widget_social_network_footer ul li {
    margin-right: 0;
  }
}
.site-footer .widget_social_network_footer ul li a {
  display: block;
  width: 36px;
  text-align: left;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .site-footer .widget_social_network_footer ul li a {
    width: 28px;
  }
}
.site-footer .widget_social_network_footer ul li a:hover {
  color: #3794de;
}
.site-footer .widget_social_network_footer ul li a .fa {
  display: block;
  font-size: 36px;
  margin: 0 auto;
}
.site-footer .widget_social_network_footer ul li a .fa::before {
  display: block;
}
@media (max-width: 991px) {
  .site-footer .widget_social_network_footer ul li a .fa {
    font-size: 28px;
  }
}
.site-footer .widget_social_network_footer ul li a .fa-x-twitter:before {
  content: "\e61b";
}
.site-footer .widget_social_network_footer ul li a .fa-facebook-f:before {
  content: "\f39e";
}
.site-footer .widget_social_network_footer ul li a .fa-vimeo-v:before {
  content: "\f27d";
}
.site-footer .widget_social_network_footer ul li a .fa-linkedin-in:before {
  content: "\f0e1";
}
.site-footer .widget_social_network_footer ul li a .fa-instagram:before {
  content: "\f16d";
}
.custom-dropdown {
  position: relative;
  z-index: 10;
}
.custom-dropdown .select {
  border: 3px solid #3794de;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0px;
  text-transform: none;
  height: 45px;
  padding: 0 45px 0 12px;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
}
.custom-dropdown .select:after {
  content: '\f0d7';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 28px;
  position: absolute;
  color: #3794de;
  top: 0;
  right: 16px;
  pointer-events: none;
}
.custom-dropdown .options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%);
  overflow-y: scroll;
}
.custom-dropdown .options-in {
  position: relative;
  z-index: 100;
  background-color: #000000;
  border: 3px solid #3794de;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.custom-dropdown .options .option {
  position: relative;
}
.custom-dropdown .options .option input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.custom-dropdown .options .option input:checked + label {
  background-color: #3794de;
}
.custom-dropdown .options .option label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 12px;
  line-height: 17px;
  cursor: pointer;
}
.custom-dropdown .options.active {
  max-height: 400px;
  overflow-y: visible;
  -webkit-transition: max-height 0.35s;
  -moz-transition: max-height 0.35s;
  -ms-transition: max-height 0.35s;
  -o-transition: max-height 0.35s;
  transition: max-height 0.35s;
}
#onetrust-banner-sdk a,
#onetrust-pc-sdk a,
#ot-sdk-cookie-policy a {
  color: #0591f5 !important;
}
#ot-sdk-cookie-policy table {
  margin-top: 20px !important;
  margin-bottom: 60px !important;
  width: 100%;
}
#ot-sdk-cookie-policy table tr th {
  vertical-align: text-top !important;
  border-bottom: 1px solid #ccc !important;
}
#ot-sdk-cookie-policy table tr td {
  border-bottom: 1px solid #ccc !important;
}
#ot-sdk-cookie-policy table tr:last-child th,
#ot-sdk-cookie-policy table tr:last-child td {
  border: none !important;
}
#ot-sdk-cookie-policy table tr:only-child th {
  vertical-align: text-top !important;
  border-bottom: 1px solid #ccc !important;
}
#ot-sdk-cookie-policy table tr:only-child td {
  border-bottom: 1px solid #ccc !important;
}
#ot-sdk-cookie-policy section table {
  margin-top: 20px !important;
  margin-bottom: 60px !important;
  width: 100%;
}
#onetrust-banner-sdk {
  box-shadow: 0px -4px 4px #888888;
}
#onetrust-banner-sdk #onetrust-close-btn-container {
  right: 30px !important;
}
#onetrust-banner-sdk #onetrust-policy-title {
  margin: 10px 0 !important;
}
#onetrust-banner-sdk #onetrust-policy-text {
  margin: 0 0 30px 0 !important;
}
#onetrust-banner-sdk #onetrust-policy-text a {
  color: #0591f5 !important;
}
#onetrust-banner-sdk .onetrust-close-btn-ui {
  width: 16px !important;
  height: 16px !important;
}
@media (max-width: 767px) {
  #onetrust-banner-sdk #onetrust-close-btn-container-mobile .onetrust-close-btn-ui {
    width: 12px !important;
    height: 12px !important;
    margin: 10px 2px 0 0;
  }
  #onetrust-banner-sdk #onetrust-group-container,
  #onetrust-banner-sdk .onetrust-group-container {
    padding: 0 0 20px 0 !important;
  }
  #onetrust-banner-sdk #onetrust-group-container #onetrust-close-btn-container-mobile,
  #onetrust-banner-sdk .onetrust-group-container #onetrust-close-btn-container-mobile {
    margin-top: 15px !important;
  }
  #onetrust-banner-sdk #onetrust-group-container h3,
  #onetrust-banner-sdk .onetrust-group-container h3 {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) {
  #onetrust-banner-sdk .cookie-setting-link {
    margin-right: 40px !important;
    margin-top: 20px;
  }
}
#donotsell-modal #pc-title,
#onetrust-pc-sdk #pc-title {
  float: left;
  clear: both;
  margin: 20px 0 0 0 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
#donotsell-modal #pc-title:before,
#onetrust-pc-sdk #pc-title:before,
#donotsell-modal #pc-title:after,
#onetrust-pc-sdk #pc-title:after {
  content: "" !important;
}
@media (max-width: 767px) {
  #donotsell-modal #pc-title,
  #onetrust-pc-sdk #pc-title {
    max-width: 100% !important;
  }
}
#donotsell-modal .pc-header,
#onetrust-pc-sdk .pc-header {
  height: auto;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #d8d8d8;
}
#donotsell-modal .pc-title-container,
#onetrust-pc-sdk .pc-title-container {
  float: left !important;
  width: 100% !important;
  margin-left: 0px !important;
}
#donotsell-modal .pc-logo-container,
#onetrust-pc-sdk .pc-logo-container {
  float: left !important;
  margin-left: 0px !important;
}
#donotsell-modal .pc-logo-container .pc-logo,
#onetrust-pc-sdk .pc-logo-container .pc-logo {
  height: 30px !important;
  width: 420px !important;
  margin: 20px 0 40px 0 !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #donotsell-modal .pc-logo-container .pc-logo,
  #onetrust-pc-sdk .pc-logo-container .pc-logo {
    height: 22px !important;
    width: 300px !important;
    margin: 24px 0 !important;
  }
}
#donotsell-modal .pc-close-btn-container,
#onetrust-pc-sdk .pc-close-btn-container {
  float: right;
  position: absolute;
  right: 40px !important;
}
@media (max-width: 767px) {
  #donotsell-modal .pc-close-btn-container,
  #onetrust-pc-sdk .pc-close-btn-container {
    right: 25px !important;
    margin: 32px 0 0 0 !important;
  }
}
#donotsell-modal #content a,
#onetrust-pc-sdk #content a {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  #donotsell-modal #content,
  #onetrust-pc-sdk #content {
    z-index: -1 !important;
  }
}
#donotsell-modal .close-icon,
#onetrust-pc-sdk .close-icon {
  background-image: url(https://www.mpa100.org/wp-content/themes/mpa100/assets/less/../images/svg/onetrust-close-button.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 22px;
  width: 22px;
  display: inline-block;
}
#donotsell-modal .fade-in,
#onetrust-pc-sdk .fade-in {
  animation-name: fade-in;
  animation-duration: 400ms;
  animation-timing-function: ease-in-out;
}
#donotsell-modal .button-group-parent,
#onetrust-pc-sdk .button-group-parent {
  bottom: 0;
  border-top: none !important;
}
#donotsell-modal .button-group-parent .button-group,
#onetrust-pc-sdk .button-group-parent .button-group {
  float: right;
  text-align: center;
}
#donotsell-modal .button-group-parent .button-group button,
#onetrust-pc-sdk .button-group-parent .button-group button {
  cursor: pointer;
  height: 38px;
  margin-bottom: 1rem;
  padding: 0 30px;
  background-color: #0591f5;
  box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #0591f5 !important;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
}
#donotsell-modal .otPcTab .pc-close-btn-container,
#onetrust-pc-sdk .otPcTab .pc-close-btn-container,
#donotsell-modal.otPcTab .pc-close-btn-container,
#onetrust-pc-sdk.otPcTab .pc-close-btn-container {
  float: right;
  position: absolute;
  right: 40px !important;
}
@media (max-width: 767px) {
  #donotsell-modal .otPcTab .pc-close-btn-container,
  #onetrust-pc-sdk .otPcTab .pc-close-btn-container,
  #donotsell-modal.otPcTab .pc-close-btn-container,
  #onetrust-pc-sdk.otPcTab .pc-close-btn-container {
    right: 25px !important;
    margin: -42px 0 0 0 !important;
  }
}
@media (min-width: 768px) {
  #donotsell-modal .otPcTab .pc-close-btn-container,
  #onetrust-pc-sdk .otPcTab .pc-close-btn-container,
  #donotsell-modal.otPcTab .pc-close-btn-container,
  #onetrust-pc-sdk.otPcTab .pc-close-btn-container {
    margin: -65px 0 0 0 !important;
  }
}
#donotsell-modal .otPcTab #pc-title,
#onetrust-pc-sdk .otPcTab #pc-title,
#donotsell-modal.otPcTab #pc-title,
#onetrust-pc-sdk.otPcTab #pc-title {
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  #donotsell-modal .group h3,
  #onetrust-pc-sdk .group h3 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  #donotsell-modal .otPcTab .ot-sdk-four.ot-sdk-columns,
  #onetrust-pc-sdk .otPcTab .ot-sdk-four.ot-sdk-columns,
  #donotsell-modal.otPcTab .ot-sdk-four.ot-sdk-columns,
  #onetrust-pc-sdk.otPcTab .ot-sdk-four.ot-sdk-columns {
    width: 100% !important;
  }
  #donotsell-modal .otPcTab .ot-sdk-eight.ot-sdk-columns,
  #onetrust-pc-sdk .otPcTab .ot-sdk-eight.ot-sdk-columns,
  #donotsell-modal.otPcTab .ot-sdk-eight.ot-sdk-columns,
  #onetrust-pc-sdk.otPcTab .ot-sdk-eight.ot-sdk-columns {
    width: 100% !important;
  }
  #donotsell-modal .otPcTab .description-container,
  #onetrust-pc-sdk .otPcTab .description-container,
  #donotsell-modal.otPcTab .description-container,
  #onetrust-pc-sdk.otPcTab .description-container {
    width: 100% !important;
    padding: 40px !important;
    background-color: #f9f9f9 !important;
  }
}
@media (min-width: 768px) {
  #donotsell-modal .group h3,
  #onetrust-pc-sdk .group h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
#onetrust-consent-sdk #onetrust-pc-sdk .active-group {
  border-bottom: 1px solid #d7d7d7 !important;
}
#onetrust-pc-sdk #content {
  height: calc(100% - 250px) !important;
}
#onetrust-pc-sdk .button-group-parent {
  height: 34px;
  padding: 0 20px !important;
}
#onetrust-pc-sdk .pc-header {
  padding: 10px 20px 20px 20px !important;
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .pc-header {
    border: none !important;
    box-shadow: 0px 4px 4px #888 !important;
    margin-bottom: 5px !important;
  }
  #onetrust-pc-sdk #content {
    height: calc(-260%) !important;
  }
  #onetrust-pc-sdk .powered-by-logo {
    margin-left: 15px;
  }
  #onetrust-pc-sdk .button-group-parent {
    height: 34px;
    padding: 30px 0 0 0 !important;
    box-shadow: 0px -4px 4px #888888 !important;
    margin-top: 2px !important;
    width: 100% !important;
  }
}
#donotsell-modal .pc-close-btn-container {
  top: 38px;
  right: 30px;
}
#donotsell-modal .pc-close-btn-container .donotsell-close-button {
  width: 16px;
  height: 16px;
  margin: 0;
}
@media (max-width: 767px) {
  #donotsell-modal .pc-close-btn-container {
    top: 4px;
    right: 25px;
  }
  #donotsell-modal .pc-close-btn-container .donotsell-close-button {
    width: 12px;
    height: 12px;
  }
}
#donotsell-modal .pc-header {
  width: 100% !important;
  border: none !important;
  margin-bottom: 5px !important;
  padding: 10px 20px 0 20px !important;
  background-color: #fff;
}
#donotsell-modal .otDnsTab {
  position: fixed;
  width: 730px;
  max-width: 730px;
  height: 380px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 16px;
  z-index: 2147483648;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0), 0 7px 14px 0 rgba(50, 50, 93, 0.1);
}
@media (max-width: 767px) {
  #donotsell-modal .otDnsTab {
    width: 100%;
    height: 100%;
    border: none;
  }
}
#donotsell-modal #content,
#donotsell-modal .content {
  width: 100%;
  min-height: 160px;
}
#donotsell-modal #content .main-content,
#donotsell-modal .content .main-content {
  padding: 40px 40px 20px 40px;
  word-break: break-word;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #donotsell-modal #content .main-content,
  #donotsell-modal .content .main-content {
    font-size: 14px;
    line-height: 20px;
    padding: 40px 40px 120px 40px;
  }
}
#donotsell-modal .button-group-parent {
  height: 80px;
  padding: 20px;
  bottom: 0;
  border-top: none !important;
}
#donotsell-modal .button-group-parent .button-group {
  float: none !important;
  text-align: center;
}
#donotsell-modal .button-group-parent .button-group button {
  text-transform: uppercase;
  margin: 0 auto !important;
}
@media (max-width: 767px) {
  #donotsell-modal .button-group-parent .button-group button {
    width: 100% !important;
    font-size: 13px !important;
  }
}
#ot-sdk-cookie-policy {
  color: #000;
}
#ot-sdk-cookie-policy ul li {
  margin-bottom: 5px;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h5,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h6 {
  margin-top: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #210647 !important;
  text-align: left;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h3,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h4,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h5 {
  font-size: 20px;
  line-height: 30px;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h1,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h2,
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h3 {
  padding-bottom: 30px;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h4 {
  padding-bottom: 5px !important;
  margin-bottom: 30px !important;
  border-bottom: 2px solid #210647 !important;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy h6 {
  font-size: 18px !important;
  line-height: 26px;
  margin-left: 30px !important;
  margin-bottom: 20px !important;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 30px;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy #cookie-policy-description {
  color: #000;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy #ot-sdk-cookie-policy-group {
  border-bottom: 2px solid #210647;
}
#ot-sdk-cookie-policy .ot-sdk-cookie-policy ul li {
  color: #000 !important;
}
.ot-sdk-column .privacy-notice-link,
.ot-sdk-columns .privacy-notice-link {
  text-decoration: none !important;
}
button#donotsell,
button#doNotSell {
  cursor: pointer;
  height: 46px;
  padding: 12px;
  float: none;
  margin: 0px auto;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #0591f5;
  border: none;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #000;
  -moz-box-shadow: 1px 1px 2px #000;
  -webkit-box-shadow: 1px1px2px#000;
  transition: color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  -moz-transition: color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
  -webkit-transition: color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s;
}
button#donotsell:hover,
button#doNotSell:hover {
  background-color: #50f9b7;
}
@media (max-width: 600px) {
  button#donotsell,
  button#doNotSell {
    height: 40px;
    width: 140px;
    padding: 10px;
    font-size: 12px !important;
    line-height: 18px;
  }
}
#footer-section-privacy ul li.ot-sdk-show-settings {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #fff !important;
}
#footer-section-privacy ul li.ot-sdk-show-settings:hover {
  text-decoration: underline !important;
}
.page-builder-section {
  padding-top: 62.5px;
  padding-bottom: 62.5px;
}
.row:not(.g-0) {
  --bs-gutter-x: 30px;
}
.bg-gradient-yellow {
  background: #492723;
  background: -moz-linear-gradient(left, #492723 0%, #ffe467 66%, #4a2824 100%);
  background: -webkit-linear-gradient(left, #492723 0%, #ffe467 66%, #4a2824 100%);
  background: linear-gradient(to right, #492723 0%, #ffe467 66%, #4a2824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#492723', endColorstr='#4a2824', GradientType=1);
}
.button:not(.link) {
  display: inline-block;
  border: 3px solid #0986ef;
  min-width: 230px;
  text-align: center;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #909090;
  line-height: 24px;
  padding: 20px 35px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .button:not(.link) {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 210px;
  }
}
.button:not(.link):hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0986ef;
}
.button:not(.link).white {
  border-color: #ffffff;
  color: #ffffff;
}
.button:not(.link).white:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0986ef;
}
.button.link {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #909090;
}
.button.link:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1.5em;
  margin-left: 10px;
  vertical-align: middle;
}
.button.link:hover {
  color: #0986ef;
}
.section-timeline {
  background-color: #151515;
  position: relative;
  color: #ffffff;
  z-index: 10;
}
@media (max-width: 991px) {
  .section-timeline {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}
.section-timeline:before,
.section-timeline:after {
  content: '';
  width: 65%;
  height: 90%;
  background: -moz-radial-gradient(center, closest-side, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-radial-gradient(center, closest-side, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(closest-side, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  position: absolute;
  left: 15%;
  top: 6%;
  opacity: 0.2;
  z-index: 0;
}
.section-timeline:after {
  top: -5%;
  left: 30%;
}
.section-timeline .container {
  position: relative;
  z-index: 2;
}
.section-timeline .timeline-logo {
  max-width: 330px;
  margin: 0 0 8rem calc(50% - 165px);
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -ms-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}
@media (max-width: 991px) {
  .section-timeline .timeline-logo {
    margin-bottom: 37.5px;
  }
}
.section-timeline .timeline-top {
  position: relative;
  z-index: 6;
}
.section-timeline .timeline-video {
  max-width: 816px;
  margin: 0 auto 3.5rem;
  padding: 18px;
  background: #492723;
  background: -moz-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: -webkit-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: linear-gradient(to right, #492723 0%, #ffe467 50%, #4a2824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#492723', endColorstr='#4a2824', GradientType=1);
  position: relative;
}
@media (max-width: 991px) {
  .section-timeline .timeline-video {
    margin: 0 30px 3rem;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-video {
    margin: 0 auto 2rem;
    padding: 10px;
  }
}
.section-timeline .timeline-video .videoWrapper {
  padding-bottom: 57%;
  overflow: hidden;
  background-color: #151515;
}
.section-timeline .timeline-video .videoWrapper video {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}
.section-timeline .timeline-video .logo-100 {
  max-width: 310px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-timeline .timeline-video .logo-100 {
    max-width: 260px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-video .logo-100 {
    max-width: 35%;
  }
}
.section-timeline .timeline-video--content {
  position: absolute;
  text-align: center;
  top: 5rem;
  width: 110%;
  left: -5%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .section-timeline .timeline-video--content {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-video--content {
    top: 30px;
  }
}
.section-timeline .timeline-video--content h1 {
  font-size: 13.8rem;
}
@media (max-width: 991px) {
  .section-timeline .timeline-video--content h1 {
    font-size: 10rem;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-video--content h1 {
    font-size: 10vw;
    letter-spacing: -2px;
  }
}
.section-timeline .button {
  color: #ffffff;
}
.section-timeline .timeline-close {
  position: absolute;
  width: 100%;
  z-index: 6;
  top: 120px;
  display: none;
}
.section-timeline .timeline-close .container {
  position: relative;
}
.section-timeline .timeline-close button {
  position: absolute;
  top: -2px;
  right: 15px;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  border: none;
  font-size: 15px;
  line-height: 24px;
  padding: 13px 20px;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.section-timeline .timeline-close button:hover {
  opacity: 1.0;
}
.section-timeline .timeline-close button span {
  margin-right: 8px;
}
.section-timeline .timeline-carousel {
  position: relative;
  z-index: 10;
  margin-top: 3rem;
}
.section-timeline .timeline-carousel--main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #151515;
  /*
			-webkit-transition: opacity 0.3s ease;
			-moz-transition: opacity 0.3s ease;
			-o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
			*/
}
.section-timeline .timeline-carousel--main .slick-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-timeline .timeline-carousel--main .slick-track {
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-timeline .timeline-carousel--main .slick-arrow {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  position: absolute;
  padding: 0;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 45%;
  margin-top: -32px;
  z-index: 20;
  font-size: 0px;
  background-color: transparent;
  opacity: 0.6;
}
.section-timeline .timeline-carousel--main .slick-arrow.slick-prev {
  background-image: url(https://www.mpa100.org/wp-content/themes/mpa100/assets/less/../images/right.svg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 15px;
}
.section-timeline .timeline-carousel--main .slick-arrow.slick-prev:hover {
  opacity: 1.0;
}
.section-timeline .timeline-carousel--main .slick-arrow.slick-next {
  background-image: url(https://www.mpa100.org/wp-content/themes/mpa100/assets/less/../images/right.svg);
  right: 15px;
}
.section-timeline .timeline-carousel--main .slick-arrow.slick-next:hover {
  opacity: 1.0;
}
@media (max-width: 767px) {
  .section-timeline .timeline-carousel--main .slick-arrow {
    opacity: 1.0;
  }
  .section-timeline .timeline-carousel--main .slick-arrow.slick-prev {
    left: 0px;
  }
  .section-timeline .timeline-carousel--main .slick-arrow.slick-next {
    right: 0px;
  }
}
@media (min-width: 1280px) {
  .section-timeline .timeline-carousel--main .slick-arrow.slick-prev,
  .section-timeline .timeline-carousel--main .slick-arrow.slick-next {
    width: 80px;
    height: 80px;
  }
}
.section-timeline .timeline-carousel--main .item {
  height: 100%;
  position: relative;
  background-color: #151515;
}
.section-timeline .timeline-carousel--main .item:before {
  content: '';
  width: 100%;
  height: 40%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
  opacity: 0.5;
}
.section-timeline .timeline-carousel--main .item:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  background: url(https://www.mpa100.org/wp-content/themes/mpa100/assets/less/../images/overlay.jpg) no-repeat center;
  background-size: cover;
  opacity: 0.37;
  mix-blend-mode: screen;
}
.section-timeline .timeline-carousel--main .item span {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.6;
  /*
					-webkit-transition: opacity 0.3s ease;
					-moz-transition: opacity 0.3s ease;
					-o-transition: opacity 0.3s ease;
					transition: opacity 0.3s ease;
					*/
}
.section-timeline .timeline-carousel--nav:not(.slick-initialized) {
  display: flex;
  max-height: 245px;
  overflow: hidden;
}
.section-timeline .timeline-carousel--nav:not(.slick-initialized) .item {
  display: inline-block;
  opacity: 0;
}
.section-timeline .timeline-carousel--nav .slick-list {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .section-timeline .timeline-carousel--nav .slick-list {
    padding: 0 20px!important;
  }
}
.section-timeline .timeline-carousel--nav .slick-track {
  margin-left: -22.5vw;
}
@media (max-width: 1349px) {
  .section-timeline .timeline-carousel--nav .slick-track {
    margin-left: -16.5vw;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-carousel--nav .slick-track {
    margin-left: -6.5vw;
  }
}
.section-timeline .timeline-carousel--nav .item {
  padding: 10px 25px 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-timeline .timeline-carousel--nav .item.expanded {
  opacity: 0;
}
.section-timeline .timeline-carousel--nav .item h3 {
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: -2px;
  margin-bottom: 2rem;
}
.section-timeline .timeline-carousel--nav .item h3:after {
  content: '';
  width: 74px;
  height: 5px;
  display: block;
  background: #50f9b7;
  margin-top: 2.5rem;
}
.section-timeline .timeline-carousel--nav .item .expand-timeline {
  border: none;
  color: #50f9b7;
  padding: 0;
  background: none;
  height: 36px;
  vertical-align: text-bottom;
  font-size: 24px;
  line-height: 36px;
  opacity: 0.0;
}
.section-timeline .timeline-carousel--nav .item .expand-timeline img.arrow-circle-right {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: -4px 2px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .section-timeline .timeline-carousel--nav .item .expand-timeline {
    height: 28px;
    font-size: 20px;
  }
  .section-timeline .timeline-carousel--nav .item .expand-timeline img.arrow-circle-right {
    height: 22px;
    width: 22px;
  }
}
.section-timeline .timeline-carousel--nav .item .text-blocks {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1359px) {
  .section-timeline .timeline-carousel--nav .item .text-blocks {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .section-timeline .timeline-carousel--nav .item .text-blocks {
    font-size: 14px;
  }
}
.section-timeline .timeline-carousel--nav .item .text-intro {
  min-height: 100px;
}
.section-timeline .timeline-carousel--nav .item .text-highlight {
  display: none;
}
.section-timeline .timeline-carousel--nav .item .text-expand {
  display: none;
}
.section-timeline .timeline-popup {
  position: absolute;
  width: calc(50% - 50px);
  bottom: 0;
  left: calc(25% + 45px);
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
  background: #492723;
  background: -moz-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: -webkit-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: linear-gradient(to right, #492723 0%, #ffe467 50%, #4a2824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#492723', endColorstr='#4a2824', GradientType=1);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1359px) {
  .section-timeline .timeline-popup {
    width: calc(66% - 50px);
    left: calc(14% + 45px);
  }
}
@media (max-width: 991px) {
  .section-timeline .timeline-popup {
    width: 100%;
    left: 0;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-popup {
    padding: 5px;
  }
}
.section-timeline .timeline-popup h3 {
  color: #ffffff;
  letter-spacing: -2px;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-timeline .timeline-popup h3:after {
  content: '';
  width: 74px;
  height: 5px;
  display: block;
  background: #50f9b7;
  margin-top: 2.5rem;
}
.section-timeline .timeline-popup--close {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .section-timeline .timeline-popup--close {
    padding-top: 0;
  }
}
.section-timeline .timeline-popup--close button {
  border: none;
  color: #50f9b7;
  padding: 0;
  background: none;
  font-size: 2.2rem;
}
.section-timeline .timeline-popup--close button span.icon-close {
  margin: -3px 3px 0 0;
}
.section-timeline .timeline-popup--content {
  font-size: 17px;
}
@media (min-width: 768px) {
  .section-timeline .timeline-popup--content {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}
@media (max-width: 1199px) {
  .section-timeline .timeline-popup--content {
    font-size: 15px !important;
  }
}
@media (max-width: 991px) {
  .section-timeline .timeline-popup--content {
    font-size: 14px !important;
  }
}
.section-timeline .timeline-popup.opened {
  bottom: 300px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .section-timeline .timeline-popup.opened {
    bottom: 25px;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.section-timeline .timeline-popup.opened h2,
.section-timeline .timeline-popup.opened h3 {
  font-size: 20rem;
  font-weight: 900;
  line-height: 0.7;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-timeline .timeline-popup.opened h2,
  .section-timeline .timeline-popup.opened h3 {
    font-size: 16rem;
  }
}
@media (max-width: 767px) {
  .section-timeline .timeline-popup.opened h2,
  .section-timeline .timeline-popup.opened h3 {
    font-size: 8rem;
  }
}
.section-timeline .timeline-popup .popup-content {
  background-color: #000;
  width: 100%;
  padding: 32px;
}
@media (max-width: 767px) {
  .section-timeline .timeline-popup .popup-content {
    padding: 18px;
  }
}
.section-timeline.has-popup .timeline-carousel--main,
.section-timeline.has-popup .timeline-carousel--nav {
  pointer-events: none;
}
.section-timeline.has-popup .timeline-popup {
  padding: 20px;
}
@media (max-width: 991px) {
  .section-timeline.has-popup .timeline-popup {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .section-timeline.has-popup .timeline-popup {
    padding: 12px;
  }
}
.section-timeline:not(.enabled) .timeline-carousel--nav {
  pointer-events: none;
}
.section-timeline:not(.enabled) .timeline-carousel--nav.slick-initialized .item {
  display: inline-block;
  opacity: 0.2;
}
.section-timeline.enabled .timeline-close {
  display: block;
}
.section-timeline.enabled .timeline-carousel {
  min-height: 246px;
}
.section-timeline.enabled .timeline-carousel--main {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-timeline.enabled .timeline-carousel--nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.section-timeline.enabled .timeline-carousel--nav .item {
  min-height: 400px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-timeline.enabled .timeline-carousel--nav .item.slick-current {
  opacity: 1.0;
}
.section-timeline.enabled .timeline-carousel--nav .item.slick-current h3 {
  color: #ffffff;
}
.section-timeline.enabled .timeline-carousel--nav .item.slick-current .text-blocks {
  color: #ffffff;
}
.section-timeline.enabled .timeline-carousel--nav .item.slick-current .text-intro {
  display: none;
}
.section-timeline.enabled .timeline-carousel--nav .item.slick-current .text-highlight {
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.section-timeline.enabled .timeline-carousel--nav .item.slick-current .expand-timeline {
  opacity: 1.0;
}
.section-timeline.enabled.has-popup .timeline-carousel--nav .item.expanded {
  opacity: 0;
}
@media (min-width: 992px) and (max-height: 1023px) {
  .section-timeline {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
  .section-timeline .timeline-logo {
    margin-bottom: 37.5px;
  }
  .section-timeline .timeline-video {
    margin-bottom: 2.5rem;
  }
  .section-timeline .timeline-video .videoWrapper {
    padding-bottom: 47%;
  }
  .section-timeline .timeline-video .videoWrapper video {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
  }
  .section-timeline .timeline-video--content {
    top: 2.5rem;
  }
  .section-timeline .timeline-popup.opened h3 {
    font-size: 20rem;
  }
  .section-timeline .timeline-popup--content {
    font-size: 16px;
  }
}
.section-text_and_image,
.section-text_and_image_chairman {
  color: #ffffff;
  font-size: 2.4rem;
}
@media (max-width: 1349px) {
  .section-text_and_image,
  .section-text_and_image_chairman {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .section-text_and_image,
  .section-text_and_image_chairman {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .section-text_and_image .image,
  .section-text_and_image_chairman .image {
    margin-bottom: -87.5px;
  }
}
@media (max-width: 991px) {
  .section-text_and_image .image,
  .section-text_and_image_chairman .image {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .section-testimonials {
    padding-top: 150px;
  }
}
.section-testimonials .block-text {
  font-size: 2.4rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .section-testimonials .block-text {
    font-size: 2rem;
  }
}
.section-testimonials .item {
  position: relative;
}
.section-testimonials .item:before {
  content: '';
  width: 100%;
  height: 100%;
  left: -8px;
  top: 10px;
  position: absolute;
  z-index: -1;
  background: #492723;
  background: -moz-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: -webkit-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: linear-gradient(to right, #492723 0%, #ffe467 50%, #4a2824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#492723', endColorstr='#4a2824', GradientType=1);
}
.section-testimonials .item .image {
  position: relative;
}
.section-testimonials .item .image:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 52%;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-testimonials .item .text {
  position: absolute;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  left: 0;
  bottom: 0;
  padding: 0 22px 20px;
}
.section-testimonials .item .text p {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 5px;
}
.section-testimonials .item .text h3 {
  margin-bottom: 0;
  font-size: 4.4rem;
  line-height: 0.7;
}
@media (max-width: 1199px) {
  .section-testimonials .item .text h3 {
    font-size: 4rem;
    max-width: 250px;
  }
}
.section-testimonials .item .video-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.section-testimonials .item .video-link:before {
  content: '';
  width: 62px;
  height: 62px;
  top: 26px;
  right: 26px;
  background: url(https://www.mpa100.org/wp-content/themes/mpa100/assets/less/../images/play.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
}
.section-testimonials .testimonials-list .row {
  --bs-gutter-y: 40px;
}
.section-by_the_numbers {
  padding-bottom: 0;
}
.section-by_the_numbers h2 {
  margin-bottom: 4rem;
}
.section-by_the_numbers .container-fluid {
  max-width: 1920px;
}
.section-by_the_numbers .item {
  height: 488px;
  background: #492723;
  background: -moz-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: -webkit-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: linear-gradient(to right, #492723 0%, #ffe467 50%, #4a2824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#492723', endColorstr='#4a2824', GradientType=1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.section-by_the_numbers .item:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.23;
  position: absolute;
  z-index: 1;
}
.section-by_the_numbers .item .image {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-by_the_numbers .item .image:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  z-index: 1;
}
.section-by_the_numbers .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 85px 25px 85px;
  z-index: 3;
  font-size: 2rem;
}
@media (max-width: 1599px) {
  .section-by_the_numbers .item .text {
    font-size: 1.8rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.section-events {
  background: rgba(228, 228, 228, 0.5);
}
.section-events .block-text {
  font-size: 2.4rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .section-events .block-text {
    font-size: 2rem;
  }
}
.section-events .item {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 6rem;
}
.section-events .item:before {
  content: '';
  width: 100%;
  height: 100%;
  left: -8px;
  top: 10px;
  position: absolute;
  z-index: 0;
  background: #492723;
  background: -moz-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: -webkit-linear-gradient(left, #492723 0%, #ffe467 50%, #4a2824 100%);
  background: linear-gradient(to right, #492723 0%, #ffe467 50%, #4a2824 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#492723', endColorstr='#4a2824', GradientType=1);
}
.section-events .item .image {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  position: relative;
}
.section-events .item .image .h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  line-height: 0.7;
  padding: 0 30px;
}
.section-events .item .text {
  padding: 22px 30px;
  color: #909090;
  min-height: 260px;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.section-events .item .text h4 {
  font-size: 16px;
  color: #3794de;
  font-weight: 700;
}
.section-events .item .text h3 {
  font-weight: 700;
  text-transform: none;
  font-size: 2.4rem;
  letter-spacing: 0px;
  line-height: 1.3;
  color: #000000;
}
.section-events .item .text > *:last-child {
  margin-bottom: 0;
}
.section-events .item.featured .image {
  height: 340px;
}
.fancybox-content {
  width: 600px;
  padding: 15px;
}
@media (max-width: 767px) {
  .fancybox-content {
    width: 90%;
  }
}
.videoWrapperSq {
  padding-bottom: 100%;
  position: relative;
}
.videoWrapperSq iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
