body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Gilmer Heavy';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Gilmer Heavy';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Gilmer Heavy';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Gilmer Heavy';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Gilmer Heavy';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #ff0000 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #e900ec !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e900ec !important;
  border-color: #e900ec !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #930095 !important;
  border-color: #930095 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #930095 !important;
  border-color: #930095 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e900ec;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #930095 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e900ec !important;
  border-color: #e900ec !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0000 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #ff0000 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #e900ec !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #990000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #840086 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #e900ec;
}
.alert-danger {
  background-color: #ff0000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffcccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #feb9ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gilmer Heavy';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gilmer Heavy';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0000;
  border-bottom-color: #ff0000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff0000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tpPOFpYGSC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
#custom-html-fg {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tLIT4VOCSA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tLIT4VOCSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLIT4VOCSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLIT4VOCSA .mbr-section-title {
  color: #e900ec;
}
.cid-tLIT4VOCSA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLMx1g4AW4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tLMx1g4AW4 .container-fluid {
  padding: 0 3rem;
}
.cid-tLMx1g4AW4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-tLMx1g4AW4 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLMx1g4AW4 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tLMx1g4AW4 .card .card-wrapper {
  height: 1%;
}
.cid-tLMx1g4AW4 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tLMx1g4AW4 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tLMx1g4AW4 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-tLMx1g4AW4 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tLMx1g4AW4 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tLMx1g4AW4 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tLMx1g4AW4 .img-text {
  color: #ffffff;
}
.cid-tLMx1g4AW4 .mbr-section-title,
.cid-tLMx1g4AW4 .underline {
  color: #ffffff;
}
.cid-tLMx1g4AW4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tLMx1g4AW4 .mbr-card-text,
.cid-tLMx1g4AW4 .mbr-section-btn {
  color: #e900ec;
}
#custom-html-fh {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f9 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f1 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f2 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f3 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f4 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f5 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f7 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f6 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-f8 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-ex {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-cl {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-cm {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tIFY8mOtIS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tIFY8mOtIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFY8mOtIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIFY8mOtIS .mbr-section-title {
  color: #ffffff;
}
.cid-tIFY8mOtIS .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-cn {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-ax {
  background-color: #000;
  height: 640px;
  width: 100%;
}
#custom-html-ay {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tHW4FudPyd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHW4FudPyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHW4FudPyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHW4FudPyd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHW4FudPyd .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHW4FudPyd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHW4FudPyd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHW4FudPyd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tHW4FudPyd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHW4FudPyd .carousel-control,
.cid-tHW4FudPyd .close {
  background: #1b1b1b;
}
.cid-tHW4FudPyd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHW4FudPyd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHW4FudPyd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHW4FudPyd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHW4FudPyd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tHW4FudPyd .close::before {
  content: '\e91a';
}
.cid-tHW4FudPyd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHW4FudPyd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tHW4FudPyd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHW4FudPyd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHW4FudPyd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHW4FudPyd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHW4FudPyd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tHW4FudPyd .carousel-indicators li.active,
.cid-tHW4FudPyd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHW4FudPyd .carousel-indicators li::after,
.cid-tHW4FudPyd .carousel-indicators li::before {
  content: none;
}
.cid-tHW4FudPyd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHW4FudPyd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHW4FudPyd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHW4FudPyd .carousel-indicators {
    display: none;
  }
}
.cid-tHW4FudPyd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHW4FudPyd .carousel-inner > .active {
  display: block;
}
.cid-tHW4FudPyd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHW4FudPyd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHW4FudPyd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHW4FudPyd .carousel-control,
  .cid-tHW4FudPyd .carousel-indicators,
  .cid-tHW4FudPyd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHW4FudPyd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHW4FudPyd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHW4FudPyd .carousel-indicators .active,
.cid-tHW4FudPyd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHW4FudPyd .carousel-indicators .active {
  background: #fff;
}
.cid-tHW4FudPyd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHW4FudPyd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHW4FudPyd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHW4FudPyd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHW4FudPyd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHW4FudPyd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHW4FudPyd .carousel {
  width: 100%;
}
.cid-tHW4FudPyd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHW4FudPyd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHW4FudPyd .modal.fade .modal-dialog,
.cid-tHW4FudPyd .modal.in .modal-dialog {
  transform: none;
}
.cid-tHW4FudPyd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHW4FudPyd H6 {
  text-align: center;
}
.cid-tHW4FudPyd H3 {
  color: #ff0000;
}
.cid-tHW4FudPyd H4 {
  color: #ffffff;
}
#custom-html-as {
  background-color: #000;
}
#custom-html-at {
  background-color: #000;
}
#custom-html-a3 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tHEIto48Z5 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHEIto48Z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHEIto48Z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHEIto48Z5 .mbr-section-title {
  color: #e900ec;
}
.cid-tHEIto48Z5 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-trXOkLf97c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #9a009c;
}
.cid-trXOkLf97c .container-fluid {
  padding: 0 3rem;
}
.cid-trXOkLf97c .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-trXOkLf97c .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trXOkLf97c .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-trXOkLf97c .card .card-wrapper {
  height: 1%;
}
.cid-trXOkLf97c .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-trXOkLf97c .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-trXOkLf97c .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-trXOkLf97c .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-trXOkLf97c .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-trXOkLf97c .container-fluid {
    padding: 0 1rem;
  }
}
.cid-trXOkLf97c .img-text {
  color: #ffffff;
}
.cid-trXOkLf97c .mbr-section-title,
.cid-trXOkLf97c .underline {
  color: #ffffff;
}
.cid-trXOkLf97c .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-trXOkLf97c .mbr-card-text,
.cid-trXOkLf97c .mbr-section-btn {
  color: #ffffff;
}
.cid-tpEf1dHqLU {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cid-tpEf1dHqLU .carousel {
  width: 100%;
}
.cid-tpEf1dHqLU .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tpEf1dHqLU .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tpEf1dHqLU .carousel-caption {
  bottom: 40px;
}
.cid-tpEf1dHqLU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tpEf1dHqLU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tpEf1dHqLU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tpEf1dHqLU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tpEf1dHqLU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tpEf1dHqLU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tpEf1dHqLU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tpEf1dHqLU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tpEf1dHqLU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpEf1dHqLU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpEf1dHqLU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpEf1dHqLU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tpEf1dHqLU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tpEf1dHqLU .carousel-indicators li.active,
.cid-tpEf1dHqLU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpEf1dHqLU .carousel-indicators li::after,
.cid-tpEf1dHqLU .carousel-indicators li::before {
  content: none;
}
.cid-tpEf1dHqLU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpEf1dHqLU .carousel-indicators {
    display: none !important;
  }
}
.cid-toT7cPT77m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-toT7cPT77m .mbr-fallback-image.disabled {
  display: none;
}
.cid-toT7cPT77m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toT7cPT77m .mbr-section-title {
  color: #ffffff;
}
.cid-toT7cPT77m .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-az {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-toTk8jc3LH {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-toTk8jc3LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-toTk8jc3LH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toTk8jc3LH .mbr-section-title {
  color: #ffffff;
}
.cid-toTk8jc3LH .mbr-section-subtitle {
  color: #ff0000;
}
.cid-trZO1fVkqJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-trZO1fVkqJ .container-fluid {
  padding: 0 3rem;
}
.cid-trZO1fVkqJ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-trZO1fVkqJ .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-trZO1fVkqJ .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-trZO1fVkqJ .card .card-wrapper {
  height: 1%;
}
.cid-trZO1fVkqJ .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-trZO1fVkqJ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-trZO1fVkqJ .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-trZO1fVkqJ .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-trZO1fVkqJ .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-trZO1fVkqJ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-trZO1fVkqJ .img-text {
  color: #ffffff;
}
.cid-trZO1fVkqJ .mbr-section-title,
.cid-trZO1fVkqJ .underline {
  color: #e900ec;
}
.cid-trZO1fVkqJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-trZO1fVkqJ .mbr-card-text,
.cid-trZO1fVkqJ .mbr-section-btn {
  color: #ffffff;
}
.cid-tncYE1my8B {
  background-image: url("../../../assets/images/032-1-1037x1382.jpg");
}
.cid-tncYE1my8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tncYE1my8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tncYE1my8B .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-tncYE1my8B .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #232323;
  transition: all 0.3s;
  color: #232323;
}
.cid-tncYE1my8B .social-row .soc-item .mbr-iconfont:hover {
  background-color: #232323;
  color: #ffffff;
}
.cid-tncYE1my8B .mbr-section-title {
  color: #ffffff;
}
.cid-tncYE1my8B .mbr-text,
.cid-tncYE1my8B .mbr-section-btn,
.cid-tncYE1my8B .social-row {
  color: #ffffff;
}
.cid-tpEDz4bUqY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tpEDz4bUqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpEDz4bUqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpEDz4bUqY .mbr-section-title {
  color: #ffffff;
}
.cid-tpEDz4bUqY .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tsgwNOLnep {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tsgwNOLnep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsgwNOLnep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsgwNOLnep .mbr-section-title {
  color: #ffffff;
}
.cid-tsgwNOLnep .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tnyTifo2XU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tnyTifo2XU .mbr-text {
  text-align: center;
}
.cid-tndgkEuxJa {
  z-index: 1000;
  width: 100%;
}
.cid-tndgkEuxJa nav.navbar {
  position: fixed;
}
.cid-tndgkEuxJa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tndgkEuxJa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tndgkEuxJa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tndgkEuxJa .dropdown-item:hover,
.cid-tndgkEuxJa .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tndgkEuxJa .dropdown-item:hover span {
  color: white;
}
.cid-tndgkEuxJa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tndgkEuxJa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tndgkEuxJa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tndgkEuxJa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tndgkEuxJa .nav-link {
  position: relative;
}
.cid-tndgkEuxJa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tndgkEuxJa .container {
    flex-wrap: nowrap;
  }
}
.cid-tndgkEuxJa .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tndgkEuxJa .dropdown-menu,
.cid-tndgkEuxJa .navbar.opened {
  background: #fddddd !important;
}
.cid-tndgkEuxJa .nav-item:focus,
.cid-tndgkEuxJa .nav-link:focus {
  outline: none;
}
.cid-tndgkEuxJa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tndgkEuxJa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tndgkEuxJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tndgkEuxJa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tndgkEuxJa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tndgkEuxJa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tndgkEuxJa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tndgkEuxJa .navbar.opened {
  transition: all 0.3s;
}
.cid-tndgkEuxJa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tndgkEuxJa .navbar .navbar-logo img {
  width: auto;
}
.cid-tndgkEuxJa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tndgkEuxJa .navbar.collapsed {
  justify-content: center;
}
.cid-tndgkEuxJa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tndgkEuxJa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tndgkEuxJa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tndgkEuxJa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tndgkEuxJa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tndgkEuxJa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tndgkEuxJa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tndgkEuxJa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tndgkEuxJa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tndgkEuxJa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tndgkEuxJa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tndgkEuxJa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tndgkEuxJa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tndgkEuxJa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tndgkEuxJa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tndgkEuxJa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tndgkEuxJa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tndgkEuxJa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tndgkEuxJa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tndgkEuxJa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tndgkEuxJa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tndgkEuxJa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tndgkEuxJa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tndgkEuxJa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tndgkEuxJa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tndgkEuxJa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tndgkEuxJa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tndgkEuxJa .dropdown-item.active,
.cid-tndgkEuxJa .dropdown-item:active {
  background-color: transparent;
}
.cid-tndgkEuxJa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tndgkEuxJa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tndgkEuxJa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tndgkEuxJa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tndgkEuxJa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tndgkEuxJa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tndgkEuxJa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tndgkEuxJa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tndgkEuxJa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tndgkEuxJa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tndgkEuxJa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tndgkEuxJa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tndgkEuxJa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tndgkEuxJa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tndgkEuxJa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tndgkEuxJa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tndgkEuxJa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tndgkEuxJa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tndgkEuxJa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tndgkEuxJa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tndgkEuxJa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tndgkEuxJa .navbar {
    height: 70px;
  }
  .cid-tndgkEuxJa .navbar.opened {
    height: auto;
  }
  .cid-tndgkEuxJa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmI0Fqyg5M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tmI0Fqyg5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tmI0Fqyg5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tmI0Fqyg5M .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tmI0Fqyg5M .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tmI0Fqyg5M .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tmI0Fqyg5M .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tmI0Fqyg5M .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tmI0Fqyg5M .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tmI0Fqyg5M .carousel-control,
.cid-tmI0Fqyg5M .close {
  background: #1b1b1b;
}
.cid-tmI0Fqyg5M .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tmI0Fqyg5M .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tmI0Fqyg5M .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tmI0Fqyg5M .carousel-control-next span {
  margin-left: 5px;
}
.cid-tmI0Fqyg5M .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tmI0Fqyg5M .close::before {
  content: '\e91a';
}
.cid-tmI0Fqyg5M .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tmI0Fqyg5M .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tmI0Fqyg5M .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmI0Fqyg5M .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tmI0Fqyg5M .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tmI0Fqyg5M .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tmI0Fqyg5M .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tmI0Fqyg5M .carousel-indicators li.active,
.cid-tmI0Fqyg5M .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tmI0Fqyg5M .carousel-indicators li::after,
.cid-tmI0Fqyg5M .carousel-indicators li::before {
  content: none;
}
.cid-tmI0Fqyg5M .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tmI0Fqyg5M .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tmI0Fqyg5M .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tmI0Fqyg5M .carousel-indicators {
    display: none;
  }
}
.cid-tmI0Fqyg5M .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tmI0Fqyg5M .carousel-inner > .active {
  display: block;
}
.cid-tmI0Fqyg5M .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tmI0Fqyg5M .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tmI0Fqyg5M .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tmI0Fqyg5M .carousel-control,
  .cid-tmI0Fqyg5M .carousel-indicators,
  .cid-tmI0Fqyg5M .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tmI0Fqyg5M .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tmI0Fqyg5M .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tmI0Fqyg5M .carousel-indicators .active,
.cid-tmI0Fqyg5M .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tmI0Fqyg5M .carousel-indicators .active {
  background: #fff;
}
.cid-tmI0Fqyg5M .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tmI0Fqyg5M .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tmI0Fqyg5M .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tmI0Fqyg5M .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tmI0Fqyg5M .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tmI0Fqyg5M .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tmI0Fqyg5M .carousel {
  width: 100%;
}
.cid-tmI0Fqyg5M .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tmI0Fqyg5M .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tmI0Fqyg5M .modal.fade .modal-dialog,
.cid-tmI0Fqyg5M .modal.in .modal-dialog {
  transform: none;
}
.cid-tmI0Fqyg5M .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tmI0Fqyg5M H6 {
  text-align: center;
}
.cid-tmI0Fqyg5M H3 {
  color: #ff0000;
}
.cid-tmI0Fqyg5M H4 {
  color: #ffffff;
}
.cid-toTsDhBmyN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-toTsDhBmyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-toTsDhBmyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toTsDhBmyN .mbr-section-title {
  color: #ffffff;
}
.cid-toTsDhBmyN .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tnTZa06H5R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-tnTZa06H5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnTZa06H5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnTZa06H5R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tnTZa06H5R .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tnTZa06H5R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-traUNtYwV5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-traUNtYwV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-traUNtYwV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-traUNtYwV5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-traUNtYwV5 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-traUNtYwV5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-traUNtYwV5 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDvzpPE3q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDvzpPE3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDvzpPE3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDvzpPE3q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDvzpPE3q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDvzpPE3q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tnr6Pd2srD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tnr6Pd2srD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tnr6Pd2srD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tnr6Pd2srD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tnr6Pd2srD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnr6Pd2srD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnr6Pd2srD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnr6Pd2srD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tnr6Pd2srD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tnr6Pd2srD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnr6Pd2srD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tnr6Pd2srD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnr6Pd2srD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnr6Pd2srD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tnr6Pd2srD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts19zJGA6a {
  z-index: 1000;
  width: 100%;
}
.cid-ts19zJGA6a nav.navbar {
  position: fixed;
}
.cid-ts19zJGA6a .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts19zJGA6a .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts19zJGA6a .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts19zJGA6a .dropdown-item:hover,
.cid-ts19zJGA6a .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts19zJGA6a .dropdown-item:hover span {
  color: white;
}
.cid-ts19zJGA6a .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts19zJGA6a .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts19zJGA6a .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts19zJGA6a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts19zJGA6a .nav-link {
  position: relative;
}
.cid-ts19zJGA6a .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts19zJGA6a .container {
    flex-wrap: nowrap;
  }
}
.cid-ts19zJGA6a .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts19zJGA6a .dropdown-menu,
.cid-ts19zJGA6a .navbar.opened {
  background: #fddddd !important;
}
.cid-ts19zJGA6a .nav-item:focus,
.cid-ts19zJGA6a .nav-link:focus {
  outline: none;
}
.cid-ts19zJGA6a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts19zJGA6a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts19zJGA6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts19zJGA6a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts19zJGA6a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts19zJGA6a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts19zJGA6a .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts19zJGA6a .navbar.opened {
  transition: all 0.3s;
}
.cid-ts19zJGA6a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts19zJGA6a .navbar .navbar-logo img {
  width: auto;
}
.cid-ts19zJGA6a .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts19zJGA6a .navbar.collapsed {
  justify-content: center;
}
.cid-ts19zJGA6a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts19zJGA6a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts19zJGA6a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts19zJGA6a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts19zJGA6a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts19zJGA6a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts19zJGA6a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts19zJGA6a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts19zJGA6a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts19zJGA6a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts19zJGA6a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts19zJGA6a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts19zJGA6a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts19zJGA6a .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts19zJGA6a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts19zJGA6a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts19zJGA6a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts19zJGA6a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts19zJGA6a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts19zJGA6a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts19zJGA6a .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts19zJGA6a .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts19zJGA6a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts19zJGA6a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts19zJGA6a .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts19zJGA6a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts19zJGA6a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts19zJGA6a .dropdown-item.active,
.cid-ts19zJGA6a .dropdown-item:active {
  background-color: transparent;
}
.cid-ts19zJGA6a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts19zJGA6a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts19zJGA6a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts19zJGA6a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts19zJGA6a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts19zJGA6a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts19zJGA6a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts19zJGA6a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts19zJGA6a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts19zJGA6a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts19zJGA6a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts19zJGA6a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts19zJGA6a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts19zJGA6a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts19zJGA6a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts19zJGA6a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts19zJGA6a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts19zJGA6a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts19zJGA6a .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts19zJGA6a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts19zJGA6a .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts19zJGA6a .navbar {
    height: 70px;
  }
  .cid-ts19zJGA6a .navbar.opened {
    height: auto;
  }
  .cid-ts19zJGA6a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWcUJ0ybZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcUJ0ybZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcUJ0ybZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcUJ0ybZ .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcUJ0ybZ .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-ts19CIL7RC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-ts19CIL7RC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts19CIL7RC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts19CIL7RC .mbr-section-title {
  color: #ffffff;
}
.cid-ts19CIL7RC .mbr-section-subtitle {
  color: #ff0000;
}
.cid-to6Cua6ygw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to6Cua6ygw blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDBtKjX8J {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDBtKjX8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDBtKjX8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDBtKjX8J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDBtKjX8J .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDBtKjX8J .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-to6C6F3not {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-to6C6F3not .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to6C6F3not .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to6C6F3not .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to6C6F3not .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to6C6F3not .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to6C6F3not .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to6C6F3not .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to6C6F3not .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to6C6F3not .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to6C6F3not .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to6C6F3not .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to6C6F3not .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to6C6F3not .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to6C6F3not .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts19W2is77 {
  z-index: 1000;
  width: 100%;
}
.cid-ts19W2is77 nav.navbar {
  position: fixed;
}
.cid-ts19W2is77 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts19W2is77 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts19W2is77 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts19W2is77 .dropdown-item:hover,
.cid-ts19W2is77 .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts19W2is77 .dropdown-item:hover span {
  color: white;
}
.cid-ts19W2is77 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts19W2is77 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts19W2is77 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts19W2is77 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts19W2is77 .nav-link {
  position: relative;
}
.cid-ts19W2is77 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts19W2is77 .container {
    flex-wrap: nowrap;
  }
}
.cid-ts19W2is77 .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts19W2is77 .dropdown-menu,
.cid-ts19W2is77 .navbar.opened {
  background: #fddddd !important;
}
.cid-ts19W2is77 .nav-item:focus,
.cid-ts19W2is77 .nav-link:focus {
  outline: none;
}
.cid-ts19W2is77 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts19W2is77 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts19W2is77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts19W2is77 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts19W2is77 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts19W2is77 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts19W2is77 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts19W2is77 .navbar.opened {
  transition: all 0.3s;
}
.cid-ts19W2is77 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts19W2is77 .navbar .navbar-logo img {
  width: auto;
}
.cid-ts19W2is77 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts19W2is77 .navbar.collapsed {
  justify-content: center;
}
.cid-ts19W2is77 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts19W2is77 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts19W2is77 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts19W2is77 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts19W2is77 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts19W2is77 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts19W2is77 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts19W2is77 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts19W2is77 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts19W2is77 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts19W2is77 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts19W2is77 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts19W2is77 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts19W2is77 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts19W2is77 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts19W2is77 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts19W2is77 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts19W2is77 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts19W2is77 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts19W2is77 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts19W2is77 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts19W2is77 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts19W2is77 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts19W2is77 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts19W2is77 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts19W2is77 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts19W2is77 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts19W2is77 .dropdown-item.active,
.cid-ts19W2is77 .dropdown-item:active {
  background-color: transparent;
}
.cid-ts19W2is77 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts19W2is77 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts19W2is77 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts19W2is77 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts19W2is77 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts19W2is77 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts19W2is77 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts19W2is77 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts19W2is77 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts19W2is77 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts19W2is77 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts19W2is77 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts19W2is77 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts19W2is77 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts19W2is77 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts19W2is77 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts19W2is77 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts19W2is77 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts19W2is77 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts19W2is77 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts19W2is77 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts19W2is77 .navbar {
    height: 70px;
  }
  .cid-ts19W2is77 .navbar.opened {
    height: auto;
  }
  .cid-ts19W2is77 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWcZlORLE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcZlORLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcZlORLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcZlORLE .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcZlORLE .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-to8CEy1ila {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to8CEy1ila .mbr-fallback-image.disabled {
  display: none;
}
.cid-to8CEy1ila .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to8CEy1ila ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-to8CEy1ila li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-to8CEy1ila ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ff0000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDBJW77HM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDBJW77HM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDBJW77HM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDBJW77HM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDBJW77HM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDBJW77HM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-to6CGLqYTH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-to6CGLqYTH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to6CGLqYTH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to6CGLqYTH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to6CGLqYTH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to6CGLqYTH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to6CGLqYTH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to6CGLqYTH .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to6CGLqYTH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to6CGLqYTH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to6CGLqYTH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to6CGLqYTH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to6CGLqYTH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to6CGLqYTH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to6CGLqYTH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts1a7kTOES {
  z-index: 1000;
  width: 100%;
}
.cid-ts1a7kTOES nav.navbar {
  position: fixed;
}
.cid-ts1a7kTOES .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1a7kTOES .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts1a7kTOES .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts1a7kTOES .dropdown-item:hover,
.cid-ts1a7kTOES .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts1a7kTOES .dropdown-item:hover span {
  color: white;
}
.cid-ts1a7kTOES .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts1a7kTOES .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts1a7kTOES .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts1a7kTOES .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts1a7kTOES .nav-link {
  position: relative;
}
.cid-ts1a7kTOES .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts1a7kTOES .container {
    flex-wrap: nowrap;
  }
}
.cid-ts1a7kTOES .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts1a7kTOES .dropdown-menu,
.cid-ts1a7kTOES .navbar.opened {
  background: #fddddd !important;
}
.cid-ts1a7kTOES .nav-item:focus,
.cid-ts1a7kTOES .nav-link:focus {
  outline: none;
}
.cid-ts1a7kTOES .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts1a7kTOES .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts1a7kTOES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts1a7kTOES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1a7kTOES .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts1a7kTOES .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts1a7kTOES .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts1a7kTOES .navbar.opened {
  transition: all 0.3s;
}
.cid-ts1a7kTOES .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts1a7kTOES .navbar .navbar-logo img {
  width: auto;
}
.cid-ts1a7kTOES .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts1a7kTOES .navbar.collapsed {
  justify-content: center;
}
.cid-ts1a7kTOES .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts1a7kTOES .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts1a7kTOES .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts1a7kTOES .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts1a7kTOES .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts1a7kTOES .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts1a7kTOES .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts1a7kTOES .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts1a7kTOES .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts1a7kTOES .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts1a7kTOES .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts1a7kTOES .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts1a7kTOES .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts1a7kTOES .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts1a7kTOES .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts1a7kTOES .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts1a7kTOES .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts1a7kTOES .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts1a7kTOES .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts1a7kTOES .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts1a7kTOES .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts1a7kTOES .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts1a7kTOES .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts1a7kTOES .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts1a7kTOES .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts1a7kTOES .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts1a7kTOES .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts1a7kTOES .dropdown-item.active,
.cid-ts1a7kTOES .dropdown-item:active {
  background-color: transparent;
}
.cid-ts1a7kTOES .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts1a7kTOES .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts1a7kTOES .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts1a7kTOES .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts1a7kTOES .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts1a7kTOES .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts1a7kTOES ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts1a7kTOES .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts1a7kTOES button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts1a7kTOES button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts1a7kTOES button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts1a7kTOES button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1a7kTOES button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1a7kTOES button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts1a7kTOES nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1a7kTOES nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts1a7kTOES nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts1a7kTOES nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1a7kTOES .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts1a7kTOES a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts1a7kTOES .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts1a7kTOES .navbar {
    height: 70px;
  }
  .cid-ts1a7kTOES .navbar.opened {
    height: auto;
  }
  .cid-ts1a7kTOES .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWd4oqV83 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWd4oqV83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWd4oqV83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWd4oqV83 .mbr-section-title {
  color: #ffffff;
}
.cid-tHWd4oqV83 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-toF0DkKoOL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fcff00;
}
.cid-toF0DkKoOL .mbr-text {
  text-align: center;
}
.cid-to6D1nOVy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to6D1nOVy5 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-toF7sutMx1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fcff00;
}
.cid-toF7sutMx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-toF7sutMx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toF7sutMx1 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-toF7sutMx1 .plan-body {
  padding-bottom: 2rem;
}
.cid-toF7sutMx1 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-toF7sutMx1 .price {
  color: #ff6666;
}
.cid-toF7sutMx1 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-toF7sutMx1 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-toF7sutMx1 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-toF7sutMx1 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-toF7sutMx1 .plan {
    margin-bottom: 2rem;
  }
}
.cid-toEZKbzVge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toEZKbzVge .mbr-fallback-image.disabled {
  display: none;
}
.cid-toEZKbzVge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toEZKbzVge .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-toEZKbzVge .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-toEZKbzVge .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toEZKbzVge .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDBP3locM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDBP3locM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDBP3locM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDBP3locM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDBP3locM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDBP3locM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-to6D1oisax {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-to6D1oisax .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to6D1oisax .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to6D1oisax .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to6D1oisax .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to6D1oisax .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to6D1oisax .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to6D1oisax .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to6D1oisax .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to6D1oisax .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to6D1oisax .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to6D1oisax .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to6D1oisax .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to6D1oisax .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to6D1oisax .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts1b93OIjx {
  z-index: 1000;
  width: 100%;
}
.cid-ts1b93OIjx nav.navbar {
  position: fixed;
}
.cid-ts1b93OIjx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1b93OIjx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts1b93OIjx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts1b93OIjx .dropdown-item:hover,
.cid-ts1b93OIjx .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts1b93OIjx .dropdown-item:hover span {
  color: white;
}
.cid-ts1b93OIjx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts1b93OIjx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts1b93OIjx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts1b93OIjx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts1b93OIjx .nav-link {
  position: relative;
}
.cid-ts1b93OIjx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts1b93OIjx .container {
    flex-wrap: nowrap;
  }
}
.cid-ts1b93OIjx .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts1b93OIjx .dropdown-menu,
.cid-ts1b93OIjx .navbar.opened {
  background: #fddddd !important;
}
.cid-ts1b93OIjx .nav-item:focus,
.cid-ts1b93OIjx .nav-link:focus {
  outline: none;
}
.cid-ts1b93OIjx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts1b93OIjx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts1b93OIjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts1b93OIjx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1b93OIjx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts1b93OIjx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts1b93OIjx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts1b93OIjx .navbar.opened {
  transition: all 0.3s;
}
.cid-ts1b93OIjx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts1b93OIjx .navbar .navbar-logo img {
  width: auto;
}
.cid-ts1b93OIjx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts1b93OIjx .navbar.collapsed {
  justify-content: center;
}
.cid-ts1b93OIjx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts1b93OIjx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts1b93OIjx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts1b93OIjx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts1b93OIjx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts1b93OIjx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts1b93OIjx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts1b93OIjx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts1b93OIjx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts1b93OIjx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts1b93OIjx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts1b93OIjx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts1b93OIjx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts1b93OIjx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts1b93OIjx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts1b93OIjx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts1b93OIjx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts1b93OIjx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts1b93OIjx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts1b93OIjx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts1b93OIjx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts1b93OIjx .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts1b93OIjx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts1b93OIjx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts1b93OIjx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts1b93OIjx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts1b93OIjx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts1b93OIjx .dropdown-item.active,
.cid-ts1b93OIjx .dropdown-item:active {
  background-color: transparent;
}
.cid-ts1b93OIjx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts1b93OIjx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts1b93OIjx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts1b93OIjx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts1b93OIjx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts1b93OIjx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts1b93OIjx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts1b93OIjx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts1b93OIjx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts1b93OIjx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts1b93OIjx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts1b93OIjx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1b93OIjx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1b93OIjx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts1b93OIjx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1b93OIjx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts1b93OIjx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts1b93OIjx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1b93OIjx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts1b93OIjx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts1b93OIjx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts1b93OIjx .navbar {
    height: 70px;
  }
  .cid-ts1b93OIjx .navbar.opened {
    height: auto;
  }
  .cid-ts1b93OIjx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWdkqOrtx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWdkqOrtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWdkqOrtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWdkqOrtx .mbr-section-title {
  color: #ffffff;
}
.cid-tHWdkqOrtx .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tod5dbstnm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tod5dbstnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tod5dbstnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tod5dbstnm .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-tod5dbstnm .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tod5dbstnm .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tod5dbstnm .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDCuSrJi8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDCuSrJi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDCuSrJi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDCuSrJi8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDCuSrJi8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDCuSrJi8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tod4XfIsgg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tod4XfIsgg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tod4XfIsgg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tod4XfIsgg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tod4XfIsgg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tod4XfIsgg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tod4XfIsgg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tod4XfIsgg .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tod4XfIsgg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tod4XfIsgg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tod4XfIsgg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tod4XfIsgg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tod4XfIsgg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tod4XfIsgg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tod4XfIsgg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts1afdNrHb {
  z-index: 1000;
  width: 100%;
}
.cid-ts1afdNrHb nav.navbar {
  position: fixed;
}
.cid-ts1afdNrHb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1afdNrHb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts1afdNrHb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts1afdNrHb .dropdown-item:hover,
.cid-ts1afdNrHb .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts1afdNrHb .dropdown-item:hover span {
  color: white;
}
.cid-ts1afdNrHb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts1afdNrHb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts1afdNrHb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts1afdNrHb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts1afdNrHb .nav-link {
  position: relative;
}
.cid-ts1afdNrHb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts1afdNrHb .container {
    flex-wrap: nowrap;
  }
}
.cid-ts1afdNrHb .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts1afdNrHb .dropdown-menu,
.cid-ts1afdNrHb .navbar.opened {
  background: #fddddd !important;
}
.cid-ts1afdNrHb .nav-item:focus,
.cid-ts1afdNrHb .nav-link:focus {
  outline: none;
}
.cid-ts1afdNrHb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts1afdNrHb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts1afdNrHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts1afdNrHb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1afdNrHb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts1afdNrHb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts1afdNrHb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts1afdNrHb .navbar.opened {
  transition: all 0.3s;
}
.cid-ts1afdNrHb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts1afdNrHb .navbar .navbar-logo img {
  width: auto;
}
.cid-ts1afdNrHb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts1afdNrHb .navbar.collapsed {
  justify-content: center;
}
.cid-ts1afdNrHb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts1afdNrHb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts1afdNrHb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts1afdNrHb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts1afdNrHb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts1afdNrHb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts1afdNrHb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts1afdNrHb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts1afdNrHb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts1afdNrHb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts1afdNrHb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts1afdNrHb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts1afdNrHb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts1afdNrHb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts1afdNrHb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts1afdNrHb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts1afdNrHb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts1afdNrHb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts1afdNrHb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts1afdNrHb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts1afdNrHb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts1afdNrHb .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts1afdNrHb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts1afdNrHb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts1afdNrHb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts1afdNrHb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts1afdNrHb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts1afdNrHb .dropdown-item.active,
.cid-ts1afdNrHb .dropdown-item:active {
  background-color: transparent;
}
.cid-ts1afdNrHb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts1afdNrHb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts1afdNrHb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts1afdNrHb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts1afdNrHb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts1afdNrHb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts1afdNrHb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts1afdNrHb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts1afdNrHb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts1afdNrHb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts1afdNrHb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts1afdNrHb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1afdNrHb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1afdNrHb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts1afdNrHb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1afdNrHb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts1afdNrHb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts1afdNrHb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1afdNrHb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts1afdNrHb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts1afdNrHb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts1afdNrHb .navbar {
    height: 70px;
  }
  .cid-ts1afdNrHb .navbar.opened {
    height: auto;
  }
  .cid-ts1afdNrHb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWdc6THHa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWdc6THHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWdc6THHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWdc6THHa .mbr-section-title {
  color: #ffffff;
}
.cid-tHWdc6THHa .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-toF9IwEQsC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #9a009c;
}
.cid-toF9IwEQsC .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-toF9IxdsZ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toF9IxdsZ4 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-toFatW0nJe {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}
.cid-toFatW0nJe blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-toF9IzohEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toF9IzohEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-toF9IzohEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toF9IzohEu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-toF9IzohEu .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-toF9IzohEu .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toF9IzohEu .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDCfjSYMY {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDCfjSYMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDCfjSYMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDCfjSYMY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDCfjSYMY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDCfjSYMY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toF9IAy76O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-toF9IAy76O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toF9IAy76O .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toF9IAy76O .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toF9IAy76O .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toF9IAy76O .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toF9IAy76O .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toF9IAy76O .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-toF9IAy76O .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toF9IAy76O .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toF9IAy76O .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toF9IAy76O .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toF9IAy76O .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toF9IAy76O .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toF9IAy76O .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts1kZSE4go {
  z-index: 1000;
  width: 100%;
}
.cid-ts1kZSE4go nav.navbar {
  position: fixed;
}
.cid-ts1kZSE4go .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1kZSE4go .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts1kZSE4go .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts1kZSE4go .dropdown-item:hover,
.cid-ts1kZSE4go .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts1kZSE4go .dropdown-item:hover span {
  color: white;
}
.cid-ts1kZSE4go .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts1kZSE4go .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts1kZSE4go .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts1kZSE4go .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts1kZSE4go .nav-link {
  position: relative;
}
.cid-ts1kZSE4go .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts1kZSE4go .container {
    flex-wrap: nowrap;
  }
}
.cid-ts1kZSE4go .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts1kZSE4go .dropdown-menu,
.cid-ts1kZSE4go .navbar.opened {
  background: #fddddd !important;
}
.cid-ts1kZSE4go .nav-item:focus,
.cid-ts1kZSE4go .nav-link:focus {
  outline: none;
}
.cid-ts1kZSE4go .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts1kZSE4go .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts1kZSE4go .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts1kZSE4go .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1kZSE4go .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts1kZSE4go .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts1kZSE4go .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts1kZSE4go .navbar.opened {
  transition: all 0.3s;
}
.cid-ts1kZSE4go .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts1kZSE4go .navbar .navbar-logo img {
  width: auto;
}
.cid-ts1kZSE4go .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts1kZSE4go .navbar.collapsed {
  justify-content: center;
}
.cid-ts1kZSE4go .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts1kZSE4go .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts1kZSE4go .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts1kZSE4go .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts1kZSE4go .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts1kZSE4go .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts1kZSE4go .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts1kZSE4go .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts1kZSE4go .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts1kZSE4go .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts1kZSE4go .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts1kZSE4go .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts1kZSE4go .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts1kZSE4go .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts1kZSE4go .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts1kZSE4go .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts1kZSE4go .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts1kZSE4go .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts1kZSE4go .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts1kZSE4go .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts1kZSE4go .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts1kZSE4go .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts1kZSE4go .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts1kZSE4go .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts1kZSE4go .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts1kZSE4go .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts1kZSE4go .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts1kZSE4go .dropdown-item.active,
.cid-ts1kZSE4go .dropdown-item:active {
  background-color: transparent;
}
.cid-ts1kZSE4go .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts1kZSE4go .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts1kZSE4go .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts1kZSE4go .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts1kZSE4go .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts1kZSE4go .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts1kZSE4go ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts1kZSE4go .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts1kZSE4go button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts1kZSE4go button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts1kZSE4go button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts1kZSE4go button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1kZSE4go button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1kZSE4go button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts1kZSE4go nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1kZSE4go nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts1kZSE4go nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts1kZSE4go nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1kZSE4go .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts1kZSE4go a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts1kZSE4go .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts1kZSE4go .navbar {
    height: 70px;
  }
  .cid-ts1kZSE4go .navbar.opened {
    height: auto;
  }
  .cid-ts1kZSE4go .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWdfUH0wj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWdfUH0wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWdfUH0wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWdfUH0wj .mbr-section-title {
  color: #ffffff;
}
.cid-tHWdfUH0wj .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-toFc2a1DoK {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #fcff00;
}
.cid-toFc2a1DoK .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-toFc2aB0GK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toFc2aB0GK blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-toFc2bTT6c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-toFc2bTT6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-toFc2bTT6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toFc2bTT6c .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-toFc2bTT6c .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-toFc2bTT6c .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-toFc2bTT6c .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDCpc1FZM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDCpc1FZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDCpc1FZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDCpc1FZM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDCpc1FZM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDCpc1FZM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toFc2cXYi2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-toFc2cXYi2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toFc2cXYi2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toFc2cXYi2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toFc2cXYi2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toFc2cXYi2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toFc2cXYi2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toFc2cXYi2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-toFc2cXYi2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toFc2cXYi2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toFc2cXYi2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toFc2cXYi2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toFc2cXYi2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toFc2cXYi2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toFc2cXYi2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWbE9YUvU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWbE9YUvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWbE9YUvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWbE9YUvU .mbr-section-title {
  color: #ffffff;
}
.cid-tHWbE9YUvU .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7kYQyxkQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7kYQyxkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7kYQyxkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7kYQyxkQ .mbr-section-title {
  color: #ffffff;
}
.cid-tI7kYQyxkQ .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-5q {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-trZ7bRfuG3 {
  z-index: 1000;
  width: 100%;
}
.cid-trZ7bRfuG3 nav.navbar {
  position: fixed;
}
.cid-trZ7bRfuG3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZ7bRfuG3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trZ7bRfuG3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trZ7bRfuG3 .dropdown-item:hover,
.cid-trZ7bRfuG3 .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-trZ7bRfuG3 .dropdown-item:hover span {
  color: white;
}
.cid-trZ7bRfuG3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trZ7bRfuG3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trZ7bRfuG3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trZ7bRfuG3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trZ7bRfuG3 .nav-link {
  position: relative;
}
.cid-trZ7bRfuG3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trZ7bRfuG3 .container {
    flex-wrap: nowrap;
  }
}
.cid-trZ7bRfuG3 .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trZ7bRfuG3 .dropdown-menu,
.cid-trZ7bRfuG3 .navbar.opened {
  background: #fddddd !important;
}
.cid-trZ7bRfuG3 .nav-item:focus,
.cid-trZ7bRfuG3 .nav-link:focus {
  outline: none;
}
.cid-trZ7bRfuG3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trZ7bRfuG3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trZ7bRfuG3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trZ7bRfuG3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZ7bRfuG3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trZ7bRfuG3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trZ7bRfuG3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-trZ7bRfuG3 .navbar.opened {
  transition: all 0.3s;
}
.cid-trZ7bRfuG3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trZ7bRfuG3 .navbar .navbar-logo img {
  width: auto;
}
.cid-trZ7bRfuG3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trZ7bRfuG3 .navbar.collapsed {
  justify-content: center;
}
.cid-trZ7bRfuG3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trZ7bRfuG3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trZ7bRfuG3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trZ7bRfuG3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trZ7bRfuG3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trZ7bRfuG3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trZ7bRfuG3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trZ7bRfuG3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trZ7bRfuG3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trZ7bRfuG3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trZ7bRfuG3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trZ7bRfuG3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trZ7bRfuG3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trZ7bRfuG3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trZ7bRfuG3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trZ7bRfuG3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trZ7bRfuG3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trZ7bRfuG3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trZ7bRfuG3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trZ7bRfuG3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trZ7bRfuG3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trZ7bRfuG3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-trZ7bRfuG3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trZ7bRfuG3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trZ7bRfuG3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trZ7bRfuG3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trZ7bRfuG3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trZ7bRfuG3 .dropdown-item.active,
.cid-trZ7bRfuG3 .dropdown-item:active {
  background-color: transparent;
}
.cid-trZ7bRfuG3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trZ7bRfuG3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trZ7bRfuG3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trZ7bRfuG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-trZ7bRfuG3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trZ7bRfuG3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trZ7bRfuG3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trZ7bRfuG3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trZ7bRfuG3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trZ7bRfuG3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-trZ7bRfuG3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trZ7bRfuG3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZ7bRfuG3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZ7bRfuG3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trZ7bRfuG3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZ7bRfuG3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trZ7bRfuG3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trZ7bRfuG3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZ7bRfuG3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trZ7bRfuG3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trZ7bRfuG3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trZ7bRfuG3 .navbar {
    height: 70px;
  }
  .cid-trZ7bRfuG3 .navbar.opened {
    height: auto;
  }
  .cid-trZ7bRfuG3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toToeQThqf {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-toToeQThqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-toToeQThqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toToeQThqf .mbr-section-title {
  color: #ffffff;
}
.cid-toToeQThqf .mbr-section-subtitle {
  color: #e900ec;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDzNTE9T1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDzNTE9T1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDzNTE9T1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDzNTE9T1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDzNTE9T1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDzNTE9T1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tnr6Pd2srD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tnr6Pd2srD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tnr6Pd2srD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tnr6Pd2srD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tnr6Pd2srD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tnr6Pd2srD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tnr6Pd2srD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tnr6Pd2srD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tnr6Pd2srD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tnr6Pd2srD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tnr6Pd2srD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tnr6Pd2srD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnr6Pd2srD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnr6Pd2srD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tnr6Pd2srD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWbSCPTN4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWbSCPTN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWbSCPTN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWbSCPTN4 .mbr-section-title {
  color: #ffffff;
}
.cid-tHWbSCPTN4 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7mNE3XP4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7mNE3XP4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7mNE3XP4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7mNE3XP4 .mbr-section-title {
  color: #ffffff;
}
.cid-tI7mNE3XP4 .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-7e {
  background: #000;
  height: 640px;
  width: 100%;
}
.cid-trZGXBbyBN {
  z-index: 1000;
  width: 100%;
}
.cid-trZGXBbyBN nav.navbar {
  position: fixed;
}
.cid-trZGXBbyBN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZGXBbyBN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trZGXBbyBN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trZGXBbyBN .dropdown-item:hover,
.cid-trZGXBbyBN .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-trZGXBbyBN .dropdown-item:hover span {
  color: white;
}
.cid-trZGXBbyBN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trZGXBbyBN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trZGXBbyBN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trZGXBbyBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trZGXBbyBN .nav-link {
  position: relative;
}
.cid-trZGXBbyBN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trZGXBbyBN .container {
    flex-wrap: nowrap;
  }
}
.cid-trZGXBbyBN .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trZGXBbyBN .dropdown-menu,
.cid-trZGXBbyBN .navbar.opened {
  background: #fddddd !important;
}
.cid-trZGXBbyBN .nav-item:focus,
.cid-trZGXBbyBN .nav-link:focus {
  outline: none;
}
.cid-trZGXBbyBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trZGXBbyBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trZGXBbyBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trZGXBbyBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZGXBbyBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trZGXBbyBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trZGXBbyBN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-trZGXBbyBN .navbar.opened {
  transition: all 0.3s;
}
.cid-trZGXBbyBN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trZGXBbyBN .navbar .navbar-logo img {
  width: auto;
}
.cid-trZGXBbyBN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trZGXBbyBN .navbar.collapsed {
  justify-content: center;
}
.cid-trZGXBbyBN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trZGXBbyBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trZGXBbyBN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trZGXBbyBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trZGXBbyBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trZGXBbyBN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trZGXBbyBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trZGXBbyBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trZGXBbyBN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trZGXBbyBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trZGXBbyBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trZGXBbyBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trZGXBbyBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trZGXBbyBN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trZGXBbyBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trZGXBbyBN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trZGXBbyBN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trZGXBbyBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trZGXBbyBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trZGXBbyBN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trZGXBbyBN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trZGXBbyBN .navbar.navbar-short {
  min-height: 60px;
}
.cid-trZGXBbyBN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trZGXBbyBN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trZGXBbyBN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trZGXBbyBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trZGXBbyBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trZGXBbyBN .dropdown-item.active,
.cid-trZGXBbyBN .dropdown-item:active {
  background-color: transparent;
}
.cid-trZGXBbyBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trZGXBbyBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trZGXBbyBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trZGXBbyBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-trZGXBbyBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trZGXBbyBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trZGXBbyBN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trZGXBbyBN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trZGXBbyBN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trZGXBbyBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-trZGXBbyBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trZGXBbyBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZGXBbyBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZGXBbyBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trZGXBbyBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZGXBbyBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trZGXBbyBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trZGXBbyBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZGXBbyBN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trZGXBbyBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trZGXBbyBN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trZGXBbyBN .navbar {
    height: 70px;
  }
  .cid-trZGXBbyBN .navbar.opened {
    height: auto;
  }
  .cid-trZGXBbyBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzqAlemWsS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tzqAlemWsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqAlemWsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqAlemWsS .mbr-section-title {
  color: #ffffff;
}
.cid-tzqAlemWsS .mbr-section-subtitle {
  color: #ff0000;
}
.cid-trZGXFeIbU {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-trZGXFeIbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZGXFeIbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZGXFeIbU .mbr-section-title {
  color: #ffffff;
}
.cid-trZGXFeIbU .mbr-section-subtitle {
  color: #ff0000;
}
.cid-trZGXGs5Rz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trZGXGs5Rz .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-trZGXGs5Rz .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-trZGXGs5Rz .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-trZGXGs5Rz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-trZGXGs5Rz .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-trZGXGs5Rz .input-group-btn .btn {
  margin: 0;
}
.cid-trZGXGs5Rz .subtext-1,
.cid-trZGXGs5Rz .subtext-2 {
  margin-bottom: .6rem;
}
.cid-trZGXGs5Rz .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-trZGXGs5Rz .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-trZGXGs5Rz .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-trZGXGs5Rz .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-trZGXGs5Rz .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-trZGXGs5Rz .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-trZGXGs5Rz .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-trZGXGs5Rz .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-trZGXGs5Rz .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-trZGXGs5Rz .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-trZGXGs5Rz .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-trZGXGs5Rz .form-group {
  max-width: 400px;
}
.cid-trZGXGs5Rz .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-trZGXGs5Rz .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-trZGXGs5Rz .form-row {
    justify-content: center;
  }
  .cid-trZGXGs5Rz .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-trZGXGs5Rz .subtext-1,
  .cid-trZGXGs5Rz .subtext-2,
  .cid-trZGXGs5Rz .card-support {
    text-align: center;
  }
  .cid-trZGXGs5Rz .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-trZGXGs5Rz .form-text {
    text-align: center;
  }
  .cid-trZGXGs5Rz .follow-section {
    margin: 0;
  }
  .cid-trZGXGs5Rz .mbr-form {
    text-align: center;
  }
  .cid-trZGXGs5Rz .social-media ul li {
    margin-right: .1rem;
  }
  .cid-trZGXGs5Rz .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-trZGXGs5Rz .firstColumn,
  .cid-trZGXGs5Rz .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-trZGXGs5Rz .form-row {
    flex-direction: column;
  }
}
.cid-tzDzTR8a2M {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDzTR8a2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDzTR8a2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDzTR8a2M .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDzTR8a2M .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDzTR8a2M .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-trZGXIsG47 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-trZGXIsG47 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trZGXIsG47 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trZGXIsG47 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trZGXIsG47 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-trZGXIsG47 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trZGXIsG47 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trZGXIsG47 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-trZGXIsG47 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-trZGXIsG47 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-trZGXIsG47 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-trZGXIsG47 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trZGXIsG47 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-trZGXIsG47 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trZGXIsG47 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWbZF5K1l {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWbZF5K1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWbZF5K1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWbZF5K1l .mbr-section-title {
  color: #ffffff;
}
.cid-tHWbZF5K1l .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7nc0YZ2T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7nc0YZ2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7nc0YZ2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7nc0YZ2T .mbr-section-title {
  color: #ffffff;
}
.cid-tI7nc0YZ2T .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-7u {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-ts0Lf1bbbA {
  z-index: 1000;
  width: 100%;
}
.cid-ts0Lf1bbbA nav.navbar {
  position: fixed;
}
.cid-ts0Lf1bbbA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts0Lf1bbbA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts0Lf1bbbA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts0Lf1bbbA .dropdown-item:hover,
.cid-ts0Lf1bbbA .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts0Lf1bbbA .dropdown-item:hover span {
  color: white;
}
.cid-ts0Lf1bbbA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts0Lf1bbbA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts0Lf1bbbA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts0Lf1bbbA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts0Lf1bbbA .nav-link {
  position: relative;
}
.cid-ts0Lf1bbbA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts0Lf1bbbA .container {
    flex-wrap: nowrap;
  }
}
.cid-ts0Lf1bbbA .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts0Lf1bbbA .dropdown-menu,
.cid-ts0Lf1bbbA .navbar.opened {
  background: #fddddd !important;
}
.cid-ts0Lf1bbbA .nav-item:focus,
.cid-ts0Lf1bbbA .nav-link:focus {
  outline: none;
}
.cid-ts0Lf1bbbA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts0Lf1bbbA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts0Lf1bbbA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts0Lf1bbbA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts0Lf1bbbA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts0Lf1bbbA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts0Lf1bbbA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts0Lf1bbbA .navbar.opened {
  transition: all 0.3s;
}
.cid-ts0Lf1bbbA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts0Lf1bbbA .navbar .navbar-logo img {
  width: auto;
}
.cid-ts0Lf1bbbA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts0Lf1bbbA .navbar.collapsed {
  justify-content: center;
}
.cid-ts0Lf1bbbA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts0Lf1bbbA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts0Lf1bbbA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts0Lf1bbbA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts0Lf1bbbA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts0Lf1bbbA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts0Lf1bbbA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts0Lf1bbbA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts0Lf1bbbA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts0Lf1bbbA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts0Lf1bbbA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts0Lf1bbbA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts0Lf1bbbA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts0Lf1bbbA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts0Lf1bbbA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts0Lf1bbbA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts0Lf1bbbA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts0Lf1bbbA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts0Lf1bbbA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts0Lf1bbbA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts0Lf1bbbA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts0Lf1bbbA .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts0Lf1bbbA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts0Lf1bbbA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts0Lf1bbbA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts0Lf1bbbA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts0Lf1bbbA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts0Lf1bbbA .dropdown-item.active,
.cid-ts0Lf1bbbA .dropdown-item:active {
  background-color: transparent;
}
.cid-ts0Lf1bbbA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts0Lf1bbbA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts0Lf1bbbA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts0Lf1bbbA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts0Lf1bbbA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts0Lf1bbbA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts0Lf1bbbA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts0Lf1bbbA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts0Lf1bbbA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts0Lf1bbbA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts0Lf1bbbA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts0Lf1bbbA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts0Lf1bbbA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts0Lf1bbbA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts0Lf1bbbA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts0Lf1bbbA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts0Lf1bbbA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts0Lf1bbbA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts0Lf1bbbA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts0Lf1bbbA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts0Lf1bbbA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts0Lf1bbbA .navbar {
    height: 70px;
  }
  .cid-ts0Lf1bbbA .navbar.opened {
    height: auto;
  }
  .cid-ts0Lf1bbbA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzqBi2xAaK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tzqBi2xAaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqBi2xAaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqBi2xAaK .mbr-section-title {
  color: #ffffff;
}
.cid-tzqBi2xAaK .mbr-section-subtitle {
  color: #ff0000;
}
.cid-ts0Lf3WY78 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-ts0Lf3WY78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts0Lf3WY78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts0Lf3WY78 .mbr-section-title {
  color: #ffffff;
}
.cid-ts0Lf3WY78 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-ts0Lf4At9X {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ts0Lf4At9X .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-ts0Lf4At9X .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ts0Lf4At9X .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-ts0Lf4At9X .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ts0Lf4At9X .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-ts0Lf4At9X .input-group-btn .btn {
  margin: 0;
}
.cid-ts0Lf4At9X .subtext-1,
.cid-ts0Lf4At9X .subtext-2 {
  margin-bottom: .6rem;
}
.cid-ts0Lf4At9X .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ts0Lf4At9X .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-ts0Lf4At9X .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ts0Lf4At9X .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-ts0Lf4At9X .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ts0Lf4At9X .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-ts0Lf4At9X .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-ts0Lf4At9X .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-ts0Lf4At9X .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-ts0Lf4At9X .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-ts0Lf4At9X .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-ts0Lf4At9X .form-group {
  max-width: 400px;
}
.cid-ts0Lf4At9X .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-ts0Lf4At9X .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-ts0Lf4At9X .form-row {
    justify-content: center;
  }
  .cid-ts0Lf4At9X .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-ts0Lf4At9X .subtext-1,
  .cid-ts0Lf4At9X .subtext-2,
  .cid-ts0Lf4At9X .card-support {
    text-align: center;
  }
  .cid-ts0Lf4At9X .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-ts0Lf4At9X .form-text {
    text-align: center;
  }
  .cid-ts0Lf4At9X .follow-section {
    margin: 0;
  }
  .cid-ts0Lf4At9X .mbr-form {
    text-align: center;
  }
  .cid-ts0Lf4At9X .social-media ul li {
    margin-right: .1rem;
  }
  .cid-ts0Lf4At9X .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-ts0Lf4At9X .firstColumn,
  .cid-ts0Lf4At9X .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-ts0Lf4At9X .form-row {
    flex-direction: column;
  }
}
.cid-tzDzYtD0JJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDzYtD0JJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDzYtD0JJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDzYtD0JJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDzYtD0JJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDzYtD0JJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ts0Lf61TUi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ts0Lf61TUi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ts0Lf61TUi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ts0Lf61TUi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ts0Lf61TUi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ts0Lf61TUi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ts0Lf61TUi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ts0Lf61TUi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ts0Lf61TUi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ts0Lf61TUi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ts0Lf61TUi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ts0Lf61TUi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ts0Lf61TUi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ts0Lf61TUi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ts0Lf61TUi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWc3jZzeV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWc3jZzeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWc3jZzeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWc3jZzeV .mbr-section-title {
  color: #ffffff;
}
.cid-tHWc3jZzeV .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7nqSboP6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7nqSboP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7nqSboP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7nqSboP6 .mbr-section-title {
  color: #ffffff;
}
.cid-tI7nqSboP6 .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-8o {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-ts10UbG7eQ {
  z-index: 1000;
  width: 100%;
}
.cid-ts10UbG7eQ nav.navbar {
  position: fixed;
}
.cid-ts10UbG7eQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts10UbG7eQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts10UbG7eQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts10UbG7eQ .dropdown-item:hover,
.cid-ts10UbG7eQ .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts10UbG7eQ .dropdown-item:hover span {
  color: white;
}
.cid-ts10UbG7eQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts10UbG7eQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts10UbG7eQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts10UbG7eQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts10UbG7eQ .nav-link {
  position: relative;
}
.cid-ts10UbG7eQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts10UbG7eQ .container {
    flex-wrap: nowrap;
  }
}
.cid-ts10UbG7eQ .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts10UbG7eQ .dropdown-menu,
.cid-ts10UbG7eQ .navbar.opened {
  background: #fddddd !important;
}
.cid-ts10UbG7eQ .nav-item:focus,
.cid-ts10UbG7eQ .nav-link:focus {
  outline: none;
}
.cid-ts10UbG7eQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts10UbG7eQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts10UbG7eQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts10UbG7eQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts10UbG7eQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts10UbG7eQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts10UbG7eQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts10UbG7eQ .navbar.opened {
  transition: all 0.3s;
}
.cid-ts10UbG7eQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts10UbG7eQ .navbar .navbar-logo img {
  width: auto;
}
.cid-ts10UbG7eQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts10UbG7eQ .navbar.collapsed {
  justify-content: center;
}
.cid-ts10UbG7eQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts10UbG7eQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts10UbG7eQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts10UbG7eQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts10UbG7eQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts10UbG7eQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts10UbG7eQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts10UbG7eQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts10UbG7eQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts10UbG7eQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts10UbG7eQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts10UbG7eQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts10UbG7eQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts10UbG7eQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts10UbG7eQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts10UbG7eQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts10UbG7eQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts10UbG7eQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts10UbG7eQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts10UbG7eQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts10UbG7eQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts10UbG7eQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts10UbG7eQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts10UbG7eQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts10UbG7eQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts10UbG7eQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts10UbG7eQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts10UbG7eQ .dropdown-item.active,
.cid-ts10UbG7eQ .dropdown-item:active {
  background-color: transparent;
}
.cid-ts10UbG7eQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts10UbG7eQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts10UbG7eQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts10UbG7eQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts10UbG7eQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts10UbG7eQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts10UbG7eQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts10UbG7eQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts10UbG7eQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts10UbG7eQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts10UbG7eQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts10UbG7eQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts10UbG7eQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts10UbG7eQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts10UbG7eQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts10UbG7eQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts10UbG7eQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts10UbG7eQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts10UbG7eQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts10UbG7eQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts10UbG7eQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts10UbG7eQ .navbar {
    height: 70px;
  }
  .cid-ts10UbG7eQ .navbar.opened {
    height: auto;
  }
  .cid-ts10UbG7eQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzqBCu18bC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tzqBCu18bC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqBCu18bC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqBCu18bC .mbr-section-title {
  color: #ffffff;
}
.cid-tzqBCu18bC .mbr-section-subtitle {
  color: #ff0000;
}
.cid-ts10UecIs0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-ts10UecIs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts10UecIs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts10UecIs0 .mbr-section-title {
  color: #ffffff;
}
.cid-ts10UecIs0 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-ts10UeTnsw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ts10UeTnsw .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-ts10UeTnsw .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ts10UeTnsw .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-ts10UeTnsw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ts10UeTnsw .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-ts10UeTnsw .input-group-btn .btn {
  margin: 0;
}
.cid-ts10UeTnsw .subtext-1,
.cid-ts10UeTnsw .subtext-2 {
  margin-bottom: .6rem;
}
.cid-ts10UeTnsw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ts10UeTnsw .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-ts10UeTnsw .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ts10UeTnsw .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-ts10UeTnsw .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ts10UeTnsw .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-ts10UeTnsw .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-ts10UeTnsw .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-ts10UeTnsw .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-ts10UeTnsw .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-ts10UeTnsw .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-ts10UeTnsw .form-group {
  max-width: 400px;
}
.cid-ts10UeTnsw .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-ts10UeTnsw .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-ts10UeTnsw .form-row {
    justify-content: center;
  }
  .cid-ts10UeTnsw .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-ts10UeTnsw .subtext-1,
  .cid-ts10UeTnsw .subtext-2,
  .cid-ts10UeTnsw .card-support {
    text-align: center;
  }
  .cid-ts10UeTnsw .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-ts10UeTnsw .form-text {
    text-align: center;
  }
  .cid-ts10UeTnsw .follow-section {
    margin: 0;
  }
  .cid-ts10UeTnsw .mbr-form {
    text-align: center;
  }
  .cid-ts10UeTnsw .social-media ul li {
    margin-right: .1rem;
  }
  .cid-ts10UeTnsw .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-ts10UeTnsw .firstColumn,
  .cid-ts10UeTnsw .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-ts10UeTnsw .form-row {
    flex-direction: column;
  }
}
.cid-tzDA5G6W9W {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDA5G6W9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDA5G6W9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDA5G6W9W .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDA5G6W9W .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDA5G6W9W .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ts10UgjSxE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ts10UgjSxE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ts10UgjSxE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ts10UgjSxE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ts10UgjSxE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ts10UgjSxE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ts10UgjSxE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ts10UgjSxE .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ts10UgjSxE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ts10UgjSxE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ts10UgjSxE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ts10UgjSxE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ts10UgjSxE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ts10UgjSxE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ts10UgjSxE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWc8qEHqf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWc8qEHqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWc8qEHqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWc8qEHqf .mbr-section-title {
  color: #ffffff;
}
.cid-tHWc8qEHqf .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7nIRUgZU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7nIRUgZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7nIRUgZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7nIRUgZU .mbr-section-title {
  color: #ffffff;
}
.cid-tI7nIRUgZU .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-7r {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-ts0DQoOdGE {
  z-index: 1000;
  width: 100%;
}
.cid-ts0DQoOdGE nav.navbar {
  position: fixed;
}
.cid-ts0DQoOdGE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts0DQoOdGE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts0DQoOdGE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts0DQoOdGE .dropdown-item:hover,
.cid-ts0DQoOdGE .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts0DQoOdGE .dropdown-item:hover span {
  color: white;
}
.cid-ts0DQoOdGE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts0DQoOdGE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts0DQoOdGE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts0DQoOdGE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts0DQoOdGE .nav-link {
  position: relative;
}
.cid-ts0DQoOdGE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts0DQoOdGE .container {
    flex-wrap: nowrap;
  }
}
.cid-ts0DQoOdGE .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts0DQoOdGE .dropdown-menu,
.cid-ts0DQoOdGE .navbar.opened {
  background: #fddddd !important;
}
.cid-ts0DQoOdGE .nav-item:focus,
.cid-ts0DQoOdGE .nav-link:focus {
  outline: none;
}
.cid-ts0DQoOdGE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts0DQoOdGE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts0DQoOdGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts0DQoOdGE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts0DQoOdGE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts0DQoOdGE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts0DQoOdGE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts0DQoOdGE .navbar.opened {
  transition: all 0.3s;
}
.cid-ts0DQoOdGE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts0DQoOdGE .navbar .navbar-logo img {
  width: auto;
}
.cid-ts0DQoOdGE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts0DQoOdGE .navbar.collapsed {
  justify-content: center;
}
.cid-ts0DQoOdGE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts0DQoOdGE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts0DQoOdGE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts0DQoOdGE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts0DQoOdGE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts0DQoOdGE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts0DQoOdGE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts0DQoOdGE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts0DQoOdGE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts0DQoOdGE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts0DQoOdGE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts0DQoOdGE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts0DQoOdGE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts0DQoOdGE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts0DQoOdGE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts0DQoOdGE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts0DQoOdGE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts0DQoOdGE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts0DQoOdGE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts0DQoOdGE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts0DQoOdGE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts0DQoOdGE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts0DQoOdGE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts0DQoOdGE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts0DQoOdGE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts0DQoOdGE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts0DQoOdGE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts0DQoOdGE .dropdown-item.active,
.cid-ts0DQoOdGE .dropdown-item:active {
  background-color: transparent;
}
.cid-ts0DQoOdGE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts0DQoOdGE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts0DQoOdGE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts0DQoOdGE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts0DQoOdGE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts0DQoOdGE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts0DQoOdGE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts0DQoOdGE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts0DQoOdGE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts0DQoOdGE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts0DQoOdGE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts0DQoOdGE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts0DQoOdGE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts0DQoOdGE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts0DQoOdGE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts0DQoOdGE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts0DQoOdGE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts0DQoOdGE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts0DQoOdGE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts0DQoOdGE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts0DQoOdGE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts0DQoOdGE .navbar {
    height: 70px;
  }
  .cid-ts0DQoOdGE .navbar.opened {
    height: auto;
  }
  .cid-ts0DQoOdGE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tzqCCSNPzA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tzqCCSNPzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqCCSNPzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqCCSNPzA .mbr-section-title {
  color: #ffffff;
}
.cid-tzqCCSNPzA .mbr-section-subtitle {
  color: #ff0000;
}
.cid-ts0DQrimjx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-ts0DQrimjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts0DQrimjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts0DQrimjx .mbr-section-title {
  color: #ffffff;
}
.cid-ts0DQrimjx .mbr-section-subtitle {
  color: #ff0000;
}
.cid-ts0DQs1wu0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ts0DQs1wu0 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-ts0DQs1wu0 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-ts0DQs1wu0 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-ts0DQs1wu0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-ts0DQs1wu0 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-ts0DQs1wu0 .input-group-btn .btn {
  margin: 0;
}
.cid-ts0DQs1wu0 .subtext-1,
.cid-ts0DQs1wu0 .subtext-2 {
  margin-bottom: .6rem;
}
.cid-ts0DQs1wu0 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-ts0DQs1wu0 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-ts0DQs1wu0 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ts0DQs1wu0 .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-ts0DQs1wu0 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-ts0DQs1wu0 .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-ts0DQs1wu0 .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-ts0DQs1wu0 .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-ts0DQs1wu0 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-ts0DQs1wu0 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-ts0DQs1wu0 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-ts0DQs1wu0 .form-group {
  max-width: 400px;
}
.cid-ts0DQs1wu0 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-ts0DQs1wu0 .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-ts0DQs1wu0 .form-row {
    justify-content: center;
  }
  .cid-ts0DQs1wu0 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-ts0DQs1wu0 .subtext-1,
  .cid-ts0DQs1wu0 .subtext-2,
  .cid-ts0DQs1wu0 .card-support {
    text-align: center;
  }
  .cid-ts0DQs1wu0 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-ts0DQs1wu0 .form-text {
    text-align: center;
  }
  .cid-ts0DQs1wu0 .follow-section {
    margin: 0;
  }
  .cid-ts0DQs1wu0 .mbr-form {
    text-align: center;
  }
  .cid-ts0DQs1wu0 .social-media ul li {
    margin-right: .1rem;
  }
  .cid-ts0DQs1wu0 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-ts0DQs1wu0 .firstColumn,
  .cid-ts0DQs1wu0 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-ts0DQs1wu0 .form-row {
    flex-direction: column;
  }
}
.cid-tzDAbtQGXU {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDAbtQGXU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDAbtQGXU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDAbtQGXU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDAbtQGXU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDAbtQGXU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ts0DQtoAOV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ts0DQtoAOV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ts0DQtoAOV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ts0DQtoAOV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ts0DQtoAOV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ts0DQtoAOV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ts0DQtoAOV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ts0DQtoAOV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ts0DQtoAOV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ts0DQtoAOV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ts0DQtoAOV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ts0DQtoAOV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ts0DQtoAOV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ts0DQtoAOV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ts0DQtoAOV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcQb5y3v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcQb5y3v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcQb5y3v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcQb5y3v .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcQb5y3v .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7MWkBQOr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7MWkBQOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7MWkBQOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7MWkBQOr .mbr-section-title {
  color: #ffffff;
}
.cid-tI7MWkBQOr .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-8r {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tzqEjAHenN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tzqEjAHenN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqEjAHenN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqEjAHenN .mbr-section-title {
  color: #ffffff;
}
.cid-tzqEjAHenN .mbr-section-subtitle {
  color: #ff0000;
}
.cid-trZxupDAi3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-trZxupDAi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZxupDAi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZxupDAi3 .mbr-section-title {
  color: #ffffff;
}
.cid-trZxupDAi3 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-trZwy1Awdw {
  z-index: 1000;
  width: 100%;
}
.cid-trZwy1Awdw nav.navbar {
  position: fixed;
}
.cid-trZwy1Awdw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZwy1Awdw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trZwy1Awdw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trZwy1Awdw .dropdown-item:hover,
.cid-trZwy1Awdw .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-trZwy1Awdw .dropdown-item:hover span {
  color: white;
}
.cid-trZwy1Awdw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trZwy1Awdw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trZwy1Awdw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trZwy1Awdw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trZwy1Awdw .nav-link {
  position: relative;
}
.cid-trZwy1Awdw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trZwy1Awdw .container {
    flex-wrap: nowrap;
  }
}
.cid-trZwy1Awdw .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trZwy1Awdw .dropdown-menu,
.cid-trZwy1Awdw .navbar.opened {
  background: #fddddd !important;
}
.cid-trZwy1Awdw .nav-item:focus,
.cid-trZwy1Awdw .nav-link:focus {
  outline: none;
}
.cid-trZwy1Awdw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trZwy1Awdw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trZwy1Awdw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trZwy1Awdw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZwy1Awdw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trZwy1Awdw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trZwy1Awdw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-trZwy1Awdw .navbar.opened {
  transition: all 0.3s;
}
.cid-trZwy1Awdw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trZwy1Awdw .navbar .navbar-logo img {
  width: auto;
}
.cid-trZwy1Awdw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trZwy1Awdw .navbar.collapsed {
  justify-content: center;
}
.cid-trZwy1Awdw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trZwy1Awdw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trZwy1Awdw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trZwy1Awdw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trZwy1Awdw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trZwy1Awdw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trZwy1Awdw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trZwy1Awdw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trZwy1Awdw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trZwy1Awdw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trZwy1Awdw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trZwy1Awdw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trZwy1Awdw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trZwy1Awdw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trZwy1Awdw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trZwy1Awdw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trZwy1Awdw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trZwy1Awdw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trZwy1Awdw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trZwy1Awdw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trZwy1Awdw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trZwy1Awdw .navbar.navbar-short {
  min-height: 60px;
}
.cid-trZwy1Awdw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trZwy1Awdw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trZwy1Awdw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trZwy1Awdw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trZwy1Awdw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trZwy1Awdw .dropdown-item.active,
.cid-trZwy1Awdw .dropdown-item:active {
  background-color: transparent;
}
.cid-trZwy1Awdw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trZwy1Awdw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trZwy1Awdw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trZwy1Awdw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-trZwy1Awdw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trZwy1Awdw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trZwy1Awdw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trZwy1Awdw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trZwy1Awdw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trZwy1Awdw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-trZwy1Awdw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trZwy1Awdw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZwy1Awdw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZwy1Awdw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trZwy1Awdw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZwy1Awdw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trZwy1Awdw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trZwy1Awdw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZwy1Awdw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trZwy1Awdw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trZwy1Awdw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trZwy1Awdw .navbar {
    height: 70px;
  }
  .cid-trZwy1Awdw .navbar.opened {
    height: auto;
  }
  .cid-trZwy1Awdw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDAZEixca {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDAZEixca .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDAZEixca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDAZEixca .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDAZEixca .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDAZEixca .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-to2uvbxRDw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-to2uvbxRDw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to2uvbxRDw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to2uvbxRDw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to2uvbxRDw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to2uvbxRDw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to2uvbxRDw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to2uvbxRDw .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to2uvbxRDw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to2uvbxRDw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to2uvbxRDw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to2uvbxRDw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to2uvbxRDw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to2uvbxRDw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to2uvbxRDw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tsgzStOFqs {
  z-index: 1000;
  width: 100%;
}
.cid-tsgzStOFqs nav.navbar {
  position: fixed;
}
.cid-tsgzStOFqs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsgzStOFqs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tsgzStOFqs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tsgzStOFqs .dropdown-item:hover,
.cid-tsgzStOFqs .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tsgzStOFqs .dropdown-item:hover span {
  color: white;
}
.cid-tsgzStOFqs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tsgzStOFqs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tsgzStOFqs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tsgzStOFqs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tsgzStOFqs .nav-link {
  position: relative;
}
.cid-tsgzStOFqs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tsgzStOFqs .container {
    flex-wrap: nowrap;
  }
}
.cid-tsgzStOFqs .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tsgzStOFqs .dropdown-menu,
.cid-tsgzStOFqs .navbar.opened {
  background: #fddddd !important;
}
.cid-tsgzStOFqs .nav-item:focus,
.cid-tsgzStOFqs .nav-link:focus {
  outline: none;
}
.cid-tsgzStOFqs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tsgzStOFqs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsgzStOFqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tsgzStOFqs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tsgzStOFqs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsgzStOFqs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tsgzStOFqs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tsgzStOFqs .navbar.opened {
  transition: all 0.3s;
}
.cid-tsgzStOFqs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tsgzStOFqs .navbar .navbar-logo img {
  width: auto;
}
.cid-tsgzStOFqs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tsgzStOFqs .navbar.collapsed {
  justify-content: center;
}
.cid-tsgzStOFqs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsgzStOFqs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsgzStOFqs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tsgzStOFqs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsgzStOFqs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tsgzStOFqs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tsgzStOFqs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tsgzStOFqs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tsgzStOFqs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tsgzStOFqs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsgzStOFqs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsgzStOFqs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsgzStOFqs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tsgzStOFqs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tsgzStOFqs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tsgzStOFqs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tsgzStOFqs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tsgzStOFqs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tsgzStOFqs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tsgzStOFqs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tsgzStOFqs .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tsgzStOFqs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tsgzStOFqs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tsgzStOFqs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tsgzStOFqs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tsgzStOFqs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tsgzStOFqs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsgzStOFqs .dropdown-item.active,
.cid-tsgzStOFqs .dropdown-item:active {
  background-color: transparent;
}
.cid-tsgzStOFqs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tsgzStOFqs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tsgzStOFqs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tsgzStOFqs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tsgzStOFqs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tsgzStOFqs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tsgzStOFqs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsgzStOFqs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tsgzStOFqs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsgzStOFqs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tsgzStOFqs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsgzStOFqs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsgzStOFqs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsgzStOFqs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsgzStOFqs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsgzStOFqs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsgzStOFqs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsgzStOFqs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsgzStOFqs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tsgzStOFqs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tsgzStOFqs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsgzStOFqs .navbar {
    height: 70px;
  }
  .cid-tsgzStOFqs .navbar.opened {
    height: auto;
  }
  .cid-tsgzStOFqs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWdnkCwgJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWdnkCwgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWdnkCwgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWdnkCwgJ .mbr-section-title {
  color: #ffffff;
}
.cid-tHWdnkCwgJ .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tsgAoJisrf {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tsgAoJisrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsgAoJisrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsgAoJisrf .mbr-section-title {
  color: #ffffff;
}
.cid-tsgAoJisrf .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tsgACZvnud {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsgACZvnud blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tsgzSvVaq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsgzSvVaq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsgzSvVaq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsgzSvVaq4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-tsgzSvVaq4 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tsgzSvVaq4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsgzSvVaq4 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tsgzSx6qsw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tsgzSx6qsw .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tsgzSx6qsw .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tsgzSx6qsw .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tsgzSx6qsw .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tsgzSx6qsw .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tsgzSx6qsw .input-group-btn .btn {
  margin: 0;
}
.cid-tsgzSx6qsw .subtext-1,
.cid-tsgzSx6qsw .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tsgzSx6qsw .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tsgzSx6qsw .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tsgzSx6qsw .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tsgzSx6qsw .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tsgzSx6qsw .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tsgzSx6qsw .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tsgzSx6qsw .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tsgzSx6qsw .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tsgzSx6qsw .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tsgzSx6qsw .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tsgzSx6qsw .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tsgzSx6qsw .form-group {
  max-width: 400px;
}
.cid-tsgzSx6qsw .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tsgzSx6qsw .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tsgzSx6qsw .form-row {
    justify-content: center;
  }
  .cid-tsgzSx6qsw .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tsgzSx6qsw .subtext-1,
  .cid-tsgzSx6qsw .subtext-2,
  .cid-tsgzSx6qsw .card-support {
    text-align: center;
  }
  .cid-tsgzSx6qsw .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tsgzSx6qsw .form-text {
    text-align: center;
  }
  .cid-tsgzSx6qsw .follow-section {
    margin: 0;
  }
  .cid-tsgzSx6qsw .mbr-form {
    text-align: center;
  }
  .cid-tsgzSx6qsw .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tsgzSx6qsw .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tsgzSx6qsw .firstColumn,
  .cid-tsgzSx6qsw .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tsgzSx6qsw .form-row {
    flex-direction: column;
  }
}
.cid-tzDCEnS38q {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDCEnS38q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDCEnS38q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDCEnS38q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDCEnS38q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDCEnS38q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tsgzSyQJbR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tsgzSyQJbR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tsgzSyQJbR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tsgzSyQJbR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tsgzSyQJbR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tsgzSyQJbR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tsgzSyQJbR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tsgzSyQJbR .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tsgzSyQJbR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tsgzSyQJbR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tsgzSyQJbR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tsgzSyQJbR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tsgzSyQJbR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tsgzSyQJbR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tsgzSyQJbR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts1bgVzilg {
  z-index: 1000;
  width: 100%;
}
.cid-ts1bgVzilg nav.navbar {
  position: fixed;
}
.cid-ts1bgVzilg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1bgVzilg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts1bgVzilg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts1bgVzilg .dropdown-item:hover,
.cid-ts1bgVzilg .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts1bgVzilg .dropdown-item:hover span {
  color: white;
}
.cid-ts1bgVzilg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts1bgVzilg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts1bgVzilg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts1bgVzilg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts1bgVzilg .nav-link {
  position: relative;
}
.cid-ts1bgVzilg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts1bgVzilg .container {
    flex-wrap: nowrap;
  }
}
.cid-ts1bgVzilg .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts1bgVzilg .dropdown-menu,
.cid-ts1bgVzilg .navbar.opened {
  background: #fddddd !important;
}
.cid-ts1bgVzilg .nav-item:focus,
.cid-ts1bgVzilg .nav-link:focus {
  outline: none;
}
.cid-ts1bgVzilg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts1bgVzilg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts1bgVzilg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts1bgVzilg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1bgVzilg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts1bgVzilg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts1bgVzilg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts1bgVzilg .navbar.opened {
  transition: all 0.3s;
}
.cid-ts1bgVzilg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts1bgVzilg .navbar .navbar-logo img {
  width: auto;
}
.cid-ts1bgVzilg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts1bgVzilg .navbar.collapsed {
  justify-content: center;
}
.cid-ts1bgVzilg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts1bgVzilg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts1bgVzilg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts1bgVzilg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts1bgVzilg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts1bgVzilg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts1bgVzilg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts1bgVzilg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts1bgVzilg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts1bgVzilg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts1bgVzilg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts1bgVzilg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts1bgVzilg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts1bgVzilg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts1bgVzilg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts1bgVzilg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts1bgVzilg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts1bgVzilg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts1bgVzilg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts1bgVzilg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts1bgVzilg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts1bgVzilg .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts1bgVzilg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts1bgVzilg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts1bgVzilg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts1bgVzilg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts1bgVzilg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts1bgVzilg .dropdown-item.active,
.cid-ts1bgVzilg .dropdown-item:active {
  background-color: transparent;
}
.cid-ts1bgVzilg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts1bgVzilg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts1bgVzilg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts1bgVzilg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts1bgVzilg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts1bgVzilg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts1bgVzilg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts1bgVzilg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts1bgVzilg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts1bgVzilg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts1bgVzilg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts1bgVzilg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1bgVzilg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1bgVzilg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts1bgVzilg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1bgVzilg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts1bgVzilg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts1bgVzilg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1bgVzilg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts1bgVzilg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts1bgVzilg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts1bgVzilg .navbar {
    height: 70px;
  }
  .cid-ts1bgVzilg .navbar.opened {
    height: auto;
  }
  .cid-ts1bgVzilg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ts7ZLVJ1p8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-ts7ZLVJ1p8 .container-fluid {
  padding: 0 3rem;
}
.cid-ts7ZLVJ1p8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-ts7ZLVJ1p8 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ts7ZLVJ1p8 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-ts7ZLVJ1p8 .card .card-wrapper {
  height: 1%;
}
.cid-ts7ZLVJ1p8 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-ts7ZLVJ1p8 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-ts7ZLVJ1p8 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-ts7ZLVJ1p8 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-ts7ZLVJ1p8 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-ts7ZLVJ1p8 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ts7ZLVJ1p8 .img-text {
  color: #ffffff;
}
.cid-ts7ZLVJ1p8 .mbr-section-title,
.cid-ts7ZLVJ1p8 .underline {
  color: #ffffff;
}
.cid-ts7ZLVJ1p8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ts7ZLVJ1p8 .mbr-card-text,
.cid-ts7ZLVJ1p8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tsgnXc0msZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tsgnXc0msZ .container-fluid {
  padding: 0 3rem;
}
.cid-tsgnXc0msZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-tsgnXc0msZ .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsgnXc0msZ .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tsgnXc0msZ .card .card-wrapper {
  height: 1%;
}
.cid-tsgnXc0msZ .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tsgnXc0msZ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tsgnXc0msZ .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-tsgnXc0msZ .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tsgnXc0msZ .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tsgnXc0msZ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tsgnXc0msZ .img-text {
  color: #ffffff;
}
.cid-tsgnXc0msZ .mbr-section-title,
.cid-tsgnXc0msZ .underline {
  color: #ffffff;
}
.cid-tsgnXc0msZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tsgnXc0msZ .mbr-card-text,
.cid-tsgnXc0msZ .mbr-section-btn {
  color: #e900ec;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDCM0IaQp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDCM0IaQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDCM0IaQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDCM0IaQp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDCM0IaQp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDCM0IaQp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-to6E6Whofv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-to6E6Whofv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to6E6Whofv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to6E6Whofv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to6E6Whofv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to6E6Whofv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to6E6Whofv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to6E6Whofv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to6E6Whofv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to6E6Whofv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to6E6Whofv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to6E6Whofv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to6E6Whofv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to6E6Whofv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to6E6Whofv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJzw3GeiNZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJzw3GeiNZ .container-fluid {
  padding: 0 3rem;
}
.cid-tJzw3GeiNZ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-tJzw3GeiNZ .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJzw3GeiNZ .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tJzw3GeiNZ .card .card-wrapper {
  height: 1%;
}
.cid-tJzw3GeiNZ .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tJzw3GeiNZ .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tJzw3GeiNZ .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-tJzw3GeiNZ .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tJzw3GeiNZ .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tJzw3GeiNZ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tJzw3GeiNZ .img-text {
  color: #ffffff;
}
.cid-tJzw3GeiNZ .mbr-section-title,
.cid-tJzw3GeiNZ .underline {
  color: #ffffff;
}
.cid-tJzw3GeiNZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tJzw3GeiNZ .mbr-card-text,
.cid-tJzw3GeiNZ .mbr-section-btn {
  color: #e900ec;
}
.cid-ts1bsIwz2L {
  z-index: 1000;
  width: 100%;
}
.cid-ts1bsIwz2L nav.navbar {
  position: fixed;
}
.cid-ts1bsIwz2L .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1bsIwz2L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts1bsIwz2L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts1bsIwz2L .dropdown-item:hover,
.cid-ts1bsIwz2L .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts1bsIwz2L .dropdown-item:hover span {
  color: white;
}
.cid-ts1bsIwz2L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts1bsIwz2L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts1bsIwz2L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts1bsIwz2L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts1bsIwz2L .nav-link {
  position: relative;
}
.cid-ts1bsIwz2L .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts1bsIwz2L .container {
    flex-wrap: nowrap;
  }
}
.cid-ts1bsIwz2L .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts1bsIwz2L .dropdown-menu,
.cid-ts1bsIwz2L .navbar.opened {
  background: #fddddd !important;
}
.cid-ts1bsIwz2L .nav-item:focus,
.cid-ts1bsIwz2L .nav-link:focus {
  outline: none;
}
.cid-ts1bsIwz2L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts1bsIwz2L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts1bsIwz2L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts1bsIwz2L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1bsIwz2L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts1bsIwz2L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts1bsIwz2L .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts1bsIwz2L .navbar.opened {
  transition: all 0.3s;
}
.cid-ts1bsIwz2L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts1bsIwz2L .navbar .navbar-logo img {
  width: auto;
}
.cid-ts1bsIwz2L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts1bsIwz2L .navbar.collapsed {
  justify-content: center;
}
.cid-ts1bsIwz2L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts1bsIwz2L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts1bsIwz2L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts1bsIwz2L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts1bsIwz2L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts1bsIwz2L .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts1bsIwz2L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts1bsIwz2L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts1bsIwz2L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts1bsIwz2L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts1bsIwz2L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts1bsIwz2L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts1bsIwz2L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts1bsIwz2L .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts1bsIwz2L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts1bsIwz2L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts1bsIwz2L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts1bsIwz2L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts1bsIwz2L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts1bsIwz2L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts1bsIwz2L .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts1bsIwz2L .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts1bsIwz2L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts1bsIwz2L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts1bsIwz2L .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts1bsIwz2L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts1bsIwz2L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts1bsIwz2L .dropdown-item.active,
.cid-ts1bsIwz2L .dropdown-item:active {
  background-color: transparent;
}
.cid-ts1bsIwz2L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts1bsIwz2L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts1bsIwz2L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts1bsIwz2L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts1bsIwz2L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts1bsIwz2L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts1bsIwz2L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts1bsIwz2L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts1bsIwz2L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts1bsIwz2L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts1bsIwz2L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts1bsIwz2L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1bsIwz2L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1bsIwz2L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts1bsIwz2L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1bsIwz2L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts1bsIwz2L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts1bsIwz2L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1bsIwz2L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts1bsIwz2L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts1bsIwz2L .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts1bsIwz2L .navbar {
    height: 70px;
  }
  .cid-ts1bsIwz2L .navbar.opened {
    height: auto;
  }
  .cid-ts1bsIwz2L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJzw964CJ2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJzw964CJ2 .container-fluid {
  padding: 0 3rem;
}
.cid-tJzw964CJ2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-tJzw964CJ2 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJzw964CJ2 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tJzw964CJ2 .card .card-wrapper {
  height: 1%;
}
.cid-tJzw964CJ2 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tJzw964CJ2 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tJzw964CJ2 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-tJzw964CJ2 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tJzw964CJ2 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tJzw964CJ2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tJzw964CJ2 .img-text {
  color: #ffffff;
}
.cid-tJzw964CJ2 .mbr-section-title,
.cid-tJzw964CJ2 .underline {
  color: #ffffff;
}
.cid-tJzw964CJ2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tJzw964CJ2 .mbr-card-text,
.cid-tJzw964CJ2 .mbr-section-btn {
  color: #e900ec;
}
.cid-tsgquVMxZ3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tsgquVMxZ3 .container-fluid {
  padding: 0 3rem;
}
.cid-tsgquVMxZ3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-tsgquVMxZ3 .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsgquVMxZ3 .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tsgquVMxZ3 .card .card-wrapper {
  height: 1%;
}
.cid-tsgquVMxZ3 .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tsgquVMxZ3 .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tsgquVMxZ3 .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-tsgquVMxZ3 .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tsgquVMxZ3 .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tsgquVMxZ3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tsgquVMxZ3 .img-text {
  color: #ffffff;
}
.cid-tsgquVMxZ3 .mbr-section-title,
.cid-tsgquVMxZ3 .underline {
  color: #ffffff;
}
.cid-tsgquVMxZ3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tsgquVMxZ3 .mbr-card-text,
.cid-tsgquVMxZ3 .mbr-section-btn {
  color: #e900ec;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDCU0WHv5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDCU0WHv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDCU0WHv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDCU0WHv5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDCU0WHv5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDCU0WHv5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-to6Ep2TcjL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-to6Ep2TcjL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to6Ep2TcjL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to6Ep2TcjL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to6Ep2TcjL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to6Ep2TcjL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to6Ep2TcjL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to6Ep2TcjL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to6Ep2TcjL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to6Ep2TcjL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to6Ep2TcjL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to6Ep2TcjL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to6Ep2TcjL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to6Ep2TcjL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to6Ep2TcjL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts1bIrj8Dl {
  z-index: 1000;
  width: 100%;
}
.cid-ts1bIrj8Dl nav.navbar {
  position: fixed;
}
.cid-ts1bIrj8Dl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1bIrj8Dl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts1bIrj8Dl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts1bIrj8Dl .dropdown-item:hover,
.cid-ts1bIrj8Dl .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts1bIrj8Dl .dropdown-item:hover span {
  color: white;
}
.cid-ts1bIrj8Dl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts1bIrj8Dl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts1bIrj8Dl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts1bIrj8Dl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts1bIrj8Dl .nav-link {
  position: relative;
}
.cid-ts1bIrj8Dl .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts1bIrj8Dl .container {
    flex-wrap: nowrap;
  }
}
.cid-ts1bIrj8Dl .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts1bIrj8Dl .dropdown-menu,
.cid-ts1bIrj8Dl .navbar.opened {
  background: #fddddd !important;
}
.cid-ts1bIrj8Dl .nav-item:focus,
.cid-ts1bIrj8Dl .nav-link:focus {
  outline: none;
}
.cid-ts1bIrj8Dl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts1bIrj8Dl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts1bIrj8Dl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts1bIrj8Dl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1bIrj8Dl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts1bIrj8Dl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts1bIrj8Dl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts1bIrj8Dl .navbar.opened {
  transition: all 0.3s;
}
.cid-ts1bIrj8Dl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts1bIrj8Dl .navbar .navbar-logo img {
  width: auto;
}
.cid-ts1bIrj8Dl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts1bIrj8Dl .navbar.collapsed {
  justify-content: center;
}
.cid-ts1bIrj8Dl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts1bIrj8Dl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts1bIrj8Dl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts1bIrj8Dl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts1bIrj8Dl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts1bIrj8Dl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts1bIrj8Dl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts1bIrj8Dl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts1bIrj8Dl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts1bIrj8Dl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts1bIrj8Dl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts1bIrj8Dl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts1bIrj8Dl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts1bIrj8Dl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts1bIrj8Dl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts1bIrj8Dl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts1bIrj8Dl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts1bIrj8Dl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts1bIrj8Dl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts1bIrj8Dl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts1bIrj8Dl .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts1bIrj8Dl .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts1bIrj8Dl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts1bIrj8Dl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts1bIrj8Dl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts1bIrj8Dl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts1bIrj8Dl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts1bIrj8Dl .dropdown-item.active,
.cid-ts1bIrj8Dl .dropdown-item:active {
  background-color: transparent;
}
.cid-ts1bIrj8Dl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts1bIrj8Dl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts1bIrj8Dl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts1bIrj8Dl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts1bIrj8Dl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts1bIrj8Dl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts1bIrj8Dl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts1bIrj8Dl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts1bIrj8Dl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts1bIrj8Dl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts1bIrj8Dl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts1bIrj8Dl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1bIrj8Dl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1bIrj8Dl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts1bIrj8Dl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1bIrj8Dl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts1bIrj8Dl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts1bIrj8Dl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1bIrj8Dl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts1bIrj8Dl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts1bIrj8Dl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts1bIrj8Dl .navbar {
    height: 70px;
  }
  .cid-ts1bIrj8Dl .navbar.opened {
    height: auto;
  }
  .cid-ts1bIrj8Dl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWdGISG6d {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWdGISG6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWdGISG6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWdGISG6d .mbr-section-title {
  color: #ffffff;
}
.cid-tHWdGISG6d .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-to2gv4H7Yh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #9a009c;
}
.cid-to2gv4H7Yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-to2gv4H7Yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to2gv4H7Yh .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-to2gv4H7Yh .plan-body {
  padding-bottom: 2rem;
}
.cid-to2gv4H7Yh .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-to2gv4H7Yh .price {
  color: #9a009c;
}
.cid-to2gv4H7Yh .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-to2gv4H7Yh .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-to2gv4H7Yh .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-to2gv4H7Yh .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-to2gv4H7Yh .plan {
    margin-bottom: 2rem;
  }
}
.cid-to2fz0Cacs {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #e900ec;
}
.cid-to2fz0Cacs .mbr-fallback-image.disabled {
  display: none;
}
.cid-to2fz0Cacs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to2fz0Cacs .mbr-section-title {
  color: #ffffff;
}
.cid-to2fz0Cacs .mbr-text,
.cid-to2fz0Cacs .mbr-section-btn {
  color: #ffffff;
}
.cid-to6OOmHjTK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to6OOmHjTK .mbr-text {
  text-align: center;
}
.cid-to2p5puoWV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-to2p5puoWV blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2p6tJDJS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2p6tJDJS blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2oW9HvQg {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2oW9HvQg blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2oWYxUlm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2oWYxUlm blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2oXMiy5P {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2oXMiy5P blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2oZ23OCZ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2oZ23OCZ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2oZIwn1V {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2oZIwn1V blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2p0BXTDW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2p0BXTDW blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2p1uLSKX {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2p1uLSKX blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2p9jHogj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2p9jHogj blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to2paKk2PQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-to2paKk2PQ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-to6QtiJFX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-to6QtiJFX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-to6QtiJFX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to6QtiJFX3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff0000;
  margin-bottom: 2rem;
}
.cid-to6QtiJFX3 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-to6QtiJFX3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-to6QtiJFX3 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDDI3HfSL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDDI3HfSL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDDI3HfSL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDDI3HfSL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDDI3HfSL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDDI3HfSL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-to2fz1XErY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-to2fz1XErY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to2fz1XErY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to2fz1XErY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to2fz1XErY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to2fz1XErY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to2fz1XErY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to2fz1XErY .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to2fz1XErY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to2fz1XErY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to2fz1XErY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to2fz1XErY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to2fz1XErY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to2fz1XErY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to2fz1XErY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tGTNTQ3JR0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGTNTQ3JR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGTNTQ3JR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGTNTQ3JR0 .mbr-section-title {
  color: #ffffff;
}
.cid-tGTNTQ3JR0 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tGTNTQPuOy {
  z-index: 1000;
  width: 100%;
}
.cid-tGTNTQPuOy nav.navbar {
  position: fixed;
}
.cid-tGTNTQPuOy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGTNTQPuOy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGTNTQPuOy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGTNTQPuOy .dropdown-item:hover,
.cid-tGTNTQPuOy .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tGTNTQPuOy .dropdown-item:hover span {
  color: white;
}
.cid-tGTNTQPuOy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGTNTQPuOy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGTNTQPuOy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGTNTQPuOy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGTNTQPuOy .nav-link {
  position: relative;
}
.cid-tGTNTQPuOy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tGTNTQPuOy .container {
    flex-wrap: nowrap;
  }
}
.cid-tGTNTQPuOy .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGTNTQPuOy .dropdown-menu,
.cid-tGTNTQPuOy .navbar.opened {
  background: #fddddd !important;
}
.cid-tGTNTQPuOy .nav-item:focus,
.cid-tGTNTQPuOy .nav-link:focus {
  outline: none;
}
.cid-tGTNTQPuOy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGTNTQPuOy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGTNTQPuOy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGTNTQPuOy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGTNTQPuOy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGTNTQPuOy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGTNTQPuOy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tGTNTQPuOy .navbar.opened {
  transition: all 0.3s;
}
.cid-tGTNTQPuOy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGTNTQPuOy .navbar .navbar-logo img {
  width: auto;
}
.cid-tGTNTQPuOy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGTNTQPuOy .navbar.collapsed {
  justify-content: center;
}
.cid-tGTNTQPuOy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGTNTQPuOy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGTNTQPuOy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tGTNTQPuOy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGTNTQPuOy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGTNTQPuOy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tGTNTQPuOy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGTNTQPuOy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGTNTQPuOy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGTNTQPuOy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGTNTQPuOy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGTNTQPuOy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGTNTQPuOy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGTNTQPuOy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tGTNTQPuOy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGTNTQPuOy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGTNTQPuOy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGTNTQPuOy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGTNTQPuOy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGTNTQPuOy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tGTNTQPuOy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tGTNTQPuOy .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGTNTQPuOy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGTNTQPuOy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGTNTQPuOy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGTNTQPuOy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGTNTQPuOy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGTNTQPuOy .dropdown-item.active,
.cid-tGTNTQPuOy .dropdown-item:active {
  background-color: transparent;
}
.cid-tGTNTQPuOy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGTNTQPuOy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGTNTQPuOy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGTNTQPuOy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tGTNTQPuOy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGTNTQPuOy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGTNTQPuOy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGTNTQPuOy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGTNTQPuOy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGTNTQPuOy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tGTNTQPuOy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGTNTQPuOy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGTNTQPuOy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGTNTQPuOy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGTNTQPuOy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGTNTQPuOy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGTNTQPuOy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGTNTQPuOy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGTNTQPuOy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGTNTQPuOy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGTNTQPuOy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGTNTQPuOy .navbar {
    height: 70px;
  }
  .cid-tGTNTQPuOy .navbar.opened {
    height: auto;
  }
  .cid-tGTNTQPuOy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tI7nSo9xph {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7nSo9xph .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7nSo9xph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7nSo9xph .mbr-section-title {
  color: #ffffff;
}
.cid-tI7nSo9xph .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-an {
  background-color: #000;
}
.cid-tGTNTRRgAD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tGTNTRRgAD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGTNTRRgAD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGTNTRRgAD .mbr-section-title {
  color: #ffffff;
}
.cid-tGTNTRRgAD .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tGTNTSuBQ9 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tGTNTSuBQ9 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tGTNTSuBQ9 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tGTNTSuBQ9 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tGTNTSuBQ9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGTNTSuBQ9 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tGTNTSuBQ9 .input-group-btn .btn {
  margin: 0;
}
.cid-tGTNTSuBQ9 .subtext-1,
.cid-tGTNTSuBQ9 .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tGTNTSuBQ9 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tGTNTSuBQ9 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tGTNTSuBQ9 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGTNTSuBQ9 .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tGTNTSuBQ9 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tGTNTSuBQ9 .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tGTNTSuBQ9 .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tGTNTSuBQ9 .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tGTNTSuBQ9 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tGTNTSuBQ9 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tGTNTSuBQ9 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tGTNTSuBQ9 .form-group {
  max-width: 400px;
}
.cid-tGTNTSuBQ9 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tGTNTSuBQ9 .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tGTNTSuBQ9 .form-row {
    justify-content: center;
  }
  .cid-tGTNTSuBQ9 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tGTNTSuBQ9 .subtext-1,
  .cid-tGTNTSuBQ9 .subtext-2,
  .cid-tGTNTSuBQ9 .card-support {
    text-align: center;
  }
  .cid-tGTNTSuBQ9 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tGTNTSuBQ9 .form-text {
    text-align: center;
  }
  .cid-tGTNTSuBQ9 .follow-section {
    margin: 0;
  }
  .cid-tGTNTSuBQ9 .mbr-form {
    text-align: center;
  }
  .cid-tGTNTSuBQ9 .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tGTNTSuBQ9 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tGTNTSuBQ9 .firstColumn,
  .cid-tGTNTSuBQ9 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tGTNTSuBQ9 .form-row {
    flex-direction: column;
  }
}
.cid-tGTNTTOfOd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tGTNTTOfOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGTNTTOfOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGTNTTOfOd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tGTNTTOfOd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGTNTTOfOd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGTNTUA3Q3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tGTNTUA3Q3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tGTNTUA3Q3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tGTNTUA3Q3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tGTNTUA3Q3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tGTNTUA3Q3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tGTNTUA3Q3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tGTNTUA3Q3 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tGTNTUA3Q3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tGTNTUA3Q3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tGTNTUA3Q3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tGTNTUA3Q3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tGTNTUA3Q3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGTNTUA3Q3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tGTNTUA3Q3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcfPLjdn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcfPLjdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcfPLjdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcfPLjdn .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcfPLjdn .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7on0y2PT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7on0y2PT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7on0y2PT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7on0y2PT .mbr-section-title {
  color: #ffffff;
}
.cid-tI7on0y2PT .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-6t {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-trZbBHais5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-trZbBHais5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZbBHais5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZbBHais5 .mbr-section-title {
  color: #e900ec;
}
.cid-trZbBHais5 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-trZbBExWnV {
  z-index: 1000;
  width: 100%;
}
.cid-trZbBExWnV nav.navbar {
  position: fixed;
}
.cid-trZbBExWnV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZbBExWnV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trZbBExWnV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trZbBExWnV .dropdown-item:hover,
.cid-trZbBExWnV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-trZbBExWnV .dropdown-item:hover span {
  color: white;
}
.cid-trZbBExWnV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trZbBExWnV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trZbBExWnV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trZbBExWnV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trZbBExWnV .nav-link {
  position: relative;
}
.cid-trZbBExWnV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trZbBExWnV .container {
    flex-wrap: nowrap;
  }
}
.cid-trZbBExWnV .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trZbBExWnV .dropdown-menu,
.cid-trZbBExWnV .navbar.opened {
  background: #fddddd !important;
}
.cid-trZbBExWnV .nav-item:focus,
.cid-trZbBExWnV .nav-link:focus {
  outline: none;
}
.cid-trZbBExWnV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trZbBExWnV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trZbBExWnV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trZbBExWnV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZbBExWnV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trZbBExWnV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trZbBExWnV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-trZbBExWnV .navbar.opened {
  transition: all 0.3s;
}
.cid-trZbBExWnV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trZbBExWnV .navbar .navbar-logo img {
  width: auto;
}
.cid-trZbBExWnV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trZbBExWnV .navbar.collapsed {
  justify-content: center;
}
.cid-trZbBExWnV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trZbBExWnV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trZbBExWnV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trZbBExWnV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trZbBExWnV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trZbBExWnV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trZbBExWnV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trZbBExWnV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trZbBExWnV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trZbBExWnV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trZbBExWnV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trZbBExWnV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trZbBExWnV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trZbBExWnV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trZbBExWnV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trZbBExWnV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trZbBExWnV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trZbBExWnV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trZbBExWnV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trZbBExWnV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trZbBExWnV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trZbBExWnV .navbar.navbar-short {
  min-height: 60px;
}
.cid-trZbBExWnV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trZbBExWnV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trZbBExWnV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trZbBExWnV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trZbBExWnV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trZbBExWnV .dropdown-item.active,
.cid-trZbBExWnV .dropdown-item:active {
  background-color: transparent;
}
.cid-trZbBExWnV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trZbBExWnV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trZbBExWnV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trZbBExWnV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-trZbBExWnV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trZbBExWnV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trZbBExWnV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trZbBExWnV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trZbBExWnV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trZbBExWnV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-trZbBExWnV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trZbBExWnV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZbBExWnV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZbBExWnV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trZbBExWnV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZbBExWnV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trZbBExWnV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trZbBExWnV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZbBExWnV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trZbBExWnV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trZbBExWnV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trZbBExWnV .navbar {
    height: 70px;
  }
  .cid-trZbBExWnV .navbar.opened {
    height: auto;
  }
  .cid-trZbBExWnV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHAS0z1ucH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHAS0z1ucH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHAS0z1ucH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHAS0z1ucH .mbr-section-title {
  color: #e900ec;
}
.cid-tHAS0z1ucH .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-trZbBHP7zR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trZbBHP7zR .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-trZbBHP7zR .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-trZbBHP7zR .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-trZbBHP7zR .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-trZbBHP7zR .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-trZbBHP7zR .input-group-btn .btn {
  margin: 0;
}
.cid-trZbBHP7zR .subtext-1,
.cid-trZbBHP7zR .subtext-2 {
  margin-bottom: .6rem;
}
.cid-trZbBHP7zR .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-trZbBHP7zR .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-trZbBHP7zR .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-trZbBHP7zR .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-trZbBHP7zR .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-trZbBHP7zR .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-trZbBHP7zR .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-trZbBHP7zR .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-trZbBHP7zR .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-trZbBHP7zR .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-trZbBHP7zR .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-trZbBHP7zR .form-group {
  max-width: 400px;
}
.cid-trZbBHP7zR .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-trZbBHP7zR .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-trZbBHP7zR .form-row {
    justify-content: center;
  }
  .cid-trZbBHP7zR .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-trZbBHP7zR .subtext-1,
  .cid-trZbBHP7zR .subtext-2,
  .cid-trZbBHP7zR .card-support {
    text-align: center;
  }
  .cid-trZbBHP7zR .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-trZbBHP7zR .form-text {
    text-align: center;
  }
  .cid-trZbBHP7zR .follow-section {
    margin: 0;
  }
  .cid-trZbBHP7zR .mbr-form {
    text-align: center;
  }
  .cid-trZbBHP7zR .social-media ul li {
    margin-right: .1rem;
  }
  .cid-trZbBHP7zR .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-trZbBHP7zR .firstColumn,
  .cid-trZbBHP7zR .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-trZbBHP7zR .form-row {
    flex-direction: column;
  }
}
.cid-tzDzG320xO {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDzG320xO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDzG320xO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDzG320xO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDzG320xO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDzG320xO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-trZbBJept2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-trZbBJept2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trZbBJept2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trZbBJept2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trZbBJept2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-trZbBJept2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trZbBJept2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trZbBJept2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-trZbBJept2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-trZbBJept2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-trZbBJept2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-trZbBJept2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trZbBJept2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-trZbBJept2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trZbBJept2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWckbJJj4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWckbJJj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWckbJJj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWckbJJj4 .mbr-section-title {
  color: #ffffff;
}
.cid-tHWckbJJj4 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7plKSdte {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7plKSdte .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7plKSdte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7plKSdte .mbr-section-title {
  color: #ffffff;
}
.cid-tI7plKSdte .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-74 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tzqzv1K12b {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tzqzv1K12b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqzv1K12b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqzv1K12b .mbr-section-title {
  color: #ffffff;
}
.cid-tzqzv1K12b .mbr-section-subtitle {
  color: #e900ec;
}
.cid-trZzktC3tn {
  z-index: 1000;
  width: 100%;
}
.cid-trZzktC3tn nav.navbar {
  position: fixed;
}
.cid-trZzktC3tn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZzktC3tn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trZzktC3tn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trZzktC3tn .dropdown-item:hover,
.cid-trZzktC3tn .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-trZzktC3tn .dropdown-item:hover span {
  color: white;
}
.cid-trZzktC3tn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trZzktC3tn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trZzktC3tn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trZzktC3tn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trZzktC3tn .nav-link {
  position: relative;
}
.cid-trZzktC3tn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trZzktC3tn .container {
    flex-wrap: nowrap;
  }
}
.cid-trZzktC3tn .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trZzktC3tn .dropdown-menu,
.cid-trZzktC3tn .navbar.opened {
  background: #fddddd !important;
}
.cid-trZzktC3tn .nav-item:focus,
.cid-trZzktC3tn .nav-link:focus {
  outline: none;
}
.cid-trZzktC3tn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trZzktC3tn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trZzktC3tn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trZzktC3tn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZzktC3tn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trZzktC3tn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trZzktC3tn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-trZzktC3tn .navbar.opened {
  transition: all 0.3s;
}
.cid-trZzktC3tn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trZzktC3tn .navbar .navbar-logo img {
  width: auto;
}
.cid-trZzktC3tn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trZzktC3tn .navbar.collapsed {
  justify-content: center;
}
.cid-trZzktC3tn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trZzktC3tn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trZzktC3tn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trZzktC3tn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trZzktC3tn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trZzktC3tn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trZzktC3tn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trZzktC3tn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trZzktC3tn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trZzktC3tn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trZzktC3tn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trZzktC3tn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trZzktC3tn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trZzktC3tn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trZzktC3tn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trZzktC3tn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trZzktC3tn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trZzktC3tn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trZzktC3tn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trZzktC3tn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trZzktC3tn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trZzktC3tn .navbar.navbar-short {
  min-height: 60px;
}
.cid-trZzktC3tn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trZzktC3tn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trZzktC3tn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trZzktC3tn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trZzktC3tn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trZzktC3tn .dropdown-item.active,
.cid-trZzktC3tn .dropdown-item:active {
  background-color: transparent;
}
.cid-trZzktC3tn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trZzktC3tn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trZzktC3tn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trZzktC3tn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-trZzktC3tn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trZzktC3tn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trZzktC3tn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trZzktC3tn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trZzktC3tn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trZzktC3tn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-trZzktC3tn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trZzktC3tn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZzktC3tn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZzktC3tn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trZzktC3tn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZzktC3tn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trZzktC3tn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trZzktC3tn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZzktC3tn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trZzktC3tn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trZzktC3tn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trZzktC3tn .navbar {
    height: 70px;
  }
  .cid-trZzktC3tn .navbar.opened {
    height: auto;
  }
  .cid-trZzktC3tn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trZzkwVzV1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-trZzkwVzV1 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-trZzkwVzV1 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-trZzkwVzV1 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-trZzkwVzV1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-trZzkwVzV1 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-trZzkwVzV1 .input-group-btn .btn {
  margin: 0;
}
.cid-trZzkwVzV1 .subtext-1,
.cid-trZzkwVzV1 .subtext-2 {
  margin-bottom: .6rem;
}
.cid-trZzkwVzV1 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-trZzkwVzV1 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-trZzkwVzV1 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-trZzkwVzV1 .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-trZzkwVzV1 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-trZzkwVzV1 .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-trZzkwVzV1 .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-trZzkwVzV1 .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-trZzkwVzV1 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-trZzkwVzV1 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-trZzkwVzV1 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-trZzkwVzV1 .form-group {
  max-width: 400px;
}
.cid-trZzkwVzV1 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-trZzkwVzV1 .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-trZzkwVzV1 .form-row {
    justify-content: center;
  }
  .cid-trZzkwVzV1 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-trZzkwVzV1 .subtext-1,
  .cid-trZzkwVzV1 .subtext-2,
  .cid-trZzkwVzV1 .card-support {
    text-align: center;
  }
  .cid-trZzkwVzV1 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-trZzkwVzV1 .form-text {
    text-align: center;
  }
  .cid-trZzkwVzV1 .follow-section {
    margin: 0;
  }
  .cid-trZzkwVzV1 .mbr-form {
    text-align: center;
  }
  .cid-trZzkwVzV1 .social-media ul li {
    margin-right: .1rem;
  }
  .cid-trZzkwVzV1 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-trZzkwVzV1 .firstColumn,
  .cid-trZzkwVzV1 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-trZzkwVzV1 .form-row {
    flex-direction: column;
  }
}
.cid-tzDzAgXyTi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDzAgXyTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDzAgXyTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDzAgXyTi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDzAgXyTi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDzAgXyTi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-trZzkyfWtQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-trZzkyfWtQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trZzkyfWtQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trZzkyfWtQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trZzkyfWtQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-trZzkyfWtQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trZzkyfWtQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trZzkyfWtQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-trZzkyfWtQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-trZzkyfWtQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-trZzkyfWtQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-trZzkyfWtQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trZzkyfWtQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-trZzkyfWtQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trZzkyfWtQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcD2oMkN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcD2oMkN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcD2oMkN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcD2oMkN .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcD2oMkN .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7LTxUC2Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7LTxUC2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7LTxUC2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7LTxUC2Z .mbr-section-title {
  color: #ffffff;
}
.cid-tI7LTxUC2Z .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-84 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-ts0WOKFfDC {
  z-index: 1000;
  width: 100%;
}
.cid-ts0WOKFfDC nav.navbar {
  position: fixed;
}
.cid-ts0WOKFfDC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts0WOKFfDC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts0WOKFfDC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts0WOKFfDC .dropdown-item:hover,
.cid-ts0WOKFfDC .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts0WOKFfDC .dropdown-item:hover span {
  color: white;
}
.cid-ts0WOKFfDC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts0WOKFfDC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts0WOKFfDC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts0WOKFfDC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts0WOKFfDC .nav-link {
  position: relative;
}
.cid-ts0WOKFfDC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts0WOKFfDC .container {
    flex-wrap: nowrap;
  }
}
.cid-ts0WOKFfDC .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts0WOKFfDC .dropdown-menu,
.cid-ts0WOKFfDC .navbar.opened {
  background: #fddddd !important;
}
.cid-ts0WOKFfDC .nav-item:focus,
.cid-ts0WOKFfDC .nav-link:focus {
  outline: none;
}
.cid-ts0WOKFfDC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts0WOKFfDC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts0WOKFfDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts0WOKFfDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts0WOKFfDC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts0WOKFfDC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts0WOKFfDC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts0WOKFfDC .navbar.opened {
  transition: all 0.3s;
}
.cid-ts0WOKFfDC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts0WOKFfDC .navbar .navbar-logo img {
  width: auto;
}
.cid-ts0WOKFfDC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts0WOKFfDC .navbar.collapsed {
  justify-content: center;
}
.cid-ts0WOKFfDC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts0WOKFfDC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts0WOKFfDC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts0WOKFfDC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts0WOKFfDC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts0WOKFfDC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts0WOKFfDC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts0WOKFfDC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts0WOKFfDC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts0WOKFfDC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts0WOKFfDC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts0WOKFfDC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts0WOKFfDC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts0WOKFfDC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts0WOKFfDC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts0WOKFfDC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts0WOKFfDC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts0WOKFfDC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts0WOKFfDC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts0WOKFfDC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts0WOKFfDC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts0WOKFfDC .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts0WOKFfDC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts0WOKFfDC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts0WOKFfDC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts0WOKFfDC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts0WOKFfDC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts0WOKFfDC .dropdown-item.active,
.cid-ts0WOKFfDC .dropdown-item:active {
  background-color: transparent;
}
.cid-ts0WOKFfDC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts0WOKFfDC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts0WOKFfDC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts0WOKFfDC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts0WOKFfDC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts0WOKFfDC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts0WOKFfDC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts0WOKFfDC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts0WOKFfDC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts0WOKFfDC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts0WOKFfDC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts0WOKFfDC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts0WOKFfDC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts0WOKFfDC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts0WOKFfDC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts0WOKFfDC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts0WOKFfDC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts0WOKFfDC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts0WOKFfDC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts0WOKFfDC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts0WOKFfDC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts0WOKFfDC .navbar {
    height: 70px;
  }
  .cid-ts0WOKFfDC .navbar.opened {
    height: auto;
  }
  .cid-ts0WOKFfDC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHE5kxI7Yb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHE5kxI7Yb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE5kxI7Yb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE5kxI7Yb .mbr-section-title {
  color: #e900ec;
}
.cid-tHE5kxI7Yb .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-toLYtL2nLe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-toLYtL2nLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-toLYtL2nLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-toLYtL2nLe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-toLYtL2nLe .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-toLYtL2nLe .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-toLYtL2nLe .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-toLYtL2nLe .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-toLYtL2nLe .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-toLYtL2nLe .carousel-control,
.cid-toLYtL2nLe .close {
  background: #1b1b1b;
}
.cid-toLYtL2nLe .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-toLYtL2nLe .carousel-control-prev span {
  margin-right: 5px;
}
.cid-toLYtL2nLe .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-toLYtL2nLe .carousel-control-next span {
  margin-left: 5px;
}
.cid-toLYtL2nLe .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-toLYtL2nLe .close::before {
  content: '\e91a';
}
.cid-toLYtL2nLe .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-toLYtL2nLe .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-toLYtL2nLe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toLYtL2nLe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-toLYtL2nLe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-toLYtL2nLe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-toLYtL2nLe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-toLYtL2nLe .carousel-indicators li.active,
.cid-toLYtL2nLe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-toLYtL2nLe .carousel-indicators li::after,
.cid-toLYtL2nLe .carousel-indicators li::before {
  content: none;
}
.cid-toLYtL2nLe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-toLYtL2nLe .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-toLYtL2nLe .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-toLYtL2nLe .carousel-indicators {
    display: none;
  }
}
.cid-toLYtL2nLe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-toLYtL2nLe .carousel-inner > .active {
  display: block;
}
.cid-toLYtL2nLe .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toLYtL2nLe .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toLYtL2nLe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-toLYtL2nLe .carousel-control,
  .cid-toLYtL2nLe .carousel-indicators,
  .cid-toLYtL2nLe .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-toLYtL2nLe .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-toLYtL2nLe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-toLYtL2nLe .carousel-indicators .active,
.cid-toLYtL2nLe .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-toLYtL2nLe .carousel-indicators .active {
  background: #fff;
}
.cid-toLYtL2nLe .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-toLYtL2nLe .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-toLYtL2nLe .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-toLYtL2nLe .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-toLYtL2nLe .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-toLYtL2nLe .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-toLYtL2nLe .carousel {
  width: 100%;
}
.cid-toLYtL2nLe .modal-backdrop.in {
  opacity: 0.8;
}
.cid-toLYtL2nLe .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-toLYtL2nLe .modal.fade .modal-dialog,
.cid-toLYtL2nLe .modal.in .modal-dialog {
  transform: none;
}
.cid-toLYtL2nLe .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-toLYtL2nLe H6 {
  text-align: center;
}
.cid-tzqDlWKP4e {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tzqDlWKP4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqDlWKP4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqDlWKP4e .mbr-section-title {
  color: #ffffff;
}
.cid-tzqDlWKP4e .mbr-section-subtitle {
  color: #e900ec;
}
.cid-ts0Yhuu0vL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-ts0Yhuu0vL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts0Yhuu0vL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts0Yhuu0vL .mbr-section-title {
  color: #ffffff;
}
.cid-ts0Yhuu0vL .mbr-section-subtitle {
  color: #ff0000;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDABWzUCS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDABWzUCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDABWzUCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDABWzUCS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDABWzUCS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDABWzUCS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toLYtQ5MR2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-toLYtQ5MR2 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toLYtQ5MR2 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toLYtQ5MR2 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toLYtQ5MR2 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toLYtQ5MR2 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toLYtQ5MR2 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toLYtQ5MR2 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-toLYtQ5MR2 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toLYtQ5MR2 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toLYtQ5MR2 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toLYtQ5MR2 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toLYtQ5MR2 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toLYtQ5MR2 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toLYtQ5MR2 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcJWlKVC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcJWlKVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcJWlKVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcJWlKVC .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcJWlKVC .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7MBaCkYm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7MBaCkYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7MBaCkYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7MBaCkYm .mbr-section-title {
  color: #ffffff;
}
.cid-tI7MBaCkYm .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-7b {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-trZDul3ifO {
  z-index: 1000;
  width: 100%;
}
.cid-trZDul3ifO nav.navbar {
  position: fixed;
}
.cid-trZDul3ifO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZDul3ifO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trZDul3ifO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trZDul3ifO .dropdown-item:hover,
.cid-trZDul3ifO .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-trZDul3ifO .dropdown-item:hover span {
  color: white;
}
.cid-trZDul3ifO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trZDul3ifO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trZDul3ifO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trZDul3ifO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trZDul3ifO .nav-link {
  position: relative;
}
.cid-trZDul3ifO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-trZDul3ifO .container {
    flex-wrap: nowrap;
  }
}
.cid-trZDul3ifO .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trZDul3ifO .dropdown-menu,
.cid-trZDul3ifO .navbar.opened {
  background: #fddddd !important;
}
.cid-trZDul3ifO .nav-item:focus,
.cid-trZDul3ifO .nav-link:focus {
  outline: none;
}
.cid-trZDul3ifO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trZDul3ifO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trZDul3ifO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trZDul3ifO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trZDul3ifO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trZDul3ifO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trZDul3ifO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-trZDul3ifO .navbar.opened {
  transition: all 0.3s;
}
.cid-trZDul3ifO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trZDul3ifO .navbar .navbar-logo img {
  width: auto;
}
.cid-trZDul3ifO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-trZDul3ifO .navbar.collapsed {
  justify-content: center;
}
.cid-trZDul3ifO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trZDul3ifO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trZDul3ifO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-trZDul3ifO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trZDul3ifO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trZDul3ifO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-trZDul3ifO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trZDul3ifO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trZDul3ifO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trZDul3ifO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trZDul3ifO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trZDul3ifO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trZDul3ifO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trZDul3ifO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-trZDul3ifO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trZDul3ifO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trZDul3ifO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trZDul3ifO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trZDul3ifO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trZDul3ifO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-trZDul3ifO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-trZDul3ifO .navbar.navbar-short {
  min-height: 60px;
}
.cid-trZDul3ifO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trZDul3ifO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trZDul3ifO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-trZDul3ifO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trZDul3ifO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trZDul3ifO .dropdown-item.active,
.cid-trZDul3ifO .dropdown-item:active {
  background-color: transparent;
}
.cid-trZDul3ifO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trZDul3ifO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trZDul3ifO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trZDul3ifO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-trZDul3ifO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trZDul3ifO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trZDul3ifO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trZDul3ifO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trZDul3ifO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trZDul3ifO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-trZDul3ifO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trZDul3ifO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZDul3ifO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trZDul3ifO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trZDul3ifO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZDul3ifO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trZDul3ifO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trZDul3ifO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trZDul3ifO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trZDul3ifO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trZDul3ifO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trZDul3ifO .navbar {
    height: 70px;
  }
  .cid-trZDul3ifO .navbar.opened {
    height: auto;
  }
  .cid-trZDul3ifO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHEkfQOm4e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHEkfQOm4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHEkfQOm4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHEkfQOm4e .mbr-section-title {
  color: #e900ec;
}
.cid-tHEkfQOm4e .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tpEo0gWzuR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tpEo0gWzuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tpEo0gWzuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tpEo0gWzuR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tpEo0gWzuR .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tpEo0gWzuR .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tpEo0gWzuR .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tpEo0gWzuR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tpEo0gWzuR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tpEo0gWzuR .carousel-control,
.cid-tpEo0gWzuR .close {
  background: #1b1b1b;
}
.cid-tpEo0gWzuR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tpEo0gWzuR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tpEo0gWzuR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tpEo0gWzuR .carousel-control-next span {
  margin-left: 5px;
}
.cid-tpEo0gWzuR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tpEo0gWzuR .close::before {
  content: '\e91a';
}
.cid-tpEo0gWzuR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tpEo0gWzuR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tpEo0gWzuR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpEo0gWzuR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tpEo0gWzuR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tpEo0gWzuR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tpEo0gWzuR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tpEo0gWzuR .carousel-indicators li.active,
.cid-tpEo0gWzuR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tpEo0gWzuR .carousel-indicators li::after,
.cid-tpEo0gWzuR .carousel-indicators li::before {
  content: none;
}
.cid-tpEo0gWzuR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tpEo0gWzuR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tpEo0gWzuR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tpEo0gWzuR .carousel-indicators {
    display: none;
  }
}
.cid-tpEo0gWzuR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tpEo0gWzuR .carousel-inner > .active {
  display: block;
}
.cid-tpEo0gWzuR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpEo0gWzuR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpEo0gWzuR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tpEo0gWzuR .carousel-control,
  .cid-tpEo0gWzuR .carousel-indicators,
  .cid-tpEo0gWzuR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tpEo0gWzuR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tpEo0gWzuR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tpEo0gWzuR .carousel-indicators .active,
.cid-tpEo0gWzuR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tpEo0gWzuR .carousel-indicators .active {
  background: #fff;
}
.cid-tpEo0gWzuR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tpEo0gWzuR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tpEo0gWzuR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tpEo0gWzuR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tpEo0gWzuR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tpEo0gWzuR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tpEo0gWzuR .carousel {
  width: 100%;
}
.cid-tpEo0gWzuR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tpEo0gWzuR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tpEo0gWzuR .modal.fade .modal-dialog,
.cid-tpEo0gWzuR .modal.in .modal-dialog {
  transform: none;
}
.cid-tpEo0gWzuR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tpEo0gWzuR H6 {
  text-align: center;
}
.cid-tzqDIpvmrr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tzqDIpvmrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqDIpvmrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqDIpvmrr .mbr-section-title {
  color: #ffffff;
}
.cid-tzqDIpvmrr .mbr-section-subtitle {
  color: #e900ec;
}
.cid-trZDzXWDHV {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-trZDzXWDHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-trZDzXWDHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trZDzXWDHV .mbr-section-title {
  color: #ffffff;
}
.cid-trZDzXWDHV .mbr-section-subtitle {
  color: #ff0000;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDAIjG74d {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDAIjG74d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDAIjG74d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDAIjG74d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDAIjG74d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDAIjG74d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tpEo0j7Occ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tpEo0j7Occ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tpEo0j7Occ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tpEo0j7Occ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tpEo0j7Occ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tpEo0j7Occ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tpEo0j7Occ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tpEo0j7Occ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tpEo0j7Occ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tpEo0j7Occ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpEo0j7Occ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tpEo0j7Occ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpEo0j7Occ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpEo0j7Occ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tpEo0j7Occ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcwqQnbX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcwqQnbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcwqQnbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcwqQnbX .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcwqQnbX .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7Lk65Cv6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7Lk65Cv6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7Lk65Cv6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7Lk65Cv6 .mbr-section-title {
  color: #ffffff;
}
.cid-tI7Lk65Cv6 .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-7z {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tzqCZjDQIq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tzqCZjDQIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzqCZjDQIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzqCZjDQIq .mbr-section-title {
  color: #ffffff;
}
.cid-tzqCZjDQIq .mbr-section-subtitle {
  color: #e900ec;
}
.cid-ts0PZaXZvi {
  z-index: 1000;
  width: 100%;
}
.cid-ts0PZaXZvi nav.navbar {
  position: fixed;
}
.cid-ts0PZaXZvi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts0PZaXZvi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts0PZaXZvi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts0PZaXZvi .dropdown-item:hover,
.cid-ts0PZaXZvi .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts0PZaXZvi .dropdown-item:hover span {
  color: white;
}
.cid-ts0PZaXZvi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts0PZaXZvi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts0PZaXZvi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts0PZaXZvi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts0PZaXZvi .nav-link {
  position: relative;
}
.cid-ts0PZaXZvi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts0PZaXZvi .container {
    flex-wrap: nowrap;
  }
}
.cid-ts0PZaXZvi .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts0PZaXZvi .dropdown-menu,
.cid-ts0PZaXZvi .navbar.opened {
  background: #fddddd !important;
}
.cid-ts0PZaXZvi .nav-item:focus,
.cid-ts0PZaXZvi .nav-link:focus {
  outline: none;
}
.cid-ts0PZaXZvi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts0PZaXZvi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts0PZaXZvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts0PZaXZvi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts0PZaXZvi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts0PZaXZvi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts0PZaXZvi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts0PZaXZvi .navbar.opened {
  transition: all 0.3s;
}
.cid-ts0PZaXZvi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts0PZaXZvi .navbar .navbar-logo img {
  width: auto;
}
.cid-ts0PZaXZvi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts0PZaXZvi .navbar.collapsed {
  justify-content: center;
}
.cid-ts0PZaXZvi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts0PZaXZvi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts0PZaXZvi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts0PZaXZvi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts0PZaXZvi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts0PZaXZvi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts0PZaXZvi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts0PZaXZvi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts0PZaXZvi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts0PZaXZvi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts0PZaXZvi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts0PZaXZvi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts0PZaXZvi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts0PZaXZvi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts0PZaXZvi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts0PZaXZvi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts0PZaXZvi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts0PZaXZvi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts0PZaXZvi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts0PZaXZvi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts0PZaXZvi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts0PZaXZvi .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts0PZaXZvi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts0PZaXZvi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts0PZaXZvi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts0PZaXZvi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts0PZaXZvi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts0PZaXZvi .dropdown-item.active,
.cid-ts0PZaXZvi .dropdown-item:active {
  background-color: transparent;
}
.cid-ts0PZaXZvi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts0PZaXZvi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts0PZaXZvi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts0PZaXZvi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts0PZaXZvi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts0PZaXZvi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts0PZaXZvi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts0PZaXZvi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts0PZaXZvi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts0PZaXZvi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts0PZaXZvi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts0PZaXZvi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts0PZaXZvi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts0PZaXZvi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts0PZaXZvi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts0PZaXZvi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts0PZaXZvi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts0PZaXZvi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts0PZaXZvi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts0PZaXZvi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts0PZaXZvi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts0PZaXZvi .navbar {
    height: 70px;
  }
  .cid-ts0PZaXZvi .navbar.opened {
    height: auto;
  }
  .cid-ts0PZaXZvi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHDR8J9s32 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHDR8J9s32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHDR8J9s32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDR8J9s32 .mbr-section-title {
  color: #e900ec;
}
.cid-tHDR8J9s32 .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-ts0QjER4ri {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-ts0QjER4ri .mbr-fallback-image.disabled {
  display: none;
}
.cid-ts0QjER4ri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ts0QjER4ri .mbr-section-title {
  color: #ffffff;
}
.cid-ts0QjER4ri .mbr-section-subtitle {
  color: #ff0000;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDAl2ViYN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDAl2ViYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDAl2ViYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDAl2ViYN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDAl2ViYN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDAl2ViYN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-toEREGuGot {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-toEREGuGot .row-links {
  width: 100%;
  justify-content: center;
}
.cid-toEREGuGot .social-row {
  width: 100%;
  justify-content: center;
}
.cid-toEREGuGot .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-toEREGuGot .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toEREGuGot .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toEREGuGot .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toEREGuGot .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-toEREGuGot .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toEREGuGot .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toEREGuGot .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-toEREGuGot .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toEREGuGot .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toEREGuGot .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toEREGuGot .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWco4X0IA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWco4X0IA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWco4X0IA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWco4X0IA .mbr-section-title {
  color: #ffffff;
}
.cid-tHWco4X0IA .mbr-section-subtitle {
  color: #e6c63b;
}
#custom-html-b1 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tHDuTGjAhG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHDuTGjAhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHDuTGjAhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDuTGjAhG .mbr-section-title {
  color: #e900ec;
}
.cid-tHDuTGjAhG .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tHAUQ6gABT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHAUQ6gABT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHAUQ6gABT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHAUQ6gABT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHAUQ6gABT .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHAUQ6gABT .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHAUQ6gABT .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHAUQ6gABT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tHAUQ6gABT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHAUQ6gABT .carousel-control,
.cid-tHAUQ6gABT .close {
  background: #1b1b1b;
}
.cid-tHAUQ6gABT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHAUQ6gABT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHAUQ6gABT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHAUQ6gABT .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHAUQ6gABT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tHAUQ6gABT .close::before {
  content: '\e91a';
}
.cid-tHAUQ6gABT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHAUQ6gABT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tHAUQ6gABT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHAUQ6gABT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHAUQ6gABT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHAUQ6gABT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHAUQ6gABT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tHAUQ6gABT .carousel-indicators li.active,
.cid-tHAUQ6gABT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHAUQ6gABT .carousel-indicators li::after,
.cid-tHAUQ6gABT .carousel-indicators li::before {
  content: none;
}
.cid-tHAUQ6gABT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHAUQ6gABT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHAUQ6gABT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHAUQ6gABT .carousel-indicators {
    display: none;
  }
}
.cid-tHAUQ6gABT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHAUQ6gABT .carousel-inner > .active {
  display: block;
}
.cid-tHAUQ6gABT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHAUQ6gABT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHAUQ6gABT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHAUQ6gABT .carousel-control,
  .cid-tHAUQ6gABT .carousel-indicators,
  .cid-tHAUQ6gABT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHAUQ6gABT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHAUQ6gABT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHAUQ6gABT .carousel-indicators .active,
.cid-tHAUQ6gABT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHAUQ6gABT .carousel-indicators .active {
  background: #fff;
}
.cid-tHAUQ6gABT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHAUQ6gABT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHAUQ6gABT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHAUQ6gABT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHAUQ6gABT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHAUQ6gABT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHAUQ6gABT .carousel {
  width: 100%;
}
.cid-tHAUQ6gABT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHAUQ6gABT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHAUQ6gABT .modal.fade .modal-dialog,
.cid-tHAUQ6gABT .modal.in .modal-dialog {
  transform: none;
}
.cid-tHAUQ6gABT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHAUQ6gABT H6 {
  text-align: center;
}
.cid-tHAULeVIT0 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHAULeVIT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHAULeVIT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHAULeVIT0 .mbr-section-title {
  color: #ffffff;
}
.cid-tHAULeVIT0 .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tHASvMXklA {
  z-index: 1000;
  width: 100%;
}
.cid-tHASvMXklA nav.navbar {
  position: fixed;
}
.cid-tHASvMXklA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHASvMXklA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHASvMXklA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHASvMXklA .dropdown-item:hover,
.cid-tHASvMXklA .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tHASvMXklA .dropdown-item:hover span {
  color: white;
}
.cid-tHASvMXklA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHASvMXklA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHASvMXklA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHASvMXklA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHASvMXklA .nav-link {
  position: relative;
}
.cid-tHASvMXklA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHASvMXklA .container {
    flex-wrap: nowrap;
  }
}
.cid-tHASvMXklA .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHASvMXklA .dropdown-menu,
.cid-tHASvMXklA .navbar.opened {
  background: #fddddd !important;
}
.cid-tHASvMXklA .nav-item:focus,
.cid-tHASvMXklA .nav-link:focus {
  outline: none;
}
.cid-tHASvMXklA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHASvMXklA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHASvMXklA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHASvMXklA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHASvMXklA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHASvMXklA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHASvMXklA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tHASvMXklA .navbar.opened {
  transition: all 0.3s;
}
.cid-tHASvMXklA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHASvMXklA .navbar .navbar-logo img {
  width: auto;
}
.cid-tHASvMXklA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHASvMXklA .navbar.collapsed {
  justify-content: center;
}
.cid-tHASvMXklA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHASvMXklA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHASvMXklA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHASvMXklA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHASvMXklA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHASvMXklA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tHASvMXklA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHASvMXklA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHASvMXklA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHASvMXklA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHASvMXklA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHASvMXklA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHASvMXklA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHASvMXklA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tHASvMXklA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHASvMXklA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHASvMXklA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHASvMXklA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHASvMXklA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHASvMXklA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHASvMXklA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHASvMXklA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHASvMXklA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHASvMXklA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHASvMXklA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHASvMXklA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHASvMXklA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHASvMXklA .dropdown-item.active,
.cid-tHASvMXklA .dropdown-item:active {
  background-color: transparent;
}
.cid-tHASvMXklA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHASvMXklA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHASvMXklA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHASvMXklA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tHASvMXklA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHASvMXklA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHASvMXklA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHASvMXklA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHASvMXklA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHASvMXklA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tHASvMXklA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHASvMXklA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHASvMXklA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHASvMXklA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHASvMXklA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHASvMXklA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHASvMXklA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHASvMXklA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHASvMXklA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHASvMXklA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHASvMXklA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHASvMXklA .navbar {
    height: 70px;
  }
  .cid-tHASvMXklA .navbar.opened {
    height: auto;
  }
  .cid-tHASvMXklA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHASvQ8ZtE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHASvQ8ZtE .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tHASvQ8ZtE .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tHASvQ8ZtE .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tHASvQ8ZtE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHASvQ8ZtE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tHASvQ8ZtE .input-group-btn .btn {
  margin: 0;
}
.cid-tHASvQ8ZtE .subtext-1,
.cid-tHASvQ8ZtE .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tHASvQ8ZtE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHASvQ8ZtE .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tHASvQ8ZtE .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHASvQ8ZtE .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tHASvQ8ZtE .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHASvQ8ZtE .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tHASvQ8ZtE .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tHASvQ8ZtE .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tHASvQ8ZtE .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tHASvQ8ZtE .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tHASvQ8ZtE .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHASvQ8ZtE .form-group {
  max-width: 400px;
}
.cid-tHASvQ8ZtE .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tHASvQ8ZtE .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tHASvQ8ZtE .form-row {
    justify-content: center;
  }
  .cid-tHASvQ8ZtE .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tHASvQ8ZtE .subtext-1,
  .cid-tHASvQ8ZtE .subtext-2,
  .cid-tHASvQ8ZtE .card-support {
    text-align: center;
  }
  .cid-tHASvQ8ZtE .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tHASvQ8ZtE .form-text {
    text-align: center;
  }
  .cid-tHASvQ8ZtE .follow-section {
    margin: 0;
  }
  .cid-tHASvQ8ZtE .mbr-form {
    text-align: center;
  }
  .cid-tHASvQ8ZtE .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tHASvQ8ZtE .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tHASvQ8ZtE .firstColumn,
  .cid-tHASvQ8ZtE .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tHASvQ8ZtE .form-row {
    flex-direction: column;
  }
}
.cid-tHASvRyety {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tHASvRyety .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHASvRyety .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHASvRyety .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHASvRyety .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tHASvRyety .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHASvSkaBt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHASvSkaBt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHASvSkaBt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHASvSkaBt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHASvSkaBt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHASvSkaBt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHASvSkaBt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHASvSkaBt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHASvSkaBt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHASvSkaBt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHASvSkaBt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHASvSkaBt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHASvSkaBt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHASvSkaBt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHASvSkaBt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcqFvjxd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcqFvjxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcqFvjxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcqFvjxd .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcqFvjxd .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tI7JP4McrB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tI7JP4McrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tI7JP4McrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tI7JP4McrB .mbr-section-title {
  color: #ffffff;
}
.cid-tI7JP4McrB .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-ac {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tHDJUzRz8m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHDJUzRz8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHDJUzRz8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDJUzRz8m .mbr-section-title {
  color: #e900ec;
}
.cid-tHDJUzRz8m .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tAAeyNytZk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tAAeyNytZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAeyNytZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAeyNytZk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tAAeyNytZk .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tAAeyNytZk .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tAAeyNytZk .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tAAeyNytZk .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tAAeyNytZk .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tAAeyNytZk .carousel-control,
.cid-tAAeyNytZk .close {
  background: #1b1b1b;
}
.cid-tAAeyNytZk .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tAAeyNytZk .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tAAeyNytZk .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tAAeyNytZk .carousel-control-next span {
  margin-left: 5px;
}
.cid-tAAeyNytZk .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tAAeyNytZk .close::before {
  content: '\e91a';
}
.cid-tAAeyNytZk .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tAAeyNytZk .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAAeyNytZk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAAeyNytZk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tAAeyNytZk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tAAeyNytZk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tAAeyNytZk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tAAeyNytZk .carousel-indicators li.active,
.cid-tAAeyNytZk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tAAeyNytZk .carousel-indicators li::after,
.cid-tAAeyNytZk .carousel-indicators li::before {
  content: none;
}
.cid-tAAeyNytZk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tAAeyNytZk .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tAAeyNytZk .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tAAeyNytZk .carousel-indicators {
    display: none;
  }
}
.cid-tAAeyNytZk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tAAeyNytZk .carousel-inner > .active {
  display: block;
}
.cid-tAAeyNytZk .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tAAeyNytZk .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tAAeyNytZk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tAAeyNytZk .carousel-control,
  .cid-tAAeyNytZk .carousel-indicators,
  .cid-tAAeyNytZk .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tAAeyNytZk .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tAAeyNytZk .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tAAeyNytZk .carousel-indicators .active,
.cid-tAAeyNytZk .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tAAeyNytZk .carousel-indicators .active {
  background: #fff;
}
.cid-tAAeyNytZk .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tAAeyNytZk .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tAAeyNytZk .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tAAeyNytZk .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tAAeyNytZk .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tAAeyNytZk .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tAAeyNytZk .carousel {
  width: 100%;
}
.cid-tAAeyNytZk .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tAAeyNytZk .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tAAeyNytZk .modal.fade .modal-dialog,
.cid-tAAeyNytZk .modal.in .modal-dialog {
  transform: none;
}
.cid-tAAeyNytZk .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tAAeyNytZk H6 {
  text-align: center;
}
.cid-tAzVVC4NY3 {
  z-index: 1000;
  width: 100%;
}
.cid-tAzVVC4NY3 nav.navbar {
  position: fixed;
}
.cid-tAzVVC4NY3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAzVVC4NY3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tAzVVC4NY3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAzVVC4NY3 .dropdown-item:hover,
.cid-tAzVVC4NY3 .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tAzVVC4NY3 .dropdown-item:hover span {
  color: white;
}
.cid-tAzVVC4NY3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAzVVC4NY3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAzVVC4NY3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAzVVC4NY3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAzVVC4NY3 .nav-link {
  position: relative;
}
.cid-tAzVVC4NY3 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tAzVVC4NY3 .container {
    flex-wrap: nowrap;
  }
}
.cid-tAzVVC4NY3 .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAzVVC4NY3 .dropdown-menu,
.cid-tAzVVC4NY3 .navbar.opened {
  background: #fddddd !important;
}
.cid-tAzVVC4NY3 .nav-item:focus,
.cid-tAzVVC4NY3 .nav-link:focus {
  outline: none;
}
.cid-tAzVVC4NY3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAzVVC4NY3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAzVVC4NY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAzVVC4NY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAzVVC4NY3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAzVVC4NY3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAzVVC4NY3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tAzVVC4NY3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tAzVVC4NY3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAzVVC4NY3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tAzVVC4NY3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAzVVC4NY3 .navbar.collapsed {
  justify-content: center;
}
.cid-tAzVVC4NY3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAzVVC4NY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAzVVC4NY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tAzVVC4NY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAzVVC4NY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAzVVC4NY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tAzVVC4NY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAzVVC4NY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAzVVC4NY3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAzVVC4NY3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAzVVC4NY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAzVVC4NY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAzVVC4NY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAzVVC4NY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tAzVVC4NY3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAzVVC4NY3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAzVVC4NY3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAzVVC4NY3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAzVVC4NY3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAzVVC4NY3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tAzVVC4NY3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tAzVVC4NY3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tAzVVC4NY3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAzVVC4NY3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAzVVC4NY3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAzVVC4NY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAzVVC4NY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAzVVC4NY3 .dropdown-item.active,
.cid-tAzVVC4NY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tAzVVC4NY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAzVVC4NY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAzVVC4NY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAzVVC4NY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tAzVVC4NY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAzVVC4NY3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAzVVC4NY3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAzVVC4NY3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAzVVC4NY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAzVVC4NY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tAzVVC4NY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAzVVC4NY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAzVVC4NY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAzVVC4NY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAzVVC4NY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAzVVC4NY3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAzVVC4NY3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAzVVC4NY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAzVVC4NY3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAzVVC4NY3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAzVVC4NY3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAzVVC4NY3 .navbar {
    height: 70px;
  }
  .cid-tAzVVC4NY3 .navbar.opened {
    height: auto;
  }
  .cid-tAzVVC4NY3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAAga22WoR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tAAga22WoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAAga22WoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAAga22WoR .mbr-section-title {
  color: #ffffff;
}
.cid-tAAga22WoR .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tAzVVEe1tE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tAzVVEe1tE .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tAzVVEe1tE .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tAzVVEe1tE .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tAzVVEe1tE .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tAzVVEe1tE .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tAzVVEe1tE .input-group-btn .btn {
  margin: 0;
}
.cid-tAzVVEe1tE .subtext-1,
.cid-tAzVVEe1tE .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tAzVVEe1tE .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tAzVVEe1tE .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tAzVVEe1tE .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tAzVVEe1tE .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tAzVVEe1tE .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tAzVVEe1tE .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tAzVVEe1tE .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tAzVVEe1tE .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tAzVVEe1tE .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tAzVVEe1tE .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tAzVVEe1tE .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tAzVVEe1tE .form-group {
  max-width: 400px;
}
.cid-tAzVVEe1tE .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tAzVVEe1tE .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tAzVVEe1tE .form-row {
    justify-content: center;
  }
  .cid-tAzVVEe1tE .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tAzVVEe1tE .subtext-1,
  .cid-tAzVVEe1tE .subtext-2,
  .cid-tAzVVEe1tE .card-support {
    text-align: center;
  }
  .cid-tAzVVEe1tE .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tAzVVEe1tE .form-text {
    text-align: center;
  }
  .cid-tAzVVEe1tE .follow-section {
    margin: 0;
  }
  .cid-tAzVVEe1tE .mbr-form {
    text-align: center;
  }
  .cid-tAzVVEe1tE .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tAzVVEe1tE .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tAzVVEe1tE .firstColumn,
  .cid-tAzVVEe1tE .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tAzVVEe1tE .form-row {
    flex-direction: column;
  }
}
.cid-tAzVVFGESP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tAzVVFGESP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAzVVFGESP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAzVVFGESP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tAzVVFGESP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tAzVVFGESP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tAzVVGpZEr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tAzVVGpZEr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tAzVVGpZEr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tAzVVGpZEr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tAzVVGpZEr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tAzVVGpZEr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tAzVVGpZEr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tAzVVGpZEr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tAzVVGpZEr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tAzVVGpZEr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tAzVVGpZEr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tAzVVGpZEr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tAzVVGpZEr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tAzVVGpZEr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tAzVVGpZEr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWctGUWj9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWctGUWj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWctGUWj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWctGUWj9 .mbr-section-title {
  color: #ffffff;
}
.cid-tHWctGUWj9 .mbr-section-subtitle {
  color: #e6c63b;
}
#custom-html-bc {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tHDKL33C1S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHDKL33C1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHDKL33C1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDKL33C1S .mbr-section-title {
  color: #e900ec;
}
.cid-tHDKL33C1S .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tHDJaW415I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tHDJaW415I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHDJaW415I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDJaW415I .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHDJaW415I .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHDJaW415I .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHDJaW415I .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHDJaW415I .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tHDJaW415I .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHDJaW415I .carousel-control,
.cid-tHDJaW415I .close {
  background: #1b1b1b;
}
.cid-tHDJaW415I .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHDJaW415I .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHDJaW415I .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHDJaW415I .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHDJaW415I .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tHDJaW415I .close::before {
  content: '\e91a';
}
.cid-tHDJaW415I .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHDJaW415I .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tHDJaW415I .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHDJaW415I .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHDJaW415I .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHDJaW415I .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHDJaW415I .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tHDJaW415I .carousel-indicators li.active,
.cid-tHDJaW415I .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHDJaW415I .carousel-indicators li::after,
.cid-tHDJaW415I .carousel-indicators li::before {
  content: none;
}
.cid-tHDJaW415I .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHDJaW415I .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHDJaW415I .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHDJaW415I .carousel-indicators {
    display: none;
  }
}
.cid-tHDJaW415I .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHDJaW415I .carousel-inner > .active {
  display: block;
}
.cid-tHDJaW415I .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHDJaW415I .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHDJaW415I .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHDJaW415I .carousel-control,
  .cid-tHDJaW415I .carousel-indicators,
  .cid-tHDJaW415I .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHDJaW415I .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHDJaW415I .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHDJaW415I .carousel-indicators .active,
.cid-tHDJaW415I .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHDJaW415I .carousel-indicators .active {
  background: #fff;
}
.cid-tHDJaW415I .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHDJaW415I .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHDJaW415I .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHDJaW415I .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHDJaW415I .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHDJaW415I .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHDJaW415I .carousel {
  width: 100%;
}
.cid-tHDJaW415I .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHDJaW415I .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHDJaW415I .modal.fade .modal-dialog,
.cid-tHDJaW415I .modal.in .modal-dialog {
  transform: none;
}
.cid-tHDJaW415I .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHDJaW415I H6 {
  text-align: center;
}
.cid-tHDJaXlYPa {
  z-index: 1000;
  width: 100%;
}
.cid-tHDJaXlYPa nav.navbar {
  position: fixed;
}
.cid-tHDJaXlYPa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHDJaXlYPa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHDJaXlYPa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHDJaXlYPa .dropdown-item:hover,
.cid-tHDJaXlYPa .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tHDJaXlYPa .dropdown-item:hover span {
  color: white;
}
.cid-tHDJaXlYPa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHDJaXlYPa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHDJaXlYPa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHDJaXlYPa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHDJaXlYPa .nav-link {
  position: relative;
}
.cid-tHDJaXlYPa .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHDJaXlYPa .container {
    flex-wrap: nowrap;
  }
}
.cid-tHDJaXlYPa .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHDJaXlYPa .dropdown-menu,
.cid-tHDJaXlYPa .navbar.opened {
  background: #fddddd !important;
}
.cid-tHDJaXlYPa .nav-item:focus,
.cid-tHDJaXlYPa .nav-link:focus {
  outline: none;
}
.cid-tHDJaXlYPa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHDJaXlYPa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHDJaXlYPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHDJaXlYPa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHDJaXlYPa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHDJaXlYPa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHDJaXlYPa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tHDJaXlYPa .navbar.opened {
  transition: all 0.3s;
}
.cid-tHDJaXlYPa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHDJaXlYPa .navbar .navbar-logo img {
  width: auto;
}
.cid-tHDJaXlYPa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHDJaXlYPa .navbar.collapsed {
  justify-content: center;
}
.cid-tHDJaXlYPa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHDJaXlYPa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHDJaXlYPa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHDJaXlYPa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHDJaXlYPa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHDJaXlYPa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tHDJaXlYPa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHDJaXlYPa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHDJaXlYPa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHDJaXlYPa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHDJaXlYPa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHDJaXlYPa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHDJaXlYPa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHDJaXlYPa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tHDJaXlYPa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHDJaXlYPa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHDJaXlYPa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHDJaXlYPa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHDJaXlYPa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHDJaXlYPa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHDJaXlYPa .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHDJaXlYPa .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHDJaXlYPa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHDJaXlYPa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHDJaXlYPa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHDJaXlYPa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHDJaXlYPa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHDJaXlYPa .dropdown-item.active,
.cid-tHDJaXlYPa .dropdown-item:active {
  background-color: transparent;
}
.cid-tHDJaXlYPa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHDJaXlYPa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHDJaXlYPa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHDJaXlYPa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tHDJaXlYPa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHDJaXlYPa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHDJaXlYPa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHDJaXlYPa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHDJaXlYPa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHDJaXlYPa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tHDJaXlYPa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHDJaXlYPa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHDJaXlYPa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHDJaXlYPa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHDJaXlYPa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHDJaXlYPa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHDJaXlYPa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHDJaXlYPa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHDJaXlYPa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHDJaXlYPa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHDJaXlYPa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHDJaXlYPa .navbar {
    height: 70px;
  }
  .cid-tHDJaXlYPa .navbar.opened {
    height: auto;
  }
  .cid-tHDJaXlYPa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHDJaY9U30 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHDJaY9U30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHDJaY9U30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDJaY9U30 .mbr-section-title {
  color: #ffffff;
}
.cid-tHDJaY9U30 .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tHDJaYScU1 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHDJaYScU1 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tHDJaYScU1 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tHDJaYScU1 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tHDJaYScU1 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHDJaYScU1 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tHDJaYScU1 .input-group-btn .btn {
  margin: 0;
}
.cid-tHDJaYScU1 .subtext-1,
.cid-tHDJaYScU1 .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tHDJaYScU1 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHDJaYScU1 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tHDJaYScU1 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHDJaYScU1 .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tHDJaYScU1 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHDJaYScU1 .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tHDJaYScU1 .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tHDJaYScU1 .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tHDJaYScU1 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tHDJaYScU1 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tHDJaYScU1 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHDJaYScU1 .form-group {
  max-width: 400px;
}
.cid-tHDJaYScU1 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tHDJaYScU1 .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tHDJaYScU1 .form-row {
    justify-content: center;
  }
  .cid-tHDJaYScU1 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tHDJaYScU1 .subtext-1,
  .cid-tHDJaYScU1 .subtext-2,
  .cid-tHDJaYScU1 .card-support {
    text-align: center;
  }
  .cid-tHDJaYScU1 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tHDJaYScU1 .form-text {
    text-align: center;
  }
  .cid-tHDJaYScU1 .follow-section {
    margin: 0;
  }
  .cid-tHDJaYScU1 .mbr-form {
    text-align: center;
  }
  .cid-tHDJaYScU1 .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tHDJaYScU1 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tHDJaYScU1 .firstColumn,
  .cid-tHDJaYScU1 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tHDJaYScU1 .form-row {
    flex-direction: column;
  }
}
.cid-tHDJb08Skd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tHDJb08Skd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHDJb08Skd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHDJb08Skd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHDJb08Skd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tHDJb08Skd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHDJb0Vpzj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHDJb0Vpzj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHDJb0Vpzj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHDJb0Vpzj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHDJb0Vpzj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHDJb0Vpzj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHDJb0Vpzj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHDJb0Vpzj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHDJb0Vpzj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHDJb0Vpzj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHDJb0Vpzj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHDJb0Vpzj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHDJb0Vpzj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHDJb0Vpzj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHDJb0Vpzj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcyX5gNC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcyX5gNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcyX5gNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcyX5gNC .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcyX5gNC .mbr-section-subtitle {
  color: #e6c63b;
}
#custom-html-bn {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tHE2pJsqcv {
  z-index: 1000;
  width: 100%;
}
.cid-tHE2pJsqcv nav.navbar {
  position: fixed;
}
.cid-tHE2pJsqcv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHE2pJsqcv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHE2pJsqcv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHE2pJsqcv .dropdown-item:hover,
.cid-tHE2pJsqcv .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tHE2pJsqcv .dropdown-item:hover span {
  color: white;
}
.cid-tHE2pJsqcv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHE2pJsqcv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHE2pJsqcv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHE2pJsqcv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHE2pJsqcv .nav-link {
  position: relative;
}
.cid-tHE2pJsqcv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHE2pJsqcv .container {
    flex-wrap: nowrap;
  }
}
.cid-tHE2pJsqcv .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHE2pJsqcv .dropdown-menu,
.cid-tHE2pJsqcv .navbar.opened {
  background: #fddddd !important;
}
.cid-tHE2pJsqcv .nav-item:focus,
.cid-tHE2pJsqcv .nav-link:focus {
  outline: none;
}
.cid-tHE2pJsqcv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHE2pJsqcv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHE2pJsqcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHE2pJsqcv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHE2pJsqcv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHE2pJsqcv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHE2pJsqcv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tHE2pJsqcv .navbar.opened {
  transition: all 0.3s;
}
.cid-tHE2pJsqcv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHE2pJsqcv .navbar .navbar-logo img {
  width: auto;
}
.cid-tHE2pJsqcv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHE2pJsqcv .navbar.collapsed {
  justify-content: center;
}
.cid-tHE2pJsqcv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHE2pJsqcv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHE2pJsqcv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHE2pJsqcv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHE2pJsqcv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHE2pJsqcv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tHE2pJsqcv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHE2pJsqcv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHE2pJsqcv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHE2pJsqcv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHE2pJsqcv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHE2pJsqcv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHE2pJsqcv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHE2pJsqcv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tHE2pJsqcv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHE2pJsqcv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHE2pJsqcv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHE2pJsqcv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHE2pJsqcv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHE2pJsqcv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHE2pJsqcv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHE2pJsqcv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHE2pJsqcv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHE2pJsqcv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHE2pJsqcv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHE2pJsqcv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHE2pJsqcv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHE2pJsqcv .dropdown-item.active,
.cid-tHE2pJsqcv .dropdown-item:active {
  background-color: transparent;
}
.cid-tHE2pJsqcv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHE2pJsqcv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHE2pJsqcv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHE2pJsqcv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tHE2pJsqcv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHE2pJsqcv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHE2pJsqcv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHE2pJsqcv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHE2pJsqcv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHE2pJsqcv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tHE2pJsqcv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHE2pJsqcv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHE2pJsqcv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHE2pJsqcv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHE2pJsqcv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHE2pJsqcv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHE2pJsqcv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHE2pJsqcv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHE2pJsqcv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHE2pJsqcv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHE2pJsqcv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHE2pJsqcv .navbar {
    height: 70px;
  }
  .cid-tHE2pJsqcv .navbar.opened {
    height: auto;
  }
  .cid-tHE2pJsqcv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHE2pKSrYU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHE2pKSrYU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE2pKSrYU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE2pKSrYU .mbr-section-title {
  color: #e900ec;
}
.cid-tHE2pKSrYU .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tHE2pM3tPd {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHE2pM3tPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE2pM3tPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE2pM3tPd .mbr-section-title {
  color: #ffffff;
}
.cid-tHE2pM3tPd .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tHE2pML3x6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHE2pML3x6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE2pML3x6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE2pML3x6 .mbr-section-title {
  color: #ffffff;
}
.cid-tHE2pML3x6 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tHE2pNzNmJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHE2pNzNmJ .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tHE2pNzNmJ .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tHE2pNzNmJ .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tHE2pNzNmJ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHE2pNzNmJ .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tHE2pNzNmJ .input-group-btn .btn {
  margin: 0;
}
.cid-tHE2pNzNmJ .subtext-1,
.cid-tHE2pNzNmJ .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tHE2pNzNmJ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHE2pNzNmJ .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tHE2pNzNmJ .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHE2pNzNmJ .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tHE2pNzNmJ .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHE2pNzNmJ .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tHE2pNzNmJ .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tHE2pNzNmJ .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tHE2pNzNmJ .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tHE2pNzNmJ .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tHE2pNzNmJ .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHE2pNzNmJ .form-group {
  max-width: 400px;
}
.cid-tHE2pNzNmJ .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tHE2pNzNmJ .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tHE2pNzNmJ .form-row {
    justify-content: center;
  }
  .cid-tHE2pNzNmJ .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tHE2pNzNmJ .subtext-1,
  .cid-tHE2pNzNmJ .subtext-2,
  .cid-tHE2pNzNmJ .card-support {
    text-align: center;
  }
  .cid-tHE2pNzNmJ .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tHE2pNzNmJ .form-text {
    text-align: center;
  }
  .cid-tHE2pNzNmJ .follow-section {
    margin: 0;
  }
  .cid-tHE2pNzNmJ .mbr-form {
    text-align: center;
  }
  .cid-tHE2pNzNmJ .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tHE2pNzNmJ .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tHE2pNzNmJ .firstColumn,
  .cid-tHE2pNzNmJ .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tHE2pNzNmJ .form-row {
    flex-direction: column;
  }
}
.cid-tHE2pPxECR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tHE2pPxECR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE2pPxECR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE2pPxECR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHE2pPxECR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tHE2pPxECR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHE2pQy1tY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHE2pQy1tY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHE2pQy1tY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHE2pQy1tY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHE2pQy1tY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHE2pQy1tY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHE2pQy1tY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHE2pQy1tY .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHE2pQy1tY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHE2pQy1tY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHE2pQy1tY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHE2pQy1tY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHE2pQy1tY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHE2pQy1tY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHE2pQy1tY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcG7wzNn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcG7wzNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcG7wzNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcG7wzNn .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcG7wzNn .mbr-section-subtitle {
  color: #e6c63b;
}
#custom-html-bw {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tHE6w3s2Jb {
  z-index: 1000;
  width: 100%;
}
.cid-tHE6w3s2Jb nav.navbar {
  position: fixed;
}
.cid-tHE6w3s2Jb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHE6w3s2Jb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHE6w3s2Jb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHE6w3s2Jb .dropdown-item:hover,
.cid-tHE6w3s2Jb .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tHE6w3s2Jb .dropdown-item:hover span {
  color: white;
}
.cid-tHE6w3s2Jb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHE6w3s2Jb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHE6w3s2Jb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHE6w3s2Jb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHE6w3s2Jb .nav-link {
  position: relative;
}
.cid-tHE6w3s2Jb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHE6w3s2Jb .container {
    flex-wrap: nowrap;
  }
}
.cid-tHE6w3s2Jb .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHE6w3s2Jb .dropdown-menu,
.cid-tHE6w3s2Jb .navbar.opened {
  background: #fddddd !important;
}
.cid-tHE6w3s2Jb .nav-item:focus,
.cid-tHE6w3s2Jb .nav-link:focus {
  outline: none;
}
.cid-tHE6w3s2Jb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHE6w3s2Jb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHE6w3s2Jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHE6w3s2Jb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHE6w3s2Jb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHE6w3s2Jb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHE6w3s2Jb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tHE6w3s2Jb .navbar.opened {
  transition: all 0.3s;
}
.cid-tHE6w3s2Jb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHE6w3s2Jb .navbar .navbar-logo img {
  width: auto;
}
.cid-tHE6w3s2Jb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHE6w3s2Jb .navbar.collapsed {
  justify-content: center;
}
.cid-tHE6w3s2Jb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHE6w3s2Jb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHE6w3s2Jb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHE6w3s2Jb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHE6w3s2Jb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHE6w3s2Jb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tHE6w3s2Jb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHE6w3s2Jb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHE6w3s2Jb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHE6w3s2Jb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHE6w3s2Jb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHE6w3s2Jb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHE6w3s2Jb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHE6w3s2Jb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tHE6w3s2Jb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHE6w3s2Jb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHE6w3s2Jb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHE6w3s2Jb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHE6w3s2Jb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHE6w3s2Jb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHE6w3s2Jb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHE6w3s2Jb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHE6w3s2Jb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHE6w3s2Jb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHE6w3s2Jb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHE6w3s2Jb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHE6w3s2Jb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHE6w3s2Jb .dropdown-item.active,
.cid-tHE6w3s2Jb .dropdown-item:active {
  background-color: transparent;
}
.cid-tHE6w3s2Jb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHE6w3s2Jb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHE6w3s2Jb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHE6w3s2Jb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tHE6w3s2Jb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHE6w3s2Jb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHE6w3s2Jb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHE6w3s2Jb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHE6w3s2Jb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHE6w3s2Jb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tHE6w3s2Jb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHE6w3s2Jb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHE6w3s2Jb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHE6w3s2Jb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHE6w3s2Jb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHE6w3s2Jb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHE6w3s2Jb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHE6w3s2Jb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHE6w3s2Jb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHE6w3s2Jb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHE6w3s2Jb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHE6w3s2Jb .navbar {
    height: 70px;
  }
  .cid-tHE6w3s2Jb .navbar.opened {
    height: auto;
  }
  .cid-tHE6w3s2Jb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHE6w4xRuo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHE6w4xRuo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE6w4xRuo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE6w4xRuo .mbr-section-title {
  color: #e900ec;
}
.cid-tHE6w4xRuo .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tHE6w5hxEq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHE6w5hxEq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE6w5hxEq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE6w5hxEq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHE6w5hxEq .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHE6w5hxEq .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHE6w5hxEq .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHE6w5hxEq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tHE6w5hxEq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHE6w5hxEq .carousel-control,
.cid-tHE6w5hxEq .close {
  background: #1b1b1b;
}
.cid-tHE6w5hxEq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHE6w5hxEq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHE6w5hxEq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHE6w5hxEq .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHE6w5hxEq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tHE6w5hxEq .close::before {
  content: '\e91a';
}
.cid-tHE6w5hxEq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHE6w5hxEq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tHE6w5hxEq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHE6w5hxEq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHE6w5hxEq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHE6w5hxEq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHE6w5hxEq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tHE6w5hxEq .carousel-indicators li.active,
.cid-tHE6w5hxEq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHE6w5hxEq .carousel-indicators li::after,
.cid-tHE6w5hxEq .carousel-indicators li::before {
  content: none;
}
.cid-tHE6w5hxEq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHE6w5hxEq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHE6w5hxEq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHE6w5hxEq .carousel-indicators {
    display: none;
  }
}
.cid-tHE6w5hxEq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHE6w5hxEq .carousel-inner > .active {
  display: block;
}
.cid-tHE6w5hxEq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHE6w5hxEq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHE6w5hxEq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHE6w5hxEq .carousel-control,
  .cid-tHE6w5hxEq .carousel-indicators,
  .cid-tHE6w5hxEq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHE6w5hxEq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHE6w5hxEq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHE6w5hxEq .carousel-indicators .active,
.cid-tHE6w5hxEq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHE6w5hxEq .carousel-indicators .active {
  background: #fff;
}
.cid-tHE6w5hxEq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHE6w5hxEq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHE6w5hxEq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHE6w5hxEq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHE6w5hxEq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHE6w5hxEq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHE6w5hxEq .carousel {
  width: 100%;
}
.cid-tHE6w5hxEq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHE6w5hxEq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHE6w5hxEq .modal.fade .modal-dialog,
.cid-tHE6w5hxEq .modal.in .modal-dialog {
  transform: none;
}
.cid-tHE6w5hxEq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHE6w5hxEq H6 {
  text-align: center;
}
.cid-tHE6w69nIP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHE6w69nIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE6w69nIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE6w69nIP .mbr-section-title {
  color: #ffffff;
}
.cid-tHE6w69nIP .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tHE6w6LUbj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHE6w6LUbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE6w6LUbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE6w6LUbj .mbr-section-title {
  color: #ffffff;
}
.cid-tHE6w6LUbj .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tHE6w7mkfY {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHE6w7mkfY .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tHE6w7mkfY .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tHE6w7mkfY .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tHE6w7mkfY .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHE6w7mkfY .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tHE6w7mkfY .input-group-btn .btn {
  margin: 0;
}
.cid-tHE6w7mkfY .subtext-1,
.cid-tHE6w7mkfY .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tHE6w7mkfY .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHE6w7mkfY .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tHE6w7mkfY .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHE6w7mkfY .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tHE6w7mkfY .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHE6w7mkfY .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tHE6w7mkfY .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tHE6w7mkfY .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tHE6w7mkfY .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tHE6w7mkfY .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tHE6w7mkfY .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHE6w7mkfY .form-group {
  max-width: 400px;
}
.cid-tHE6w7mkfY .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tHE6w7mkfY .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tHE6w7mkfY .form-row {
    justify-content: center;
  }
  .cid-tHE6w7mkfY .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tHE6w7mkfY .subtext-1,
  .cid-tHE6w7mkfY .subtext-2,
  .cid-tHE6w7mkfY .card-support {
    text-align: center;
  }
  .cid-tHE6w7mkfY .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tHE6w7mkfY .form-text {
    text-align: center;
  }
  .cid-tHE6w7mkfY .follow-section {
    margin: 0;
  }
  .cid-tHE6w7mkfY .mbr-form {
    text-align: center;
  }
  .cid-tHE6w7mkfY .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tHE6w7mkfY .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tHE6w7mkfY .firstColumn,
  .cid-tHE6w7mkfY .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tHE6w7mkfY .form-row {
    flex-direction: column;
  }
}
.cid-tHE6w8EoMd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tHE6w8EoMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHE6w8EoMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHE6w8EoMd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHE6w8EoMd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tHE6w8EoMd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHE6w9yFOr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHE6w9yFOr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHE6w9yFOr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHE6w9yFOr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHE6w9yFOr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHE6w9yFOr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHE6w9yFOr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHE6w9yFOr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHE6w9yFOr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHE6w9yFOr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHE6w9yFOr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHE6w9yFOr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHE6w9yFOr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHE6w9yFOr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHE6w9yFOr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHWcN27jtk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWcN27jtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWcN27jtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWcN27jtk .mbr-section-title {
  color: #ffffff;
}
.cid-tHWcN27jtk .mbr-section-subtitle {
  color: #e6c63b;
}
#custom-html-c6 {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tHEl4JD7pL {
  z-index: 1000;
  width: 100%;
}
.cid-tHEl4JD7pL nav.navbar {
  position: fixed;
}
.cid-tHEl4JD7pL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHEl4JD7pL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHEl4JD7pL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHEl4JD7pL .dropdown-item:hover,
.cid-tHEl4JD7pL .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tHEl4JD7pL .dropdown-item:hover span {
  color: white;
}
.cid-tHEl4JD7pL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHEl4JD7pL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHEl4JD7pL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHEl4JD7pL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHEl4JD7pL .nav-link {
  position: relative;
}
.cid-tHEl4JD7pL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHEl4JD7pL .container {
    flex-wrap: nowrap;
  }
}
.cid-tHEl4JD7pL .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHEl4JD7pL .dropdown-menu,
.cid-tHEl4JD7pL .navbar.opened {
  background: #fddddd !important;
}
.cid-tHEl4JD7pL .nav-item:focus,
.cid-tHEl4JD7pL .nav-link:focus {
  outline: none;
}
.cid-tHEl4JD7pL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHEl4JD7pL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHEl4JD7pL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHEl4JD7pL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHEl4JD7pL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHEl4JD7pL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHEl4JD7pL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tHEl4JD7pL .navbar.opened {
  transition: all 0.3s;
}
.cid-tHEl4JD7pL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHEl4JD7pL .navbar .navbar-logo img {
  width: auto;
}
.cid-tHEl4JD7pL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHEl4JD7pL .navbar.collapsed {
  justify-content: center;
}
.cid-tHEl4JD7pL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHEl4JD7pL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHEl4JD7pL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHEl4JD7pL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHEl4JD7pL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHEl4JD7pL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tHEl4JD7pL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHEl4JD7pL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHEl4JD7pL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHEl4JD7pL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHEl4JD7pL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHEl4JD7pL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHEl4JD7pL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHEl4JD7pL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tHEl4JD7pL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHEl4JD7pL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHEl4JD7pL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHEl4JD7pL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHEl4JD7pL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHEl4JD7pL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHEl4JD7pL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHEl4JD7pL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHEl4JD7pL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHEl4JD7pL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHEl4JD7pL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHEl4JD7pL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHEl4JD7pL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHEl4JD7pL .dropdown-item.active,
.cid-tHEl4JD7pL .dropdown-item:active {
  background-color: transparent;
}
.cid-tHEl4JD7pL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHEl4JD7pL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHEl4JD7pL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHEl4JD7pL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tHEl4JD7pL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHEl4JD7pL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHEl4JD7pL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHEl4JD7pL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHEl4JD7pL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHEl4JD7pL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tHEl4JD7pL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHEl4JD7pL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHEl4JD7pL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHEl4JD7pL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHEl4JD7pL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHEl4JD7pL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHEl4JD7pL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHEl4JD7pL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHEl4JD7pL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHEl4JD7pL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHEl4JD7pL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHEl4JD7pL .navbar {
    height: 70px;
  }
  .cid-tHEl4JD7pL .navbar.opened {
    height: auto;
  }
  .cid-tHEl4JD7pL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHEl4KNO3S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHEl4KNO3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHEl4KNO3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHEl4KNO3S .mbr-section-title {
  color: #e900ec;
}
.cid-tHEl4KNO3S .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tHEl4LFX39 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHEl4LFX39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHEl4LFX39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHEl4LFX39 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tHEl4LFX39 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tHEl4LFX39 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tHEl4LFX39 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tHEl4LFX39 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tHEl4LFX39 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tHEl4LFX39 .carousel-control,
.cid-tHEl4LFX39 .close {
  background: #1b1b1b;
}
.cid-tHEl4LFX39 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tHEl4LFX39 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tHEl4LFX39 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tHEl4LFX39 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tHEl4LFX39 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tHEl4LFX39 .close::before {
  content: '\e91a';
}
.cid-tHEl4LFX39 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tHEl4LFX39 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tHEl4LFX39 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHEl4LFX39 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tHEl4LFX39 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHEl4LFX39 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tHEl4LFX39 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tHEl4LFX39 .carousel-indicators li.active,
.cid-tHEl4LFX39 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tHEl4LFX39 .carousel-indicators li::after,
.cid-tHEl4LFX39 .carousel-indicators li::before {
  content: none;
}
.cid-tHEl4LFX39 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tHEl4LFX39 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tHEl4LFX39 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tHEl4LFX39 .carousel-indicators {
    display: none;
  }
}
.cid-tHEl4LFX39 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tHEl4LFX39 .carousel-inner > .active {
  display: block;
}
.cid-tHEl4LFX39 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHEl4LFX39 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHEl4LFX39 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tHEl4LFX39 .carousel-control,
  .cid-tHEl4LFX39 .carousel-indicators,
  .cid-tHEl4LFX39 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tHEl4LFX39 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tHEl4LFX39 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHEl4LFX39 .carousel-indicators .active,
.cid-tHEl4LFX39 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tHEl4LFX39 .carousel-indicators .active {
  background: #fff;
}
.cid-tHEl4LFX39 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tHEl4LFX39 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tHEl4LFX39 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tHEl4LFX39 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tHEl4LFX39 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tHEl4LFX39 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tHEl4LFX39 .carousel {
  width: 100%;
}
.cid-tHEl4LFX39 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tHEl4LFX39 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tHEl4LFX39 .modal.fade .modal-dialog,
.cid-tHEl4LFX39 .modal.in .modal-dialog {
  transform: none;
}
.cid-tHEl4LFX39 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tHEl4LFX39 H6 {
  text-align: center;
}
.cid-tHEl4MBmLM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHEl4MBmLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHEl4MBmLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHEl4MBmLM .mbr-section-title {
  color: #ffffff;
}
.cid-tHEl4MBmLM .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tHEl4NhlgP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHEl4NhlgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHEl4NhlgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHEl4NhlgP .mbr-section-title {
  color: #ffffff;
}
.cid-tHEl4NhlgP .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tHEl4NURiQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHEl4NURiQ .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tHEl4NURiQ .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tHEl4NURiQ .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tHEl4NURiQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHEl4NURiQ .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tHEl4NURiQ .input-group-btn .btn {
  margin: 0;
}
.cid-tHEl4NURiQ .subtext-1,
.cid-tHEl4NURiQ .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tHEl4NURiQ .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHEl4NURiQ .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tHEl4NURiQ .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHEl4NURiQ .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tHEl4NURiQ .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHEl4NURiQ .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tHEl4NURiQ .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tHEl4NURiQ .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tHEl4NURiQ .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tHEl4NURiQ .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tHEl4NURiQ .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHEl4NURiQ .form-group {
  max-width: 400px;
}
.cid-tHEl4NURiQ .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tHEl4NURiQ .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tHEl4NURiQ .form-row {
    justify-content: center;
  }
  .cid-tHEl4NURiQ .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tHEl4NURiQ .subtext-1,
  .cid-tHEl4NURiQ .subtext-2,
  .cid-tHEl4NURiQ .card-support {
    text-align: center;
  }
  .cid-tHEl4NURiQ .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tHEl4NURiQ .form-text {
    text-align: center;
  }
  .cid-tHEl4NURiQ .follow-section {
    margin: 0;
  }
  .cid-tHEl4NURiQ .mbr-form {
    text-align: center;
  }
  .cid-tHEl4NURiQ .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tHEl4NURiQ .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tHEl4NURiQ .firstColumn,
  .cid-tHEl4NURiQ .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tHEl4NURiQ .form-row {
    flex-direction: column;
  }
}
.cid-tHEl4PvC8v {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tHEl4PvC8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHEl4PvC8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHEl4PvC8v .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHEl4PvC8v .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tHEl4PvC8v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHEl4QisEg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHEl4QisEg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHEl4QisEg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHEl4QisEg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHEl4QisEg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHEl4QisEg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHEl4QisEg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHEl4QisEg .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHEl4QisEg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHEl4QisEg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHEl4QisEg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHEl4QisEg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHEl4QisEg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHEl4QisEg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHEl4QisEg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tHEB35liJi {
  z-index: 1000;
  width: 100%;
}
.cid-tHEB35liJi nav.navbar {
  position: fixed;
}
.cid-tHEB35liJi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHEB35liJi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHEB35liJi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHEB35liJi .dropdown-item:hover,
.cid-tHEB35liJi .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tHEB35liJi .dropdown-item:hover span {
  color: white;
}
.cid-tHEB35liJi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHEB35liJi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHEB35liJi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHEB35liJi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHEB35liJi .nav-link {
  position: relative;
}
.cid-tHEB35liJi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tHEB35liJi .container {
    flex-wrap: nowrap;
  }
}
.cid-tHEB35liJi .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHEB35liJi .dropdown-menu,
.cid-tHEB35liJi .navbar.opened {
  background: #fddddd !important;
}
.cid-tHEB35liJi .nav-item:focus,
.cid-tHEB35liJi .nav-link:focus {
  outline: none;
}
.cid-tHEB35liJi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHEB35liJi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHEB35liJi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHEB35liJi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHEB35liJi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHEB35liJi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHEB35liJi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tHEB35liJi .navbar.opened {
  transition: all 0.3s;
}
.cid-tHEB35liJi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHEB35liJi .navbar .navbar-logo img {
  width: auto;
}
.cid-tHEB35liJi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHEB35liJi .navbar.collapsed {
  justify-content: center;
}
.cid-tHEB35liJi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHEB35liJi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHEB35liJi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tHEB35liJi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHEB35liJi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHEB35liJi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tHEB35liJi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHEB35liJi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHEB35liJi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHEB35liJi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHEB35liJi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHEB35liJi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHEB35liJi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHEB35liJi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tHEB35liJi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHEB35liJi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHEB35liJi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHEB35liJi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHEB35liJi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHEB35liJi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tHEB35liJi .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tHEB35liJi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHEB35liJi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHEB35liJi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHEB35liJi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tHEB35liJi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHEB35liJi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHEB35liJi .dropdown-item.active,
.cid-tHEB35liJi .dropdown-item:active {
  background-color: transparent;
}
.cid-tHEB35liJi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHEB35liJi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHEB35liJi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHEB35liJi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tHEB35liJi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHEB35liJi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHEB35liJi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHEB35liJi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHEB35liJi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHEB35liJi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tHEB35liJi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHEB35liJi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHEB35liJi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHEB35liJi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHEB35liJi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHEB35liJi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHEB35liJi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHEB35liJi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHEB35liJi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHEB35liJi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHEB35liJi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tHEB35liJi .navbar {
    height: 70px;
  }
  .cid-tHEB35liJi .navbar.opened {
    height: auto;
  }
  .cid-tHEB35liJi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJzwqf8Pnr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJzwqf8Pnr .container-fluid {
  padding: 0 3rem;
}
.cid-tJzwqf8Pnr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-tJzwqf8Pnr .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tJzwqf8Pnr .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tJzwqf8Pnr .card .card-wrapper {
  height: 1%;
}
.cid-tJzwqf8Pnr .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tJzwqf8Pnr .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tJzwqf8Pnr .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-tJzwqf8Pnr .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tJzwqf8Pnr .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tJzwqf8Pnr .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tJzwqf8Pnr .img-text {
  color: #ffffff;
}
.cid-tJzwqf8Pnr .mbr-section-title,
.cid-tJzwqf8Pnr .underline {
  color: #ffffff;
}
.cid-tJzwqf8Pnr .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tJzwqf8Pnr .mbr-card-text,
.cid-tJzwqf8Pnr .mbr-section-btn {
  color: #e900ec;
}
.cid-tHEB36NgIx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHEB36NgIx .container-fluid {
  padding: 0 3rem;
}
.cid-tHEB36NgIx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #ff6666);
  display: inline-block;
}
.cid-tHEB36NgIx .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tHEB36NgIx .card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  transition: all .5s;
}
.cid-tHEB36NgIx .card .card-wrapper {
  height: 1%;
}
.cid-tHEB36NgIx .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 10px;
  z-index: 1;
}
.cid-tHEB36NgIx .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-tHEB36NgIx .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 0;
  left: 0;
  z-index: 1;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #146dff;
}
.cid-tHEB36NgIx .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-tHEB36NgIx .card .card-wrapper .card-box .mbr-section-btn a {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .cid-tHEB36NgIx .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tHEB36NgIx .img-text {
  color: #ffffff;
}
.cid-tHEB36NgIx .mbr-section-title,
.cid-tHEB36NgIx .underline {
  color: #ffffff;
}
.cid-tHEB36NgIx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tHEB36NgIx .mbr-card-text,
.cid-tHEB36NgIx .mbr-section-btn {
  color: #e900ec;
}
.cid-tHEB38g993 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tHEB38g993 .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tHEB38g993 .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tHEB38g993 .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tHEB38g993 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tHEB38g993 .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tHEB38g993 .input-group-btn .btn {
  margin: 0;
}
.cid-tHEB38g993 .subtext-1,
.cid-tHEB38g993 .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tHEB38g993 .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHEB38g993 .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tHEB38g993 .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHEB38g993 .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tHEB38g993 .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHEB38g993 .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tHEB38g993 .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tHEB38g993 .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tHEB38g993 .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tHEB38g993 .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tHEB38g993 .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tHEB38g993 .form-group {
  max-width: 400px;
}
.cid-tHEB38g993 .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tHEB38g993 .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tHEB38g993 .form-row {
    justify-content: center;
  }
  .cid-tHEB38g993 .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tHEB38g993 .subtext-1,
  .cid-tHEB38g993 .subtext-2,
  .cid-tHEB38g993 .card-support {
    text-align: center;
  }
  .cid-tHEB38g993 .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tHEB38g993 .form-text {
    text-align: center;
  }
  .cid-tHEB38g993 .follow-section {
    margin: 0;
  }
  .cid-tHEB38g993 .mbr-form {
    text-align: center;
  }
  .cid-tHEB38g993 .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tHEB38g993 .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tHEB38g993 .firstColumn,
  .cid-tHEB38g993 .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tHEB38g993 .form-row {
    flex-direction: column;
  }
}
.cid-tHEB39GZi7 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tHEB39GZi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHEB39GZi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHEB39GZi7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tHEB39GZi7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tHEB39GZi7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tHEB3atGEV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHEB3atGEV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tHEB3atGEV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tHEB3atGEV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tHEB3atGEV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tHEB3atGEV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tHEB3atGEV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tHEB3atGEV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tHEB3atGEV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tHEB3atGEV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tHEB3atGEV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tHEB3atGEV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHEB3atGEV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tHEB3atGEV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tHEB3atGEV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ts1byNPI43 {
  z-index: 1000;
  width: 100%;
}
.cid-ts1byNPI43 nav.navbar {
  position: fixed;
}
.cid-ts1byNPI43 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1byNPI43 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ts1byNPI43 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ts1byNPI43 .dropdown-item:hover,
.cid-ts1byNPI43 .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-ts1byNPI43 .dropdown-item:hover span {
  color: white;
}
.cid-ts1byNPI43 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ts1byNPI43 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ts1byNPI43 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ts1byNPI43 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ts1byNPI43 .nav-link {
  position: relative;
}
.cid-ts1byNPI43 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-ts1byNPI43 .container {
    flex-wrap: nowrap;
  }
}
.cid-ts1byNPI43 .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ts1byNPI43 .dropdown-menu,
.cid-ts1byNPI43 .navbar.opened {
  background: #fddddd !important;
}
.cid-ts1byNPI43 .nav-item:focus,
.cid-ts1byNPI43 .nav-link:focus {
  outline: none;
}
.cid-ts1byNPI43 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ts1byNPI43 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ts1byNPI43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ts1byNPI43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ts1byNPI43 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ts1byNPI43 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ts1byNPI43 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-ts1byNPI43 .navbar.opened {
  transition: all 0.3s;
}
.cid-ts1byNPI43 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ts1byNPI43 .navbar .navbar-logo img {
  width: auto;
}
.cid-ts1byNPI43 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ts1byNPI43 .navbar.collapsed {
  justify-content: center;
}
.cid-ts1byNPI43 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ts1byNPI43 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ts1byNPI43 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ts1byNPI43 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ts1byNPI43 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ts1byNPI43 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ts1byNPI43 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ts1byNPI43 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ts1byNPI43 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ts1byNPI43 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ts1byNPI43 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ts1byNPI43 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ts1byNPI43 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ts1byNPI43 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ts1byNPI43 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ts1byNPI43 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ts1byNPI43 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ts1byNPI43 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ts1byNPI43 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ts1byNPI43 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ts1byNPI43 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ts1byNPI43 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ts1byNPI43 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ts1byNPI43 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ts1byNPI43 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ts1byNPI43 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ts1byNPI43 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ts1byNPI43 .dropdown-item.active,
.cid-ts1byNPI43 .dropdown-item:active {
  background-color: transparent;
}
.cid-ts1byNPI43 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ts1byNPI43 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ts1byNPI43 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ts1byNPI43 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-ts1byNPI43 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ts1byNPI43 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ts1byNPI43 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ts1byNPI43 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ts1byNPI43 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ts1byNPI43 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-ts1byNPI43 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ts1byNPI43 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1byNPI43 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ts1byNPI43 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ts1byNPI43 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1byNPI43 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ts1byNPI43 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ts1byNPI43 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ts1byNPI43 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ts1byNPI43 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ts1byNPI43 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ts1byNPI43 .navbar {
    height: 70px;
  }
  .cid-ts1byNPI43 .navbar.opened {
    height: auto;
  }
  .cid-ts1byNPI43 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHWdCxZXCU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tHWdCxZXCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHWdCxZXCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHWdCxZXCU .mbr-section-title {
  color: #ffffff;
}
.cid-tHWdCxZXCU .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-to2bv5JEps {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #4479d9;
}
.cid-to2bv5JEps .mbr-fallback-image.disabled {
  display: none;
}
.cid-to2bv5JEps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to2bv5JEps .mbr-section-title {
  color: #ffffff;
}
.cid-to2bv5JEps .mbr-text,
.cid-to2bv5JEps .mbr-section-btn {
  color: #ffffff;
}
#custom-html-1b {
  /* Type valid CSS here */
}
#custom-html-1b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1b p {
  font-size: 60px;
  color: #777;
}
.cid-traGo4qTDW {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-traGo4qTDW .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-traGo4qTDW .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-traGo4qTDW .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-traGo4qTDW .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-traGo4qTDW .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-traGo4qTDW .input-group-btn .btn {
  margin: 0;
}
.cid-traGo4qTDW .subtext-1,
.cid-traGo4qTDW .subtext-2 {
  margin-bottom: .6rem;
}
.cid-traGo4qTDW .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-traGo4qTDW .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-traGo4qTDW .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-traGo4qTDW .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-traGo4qTDW .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-traGo4qTDW .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-traGo4qTDW .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-traGo4qTDW .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-traGo4qTDW .form-group {
  max-width: 400px;
}
.cid-traGo4qTDW .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-traGo4qTDW .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-traGo4qTDW .form-row {
    justify-content: center;
  }
  .cid-traGo4qTDW .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .subtext-1,
  .cid-traGo4qTDW .subtext-2,
  .cid-traGo4qTDW .card-support {
    text-align: center;
  }
  .cid-traGo4qTDW .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-traGo4qTDW .form-text {
    text-align: center;
  }
  .cid-traGo4qTDW .follow-section {
    margin: 0;
  }
  .cid-traGo4qTDW .mbr-form {
    text-align: center;
  }
  .cid-traGo4qTDW .social-media ul li {
    margin-right: .1rem;
  }
  .cid-traGo4qTDW .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-traGo4qTDW .firstColumn,
  .cid-traGo4qTDW .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-traGo4qTDW .form-row {
    flex-direction: column;
  }
}
.cid-tzDD1bs1Mo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tzDD1bs1Mo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzDD1bs1Mo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzDD1bs1Mo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tzDD1bs1Mo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tzDD1bs1Mo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-to29dLnJUN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-to29dLnJUN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-to29dLnJUN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-to29dLnJUN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-to29dLnJUN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-to29dLnJUN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-to29dLnJUN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-to29dLnJUN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-to29dLnJUN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-to29dLnJUN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-to29dLnJUN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-to29dLnJUN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-to29dLnJUN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-to29dLnJUN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-to29dLnJUN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJyRQhebkw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJyRQhebkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyRQhebkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyRQhebkw .mbr-section-title {
  color: #ffffff;
}
.cid-tJyRQhebkw .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJyRQibxSX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJyRQibxSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyRQibxSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyRQibxSX .mbr-section-title {
  color: #ffffff;
}
.cid-tJyRQibxSX .mbr-section-subtitle {
  color: #ff0000;
}
#custom-html-eh {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tJyRQj4EQa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJyRQj4EQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyRQj4EQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyRQj4EQa .mbr-section-title {
  color: #e900ec;
}
.cid-tJyRQj4EQa .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJyRQjDPvw {
  z-index: 1000;
  width: 100%;
}
.cid-tJyRQjDPvw nav.navbar {
  position: fixed;
}
.cid-tJyRQjDPvw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJyRQjDPvw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJyRQjDPvw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJyRQjDPvw .dropdown-item:hover,
.cid-tJyRQjDPvw .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tJyRQjDPvw .dropdown-item:hover span {
  color: white;
}
.cid-tJyRQjDPvw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJyRQjDPvw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJyRQjDPvw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJyRQjDPvw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJyRQjDPvw .nav-link {
  position: relative;
}
.cid-tJyRQjDPvw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJyRQjDPvw .container {
    flex-wrap: nowrap;
  }
}
.cid-tJyRQjDPvw .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJyRQjDPvw .dropdown-menu,
.cid-tJyRQjDPvw .navbar.opened {
  background: #fddddd !important;
}
.cid-tJyRQjDPvw .nav-item:focus,
.cid-tJyRQjDPvw .nav-link:focus {
  outline: none;
}
.cid-tJyRQjDPvw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJyRQjDPvw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJyRQjDPvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJyRQjDPvw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJyRQjDPvw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJyRQjDPvw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJyRQjDPvw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tJyRQjDPvw .navbar.opened {
  transition: all 0.3s;
}
.cid-tJyRQjDPvw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJyRQjDPvw .navbar .navbar-logo img {
  width: auto;
}
.cid-tJyRQjDPvw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJyRQjDPvw .navbar.collapsed {
  justify-content: center;
}
.cid-tJyRQjDPvw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJyRQjDPvw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJyRQjDPvw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJyRQjDPvw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJyRQjDPvw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJyRQjDPvw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJyRQjDPvw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJyRQjDPvw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJyRQjDPvw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJyRQjDPvw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJyRQjDPvw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJyRQjDPvw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJyRQjDPvw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJyRQjDPvw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJyRQjDPvw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJyRQjDPvw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJyRQjDPvw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJyRQjDPvw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJyRQjDPvw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJyRQjDPvw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJyRQjDPvw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJyRQjDPvw .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJyRQjDPvw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJyRQjDPvw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJyRQjDPvw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJyRQjDPvw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJyRQjDPvw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJyRQjDPvw .dropdown-item.active,
.cid-tJyRQjDPvw .dropdown-item:active {
  background-color: transparent;
}
.cid-tJyRQjDPvw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJyRQjDPvw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJyRQjDPvw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJyRQjDPvw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tJyRQjDPvw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJyRQjDPvw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJyRQjDPvw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJyRQjDPvw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJyRQjDPvw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJyRQjDPvw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tJyRQjDPvw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJyRQjDPvw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJyRQjDPvw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJyRQjDPvw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJyRQjDPvw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJyRQjDPvw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJyRQjDPvw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJyRQjDPvw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJyRQjDPvw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJyRQjDPvw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJyRQjDPvw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJyRQjDPvw .navbar {
    height: 70px;
  }
  .cid-tJyRQjDPvw .navbar.opened {
    height: auto;
  }
  .cid-tJyRQjDPvw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJyRQky5nT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJyRQky5nT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyRQky5nT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyRQky5nT .mbr-section-title {
  color: #e900ec;
}
.cid-tJyRQky5nT .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJyRQld6EG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJyRQld6EG .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tJyRQld6EG .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tJyRQld6EG .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tJyRQld6EG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tJyRQld6EG .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tJyRQld6EG .input-group-btn .btn {
  margin: 0;
}
.cid-tJyRQld6EG .subtext-1,
.cid-tJyRQld6EG .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tJyRQld6EG .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tJyRQld6EG .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tJyRQld6EG .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tJyRQld6EG .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tJyRQld6EG .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tJyRQld6EG .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tJyRQld6EG .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tJyRQld6EG .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tJyRQld6EG .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tJyRQld6EG .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tJyRQld6EG .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tJyRQld6EG .form-group {
  max-width: 400px;
}
.cid-tJyRQld6EG .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tJyRQld6EG .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tJyRQld6EG .form-row {
    justify-content: center;
  }
  .cid-tJyRQld6EG .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tJyRQld6EG .subtext-1,
  .cid-tJyRQld6EG .subtext-2,
  .cid-tJyRQld6EG .card-support {
    text-align: center;
  }
  .cid-tJyRQld6EG .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tJyRQld6EG .form-text {
    text-align: center;
  }
  .cid-tJyRQld6EG .follow-section {
    margin: 0;
  }
  .cid-tJyRQld6EG .mbr-form {
    text-align: center;
  }
  .cid-tJyRQld6EG .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tJyRQld6EG .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tJyRQld6EG .firstColumn,
  .cid-tJyRQld6EG .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tJyRQld6EG .form-row {
    flex-direction: column;
  }
}
.cid-tJyRQmOwVk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJyRQmOwVk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyRQmOwVk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyRQmOwVk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJyRQmOwVk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJyRQmOwVk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJyRQnGVpO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tJyRQnGVpO .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJyRQnGVpO .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJyRQnGVpO .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJyRQnGVpO .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJyRQnGVpO .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJyRQnGVpO .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tJyRQnGVpO .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJyRQnGVpO .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJyRQnGVpO .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJyRQnGVpO .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJyRQnGVpO .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJyRQnGVpO .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJyRQnGVpO .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJyRQnGVpO .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tJyUjJ6h2V {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJyUjJ6h2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyUjJ6h2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyUjJ6h2V .mbr-section-title {
  color: #ffffff;
}
.cid-tJyUjJ6h2V .mbr-section-subtitle {
  color: #e6c63b;
}
#custom-html-ep {
  background-color: #000;
  height: 640px;
  width: 100%;
}
.cid-tJyUjK5Evw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJyUjK5Evw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyUjK5Evw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyUjK5Evw .mbr-section-title {
  color: #e900ec;
}
.cid-tJyUjK5Evw .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-tJyUjLOG9U {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tJyUjLOG9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyUjLOG9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyUjLOG9U .mbr-section-title {
  color: #ffffff;
}
.cid-tJyUjLOG9U .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tJyUjMoXq6 {
  z-index: 1000;
  width: 100%;
}
.cid-tJyUjMoXq6 nav.navbar {
  position: fixed;
}
.cid-tJyUjMoXq6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJyUjMoXq6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJyUjMoXq6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJyUjMoXq6 .dropdown-item:hover,
.cid-tJyUjMoXq6 .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tJyUjMoXq6 .dropdown-item:hover span {
  color: white;
}
.cid-tJyUjMoXq6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJyUjMoXq6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJyUjMoXq6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJyUjMoXq6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJyUjMoXq6 .nav-link {
  position: relative;
}
.cid-tJyUjMoXq6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tJyUjMoXq6 .container {
    flex-wrap: nowrap;
  }
}
.cid-tJyUjMoXq6 .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJyUjMoXq6 .dropdown-menu,
.cid-tJyUjMoXq6 .navbar.opened {
  background: #fddddd !important;
}
.cid-tJyUjMoXq6 .nav-item:focus,
.cid-tJyUjMoXq6 .nav-link:focus {
  outline: none;
}
.cid-tJyUjMoXq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJyUjMoXq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJyUjMoXq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJyUjMoXq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJyUjMoXq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJyUjMoXq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJyUjMoXq6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tJyUjMoXq6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tJyUjMoXq6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJyUjMoXq6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tJyUjMoXq6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJyUjMoXq6 .navbar.collapsed {
  justify-content: center;
}
.cid-tJyUjMoXq6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJyUjMoXq6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJyUjMoXq6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tJyUjMoXq6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJyUjMoXq6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJyUjMoXq6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tJyUjMoXq6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJyUjMoXq6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJyUjMoXq6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJyUjMoXq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJyUjMoXq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJyUjMoXq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJyUjMoXq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJyUjMoXq6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tJyUjMoXq6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJyUjMoXq6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJyUjMoXq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJyUjMoXq6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJyUjMoXq6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJyUjMoXq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tJyUjMoXq6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tJyUjMoXq6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJyUjMoXq6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJyUjMoXq6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJyUjMoXq6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tJyUjMoXq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJyUjMoXq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJyUjMoXq6 .dropdown-item.active,
.cid-tJyUjMoXq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tJyUjMoXq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJyUjMoXq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJyUjMoXq6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJyUjMoXq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tJyUjMoXq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJyUjMoXq6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJyUjMoXq6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJyUjMoXq6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJyUjMoXq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJyUjMoXq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tJyUjMoXq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJyUjMoXq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJyUjMoXq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJyUjMoXq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJyUjMoXq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJyUjMoXq6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJyUjMoXq6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJyUjMoXq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJyUjMoXq6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJyUjMoXq6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJyUjMoXq6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tJyUjMoXq6 .navbar {
    height: 70px;
  }
  .cid-tJyUjMoXq6 .navbar.opened {
    height: auto;
  }
  .cid-tJyUjMoXq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJyUjNdQPh {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tJyUjNdQPh .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tJyUjNdQPh .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tJyUjNdQPh .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tJyUjNdQPh .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tJyUjNdQPh .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tJyUjNdQPh .input-group-btn .btn {
  margin: 0;
}
.cid-tJyUjNdQPh .subtext-1,
.cid-tJyUjNdQPh .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tJyUjNdQPh .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tJyUjNdQPh .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tJyUjNdQPh .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tJyUjNdQPh .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tJyUjNdQPh .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tJyUjNdQPh .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tJyUjNdQPh .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tJyUjNdQPh .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tJyUjNdQPh .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tJyUjNdQPh .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tJyUjNdQPh .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tJyUjNdQPh .form-group {
  max-width: 400px;
}
.cid-tJyUjNdQPh .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tJyUjNdQPh .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tJyUjNdQPh .form-row {
    justify-content: center;
  }
  .cid-tJyUjNdQPh .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tJyUjNdQPh .subtext-1,
  .cid-tJyUjNdQPh .subtext-2,
  .cid-tJyUjNdQPh .card-support {
    text-align: center;
  }
  .cid-tJyUjNdQPh .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tJyUjNdQPh .form-text {
    text-align: center;
  }
  .cid-tJyUjNdQPh .follow-section {
    margin: 0;
  }
  .cid-tJyUjNdQPh .mbr-form {
    text-align: center;
  }
  .cid-tJyUjNdQPh .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tJyUjNdQPh .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tJyUjNdQPh .firstColumn,
  .cid-tJyUjNdQPh .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tJyUjNdQPh .form-row {
    flex-direction: column;
  }
}
.cid-tJyUjOAoCn {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tJyUjOAoCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJyUjOAoCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJyUjOAoCn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJyUjOAoCn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJyUjOAoCn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJyUjPll24 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tJyUjPll24 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tJyUjPll24 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tJyUjPll24 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tJyUjPll24 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tJyUjPll24 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tJyUjPll24 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tJyUjPll24 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tJyUjPll24 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tJyUjPll24 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tJyUjPll24 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tJyUjPll24 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tJyUjPll24 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tJyUjPll24 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tJyUjPll24 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tLNMfPcPE4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tLNMfPcPE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNMfPcPE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLNMfPcPE4 .mbr-section-title {
  color: #ffffff;
}
.cid-tLNMfPcPE4 .mbr-section-subtitle {
  color: #ff0000;
}
.cid-tLNMfR5JGg {
  z-index: 1000;
  width: 100%;
}
.cid-tLNMfR5JGg nav.navbar {
  position: fixed;
}
.cid-tLNMfR5JGg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLNMfR5JGg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLNMfR5JGg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLNMfR5JGg .dropdown-item:hover,
.cid-tLNMfR5JGg .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-tLNMfR5JGg .dropdown-item:hover span {
  color: white;
}
.cid-tLNMfR5JGg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLNMfR5JGg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLNMfR5JGg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLNMfR5JGg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLNMfR5JGg .nav-link {
  position: relative;
}
.cid-tLNMfR5JGg .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tLNMfR5JGg .container {
    flex-wrap: nowrap;
  }
}
.cid-tLNMfR5JGg .iconfont-wrapper {
  color: #e900ec !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLNMfR5JGg .dropdown-menu,
.cid-tLNMfR5JGg .navbar.opened {
  background: #fddddd !important;
}
.cid-tLNMfR5JGg .nav-item:focus,
.cid-tLNMfR5JGg .nav-link:focus {
  outline: none;
}
.cid-tLNMfR5JGg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLNMfR5JGg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLNMfR5JGg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLNMfR5JGg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLNMfR5JGg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLNMfR5JGg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLNMfR5JGg .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(253, 221, 221, 0);
}
.cid-tLNMfR5JGg .navbar.opened {
  transition: all 0.3s;
}
.cid-tLNMfR5JGg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLNMfR5JGg .navbar .navbar-logo img {
  width: auto;
}
.cid-tLNMfR5JGg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLNMfR5JGg .navbar.collapsed {
  justify-content: center;
}
.cid-tLNMfR5JGg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLNMfR5JGg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLNMfR5JGg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLNMfR5JGg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLNMfR5JGg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLNMfR5JGg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tLNMfR5JGg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLNMfR5JGg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLNMfR5JGg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLNMfR5JGg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLNMfR5JGg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLNMfR5JGg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLNMfR5JGg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLNMfR5JGg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tLNMfR5JGg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLNMfR5JGg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLNMfR5JGg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLNMfR5JGg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLNMfR5JGg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLNMfR5JGg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tLNMfR5JGg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tLNMfR5JGg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLNMfR5JGg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLNMfR5JGg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLNMfR5JGg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLNMfR5JGg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLNMfR5JGg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLNMfR5JGg .dropdown-item.active,
.cid-tLNMfR5JGg .dropdown-item:active {
  background-color: transparent;
}
.cid-tLNMfR5JGg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLNMfR5JGg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLNMfR5JGg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLNMfR5JGg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fddddd;
}
.cid-tLNMfR5JGg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLNMfR5JGg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLNMfR5JGg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLNMfR5JGg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLNMfR5JGg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLNMfR5JGg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e900ec;
}
.cid-tLNMfR5JGg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLNMfR5JGg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLNMfR5JGg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLNMfR5JGg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLNMfR5JGg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLNMfR5JGg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLNMfR5JGg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLNMfR5JGg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLNMfR5JGg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLNMfR5JGg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLNMfR5JGg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLNMfR5JGg .navbar {
    height: 70px;
  }
  .cid-tLNMfR5JGg .navbar.opened {
    height: auto;
  }
  .cid-tLNMfR5JGg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLNMfS3YLt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLNMfS3YLt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNMfS3YLt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLNMfS3YLt .mbr-section-title {
  color: #bbbbbb;
}
.cid-tLNMfS3YLt .mbr-section-subtitle {
  color: #e900ec;
}
#custom-html-fw {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-html-fx {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-html-fy {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-html-fz {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-html-g0 {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-html-g1 {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#custom-html-g2 {
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cid-tLNMfSQ0w1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mtv-2021-background-2000x1124.png");
}
.cid-tLNMfSQ0w1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNMfSQ0w1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLNMfSQ0w1 .mbr-section-title {
  color: #ffffff;
}
.cid-tLNMfSQ0w1 .mbr-section-subtitle {
  color: #e900ec;
}
.cid-tLNMfTri1P {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tLNMfTri1P .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-tLNMfTri1P .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-tLNMfTri1P .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-tLNMfTri1P .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tLNMfTri1P .social-media ul li {
  margin-right: .5rem;
  display: inline-block;
  margin-bottom: .5rem;
}
.cid-tLNMfTri1P .input-group-btn .btn {
  margin: 0;
}
.cid-tLNMfTri1P .subtext-1,
.cid-tLNMfTri1P .subtext-2 {
  margin-bottom: .6rem;
}
.cid-tLNMfTri1P .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #4479d9;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tLNMfTri1P .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-tLNMfTri1P .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tLNMfTri1P .card-support li {
  margin-right: .4rem;
  margin-bottom: .4rem;
  display: inline-block;
}
.cid-tLNMfTri1P .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tLNMfTri1P .mbr-list li {
  margin-bottom: .25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-tLNMfTri1P .mbr-form {
  margin-top: .5rem;
  clear: both;
  text-align: left;
}
.cid-tLNMfTri1P .form-control {
  font-size: .9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: .6rem;
  padding: .5rem 1rem;
}
.cid-tLNMfTri1P .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-tLNMfTri1P .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNMfTri1P .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-tLNMfTri1P .form-group {
  max-width: 400px;
}
.cid-tLNMfTri1P .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-tLNMfTri1P .column-menu ul li {
  padding: .2rem 0;
}
@media (max-width: 991px) {
  .cid-tLNMfTri1P .form-row {
    justify-content: center;
  }
  .cid-tLNMfTri1P .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-tLNMfTri1P .subtext-1,
  .cid-tLNMfTri1P .subtext-2,
  .cid-tLNMfTri1P .card-support {
    text-align: center;
  }
  .cid-tLNMfTri1P .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-tLNMfTri1P .form-text {
    text-align: center;
  }
  .cid-tLNMfTri1P .follow-section {
    margin: 0;
  }
  .cid-tLNMfTri1P .mbr-form {
    text-align: center;
  }
  .cid-tLNMfTri1P .social-media ul li {
    margin-right: .1rem;
  }
  .cid-tLNMfTri1P .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-tLNMfTri1P .firstColumn,
  .cid-tLNMfTri1P .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-tLNMfTri1P .form-row {
    flex-direction: column;
  }
}
.cid-tLNMfUZ3Dk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-tLNMfUZ3Dk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLNMfUZ3Dk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLNMfUZ3Dk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tLNMfUZ3Dk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tLNMfUZ3Dk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tLNMfW1hAA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLNMfW1hAA .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tLNMfW1hAA .social-row {
  width: 100%;
  justify-content: center;
}
.cid-tLNMfW1hAA .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tLNMfW1hAA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLNMfW1hAA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLNMfW1hAA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLNMfW1hAA .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-tLNMfW1hAA .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tLNMfW1hAA .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tLNMfW1hAA .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-tLNMfW1hAA .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tLNMfW1hAA .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tLNMfW1hAA .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tLNMfW1hAA .media-container-row .row-copirayt p {
  width: 100%;
}
