@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ytp-chrome-top.ytp-show-cards-title,
.ytp-gradient-top {
  display: none;
}

iframe .ytp-show-cards-title {
  display: none !important;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
}

.site-logo {
  margin-right: 30px;
}

.section-title {
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 600;
  font-size: 2.1875rem;
  line-height: 2.6875rem;
  text-transform: uppercase;
  padding-left: 1rem;
  border-left: 0.25rem solid var(--site_color);
}

.section-description {
  font-style: normal;
  font-size: 1rem;
  color: #203549;
}

img {
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.4rem;
  text-align: justify;
}

li {
  font-size: 0.875rem;
}

.smu-list-style {
  text-align: justify;
  overflow-wrap: break-word;
}

h1.container.page-title:not(:first-of-type) {
  display: none;
}

.smu-list-style li {
  padding: .3rem 0;
  list-style: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
}

.smu-list-style li:before {
  content: "\2022";
  color: #035268;
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-block;
  width: .9em;
  margin-left: -1em;
}

*:focus {
  outline: none !important;
}

#pagination {
  position: absolute;
  bottom: 0;
  right: 1rem;
}

#pagination_program,
#clubs_pagination {
  position: absolute;
  bottom: -3rem;
  right: 1rem;
}

#blogs_pagination {
  position: absolute;
  bottom: -2rem;
  right: 4rem;
}

#event_paginate {
  position: absolute;
  bottom: 0rem;
  right: 1rem;
}

.custom-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.custom-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 315.16px;
  height: 417.97px;
  background: var(--site_color);
  border-radius: 0.125rem;
  transform: skewY(-44deg);
  z-index: -1;
}

.custom-bg.no-bg:before {
  display: none;
}

.custom-bg.no-bg img {
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 120px;
}

.custom-bg img {
  margin: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 300px;
  max-height: 300px;
}

.custom-bg.bg-yellow:before {
  background: var(--site_color);
}

.custom-bg.bg-blue:before {
  background: rgba(15, 120, 148, 0.2);
}

.editor-content img {
  max-width: 100%;
}

.footer-logo {
  max-width: 12rem;
}

.notfound_page_img {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.not_found_title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 30px;
  color: #057999;
  text-align: center;
  margin: 1rem 0;
}

.not_found_description {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 30px;
  text-align: center;
  color: #203549;
  max-width: 50%;
  margin: 0 auto;
}

.actuality-socials .SocialSharingButtons {
  text-align: left;
  margin-top: 1.5rem;
}

.actuality-socials .SocialSharingButtons .btn, .actuality-socials .SocialSharingButtons .smu-editor-btn {
  background: transparent;
  box-shadow: none;
  color: #203549 !important;
}

.read-more-hr {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 1.25rem;
  padding-right: 2rem;
  text-align: right;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #203549;
  border-bottom: 1px solid rgba(33, 70, 106, 0.2);
}

.read-more-hr:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../images/icons/arrow-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.read-more-hr.white-hr {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.read-more-hr.white-hr:after {
  background-image: url(../../images/icons/arrow-right-white.svg);
}

.custom-display {
  display: grid;
  grid-template-columns: 12.75rem 12.75rem 12.75rem;
  grid-template-rows: 10.75rem 10.75rem 10.75rem;
  grid-gap: 0.625rem;
}

.custom-display .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
}

.custom-display .item img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}

.custom-display .item:hover img {
  filter: grayscale(0);
}

.make-it-middel {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.newsletter-section {
  background-size: cover;
  height: 9.5rem;
  position: relative;
  overflow: hidden;
}

.newsletter-section .newsletter-title {
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
}

.newsletter-section .newsletter-description {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
}

.newsletter-section .email-field {
  border: 1px solid #fff;
  border-radius: 3px;
  align-items: center;
  display: flex;
  padding: .3rem .8rem;
}

.newsletter-section .form-control,
.newsletter-section .form-control:focus {
  background: transparent;
  border: none;
  color: #fff;
  box-shadow: none;
}

.newsletter-section .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.newsletter-section .form-control::-moz-placeholder {
  color: #fff;
}

.newsletter-section .form-control::placeholder {
  color: #fff;
}

.footer-section {
  background: #203549;
}

.footer-section .first-section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-end;
}

.footer-section .footer-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.8);
}

.footer-section .item {
  list-style: none;
  color: #ffffff;
  font-size: 1rem;
  line-height: 2rem;
}

#layout-content {
  position: relative;
}

#layout-content .call-to-action {
  position: fixed;
  right: 0;
  transition: all 200ms linear;
  z-index: 10;
  top: 15rem;
  background: #fff;
  padding: .9rem .5rem;
  box-shadow: 0px 2.58528px 9.0485px rgba(0, 0, 0, 0.1);
  border-radius: 1.97578px;
}

#layout-content .call-to-action:hover {
  border-left: 3px solid var(--site_color);
}

#layout-content .right-side-menu-wrapper {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 13rem;
  transition: all 200ms linear;
  box-shadow: 0px 2.58528px 9.0485px rgba(0, 0, 0, 0.1);
  border-radius: 1.97578px;
}

#layout-content .right-side-menu-wrapper .first-icon {
  padding: 1rem 1.5rem;
  background: #f39313;
  cursor: pointer;
}

#layout-content .right-side-menu-wrapper .second-wrapper {
  margin-right: 3px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2.58528px 9.0485px rgba(0, 0, 0, 0.1);
  border-radius: 1.97578px;
  display: none;
}

#layout-content .right-side-menu-wrapper .second-wrapper .second-icon {
  cursor: pointer;
}

#layout-content .right-side-menu-wrapper .second-wrapper .right-side-items {
  list-style: none;
}

#layout-content .right-side-menu-wrapper .second-wrapper .right-side-items .right-side-item-title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 15px;
  margin-top: .2rem;
  color: #203549;
  text-align: center;
}

#layout-content .right-side-menu-wrapper .second-wrapper .right-side-item {
  width: 70px;
  height: 70px;
}

#layout-content .right-side-menu-wrapper .second-wrapper .right-side-item:hover {
  position: relative;
  background: #F6F6F6;
}

#layout-content .right-side-menu-wrapper .second-wrapper .right-side-item:hover:before {
  content: "";
  border-left: 4px solid var(--site_color);
  position: absolute;
  left: 0;
  height: 100%;
}

@media (min-width: 992px) {
  #layout-content .right-side-menu-wrapper .first-icon {
    display: none;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper {
    transition: all 200ms linear;
    display: block;
    margin-right: 3px;
  }
}

.page-banner {
  position: relative;
  overflow: hidden;
}

.page-banner .page-title, .page-banner .page-detail-title {
  position: absolute;
  left: 51%;
  top: 50%;
  transform: translate(-51%, -50%);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4375rem;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.128087);
  border-left: 3px solid var(--site_color);
  z-index: 1;
}

.copyright {
  font-size: 0.875rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #203549;
  justify-content: center;
  padding: .5rem;
}

.sticky-head {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.11);
}

.sticky-head .promo-banner {
  height: 25px;
  overflow: hidden;
  transition: all 200ms linear;
}

.page-banner-image {
  width: 100%;
  max-height: 10.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}

.unset-display {
  display: unset;
}

@media (max-width: 992px) {
  .main-menu .container-xl {
    padding: 0;
  }
  html, body {
    font-size: 0.875rem;
  }
}

.custom_description {
  color: #203549;
}

.custom_description h2 {
  font-size: 1.75rem !important;
}

.custom_description h3 {
  font-size: 1.5rem !important;
}

.right-side-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #203549;
  opacity: .5;
  z-index: 5;
  display: none;
}

@media (max-width: 767px) {
  .seminar-img {
    max-width: 100%;
  }
  .seminars-wrapper .seminar-card {
    height: 40rem !important;
  }
  .actuality-list-wrapper .actuality-card {
    width: 100%;
  }
  .program_tabcontent img {
    max-width: 100% !important;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper .right-side-item:hover:before {
    display: none;
  }
  .smu-list-style iframe {
    width: 100%;
  }
  .smu-list-style img {
    width: 100%;
  }
  .right-side-overlay.active {
    display: block;
  }
  #layout-content .right-side-menu-wrapper {
    bottom: 1rem;
    right: 1rem;
    top: unset;
    transform: unset !important;
    box-shadow: none;
  }
  #layout-content .right-side-menu-wrapper .first-icon {
    border-radius: 5rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  #layout-content .right-side-menu-wrapper .second-wrapper {
    background: transparent;
    box-shadow: none;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper .second-icon {
    text-align: right !important;
    margin-right: .7rem;
    padding: 0 !important;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper .second-icon img {
    background: white;
    border-radius: 5rem;
    padding: .5rem .54rem;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper .right-side-items .right-side-item {
    width: unset;
    height: unset;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper .right-side-items .right-side-item:hover {
    background: transparent;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper .right-side-items .right-side-item a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper .right-side-items .right-side-item a .right-side-item-title {
    color: white;
    text-shadow: 0px 5px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0;
    margin-top: 0;
    margin-right: .6rem;
  }
  #layout-content .right-side-menu-wrapper .second-wrapper .right-side-items .right-side-item a .icon_wrapper {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 5rem;
    padding: 0.6rem;
    margin-top: .5rem;
  }
  html, body {
    font-size: 0.8125rem;
  }
  .notfound_page_img {
    width: 100%;
  }
  .not_found_description {
    max-width: 100%;
  }
  .page-banner-image {
    height: 213px;
  }
  .w-md-20 {
    width: 100%;
    max-width: 100%;
  }
  .w-md-40 {
    width: 100%;
    max-width: 100%;
  }
  .w-md-60 {
    width: 100%;
    max-width: 100%;
  }
  .links.smu-footer-menu-links {
    /* max-height: 22rem;*/
  }
  .footer-title {
    display: none;
  }
  .section-title {
    font-size: 1.5rem;
  }
}

.site_map_wrapper li {
  list-style: none;
}

.site_map_wrapper a {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #057999;
  font-size: 1rem;
  line-height: 2rem;
}

.site_map_wrapper a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #057999;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.site_map_wrapper a:hover:before {
  left: 0;
  right: 0;
}

.site_map_wrapper a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .w-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .w-md-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .w-md-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.mainbox {
  margin: auto;
  height: 600px;
  width: 600px;
  position: relative;
}

.err {
  color: #203549;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11rem;
  position: absolute;
  left: 20%;
  top: 8%;
}

.far {
  position: absolute;
  font-size: 8.5rem;
  left: 42%;
  top: 15%;
  color: #203549;
}

.err2 {
  color: #203549;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11rem;
  position: absolute;
  left: 68%;
  top: 8%;
}

.msg {
  text-align: center;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.6rem;
  position: absolute;
  left: 16%;
  top: 45%;
  width: 75%;
}

.section-primary {
  background: #057999 !important;
  padding-top: 2.625rem !important;
  padding-bottom: 1.625rem !important;
}

.section-primary .program_tablink,
.section-primary .oc-dashed-borders,
.section-primary .table-striped,
.section-primary .item-clicked a,
.section-primary .section-title,
.section-primary .testimony-tag,
.section-primary .custom_description,
.section-primary .student_informations {
  color: white !important;
}

.section-dark {
  padding-top: 2.625rem !important;
  padding-bottom: 1.625rem !important;
  background: #203549 !important;
  color: white !important;
}

.section-dark .program_tablink,
.section-dark .oc-dashed-borders,
.section-dark .table-striped,
.section-dark .item-clicked a,
.section-dark .section-title,
.section-dark .testimony-tag,
.section-dark .student_informations,
.section-dark .custom_description,
.section-dark .faq-tag {
  color: white !important;
}

.section-light {
  padding-top: 2.625rem !important;
  padding-bottom: 1.625rem !important;
  background: rgba(22, 96, 169, 0.03) !important;
  color: #203549 !important;
}

.section-white {
  padding-top: 2.625rem !important;
  background: #ffffff !important;
  color: #203549 !important;
}

.iti__flag {
  background-image: url("/themes/smu/assets/images/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/themes/smu/assets/images/flags@2x.png");
  }
}

#form_builder_wrapper input::-moz-placeholder {
  font-size: 0.75rem;
}

#form_builder_wrapper input:-ms-input-placeholder {
  font-size: 0.75rem;
}

#form_builder_wrapper input::placeholder {
  font-size: 0.75rem;
}

.tt-item .content, .sm-editor p, .sm-editor li {
  transition: all 0.7s ease-in-out;
}

.tt-item .more-padding, .sm-editor .more-padding {
  margin-right: 50px;
}

.tt-item .less-padding, .sm-editor .less-padding {
  margin-left: 50px;
}

.smu-pagination-item {
  cursor: pointer;
}

.smu-pagination-item .smu-pagination-item-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
}

.smu-pagination-item .page.active {
  color: #057999;
}

.smu-leaf {
  list-style-image: url("../../images/icons/olive-leaf.png");
}

.custom-form-input input[type=file] {
  height: calc(1.5em + 1rem + 4px);
}

.actuality-list-wrapper .news-img {
  -o-object-fit: contain;
     object-fit: contain;
}

:root {
  --blue: #203549;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffd200;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #057999;
  --secondary: #ffd200;
  --success: #28a745;
  --info: #203549;
  --warning: #ffd200;
  --danger: #dc3545;
  --light: #ffffff;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #057999;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #033e4f;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b9d9e2;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7db9ca;
}

.table-hover .table-primary:hover {
  background-color: #a7cfdb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a7cfdb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fff2b8;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #ffe87a;
}

.table-hover .table-secondary:hover {
  background-color: #ffed9f;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ffed9f;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c1c6cc;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8b96a0;
}

.table-hover .table-info:hover {
  background-color: #b3b9c0;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3b9c0;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff2b8;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffe87a;
}

.table-hover .table-warning:hover {
  background-color: #ffed9f;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffed9f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: #f2f2f2;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #26caf8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .smu-editor-btn {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.9375rem 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn, .smu-editor-btn {
    transition: none;
  }
}

.btn:hover, .smu-editor-btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .smu-editor-btn:focus, .btn.focus, .focus.smu-editor-btn {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.btn.disabled, .disabled.smu-editor-btn, .btn:disabled, .smu-editor-btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .smu-editor-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled, a.disabled.smu-editor-btn,
fieldset:disabled a.btn,
fieldset:disabled a.smu-editor-btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #057999;
  border-color: #057999;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #045c74;
  border-color: #035268;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #045c74;
  border-color: #035268;
  box-shadow: 0 0 0 0.2rem rgba(43, 141, 168, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #057999;
  border-color: #057999;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #035268;
  border-color: #03485b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 141, 168, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #ffd200;
  border-color: #ffd200;
}

.btn-secondary:hover {
  color: #212529;
  background-color: #d9b300;
  border-color: #cca800;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #d9b300;
  border-color: #cca800;
  box-shadow: 0 0 0 0.2rem rgba(222, 184, 6, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #ffd200;
  border-color: #ffd200;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #cca800;
  border-color: #bf9e00;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 184, 6, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #203549;
  border-color: #203549;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #14222e;
  border-color: #101b26;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #14222e;
  border-color: #101b26;
  box-shadow: 0 0 0 0.2rem rgba(65, 83, 100, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #203549;
  border-color: #203549;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #101b26;
  border-color: #0d151d;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 83, 100, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffd200;
  border-color: #ffd200;
}

.btn-warning:hover {
  color: #212529;
  background-color: #d9b300;
  border-color: #cca800;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9b300;
  border-color: #cca800;
  box-shadow: 0 0 0 0.2rem rgba(222, 184, 6, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffd200;
  border-color: #ffd200;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cca800;
  border-color: #bf9e00;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 184, 6, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e5e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e5e5;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e5e5;
  border-color: #dfdfdf;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #057999;
  border-color: #057999;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #057999;
  border-color: #057999;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 121, 153, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #057999;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #057999;
  border-color: #057999;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 121, 153, 0.5);
}

.btn-outline-secondary {
  color: #ffd200;
  border-color: #ffd200;
}

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #ffd200;
  border-color: #ffd200;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 210, 0, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ffd200;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #ffd200;
  border-color: #ffd200;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 210, 0, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #203549;
  border-color: #203549;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #203549;
  border-color: #203549;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 53, 73, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #203549;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #203549;
  border-color: #203549;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 53, 73, 0.5);
}

.btn-outline-warning {
  color: #ffd200;
  border-color: #ffd200;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffd200;
  border-color: #ffd200;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 210, 0, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffd200;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffd200;
  border-color: #ffd200;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 210, 0, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #057999;
  text-decoration: none;
}

.btn-link:hover {
  color: #033e4f;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .smu-editor-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .smu-editor-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #057999;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group > .smu-editor-btn,
.btn-group-vertical > .btn,
.btn-group-vertical > .smu-editor-btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover, .btn-group > .smu-editor-btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .smu-editor-btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .smu-editor-btn:focus, .btn-group > .btn:active, .btn-group > .smu-editor-btn:active, .btn-group > .btn.active, .btn-group > .active.smu-editor-btn,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .smu-editor-btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .smu-editor-btn:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.smu-editor-btn {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .smu-editor-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .smu-editor-btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .smu-editor-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > .smu-editor-btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .smu-editor-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .smu-editor-btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .smu-editor-btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}


.btn-group-vertical > .btn,
.btn-group-vertical > .smu-editor-btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .smu-editor-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .smu-editor-btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .smu-editor-btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .smu-editor-btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .smu-editor-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .smu-editor-btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .smu-editor-btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .smu-editor-btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .smu-editor-btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .smu-editor-btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .smu-editor-btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn, .input-group-prepend .smu-editor-btn,
.input-group-append .btn,
.input-group-append .smu-editor-btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus, .input-group-prepend .smu-editor-btn:focus,
.input-group-append .btn:focus,
.input-group-append .smu-editor-btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn, .input-group-prepend .smu-editor-btn + .btn, .input-group-prepend .btn + .smu-editor-btn, .input-group-prepend .smu-editor-btn + .smu-editor-btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .smu-editor-btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .smu-editor-btn,
.input-group-append .btn + .btn,
.input-group-append .smu-editor-btn + .btn,
.input-group-append .btn + .smu-editor-btn,
.input-group-append .smu-editor-btn + .smu-editor-btn,
.input-group-append .btn + .input-group-text,
.input-group-append .smu-editor-btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .smu-editor-btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .smu-editor-btn,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .smu-editor-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .smu-editor-btn,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .smu-editor-btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .smu-editor-btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .smu-editor-btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .smu-editor-btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .smu-editor-btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .smu-editor-btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .smu-editor-btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #057999;
  background-color: #057999;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #26caf8;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #57d6fa;
  border-color: #57d6fa;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #057999;
  background-color: #057999;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(5, 121, 153, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(5, 121, 153, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(5, 121, 153, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(5, 121, 153, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #26caf8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #26caf8;
  box-shadow: 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #057999;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #57d6fa;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #057999;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #57d6fa;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #057999;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #57d6fa;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #057999;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #057999;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #033e4f;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(5, 121, 153, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #057999;
  border-color: #057999;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #057999 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #035268 !important;
}

.bg-secondary {
  background-color: #ffd200 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #cca800 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #203549 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #101b26 !important;
}

.bg-warning {
  background-color: #ffd200 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cca800 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #ffffff !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #057999 !important;
}

.border-secondary {
  border-color: #ffd200 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #203549 !important;
}

.border-warning {
  border-color: #ffd200 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #ffffff !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #057999 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #033e4f !important;
}

.text-secondary {
  color: #ffd200 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b39300 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #203549 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #090e14 !important;
}

.text-warning {
  color: #ffd200 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b39300 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #ffffff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #d9d9d9 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.smu-editor-btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("~owl.carousel/src/img/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.btn-primary {
  color: #ffffff;
}

.btn-primary:hover {
  color: #ffffff;
}

.btn-secondary {
  color: #ffffff;
}

.btn-secondary:hover {
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
}

.btn-success:hover {
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
}

.btn-info:hover {
  color: #ffffff;
}

.btn-warning {
  color: #ffffff;
}

.btn-warning:hover {
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
}

.btn-danger:hover {
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
}

.btn-light:hover {
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
}

.btn-dark:hover {
  color: #ffffff;
}

.btn, .smu-editor-btn {
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.128087);
}

.btn-more {
  position: relative;
  padding-right: 3rem;
}

.btn-more:after {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../images/icons/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn-discover {
  background-color: var(--site_color);
  border-color: white;
  color: white;
}

.btn-discover:hover {
  background-color: var(--site_color);
  border-color: white;
  color: white;
}

.smu-editor-btn {
  position: relative;
  padding-right: 3rem;
  background-color: var(--site_color);
  border-color: white;
  color: white;
}

.smu-editor-btn:focus {
  box-shadow: none;
}

.smu-editor-btn:hover {
  color: white;
}

.smu-editor-btn:after {
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 1rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../images/icons/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn.btn-primary, .btn-primary.smu-editor-btn, .btn.btn-discover, .btn-discover.smu-editor-btn, .smu-program-apply-now, .smu-editor-btn {
  transition: all 0.2s ease-in-out;
}

.btn.btn-primary:hover, .btn-primary.smu-editor-btn:hover, .btn.btn-discover:hover, .btn-discover.smu-editor-btn:hover, .smu-program-apply-now:hover, .smu-editor-btn:hover {
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover:after, .btn-primary.smu-editor-btn:hover:after, .btn.btn-discover:hover:after, .btn-discover.smu-editor-btn:hover:after, .smu-program-apply-now:hover:after, .smu-editor-btn:hover:after {
  transform: translateX(3px);
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

header .brand-logo {
  max-width: 12rem;
}

header .top-header {
  background: #203549;
  color: #ffffff;
}

header .top-header.mobile {
  display: none;
}

header .top-header .top-header-wrapper {
  display: flex;
  justify-content: space-between;
}

header .top-header .top-menu li {
  list-style: none;
  position: relative;
  padding-right: 1rem;
}

header .top-header .top-menu li:before {
  content: "";
  border-left: 2px solid rgba(255, 250, 250, 0.1);
  position: absolute;
  height: 100%;
}

header .top-header .top-menu li:hover, header .top-header .top-menu li.active {
  opacity: 1;
}

header .top-header .top-menu li:hover:before, header .top-header .top-menu li.active:before {
  position: absolute;
  height: 100%;
  border-left: 4px solid var(--site_color);
}

header .top-header .top-menu li:hover a, header .top-header .top-menu li.active a {
  opacity: 1;
  color: #fff;
}

header .top-header .top-menu li a {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.6;
  margin-left: 1rem;
}

header .top-header .menu-block .space {
  background: #f39313;
  padding: 0.525rem 2rem;
  padding-left: 3.975rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  height: 30px;
  border-radius: 0.1875rem;
  position: relative;
}

header .top-header .menu-block .space:before {
  content: url("/themes/smu/assets/images/icons/icon-call-to-action.svg");
  position: absolute;
  filter: brightness(100);
  left: 1.2875rem;
  top: 4px;
  transform: scale(0.7);
}

header .top-header .menu-block .search img {
  margin-right: 1.875rem;
}

header .top-header .top-menu,
header .top-header .menu-block {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  min-height: 38px;
  align-items: center;
}

header .top-header .language-dropdown select {
  background: transparent;
  color: white;
  outline: none;
  border: none;
  box-shadow: none;
}

header .top-header .language-dropdown select * {
  background-color: #203549;
}

header .top-header .language-dropdown .dropdown-menu {
  background: rgba(246, 246, 246, 0.8);
  margin-top: 0.7rem;
  margin-left: -1rem;
}

header .top-header .language-dropdown .dropdown-menu .language-code a {
  color: #203549;
  opacity: 1;
  margin: 0;
  padding: 0.4rem 1.5rem;
}

header .top-header .language-dropdown .dropdown-menu .language-code:before {
  display: none;
}

header .top-header .language-dropdown .dropdown-menu .language-code:hover {
  background: #203549;
}

header .top-header .language-dropdown .dropdown-menu .language-code:hover a {
  color: #ffffff;
  background: #203549;
}

header .top-header .language-dropdown .sub-dropdown-menu {
  background: rgba(246, 246, 246, 0.8);
  margin-top: 0.7rem;
  margin-left: -1rem;
}

header .top-header .language-dropdown .sub-dropdown-menu .language-code a {
  color: #203549;
  opacity: 1;
  margin: 0;
  padding: 0.4rem 1.5rem;
}

header .top-header .language-dropdown .sub-dropdown-menu .language-code:before {
  display: none;
}

header .top-header .language-dropdown .sub-dropdown-menu .language-code:hover {
  background: #203549;
}

header .top-header .language-dropdown .sub-dropdown-menu .language-code:hover a {
  color: #ffffff;
  background: #203549;
}

header .main-menu {
  transition: all 0.4s ease;
}

header .main-menu nav {
  padding: 0.9375rem 0;
}

header .main-menu .collapse.navbar-collapse {
  justify-content: flex-end;
}

header .main-menu .collapse .navbar-nav .nav-item {
  font-size: 0.78rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  position: relative;
  margin-left: 0.15rem;
  transition: all 0.1s linear;
}

header .main-menu .collapse .navbar-nav .nav-item:not(:last-child) {
  margin-right: 20px;
}

header .main-menu .collapse .navbar-nav .nav-item:before {
  content: "";
  position: absolute;
  left: -0.7rem;
  height: 100%;
  border-left: 2px solid #203549;
  opacity: 0.1;
}

header .main-menu .collapse .navbar-nav .nav-item:hover, header .main-menu .collapse .navbar-nav .nav-item.active, header .main-menu .collapse .navbar-nav .nav-item.show {
  font-weight: 400;
}

header .main-menu .collapse .navbar-nav .nav-item:hover:before, header .main-menu .collapse .navbar-nav .nav-item.active:before, header .main-menu .collapse .navbar-nav .nav-item.show:before {
  position: absolute;
  height: 100%;
  border-left: 4px solid var(--site_color);
  opacity: 1;
}

header .main-menu .collapse .navbar-nav .sub-nav-item {
  font-size: 0.78rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  position: relative;
  margin-left: 0.15rem;
  transition: all 0.1s linear;
}

header .main-menu .collapse .navbar-nav .sub-nav-item:not(:last-child) {
  margin-right: 20px;
}

header .main-menu .collapse .navbar-nav .sub-nav-item:before {
  content: "";
  position: absolute;
  left: -0.7rem;
  height: 100%;
  border-left: 2px solid #203549;
  opacity: 0.1;
}

header .main-menu .collapse .navbar-nav .sub-nav-item:hover, header .main-menu .collapse .navbar-nav .sub-nav-item.active, header .main-menu .collapse .navbar-nav .sub-nav-item.show {
  font-weight: 400;
}

header .main-menu .collapse .navbar-nav .sub-nav-item:hover:before, header .main-menu .collapse .navbar-nav .sub-nav-item.active:before, header .main-menu .collapse .navbar-nav .sub-nav-item.show:before {
  position: absolute;
  height: 100%;
  border-left: 4px solid var(--site_color);
  opacity: 1;
}

.promo-banner {
  height: 110px;
  transition: all 200ms linear;
}

.promo-banner .image-section {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promo-banner .image-section:before {
  content: "";
  position: absolute;
  right: 0;
  width: 144%;
  height: 10000%;
  background: var(--site_color);
  border-radius: 0.125rem;
  transform: skewY(-41deg);
}

.promo-banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-wrapper {
  position: absolute;
  width: 100%;
  top: 1.5rem;
}

.banner-wrapper .promo-line-wrapper {
  align-items: center;
}

.banner-wrapper .promo-line-wrapper .btn-more {
  padding-right: 4.5rem;
}

.banner-wrapper .promo-title {
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 26px;
  margin-bottom: 0.4rem;
  display: block;
  color: #ffffff;
}

.banner-wrapper .close-btn {
  position: absolute;
  right: 0.3rem;
  top: -1.5rem;
  cursor: pointer;
}

.banner-wrapper .close-btn img {
  filter: brightness(1000);
}

.close-menu-icon {
  display: none;
}

.checked-menu {
  font-weight: bold;
}

.nav-item.dropdown .dropdown-menu {
  transition: all 0.3s ease-in-out;
}

.sub-nav-item.dropdown .sub-dropdown-menu {
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
  header .brand-logo {
    max-width: 12rem;
    margin-right: 2rem;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover {
    font-weight: 400;
  }
  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    transition: all 0.3s linear;
  }
  .nav-item.dropdown:last-child .dropdown-menu {
    right: 0;
    left: unset;
  }
  .sub-nav-item.dropdown:hover {
    font-weight: 400;
  }
  .sub-nav-item.dropdown:hover .sub-dropdown-menu {
    display: block;
    transition: all 0.3s linear;
  }
  .sub-nav-item.dropdown:last-child .sub-dropdown-menu {
    right: 0;
    left: unset;
  }
  .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    top: 2rem;
  }
  .dropdown-menu .dropdown-item {
    font-style: normal;
    font-weight: normal;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #203549;
    padding: 0.8rem;
    border-left: 1px solid rgba(32, 53, 73, 0.1);
  }
  .dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    font-weight: 800;
    background: #057999;
    border-left: 3px solid var(--site_color);
  }
  .sub-dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: none;
    top: 2rem;
  }
  .sub-dropdown-menu .sub-dropdown-item {
    font-style: normal;
    font-weight: normal;
    font-size: 0.6875rem;
    text-transform: uppercase;
    color: #203549;
    padding: 0.8rem;
    border-left: 1px solid rgba(32, 53, 73, 0.1);
  }
  .sub-dropdown-menu .sub-dropdown-item.active, .sub-dropdown-menu .sub-dropdown-item:hover {
    color: #ffffff;
    font-weight: 800;
    background: #057999;
    border-left: 3px solid var(--site_color);
  }
}

@media (max-width: 992px) {
  .top-menu {
    width: 100%;
  }
  .banner-wrapper {
    height: 160px;
  }
  .banner-wrapper .promo-title {
    font-size: 1.3rem;
    line-height: 20px;
  }
  .promo-banner {
    height: 160px;
  }
  .promo-banner .image-section {
    height: 100%;
  }
  .promo-banner .image-section img {
    height: 100%;
  }
  .main-menu .container {
    padding: 0;
  }
  header .main-menu .navbar {
    padding: 0;
  }
  header .main-menu .navbar .navbar-collapse .nav-item {
    margin-right: 0 !important;
  }
  header .main-menu .navbar .navbar-collapse .nav-item .nav-link {
    font-size: 0.975rem;
    line-height: 17px;
    text-transform: uppercase;
    color: #203549;
    width: 100%;
    padding: 0.7rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .main-menu .navbar .navbar-collapse .nav-item.dropdown .nav-link:after {
    content: "+";
    font-weight: bold;
    font-family: courier;
    color: #057999;
    font-size: 1.25rem;
  }
  header .main-menu .navbar .navbar-collapse .nav-item.show .nav-link:after {
    content: "-";
  }
  header .main-menu .navbar .navbar-collapse .sub-nav-item {
    margin-right: 0 !important;
  }
  header .main-menu .navbar .navbar-collapse .sub-nav-item .sub-nav-link {
    font-size: 0.975rem;
    line-height: 17px;
    text-transform: uppercase;
    color: #203549;
    width: 100%;
    padding: 0.7rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .main-menu .navbar .navbar-collapse .sub-nav-item.dropdown .sub-nav-link:after {
    content: "+";
    font-weight: bold;
    font-family: courier;
    color: #057999;
    font-size: 1.25rem;
  }
  header .main-menu .navbar .navbar-collapse .sub-nav-item.show .nav-link:after {
    content: "-";
  }
  header .main-menu .navbar .dropdown-menu {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  header .main-menu .navbar .dropdown-menu .dropdown-item {
    font-size: 0.78rem;
    text-transform: uppercase;
    color: rgba(32, 53, 73, 0.6);
    width: 100%;
    padding: 0.6rem 1.5rem;
  }
  header .main-menu .navbar .dropdown-menu .dropdown-item.active {
    color: #ffffff !important;
    font-weight: 800;
  }
  header .main-menu .navbar .dropdown-menu .dropdown-item:active {
    color: #ffffff;
  }
  header .main-menu .navbar .sub-dropdown-menu {
    -moz-columns: 1 !important;
         columns: 1 !important;
  }
  header .main-menu .navbar .sub-dropdown-menu .sub-dropdown-item {
    font-size: 0.78rem;
    text-transform: uppercase;
    color: rgba(32, 53, 73, 0.6);
    width: 100%;
    padding: 0.6rem 1.5rem;
  }
  header .main-menu .navbar .sub-dropdown-menu .sub-dropdown-item.active {
    color: #ffffff !important;
    font-weight: 800;
  }
  header .main-menu .navbar .sub-dropdown-menu .sub-dropdown-item:active {
    color: #ffffff;
  }
  .menu-wrapper {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .menu-wrapper.menu-show {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  }
  .menu-wrapper.menu-show .navbar-toggler .close-menu-icon {
    display: unset;
  }
  .menu-wrapper.menu-show .navbar-toggler .menu-icon {
    display: none;
  }
  .menu-wrapper .navbar-toggler {
    border: none;
  }
  .smu-mobile {
    display: unset;
  }
  .smu-desktop {
    display: none;
  }
  header .main-menu .dropdown-menu {
    background: rgba(246, 246, 246, 0.8);
    border: none;
  }
  header .main-menu .dropdown-menu .dropdown-item {
    padding: 0;
  }
  header .main-menu .sub-dropdown-menu {
    background: #e3e3e3;
    border: none;
    width: 100%;
    position: relative;
    border-radius: 0;
    left: 0;
    top: 0;
  }
  header .main-menu .sub-dropdown-menu .sub-dropdown-item {
    padding: 0;
  }
  header .main-menu .top-header {
    display: block;
    background: #203549;
  }
  header .main-menu .top-header.mobile {
    display: block;
  }
  header .main-menu .top-header .top-header-wrapper {
    flex-direction: column;
  }
  header .main-menu .top-header .top-header-wrapper .top-menu {
    flex-direction: column;
  }
  header .main-menu .top-header .top-header-wrapper .top-menu li {
    width: 100%;
    padding: 1rem 1.5rem;
  }
  header .main-menu .top-header .top-header-wrapper .top-menu li:before {
    display: none;
  }
  header .main-menu .top-header .top-header-wrapper .top-menu li a {
    margin: 0;
  }
  header .main-menu .top-header .top-header-wrapper .menu-block {
    flex-direction: column;
    align-items: baseline;
  }
  header .main-menu .top-header .top-header-wrapper .menu-block .search {
    display: none;
  }
  header .main-menu .top-header .top-header-wrapper .menu-block .space {
    margin: 0 1.5rem;
    margin-bottom: 1rem;
    padding: 0.625rem 1rem;
    padding-left: 2.75rem;
    height: 29px;
  }
  header .main-menu .top-header .top-header-wrapper .menu-block .space:before {
    left: 0rem;
    top: 0.3rem;
  }
  header .main-menu .top-header .top-header-wrapper .language-dropdown {
    display: flex;
    flex-direction: column;
  }
  header .main-menu .top-header .top-header-wrapper .language-dropdown .language-picker {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .main-menu .top-header .top-header-wrapper .language-dropdown .language-picker:after {
    content: "+";
    font-weight: bold;
    font-family: courier;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
  }
  header .main-menu .top-header .top-header-wrapper .language-dropdown .dropdown-menu {
    position: unset !important;
    margin-top: -1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    margin-left: -3rem;
  }
  header .main-menu .top-header .top-header-wrapper .language-dropdown .dropdown-menu .language-code a {
    color: rgba(32, 53, 73, 0.8);
    padding: 0;
  }
  header .main-menu .top-header .top-header-wrapper .language-dropdown .sub-dropdown-menu {
    position: unset !important;
    margin-top: -1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    margin-left: -3rem;
  }
  header .main-menu .top-header .top-header-wrapper .language-dropdown .sub-dropdown-menu .language-code a {
    color: rgba(32, 53, 73, 0.8);
    padding: 0;
  }
  header .main-menu .top-header .top-header-wrapper .language-dropdown.show .language-picker:after {
    content: "-";
  }
  header .main-menu .collapse.show li {
    margin-left: 0;
  }
  header .main-menu .collapse.show li:before {
    display: none;
  }
}

@media (max-width: 430px) {
  .banner-wrapper .promo-line-wrapper {
    text-align: right;
  }
}

.sub-dropdown-menu {
  position: absolute;
  left: 100% !important;
  top: -12px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

@media (max-width: 992px) {
  .sub-dropdown-menu {
    left: 0% !important;
  }
}

.sub-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.modal-confirm .close {
  outline: none;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
  padding: 0.3rem 0.5rem;
  background: transparent;
  border: none;
  font-size: 1.3rem;
  padding-top: 0 !important;
  font-weight: 600;
}

.modal.show {
  display: block;
  background: #00000054;
}

.modal.show .close {
  outline: none;
}

.modal-confirm {
  color: #434e65;
  max-width: 525px;
}

.modal-confirm .modal-content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}

.modal-confirm .modal-header {
  border-bottom: 1px solid #c3c3c3;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
}

.modal-confirm .error-message {
  text-align: center;
  font-size: 1.2rem;
  margin: 10px 0;
  color: #203549;
}

.modal-confirm .form-control {
  min-height: 40px;
  border-radius: 3px;
}

.modal-confirm .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
  padding: 0.3rem 0.5rem;
}

.modal-confirm .close:hover {
  opacity: 0.8;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.call-us-title {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 1rem;
  margin: 1rem 0;
}

.links {
  display: flex;
  /*max-height: 16rem;*/
  flex-wrap: wrap;
  flex-direction: row;
}

.links.smu-footer-menu-links a {
  width: 200px;
  padding: 0 10px;
}

.links.smu-footer-menu-links a:hover .item {
  text-decoration: underline;
  color: #04afdb;
}

.target-menu .block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: -4.375rem 0 0 0;
  z-index: 2;
}

.target-menu .block .box {
  width: 170px;
  height: 131px;
  background: #ffffff;
  box-shadow: 0px 0.1616rem 0.5655rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.825rem;
  color: #057999;
  transition: all 0.8s ease;
  margin-right: 0.9375rem;
}

@media (min-width: 992px) {
  .target-menu .block .box:hover, .target-menu .block .box:focus {
    background-color: #057999;
    color: #ffffff;
  }
  .target-menu .block .box:hover .icon.i-student:before, .target-menu .block .box:focus .icon.i-student:before {
    content: url("/themes/smu/assets/images/icons/student-active.svg");
  }
  .target-menu .block .box:hover .icon.i-parent:before, .target-menu .block .box:focus .icon.i-parent:before {
    content: url("/themes/smu/assets/images/icons/parent-active.svg");
  }
  .target-menu .block .box:hover .icon.i-company:before, .target-menu .block .box:focus .icon.i-company:before {
    content: url("/themes/smu/assets/images/icons/company-active.svg");
  }
  .target-menu .block .box:hover .icon.i-faculty:before, .target-menu .block .box:focus .icon.i-faculty:before {
    content: url("/themes/smu/assets/images/icons/faculty-active.svg");
  }
  .target-menu .block .box:hover .icon.i-staff:before, .target-menu .block .box:focus .icon.i-staff:before {
    content: url("/themes/smu/assets/images/icons/staff-active.svg");
  }
  .target-menu .block .box:hover .icon.i-alumni:before, .target-menu .block .box:focus .icon.i-alumni:before {
    content: url("/themes/smu/assets/images/icons/alumni-active.svg");
  }
  .target-menu .block .box:hover .title:before, .target-menu .block .box:focus .title:before {
    border-top: 0.0823rem solid white;
  }
}

.target-menu .block .box .title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: relative;
  margin-top: 40px;
}

.target-menu .block .box .title:before {
  content: "";
  position: absolute;
  width: 1.25rem;
  border-top: 0.0823rem solid #057999;
  left: calc(50% - 0.625rem);
  bottom: 35px;
}

.icon {
  margin-bottom: 1.875rem;
}

.icon.i-student {
  position: relative;
}

.icon.i-student:before {
  content: url("/themes/smu/assets/images/icons/student-menu.svg");
  position: absolute;
  left: calc(50% - 16px);
}

.icon.i-parent {
  position: relative;
}

.icon.i-parent:before {
  content: url("/themes/smu/assets/images/icons/parent.svg");
  position: absolute;
  left: calc(50% - 21px);
}

.icon.i-faculty {
  position: relative;
}

.icon.i-faculty:before {
  content: url("/themes/smu/assets/images/icons/faculty.svg");
  position: absolute;
  left: calc(50% - 20px);
}

.icon.i-staff {
  position: relative;
}

.icon.i-staff:before {
  content: url("/themes/smu/assets/images/icons/staff-menu.svg");
  position: absolute;
  left: calc(50% - 27px);
}

.icon.i-company {
  position: relative;
}

.icon.i-company:before {
  content: url("/themes/smu/assets/images/icons/company.svg");
  position: absolute;
  left: calc(50% - 27px);
}

.icon.i-alumni {
  position: relative;
}

.icon.i-alumni:before {
  content: url("/themes/smu/assets/images/icons/alumni.svg");
  position: absolute;
  left: calc(50% - 24px);
}

.right-side-items .icon {
  margin-bottom: .5rem;
}

.right-side-items .icon.i-student {
  background: url("/themes/smu/assets/images/icons/student-menu.svg");
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  background-position-x: 3px;
  height: 2rem;
  margin: 0 auto;
}

.right-side-items .icon.i-student:before {
  content: "";
}

.right-side-items .icon.i-parent {
  background: url("/themes/smu/assets/images/icons/parent.svg");
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.right-side-items .icon.i-parent:before {
  content: "";
}

.right-side-items .icon.i-faculty {
  background: url("/themes/smu/assets/images/icons/faculty.svg");
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 2px;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.right-side-items .icon.i-faculty:before {
  content: "";
}

.right-side-items .icon.i-staff {
  background: url("/themes/smu/assets/images/icons/staff-menu.svg");
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.right-side-items .icon.i-staff:before {
  content: "";
}

.right-side-items .icon.i-company {
  background: url("/themes/smu/assets/images/icons/company.svg");
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.right-side-items .icon.i-company:before {
  content: "";
}

.right-side-items .icon.i-alumni {
  background: url("/themes/smu/assets/images/icons/alumni.svg");
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.right-side-items .icon.i-alumni:before {
  content: "";
}

.home-slider {
  z-index: 0;
}

.home-slider .item {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slider .item .slider_video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-slider .item .slider-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-slider .item .video_link_container {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.home-slider .item .video_link_container .video_link_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 56.25vw;
}

.home-slider .item .content {
  position: relative;
  top: 4.625rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #ffffff;
  background: rgba(32, 53, 73, 0.8);
  border-radius: 0.1875rem;
}

.home-slider .item .content .title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.8125rem;
  letter-spacing: -0.4375px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.home-slider .item .content p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 0;
}

.home-slider .owl-dots .owl-dot span {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
}

.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

@media (max-width: 992px) {
  .home-slider .video_link_content {
    height: 100vh !important;
  }
  .home-slider .slider_video {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
}

@media (max-width: 767.98px) {
  .home-slider .item {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    max-height: 220px;
  }
  .home-slider .item .slider_video {
    position: relative;
    display: flex;
    align-self: center;
    justify-content: center;
    -o-object-fit: none;
       object-fit: none;
  }
}

@media (max-width: 575.98px) {
  .home-slider .item {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    max-height: 220px;
  }
  .home-slider .item .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-slider .item .content p {
    font-size: 1rem;
    line-height: normal;
  }
  .home-slider .item .content .title {
    font-size: 1.75rem;
    margin-top: 0;
  }
}

.smu-buttons-wrapper .smu-buttons .box {
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: .2s;
  width: 170px;
  height: 170px;
  background: #057999;
  color: #ffffff;
  text-align: center;
}

.smu-buttons-wrapper .smu-buttons .box .title:before {
  border-top: 0.0823rem solid #ffffff;
  top: -13px;
}

.smu-buttons-wrapper .smu-buttons .box:hover {
  box-shadow: 0px 0.1616rem 0.5655rem rgba(0, 0, 0, 0.1);
  transform: translateY(-8px);
}

.smu-page-register-wrapper .smu-program-apply {
  width: 100%;
  height: unset;
  background-position-y: -2rem;
}

.smu-page-register-wrapper .smu-program-apply .card-body {
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.home-certificats {
  background: rgba(32, 53, 73, 0.1);
  min-height: 100px;
}

.home-certificats.accreditations-section {
  padding: 1.5rem 0;
  height: auto;
}

.home-certificats.accreditations-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .home-certificats.accreditations-section ul li:not(:last-child) {
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .home-certificats.accreditations-section ul li > img {
    margin: 10px auto;
  }
}

.home-certificats .margin-top-8rem {
  margin-top: 8rem;
}

.home-certificats ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .home-certificats ul li:not(:last-child) {
    margin-right: 1rem;
  }
}

.home-certificats .more {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #203549;
}

.home-certificats .more .second-arrow {
  display: none;
}

.home-certificats .more:before {
  content: "";
  border: 0.05rem solid rgba(32, 53, 73, 0.5);
}

.home-certificats .more:hover:before {
  border: 2px solid var(--site_color);
}

.home-certificats .more:hover .first-arrow {
  display: none;
}

.home-certificats .more:hover .second-arrow {
  background: #057999;
  padding: .3rem .7rem;
  display: unset;
  border-radius: 3px;
}

.steps_wrapper {
  background-color: var(--site_color);
  color: #ffffff;
}

.steps-first-section {
  background-color: rgba(var(--site_color), 0.5);
  color: #ffffff;
}

.home-story {
  padding-top: 1.8125rem;
  padding-bottom: 1.825rem;
}

.home-story p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-facts {
  background: rgba(22, 96, 169, 0.03);
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.home-missions {
  background: #203549;
  color: #ffffff;
  height: 416px;
  padding-top: 58px;
}

.home-missions p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.home-missions .row {
  position: relative;
}

.home-missions .custom-bg {
  position: absolute;
  right: 0;
  top: 50.2%;
  transform: translateY(-43%);
}

.smu-news_description .smu-webkit-box {
  display: -webkit-box;
}

.home-president {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.home-president .section_custom_background {
  position: absolute;
  right: 4rem;
  top: 3rem;
}

.home-news {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background: rgba(22, 96, 169, 0.03);
}

.home-news .description {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 20px;
  color: rgba(32, 53, 73, 0.6);
}

.home-news p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-news .news-article {
  position: relative;
  display: flex;
  background: #fff;
  padding: 2rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgba(32, 53, 73, 0.6);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.11);
}

.home-news .news-article .img {
  transition: all 0.3s ease-in-out;
  height: 216px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-news .news-article .title {
  display: block;
  margin-bottom: 0.875rem;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #203549;
}

.home-news .news-article .date {
  display: block;
  margin-bottom: 0.875rem;
  font-weight: 500;
  font-weight: 500;
  font-size: 1rem;
  line-height: 28px;
  color: rgba(32, 53, 73, 0.5);
}

.home-news .news-article .btn, .home-news .news-article .smu-editor-btn {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
}

.home-news .news-article:hover img {
  transition: all .3s linear;
  transform: scale(1.1);
}

.home-news .news-article:hover .btn, .home-news .news-article:hover .smu-editor-btn {
  visibility: visible;
  opacity: 1;
  z-index: 4;
}

.home-news .news-article:hover .overlay {
  background: linear-gradient(0deg, white 0%, white 27%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-news .news-article:hover .title {
  position: relative;
}

.home-news .news-article:hover .title:before {
  content: "";
  position: absolute;
  left: -.5rem;
  height: 100%;
  border-left: 4px solid var(--site_color);
}

.home-news .news-article.large {
  flex-direction: column;
  height: 605px;
}

.home-news .news-article.large .title {
  margin-top: 1.25rem;
}

.emptypage_sectiion .home-section {
  margin-top: 0;
}

.testimony_side_section .what_they_say.scroll_bottom {
  position: absolute;
  bottom: 28px;
}

.home-events {
  position: relative;
  min-height: 400px;
  background: rgba(22, 96, 169, 0.03);
  padding-top: 1.8125rem;
  cursor: pointer;
}

.home-events .item {
  display: flex;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(143, 182, 219, 0.21);
  border-radius: 0.0625rem;
  padding: 2rem;
  justify-content: space-between;
  height: 13rem;
}

.home-events .item .title {
  display: block;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2.375rem;
  text-transform: uppercase;
  color: #203549;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-events .item .btn-more {
  display: none;
}

.home-events .item .img {
  transition: all 0.3s ease-in-out;
  height: 138px;
  width: 138px;
  margin-left: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-events .item .date {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(5, 121, 153, 0.7);
}

.home-events .item .date img {
  width: 1.625rem;
  margin-right: 2rem;
}

.home-events .item .date .time {
  padding-left: 1.5rem;
  margin-left: 1.5rem;
  border-left: 1px solid rgba(32, 53, 73, 0.2);
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #21466a;
}

.home-events .item:hover {
  position: relative;
}

.home-events .item:hover img {
  transition: all .3s linear;
  transform: scale(1.1);
}

.home-events .item:hover .btn-more {
  display: unset;
  position: absolute;
  z-index: 5;
  bottom: -12px;
}

.home-events .item:hover .overlay {
  background: linear-gradient(0deg, white 0%, white 27%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 575.98px) {
  .home-events .item {
    height: auto;
    display: block;
    position: relative;
    padding-bottom: calc(150px + 1rem);
  }
  .home-events .item > .position-relative:first-child {
    display: block;
  }
  .home-events .item > img.img-event {
    display: block;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
  }
}

.home-events .read-more-hr {
  margin-top: 4.5rem;
  margin-bottom: 2rem;
}

.home-events .owl-theme .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 0;
}

.home-events .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
}

.home-events .owl-theme .owl-dots .owl-dot.active span,
.home-events .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.student_informations {
  opacity: .7;
  cursor: pointer;
}

.student_informations.not_active {
  opacity: .7;
}

.student_informations .student_photo {
  text-align: center;
}

.student_informations .student_photo img {
  width: 3rem;
  height: 3rem;
  border-radius: 50rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.student_informations .student_name {
  font-size: 0.875rem;
  line-height: 20px;
  text-align: center;
  margin-top: .3rem;
}

.student_informations .student_lastname {
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
  max-width: 10.5rem;
}

.student_informations:not(last-item) {
  margin-right: 2rem;
}

.student_informations.active {
  opacity: 1;
}

.home-testimonials {
  padding-top: 1.8125rem;
}

.home-testimonials .owl-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  position: absolute;
}

.home-testimonials .owl-nav button {
  background: transparent !important;
}

.home-testimonials .owl-nav button span {
  font-size: 3.125rem;
  color: #203549;
}

.home-testimonials .btn-more {
  padding-right: 5rem;
}

.home-testimonials .testimonials-header {
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(32, 53, 73, 0.1);
  margin-bottom: 2rem;
}

.home-testimonials .testimonials-header .nav .nav-item:not(:last-child) {
  margin-right: 1rem;
}

.home-testimonials .testimonials-header .nav .nav-link {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: rgba(32, 53, 73, 0.7);
  border: 2px solid transparent;
  border-radius: 0.1875rem;
}

.home-testimonials .testimonials-header .nav .nav-link.active {
  color: #057999;
  border-color: #057999;
}

.home-testimonials .professors-slider .owl-item .img {
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 3px solid transparent;
  transform: scale(0.5);
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.home-testimonials .professors-slider .owl-item.center .img {
  border: 3px solid var(--site_color);
}

.home-testimonials .professors-slider .owl-item.large .img {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
}

.home-testimonials .professors-slider .owl-item.large:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: .7rem;
  height: .7rem;
  background: var(--site_color);
}

.home-testimonials .professors-slider .owl-item.medium .img {
  transform: scale(0.75);
  opacity: 0.75;
}

.home-testimonials .professors-slider .owl-item .img:hover {
  cursor: pointer;
}

.home-testimonials .professors-info-slider .item {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border-radius: 2px;
  padding: 3rem;
}

.home-testimonials .professors-info-slider .item .name {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #203549;
}

.home-testimonials .professors-info-slider .item .job {
  color: #203549;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(32, 53, 73, 0.2);
}

.home-testimonials .professors-info-slider .item .description {
  max-height: 200px;
  overflow-y: auto;
}

.home-testimonials .professors-info-slider .item .description::-webkit-scrollbar {
  width: 10px;
}

.home-testimonials .professors-info-slider .item .description::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.home-testimonials .professors-info-slider .item .description::-webkit-scrollbar-thumb {
  background: #888;
}

.home-testimonials .professors-info-slider .item .description::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.steps-wrapper .steps-section-title {
  font-weight: 500;
  font-size: 2.1875rem;
  line-height: 43px;
  text-transform: uppercase;
}

.steps-wrapper .steps-section-description {
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 30px;
}

.steps-wrapper .count-steps {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6875rem;
  line-height: 26px;
  text-transform: uppercase;
  padding-right: 1rem;
  border-right: 3px solid;
}

.steps-wrapper .step-information {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 17px;
  text-transform: uppercase;
  margin-left: .5rem;
  max-width: 15.5rem;
}

.steps-wrapper .step-information:not(last-item) {
  margin-right: 2rem;
}

.accrediation_img {
  max-width: 7rem;
  /*filter: grayscale(1);*/
}

.home-partners {
  margin-top: 5rem;
  margin-bottom: 5rem;
  color: #ffffff;
  background: #203549;
}

.home-partners .item {
  opacity: 1;
}

.home-partners .item.active {
  opacity: 1 !important;
}

.home-partners .partner-row {
  min-height: 420px;
  align-items: center;
  position: relative;
}

.home-section {
  margin: 1rem 0 3rem;
}

.home-section.tabs-section {
  margin: 0;
}

.home-section .video-custom-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.home-section .video-custom-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 423.16px;
  height: 489.97px;
  background: var(--site_color);
  border-radius: 0.125rem;
  transform: skewY(-44deg);
  z-index: -1;
}

.home-section.home-partners.section-dark {
  height: auto;
  padding-top: 0;
}

.home-section p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #203549;
}

.home-section .section-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-section.section-dark {
  background: #203549;
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0px;
}

.home-section.section-dark.story_section {
  height: auto;
}

.home-section.section-dark .school-facts-box {
  margin-bottom: 58px;
}

.home-section.section-primary {
  padding: 1.8125rem 0;
}

.home-section .partner-col-mobile {
  display: none;
}

.home-section .partner-col {
  position: relative;
  align-self: flex-start;
}

.home-section .partner-col .custom-display {
  position: absolute;
  top: -50px;
  left: 0;
}

.home-section .partners-col-slider {
  transform: rotate(90deg);
}

.home-section .partners-col-slider .items .item {
  transform: rotate(-90deg);
}

.home-section .partners-col-slider .items .item img {
  filter: grayscale(1);
  width: 7rem;
  height: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 1.5rem;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 200ms linear;
}

.home-section .partners-col-slider .items .item:hover img {
  filter: grayscale(0);
}

.home-section .facts-box {
  display: flex;
  flex-wrap: wrap;
  padding: 2.5rem;
  background: #ffffff;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
}

.home-section .facts-box:after {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
}

.home-section .facts-box .item {
  display: flex;
  width: 50%;
  height: 170px;
  padding: 1.25rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: capitalize;
}

.home-section .facts-box .item img {
  margin-right: 1rem;
  max-width: 2.5rem;
}

.home-section .facts-box .item .nb {
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 3.4375rem;
  max-width: 9rem;
  margin: 0;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #203549;
  text-align: center;
}

.home-section .facts-box .item .nb-description {
  font-size: 1rem;
  text-overflow: ellipsis;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2; */
  /* max-width: 9rem; */
  text-align: center;
  -webkit-box-orient: vertical;
  text-align: center;
  color: #203549;
}

.home-section .facts-box .item:first-child {
  border-right: 1px solid rgba(5, 121, 153, 0.4);
  border-bottom: 1px solid rgba(5, 121, 153, 0.4);
}

.home-section .facts-box .item:last-child {
  border-left: 1px solid rgba(5, 121, 153, 0.4);
  border-top: 1px solid rgba(5, 121, 153, 0.4);
}

.home-section .school-facts-box {
  justify-content: center;
  padding: 1rem;
  background: #ffffff;
  box-shadow: 0px 0.25rem 0.875rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
}

.home-section .school-facts-box .item {
  margin: 1rem;
  padding: .6rem;
  font-style: normal;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: capitalize;
  border-right: 1px solid rgba(5, 121, 153, 0.4);
  text-align: center;
}

.home-section .school-facts-box .item img {
  max-width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}

.home-section .school-facts-box .item .nb {
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 0;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  color: #203549;
  text-align: center;
  display: block;
}

.home-section .school-facts-box .item .nb-description {
  overflow-wrap: break-word;
  overflow: hidden;
  text-align: center;
  -webkit-box-orient: vertical;
  color: #203549;
  font-size: 1rem;
  margin-top: .5rem;
}

.home-section .school-facts-box .item:nth-child(3n), .home-section .school-facts-box .item:last-child {
  border-right: 0;
}

.home-faq {
  padding-top: 1.825rem;
  padding-bottom: 1.825rem;
}

.home-faq .faq-tag {
  padding: .5rem 1.5rem;
}

.faq-question {
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 1.8125rem;
}

.faq-header {
  position: relative;
}

.faq-header .faq-title {
  display: block;
  padding: 1.5rem 1rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #203549;
  text-align: left;
}

.faq-header [data-toggle="collapse"]:before {
  position: absolute;
  top: 4px;
  right: 1rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../images/icons/minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.faq-header [data-toggle="collapse"].collapsed:before {
  content: "";
  background-image: url(../../images/icons/plus.svg);
}

.faq-content {
  padding: 0 1rem 1rem 1rem;
  color: #2f4858;
}

.faq-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  box-sizing: border-box;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 92%;
  background: #c5c5c5;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
}

.content {
  padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  right: -6px;
  background: var(--timeline-color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--timeline-color);
}

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 24px;
  left: -4px;
  background: var(--timeline-color);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--timeline-color);
}

.timeline ul li h5 {
  font-size: 1rem;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -100px;
  margin: 0;
  padding: 8px 16px;
  background: var(--timeline-color);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px var(--timeline-color);
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -100px;
  margin: 0;
  padding: 8px 16px;
  background: var(--timeline-color);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px var(--timeline-color);
}

.editor-description table {
  width: 100% !important;
}

.editor-description img {
  max-width: 100%;
}

.page-banner::after {
  content: "";
  background: linear-gradient(90.2deg, #0F7894 31.17%, rgba(68, 147, 207, 0) 71.67%, rgba(68, 147, 207, 0) 120.45%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#chartdiv {
  min-height: 20rem;
}

#chartdiv .chart_wrapper {
  overflow: unset !important;
}

#info_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 17rem;
  overflow-y: scroll;
}

#info_wrapper::-webkit-scrollbar {
  width: 5px;
}

#info_wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

#info_wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#info_wrapper .map-img {
  max-width: 5rem;
  max-height: 5rem;
  margin-right: .5rem;
}

#info_wrapper .our_partner {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #203549;
  background: #FFFFFF;
  padding: 1rem;
  padding-top: 1.5rem;
  position: relative;
  box-shadow: 0px -11.07453px 13.7391px rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0px 0px;
}

#info_wrapper .our_partner .close_header {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  padding-right: .3rem;
}

#info_wrapper .our_partner .close_header img {
  max-width: .7rem;
}

#info_wrapper .our_partner .country-name {
  color: #057999;
  font-weight: 700;
}

#info_wrapper .our_partner:after {
  height: 1px;
  display: block;
  width: 100%;
  background: #E0E0E0;
  content: "";
  margin: 0 auto;
  margin-top: .5rem;
}

#info_wrapper .second_section {
  background: #FFFFFF;
  box-shadow: 0px 12.92547px 13.7391px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: .5rem 1rem;
}

#info_wrapper .second_section .smu_site {
  border: 1px solid;
  padding: 0rem .3rem;
  margin-bottom: .2rem;
  display: inline-block;
  border-radius: .2rem;
}

#info_wrapper .second_section a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 1rem;
  line-height: 22px;
  text-transform: uppercase;
  color: #203549;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

#info_wrapper .second_section a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #057999;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

#info_wrapper .second_section a:hover:before {
  right: 0;
}

.filter-maps {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.filter-maps .map-filter-logo {
  max-width: 6.5rem;
}

.filter-maps .maps_title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 25px;
  text-transform: uppercase;
  color: #4F4F4F;
  max-width: 12rem;
}

.filter-maps .maps_site_filter_img_wrapper {
  margin-right: 25px;
  padding: 0.3rem 0.7rem;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  transition: all 200ms linear;
  border: 1px solid #057999;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(32, 53, 73, 0.1);
  opacity: 1;
}

.filter-maps .maps_site_filter_img_wrapper:hover {
  border: 1px solid #E0E0E0;
  opacity: 0.3;
}

.filter-maps .maps_site_filter_img_wrapper.not-active {
  border: 1px solid #E0E0E0;
  opacity: 0.3;
  transition: all 200ms linear;
}

.filter-maps .maps_site_filter_img_wrapper.not-active:hover {
  border: 1px solid #057999;
  box-shadow: 0px 4px 4px rgba(32, 53, 73, 0.1);
  opacity: 1;
}

@media (max-width: 1000px) {
  .timeline {
    width: 100%;
  }
}

.footer-title-md {
  display: none;
}

@media (max-width: 767px) {
  .footer-title-md {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: .5rem;
    padding-bottom: .5rem;
  }
  #info_wrapper {
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #info_wrapper.active {
    z-index: unset;
  }
  .program-content-item-wrapper h3 {
    width: 100%;
  }
  .target-menu .block .box {
    margin-right: 0;
  }
  .home-section .school-facts-box .item {
    border-bottom: 1px solid rgba(5, 121, 153, 0.4);
    border-right: 0;
    width: 100%;
  }
  .home-section .school-facts-box .item .nb .home-section .school-facts-box .item .nb-description {
    max-width: 100%;
  }
  .steps-wrapper .item {
    padding: .5rem 0;
  }
  .testimony_side_section {
    display: none;
  }
  .testimonials-wrapper {
    max-height: 100%;
  }
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }
  .timeline:before {
    left: 20px;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

@media (max-width: 992px) {
  .smu-side-bar-menu {
    display: none;
  }
  .block {
    display: flex;
    justify-content: space-between;
  }
  .top-header {
    display: none;
  }
  .home-section .partner-col {
    display: none;
  }
  .home-section .partner-col-mobile {
    display: unset;
  }
  .home-partners .partners-slider {
    top: 80%;
  }
  .home-partners .partners-slider .owl-item {
    max-width: 11rem;
  }
  .home-partners .partners-slider .item {
    padding: 2.5rem;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
  .home-partners .partners-slider .item img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(1);
  }
  .home-news .news-article.large {
    height: auto;
    flex-direction: unset;
  }
  .home-news .news-article.large .position-relative {
    padding-left: 15px;
  }
  .home-news .news-article.large .img {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }
  .home-certificats {
    height: unset;
  }
  .home-certificats .target-menu .block .box {
    margin-right: 0.9375rem;
  }
  .home-certificats .home-partners-wrapper .more {
    justify-content: center !important;
    margin-bottom: 1rem;
  }
  .home-certificats .home-partners-wrapper .more:before {
    display: none;
  }
  .home-certificats .home-partners-wrapper .more .first-arrow,
  .home-certificats .home-partners-wrapper .more .second-arrow {
    margin-left: 2rem;
  }
  .home-certificats .home-partners-wrapper ul {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .home-missions .custom-bg {
    top: 100%;
    left: 0rem;
    text-align: center;
    transform: unset;
    right: unset;
  }
  .home-missions .custom-bg:before {
    left: unset;
  }
  .home-missions {
    height: 600px;
    margin-bottom: 12rem;
  }
  .section_custom_background {
    display: none;
  }
  .home-president .container-lg .row {
    flex-direction: column-reverse;
  }
  .home-president .container-lg .row .custom-bg {
    text-align: center;
    margin-top: 3rem;
  }
  .home-president .container-lg .row .custom-bg:before {
    left: unset;
  }
}

@media (max-width: 992px) {
  .home-story .custom-bg img,
  .home-missions .custom-bg img,
  .home-president .custom-bg img,
  .custom-bg img {
    margin: 0;
    padding: 1rem;
    width: 100%;
  }
  .home-facts .facts-box {
    padding: 0.5rem;
  }
}

@media (max-width: 767px) {
  .home-partners .partners-slider {
    top: 86%;
  }
  .home-news .news-article.large {
    height: auto;
    flex-direction: column;
  }
  .home-news .news-article.large .img {
    flex: unset;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-news .news-article .title {
    margin-top: 1.25rem;
  }
  .home-certificats {
    height: unset;
  }
  .home-certificats .margin-top-8rem {
    margin-top: 2rem;
  }
  .home-certificats .target-menu .block {
    margin: 0;
  }
  .home-certificats .target-menu .block .box {
    margin-right: 0;
    width: 49%;
    box-shadow: none;
    margin-top: 0;
  }
  .home-section .facts-box .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .home-section .facts-box .item img {
    margin-right: 0;
    margin-bottom: .5rem;
  }
  .home-section .facts-box .item div {
    text-align: center;
  }
}

@media (max-width: 560px) {
  .page-banner .page-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (max-width: 460px) {
  .page-banner .page-title {
    font-size: 1.5rem;
  }
  .home-certificats .home-partners-wrapper ul {
    flex-direction: column;
  }
  .home-certificats .home-partners-wrapper ul li {
    margin-bottom: .5rem;
  }
}

.home-gallery-slider {
  border-radius: 5px;
}

.home-gallery-slider .item img {
  display: block;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.sm-editor {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sm-editor::-webkit-scrollbar {
  height: 5px;
}

.sm-editor::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.sm-editor::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}

.sm-editor .table-striped {
  border-color: white;
}

.sm-editor .table-striped tbody {
  border-color: white;
}

.sm-editor .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(5, 121, 153, 0.1);
}

.sm-editor .table-striped tbody th,
.sm-editor .table-striped tbody td {
  border-color: white;
}

.sm-editor .table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(250, 250, 250, 0.4);
}

.sm-editor h2 {
  color: #203549;
  font-weight: bold;
  font-size: 1.5rem !important;
  padding-bottom: .8rem;
  margin-bottom: 1.3rem;
  border-bottom: 2px solid rgba(32, 53, 73, 0.1);
}

.sm-editor h2 * {
  font-size: 1.5rem !important;
}

.sm-editor h3 {
  color: #203549;
  font-weight: bold;
  font-size: 1.125rem !important;
}

.sm-editor h3 * {
  font-size: 1.125rem !important;
}

.sm-editor h4 {
  color: #057999;
  font-size: 1rem;
  font-weight: bold;
}

.sm-editor h4:before {
  background: url("../../images/icons/olive-leaf.png");
  padding: 0 10px;
  content: " ";
  background-repeat: no-repeat;
}

.sm-editor h4 * {
  color: #057999;
  font-size: 1rem !important;
}

.sm-editor p {
  color: #203549;
  font-size: 0.875rem;
}

@media (max-width: 992px) {
  .sm-editor iframe {
    width: 100%;
  }
}

#smu_map {
  width: 100%;
  height: 20rem;
}

.social-links-page-builder .icon-footer {
  background: #057999;
  width: 30px;
  height: 30px;
  margin: 0.3rem;
  border-radius: .3rem;
}

.social-links-page-builder .icon-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.pagebuilder-cards .img-avatar {
  display: block;
  position: relative;
  margin: 0;
  border: none;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .8s;
}

.card-small-container {
  width: 170px;
  height: 170px;
  background-color: var(--card_color);
  color: #ffffff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.card-small-container .box {
  width: 170px;
  height: 170px;
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-small-container .box .img-avatar {
  margin-bottom: 1.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-small-container .box .title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  position: relative;
}

.card-small-container .box .title:before {
  content: "";
  position: absolute;
  width: 1.25rem;
  border-top: 0.0823rem solid #ffffff;
  left: calc(50% - 0.625rem);
  bottom: 35px;
}

.sm-editor .collapse-header,
.editor-content .collapse-header {
  border-top: 2px solid rgba(32, 53, 73, 0.2);
  margin-top: 1rem !important;
  padding-top: 1rem !important;
}

.sm-editor .collapse-header .title,
.editor-content .collapse-header .title {
  font-weight: 800;
  font-size: 1rem;
  display: block;
  text-align: left;
  line-height: 30px;
  color: #203549;
  position: relative;
}

.sm-editor .collapse-header .title a,
.sm-editor .collapse-header .title li,
.sm-editor .collapse-header .title p,
.editor-content .collapse-header .title a,
.editor-content .collapse-header .title li,
.editor-content .collapse-header .title p {
  font-weight: 800;
  font-size: 1rem;
  line-height: 30px;
  color: #203549;
}

.sm-editor .collapse-header [data-toggle="collapse"]:before,
.editor-content .collapse-header [data-toggle="collapse"]:before {
  position: absolute;
  top: 4px;
  right: 1rem;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../images/icons/minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sm-editor .collapse-header [data-toggle="collapse"].collapsed:before,
.editor-content .collapse-header [data-toggle="collapse"].collapsed:before {
  content: "";
  background-image: url(../../images/icons/plus.svg);
}

.sm-editor .collapse-header:hover,
.editor-content .collapse-header:hover {
  cursor: pointer;
  text-decoration: underline;
}

.sm-editor .collapse-content *,
.editor-content .collapse-content * {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

@media (min-width: 992px) {
  .news-lg-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-news .news-article {
    flex: 1;
  }
}

.smu-side-bar-menu {
  background-size: 10px 10px;
}

.smu-side-bar-menu .side-bar-menu-item {
  background: #fff;
  padding: .7rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(32, 53, 73, 0.1);
  border-radius: 3px;
  border-left: 7px solid rgba(32, 53, 73, 0.2);
}

.smu-side-bar-menu .side-bar-menu-item a {
  color: #0b3f5a;
  text-decoration: none;
  font-size: 1rem;
  line-height: 25px;
  color: rgba(32, 53, 73, 0.4);
}

.smu-side-bar-menu .side-bar-menu-item:hover,
.smu-side-bar-menu .active {
  border-left: 7px solid var(--site_color);
}

.smu-side-bar-menu .side-bar-menu-item:hover a,
.smu-side-bar-menu .active a {
  color: #057999;
  font-weight: 800;
}

.smu-program-wrapper .smu-program-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 28px;
  color: rgba(32, 53, 73, 0.8);
}

.smu-program-wrapper .smu-form-search-wrapper {
  border-bottom: 1px solid rgba(32, 53, 73, 0.1);
  padding-bottom: 20px;
}

.smu-program-wrapper .smu-program-search-bar {
  height: 44px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 22px;
  text-transform: capitalize;
  border: 1.4px solid rgba(32, 53, 73, 0.1);
  box-sizing: border-box;
  color: rgba(32, 53, 73, 0.5);
  padding-left: 40px;
}

.smu-program-wrapper .smu-program-search-bar-btn {
  background: #057999;
  border-radius: 3px;
  height: 44px;
  color: #fff !important;
  border: none;
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
}

.smu-program-wrapper .smu-program-search-bar-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.smu-program-wrapper .smu-show-hide-filter {
  background: rgba(32, 53, 73, 0.05);
  border-radius: 3px;
  cursor: pointer;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.smu-program-wrapper .arrow-bottom {
  transform: rotate(180deg) translateY(-3px);
  display: inline-block;
}

.smu-program-wrapper .smu-filter-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
  text-transform: capitalize;
  color: #203549;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-left: 5px;
}

.smu-program-wrapper .smu-sort-by {
  height: 54px;
  border-radius: 4px;
  border: 1.4px solid rgba(32, 53, 73, 0.1);
  width: 100%;
  padding: 10px;
  padding-left: 25px;
}

.smu-program-wrapper .smu-clear-search {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
  color: #203549;
  cursor: pointer;
  border: none;
  background: none;
}

.smu-program-wrapper .smu-clear-search-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  padding: 0 15px;
  margin-top: 30px;
}

.smu-program-wrapper .smu-program-wrapper {
  justify-content: space-between;
}

.smu-program-wrapper .smu-program-wrapper .smu-card {
  position: relative;
  border-bottom: 2px solid rgba(68, 147, 207, 0.2);
  width: 18rem;
  height: 15rem;
  transition: all 200ms linear;
}

.smu-program-wrapper .smu-program-wrapper .smu-card .smu-site {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 2px;
  color: #4493CF;
  display: inline-block;
  padding: .3rem .7rem;
  position: absolute;
  bottom: 10px;
}

.smu-program-wrapper .smu-program-wrapper .smu-card .card-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 20px;
  color: #203549;
}

.smu-program-wrapper .smu-program-wrapper .smu-card .card-description * {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: rgba(32, 53, 73, 0.8);
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: .3rem;
}

.smu-program-wrapper .smu-program-wrapper .smu-card .smu-program-read-more {
  background: #057999;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  border: none;
  padding: .7rem .8rem;
  display: none;
  transition: all 200ms linear;
  display: none;
}

.smu-program-wrapper .smu-program-wrapper .smu-card:hover {
  border-left: 10px solid var(--site_color);
  border-bottom: 0;
  box-shadow: 0px 3.92547px 13.7391px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 200ms linear;
  position: relative;
  cursor: pointer;
}

.smu-program-wrapper .smu-program-wrapper .smu-card:hover .smu-program-read-more {
  display: flex;
  position: absolute;
  bottom: 10%;
  z-index: 6;
}

.smu-program-wrapper .smu-program-wrapper .smu-card:hover .overlay {
  background: linear-gradient(0deg, white 0%, white 27%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.smu-program-wrapper .smu-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.smu-program-wrapper .smu-pagination li {
  font-weight: 500;
  font-size: 1rem;
  text-transform: lowercase;
  color: #057999;
  margin: .7rem;
}

.smu-program-apply {
  background-size: cover;
  width: 18rem;
  height: 15rem;
}

.smu-program-apply .smu-program-apply-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 1.1rem;
  line-height: 42px;
}

.smu-program-apply .smu-program-apply-now {
  background: #f39313;
  border-radius: 5px;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  border: none;
  padding: 0.7rem 0.8rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms linear;
}

.smu-program-apply .smu-apply-now-btn-wrapper {
  padding: 0 1.25rem;
}

.smu-pagination-item:not(:last-child) {
  margin: 0 1rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
}

.smu-pagination-item:not(:last-child).active a {
  color: #057999;
}

.smu-pagination-item:not(:last-child) a {
  color: rgba(32, 53, 73, 0.5);
}

.smu-pagination-item-button.disabled {
  background: rgba(32, 53, 73, 0.5);
}

.smu-pagination-item-disabled {
  margin: 0 1rem;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
}

.smu-pagination-item-disabled a {
  color: rgba(32, 53, 73, 0.5);
}

.smu-pagination-item-button {
  background: #057999;
  border-radius: 1px;
  width: 26px;
  height: 24px;
  display: block;
  color: #057999 !important;
  position: relative;
}

.smu-pagination-item-button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.smu-pagination-item-button:hover {
  text-decoration: none;
}

.smu_bread_crumbs .breadcrumb {
  background: transparent;
}

.smu_bread_crumbs li {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #203549;
}

.smu_bread_crumbs li a {
  color: #979797;
}

.smu_bread_crumbs li:first-child:before {
  display: none;
}

.smu_bread_crumbs li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0;
  border: .1rem solid #979797;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  margin-right: .2rem;
}

.smu_bread_crumbs #bcLast:after {
  display: none;
}

.smu_bread_crumbs #bcLast {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .smu-program-search-bar,
  .smu-card,
  .smu-program-apply {
    width: 100% !important;
    margin: 0 !important;
  }
  .smu-program-apply .smu-program-apply-title {
    line-height: 30px;
  }
  .smu-program-search-bar-btn {
    margin-top: 15px;
    width: 30% !important;
  }
  .smu-program-wrapper .smu-show-hide-filter {
    margin-top: 15px;
    width: 20% !important;
  }
}

.actuality-card:first-child {
  width: 43.5625rem;
}

.actuality-card:first-child img {
  width: 100%;
}

.actuality-card:first-child .actuality_description * {
  -webkit-line-clamp: 6;
}

.actuality-card.smu-news-wrapper:hover .smu-read-more {
  bottom: 5%;
}

.actuality-card {
  background: rgba(33, 70, 106, 0.03);
  border-radius: 0.0625rem;
  display: flex;
  flex-direction: column;
  width: 21.25rem;
  height: 35.625rem;
  overflow: hidden;
}

.actuality-card img {
  width: 100%;
}

.actuality-card .actuality_title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #203549;
  transition: all 200ms linear;
}

.actuality-card .actuality_description * {
  font-size: 1rem;
  color: rgba(32, 53, 73, 0.6);
  line-height: 1.625rem;
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.actuality-card .blog_description {
  font-size: 1rem;
  color: rgba(32, 53, 73, 0.6);
  line-height: 1.625rem;
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.actuality-card .actuality_date {
  font-size: 1rem;
  color: rgba(32, 53, 73, 0.6);
}

.actuality-card .smu-read-more {
  background: #057999;
  border-radius: 0.125rem;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  border: none;
  padding: .7rem .8rem;
  display: none;
  transition: all 200ms linear;
  display: none;
}

.actuality-card:hover {
  background: #FFFFFF;
  box-shadow: 0rem 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  position: relative;
}

.actuality-card:hover .actuality_title {
  border-left: 0.375rem solid var(--site_color);
  padding-left: 0.625rem;
  transition: all 200ms linear;
}

.actuality-card:hover .overlay {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.actuality-card:hover .smu-read-more {
  display: flex;
  position: absolute;
  bottom: 10%;
  z-index: 6;
}

.actuality-side-bar .actuality-detail-title {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #203549;
}

.actuality-side-bar .actuality_date {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #057999;
}

.actuality-side-bar .top-information {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.625rem;
  align-items: baseline;
  border-top: 0.625rem solid #057999;
  border-bottom: 0.125rem solid #057999;
}

.actuality-side-bar .actuality-socials .label {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #203549;
}

.actuality-side-bar .smu-program-apply {
  width: 100%;
}

.actuality-side-bar .smu-program-apply .card-body {
  padding: 1rem;
}

.newsletter-block {
  background: #FFFFFF;
  box-shadow: 0rem 0.25rem 1.875rem rgba(143, 182, 219, 0.21);
  border-radius: 0.1875rem;
}

.newsletter-block .label {
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #057999;
}

.newsletter-block .description {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(32, 53, 73, 0.65);
}

.newsletter-block .email-field {
  background: #057999;
  border-radius: 0.1875rem;
}

.newsletter-block .email-field .form-control {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  font-size: 1rem;
  border: none;
  padding-left: 2rem;
}

.newsletter-block .email-field .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
}

.newsletter-block .email-field .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
}

.newsletter-block .email-field .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9375rem;
}

.newsletter-block .email-field .newsletter-send {
  padding: 0.5rem;
  border: none;
}

#smu-recent-news {
  border-top: 0.125rem solid rgba(32, 53, 73, 0.2);
}

#smu-recent-news .recent-title {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  color: #203549;
}

#smu-recent-news .owl-nav button {
  background: #057999;
  border-radius: 0.0625rem;
  border: none;
  color: #fff;
  padding: .1rem .6rem;
}

#smu-recent-news .owl-prev {
  margin-right: 0.625rem;
}

.actuality-main .actuality-img {
  width: 100%;
  max-height: 23rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.actuality-main .actuality-img.news_img {
  -o-object-fit: contain;
     object-fit: contain;
}

.actuality-main .img-wrapper {
  max-height: 37.5rem;
  overflow: hidden;
}

.actuality-main .news-card {
  width: 100%;
}

.download-document-wrapper {
  background: #FFFFFF;
  box-shadow: 0rem 0.2453rem 0.8587rem rgba(0, 0, 0, 0.1);
  border-radius: 0.1875rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  width: 11.875rem;
  height: 11.875rem;
  text-align: center;
}

.download-document-wrapper .document-title-2 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #057999;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.actuality-card.smu-news-wrapper,
.actuality-card.news-card,
.news-article {
  cursor: pointer;
}

.events_card {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(143, 182, 219, 0.1);
  border-radius: 1px;
  position: relative;
}

.events_card:hover:before {
  border-left: 8px solid var(--site_color);
}

.events_card:before {
  border-left: 8px solid rgba(32, 53, 73, 0.1);
  content: "";
  height: 100%;
  position: absolute;
  z-index: 6;
  left: 0;
}

.events_card .event_title {
  font-weight: 800;
  font-size: 1.5125rem;
  line-height: 26px;
  text-transform: uppercase;
  color: #203549;
  word-break: break-word;
}

.events_card .event_description * {
  font-size: 0.875rem;
  line-height: 20px;
  color: #203549;
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.events_card .event_start_date span {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 28px;
  color: #4493CF;
}

.events_card .smu-program-read-more {
  background: #057999;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  border: none;
  padding: .7rem .8rem;
  display: none;
  transition: all 200ms linear;
  display: none;
}

.events-side-bar .smu-program-apply {
  width: 100%;
}

.events-side-bar .smu-program-apply .card-body {
  padding: 1rem;
}

.event-search-bar-wrapper {
  border: 1.4px solid rgba(129, 141, 152, 0.24);
  box-sizing: border-box;
  border-radius: 4px;
}

.events_card:hover {
  position: relative;
  cursor: pointer;
}

.events_card:hover .overlay {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 80%);
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.events_card:hover .smu-read-more {
  display: flex;
  position: absolute;
  bottom: 10%;
  z-index: 6;
}

.events_card:hover .smu-program-read-more {
  display: flex;
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 6;
}

#caleandar {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(143, 182, 219, 0.21);
  border-radius: 3px;
  padding: .5rem;
}

#caleandar .event-calander-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.cld-main {
  width: 100%;
}

.cld-main a {
  color: #333;
  font-weight: bold;
}

.cld-datetime {
  position: relative;
  min-width: 100px;
  max-width: 300px;
  margin: auto;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(33, 70, 106, 0.2);
}

.cld-datetime .today {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 30px;
  color: #203549;
}

.cld-nav {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.cld-nav:hover {
  cursor: pointer;
}

.cld-rwd {
  float: left;
}

.cld-fwd {
  float: right;
}

.cld-label {
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 13px;
  text-align: center;
  color: #21466A;
  mix-blend-mode: normal;
  opacity: 0.5;
}

.cld-labels, .cld-days {
  padding-left: 0;
}

.cld-label, .cld-day {
  display: inline-block;
  width: 14.28%;
  text-align: center;
}

.cld-day.today .cld-number {
  display: inline-block;
  border: 3px solid #057999;
  color: #057999;
  font-weight: 600;
}

.cld-day.disableDay {
  opacity: 0.5;
}

.cld-day.nextMonth, .cld-day.prevMonth {
  opacity: 0.33;
}

.cld-number {
  position: relative;
  margin: 5px;
  padding: 3px 5px;
  line-height: 1.5rem;
}

.cld-title {
  position: absolute;
  z-index: 5;
  display: none;
  top: 40px;
  left: 0;
  padding: 5px 10px;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 0.75rem;
}

.cld-number:hover .cld-title {
  display: block;
}

.cld-title::before {
  content: '';
  position: absolute;
  top: -7.5px;
  left: 7.5px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 7.5px solid #ccc;
}

.cld-number.eventday {
  display: inline-block;
  border: 2px solid #999;
}

.cld-number.eventday:hover {
  cursor: pointer;
  background: #eee;
}

.today .cld-number.eventday:hover {
  background: #888;
}

.event_date,
.event_location {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 28px;
  color: #203549;
}

.event-side-bar .event-detail-title {
  font-weight: 800;
  font-size: 1.5625rem;
  line-height: 38px;
  color: #203549;
}

.event-side-bar .top-information {
  border-top: 10px solid #057999;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(32, 53, 73, 0.1);
}

.event-side-bar .events-partners {
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(32, 53, 73, 0.1);
}

.event-side-bar .discover-program-block {
  background: #ffffff;
  border: 1px solid #F6F6F6;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgba(143, 182, 219, 0.21);
  border-radius: 3px;
}

.event-side-bar .discover-program-block .label {
  font-weight: normal;
  font-size: 1.875rem;
  line-height: 37px;
  color: #203549;
}

.event-side-bar .discover-program-block .btn-more {
  padding-right: 4rem;
}

.event-side-bar .get-in-touch-block {
  background: #ffffff;
  border: 1px solid #F6F6F6;
  box-sizing: border-box;
  box-shadow: 0px 4px 30px rgba(143, 182, 219, 0.21);
  border-radius: 3px;
}

.event-side-bar .get-in-touch-block .label {
  font-weight: normal;
  font-size: 1.5625rem;
  line-height: 37px;
  color: #203549;
}

.event-side-bar .get-in-touch-block .description {
  font-size: 1.125rem;
  line-height: 26px;
  color: #203549;
}

.event-side-bar .event-socials {
  border-top: 2px solid #057999;
}

.upcoming-events-block .events_card {
  height: 30rem;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(143, 182, 219, 0.21);
  border-radius: 1px;
}

.upcoming-events-block .events_card .event_title {
  font-size: 1.25rem;
  margin-top: 1rem;
  line-height: 30px;
}

.upcoming-events-block .events_card:hover:before {
  left: 0rem;
}

.upcoming-events-block .events_card:hover .smu-program-read-more {
  bottom: 5%;
  left: 15%;
}

.send-form-event .personal-informations {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 16px;
  color: #203549;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.send-form-event input {
  border: 1px solid rgba(32, 53, 73, 0.3);
  border-radius: 3px;
  width: 100%;
}

.send-form-event label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 19px;
  color: #203549;
  mix-blend-mode: normal;
  margin-left: .7rem;
  width: 100%;
}

.faq-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-clip: border-box;
  border: none;
  background: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.faq-card .answer {
  font-size: 1rem;
  line-height: 24px;
  color: #203549;
}

.faq-card .faq-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
}

.faq-card .faq-header .faq-title {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 24px;
  color: #203549;
  text-align: left;
  margin: 0;
}

.faq-card .faq-header .faq-title:before {
  top: unset;
}

.faq-card .faq-header .faq-title p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 24px;
  color: #203549;
  text-align: left;
  margin: 0;
}

.faq-title {
  font-weight: 800;
  font-size: 1.375rem;
  color: #203549;
}

.faq-tag {
  margin-right: 10px;
  margin-top: 10px;
  padding: .3rem .7rem;
  border: 2px solid rgba(32, 53, 73, 0.1);
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  line-height: 20px;
  color: #203549;
}

.faq-tag:hover, .faq-tag.active {
  cursor: pointer;
  border: 2px solid #057999;
  font-weight: bold;
  color: #057999;
}

.program_tabcontent.faq-card {
  display: none;
}

.program_tabcontent.faq-card.show {
  display: block;
}

.breadcrumb {
  padding-left: 0;
}

#tags_filter .filter-checked {
  border: 2px solid #057999;
  font-weight: bold;
  color: #057999;
}

.faq-pagination {
  font-weight: 500;
  font-size: 1rem;
  color: #057999;
  margin: 0 .5rem;
  cursor: pointer;
}

.faq-pagination.disabled {
  color: rgba(32, 53, 73, 0.5);
}

#faqs_pagination {
  position: absolute;
  right: 1rem;
  bottom: -4rem;
}

.testimonials_container .testimony-card {
  display: none;
}

.testimonials_container .testimony-card.show {
  display: block;
}

.testimony-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.testimony-card .testimony_first-section {
  border-bottom: 1px solid rgba(32, 53, 73, 0.2);
  padding-bottom: 1rem;
}

.testimony-card .testimony_first-section .testimony-image {
  border: 3px solid var(--site_color);
  border-radius: 50px;
  width: 74px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimony-card .testimony_first-section .testimony_full-name {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #203549;
}

.testimony-card .testimony_first-section .testimony_job {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 22px;
  color: #203549;
}

.testimony_side_section {
  background-image: radial-gradient(#C4C4C4 20%, transparent 20%);
  background-size: 5px 5px;
  width: 100%;
  position: relative;
}

.testimony_side_section .what_they_say {
  max-width: 18rem;
  width: 100%;
  position: fixed;
  z-index: -1;
  margin-left: 1rem;
  margin-top: 2rem;
}

.testimony_side_section .what_they_say .right-side-title {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 44px;
  text-transform: uppercase;
  color: #203549;
  margin-bottom: .3rem;
}

.testimony_side_section .what_they_say .right-side-secondary {
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 26px;
  text-transform: uppercase;
  color: #203549;
}

.testimony_side_section .sticky_testimonial {
  position: fixed;
}

.testimony-tag {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 22px;
  font-weight: 600;
  padding: .4rem .9rem;
  color: rgba(32, 53, 73, 0.7);
  border-radius: 3px;
  cursor: pointer;
}

.partner-image-wrapper .partner-image {
  width: 150px;
  height: 130px;
  filter: grayscale(1);
  transition: all 200ms linear;
}

.partner-image-wrapper .partner-image:hover {
  filter: grayscale(0);
  transition: all 200ms linear;
}

.smu-program-detail-title {
  font-family: Montserrat;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 44px;
  color: #203549;
  border-bottom: 2px solid rgba(32, 53, 73, 0.1);
  padding-bottom: 5px;
}

.smu-program-information-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 44px;
  color: #203549;
}

.program-info-wrapper {
  border: 1px solid #057999;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 1rem;
  margin-bottom: 5px;
  height: 100%;
}

.program-info-wrapper p {
  text-align: left;
}

.return_button {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 44px;
  color: #203549;
}

.smu-program-title-wrapper {
  border-bottom: 2px solid rgba(32, 53, 73, 0.2);
  padding-bottom: 10px;
  transition: all 200ms linear;
}

.smu-information {
  font-family: Montserrat;
  font-size: 0.875rem;
  line-height: 40px;
  color: #203549;
}

.program-content-item-wrapper {
  list-style: none;
  padding-bottom: 10px;
}

.program-content-item-wrapper .program_documents-title {
  padding: 1rem;
  color: rgba(32, 53, 73, 0.5);
  background: rgba(32, 53, 73, 0.1);
  border-radius: 3px;
  font-weight: 600;
}

.program_tablink {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2rem;
  color: rgba(32, 53, 73, 0.7);
  cursor: pointer;
  padding: 1rem 0;
  margin-left: 5px;
}

.smu-news_description p {
  display: none;
}

.detail-content-item {
  position: relative;
}

.detail-content-item:before {
  left: -8px;
  content: "";
  position: absolute;
  height: 100%;
  border-left: 2px solid #E0E0E0;
  transition: all 200ms linear;
}

.detail-content-item.program_documents-wrapper:before {
  display: none;
}

.smu-program-register-wrapper .smu-program-apply {
  width: 100%;
  height: unset;
  padding: 1rem;
  border-radius: 20px;
}

.smu-program-register-wrapper .smu-program-apply .smu-program-apply-title {
  font-size: 1rem;
  line-height: 23px;
}

.smu-program-register-wrapper .smu-program-apply .smu-program-apply-now {
  width: unset;
}

.item-clicked:before,
.detail-content-item:hover:before {
  border-left: 4px solid var(--site_color);
}

.item-clicked a,
.detail-content-item:hover a {
  color: #203549;
}

.item-clicked .program_documents-title,
.detail-content-item:hover .program_documents-title {
  color: #ffffff;
  background: #057999;
}

.item-clicked .program_documents-title img,
.detail-content-item:hover .program_documents-title img {
  filter: brightness(100);
}

.program_tabcontent .documents-title {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 44px;
  color: #203549;
}

.program_tabcontent .document-detail-wrapper .document-title {
  font-style: normal;
  font-weight: 600;
  font-size: .8rem;
  line-height: 25px;
  color: #057999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: block;
  text-align: center;
}

.program_tabcontent .document-detail-wrapper .document-form-wrapper:hover {
  cursor: pointer;
}

.program_tabcontent .document-detail-wrapper .download-document-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 3.92547px 13.7391px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 1rem;
  display: block;
  /*flex-direction: column;
           width: 190px;
            height: 190px;
            text-align: center;*/
  width: auto;
  height: auto;
}

.program_tabcontent .document-detail-wrapper .download-document-wrapper > img {
  display: inline-block;
  width: 40px;
}

.program_tabcontent .document-detail-wrapper .download-document-wrapper .document-title {
  display: inline-block;
}

.program_tabcontent .document-detail-wrapper .download-document-wrapper .document-title-2 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  color: #057999;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.similar-program-title {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 44px;
  color: #203549;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(32, 53, 73, 0.1);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9;
  padding: .7rem 0 !important;
}

.similar-programs .owl-carousel-similar-programs .smu-card {
  position: relative;
  border-bottom: 2px solid rgba(68, 147, 207, 0.2);
  height: 15rem;
  transition: all 200ms linear;
}

.similar-programs .owl-carousel-similar-programs .smu-card .smu-site {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 2px;
  color: #4493CF;
  display: inline-block;
  padding: .3rem .7rem;
  position: absolute;
  bottom: 10px;
}

.similar-programs .owl-carousel-similar-programs .smu-card .card-title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 20px;
  color: #203549;
}

.similar-programs .owl-carousel-similar-programs .smu-card .card-description * {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: rgba(32, 53, 73, 0.8);
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: .3rem;
}

.similar-programs .owl-carousel-similar-programs .smu-card .smu-program-read-more {
  background: #057999;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  border: none;
  padding: .7rem .8rem;
  display: none;
  transition: all 200ms linear;
  display: none;
}

.similar-programs .owl-carousel-similar-programs .smu-card:hover {
  border-left: 10px solid var(--site_color);
  border-bottom: 0;
  box-shadow: 0px 3.92547px 13.7391px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 200ms linear;
  position: relative;
  cursor: pointer;
}

.similar-programs .owl-carousel-similar-programs .smu-card:hover .smu-program-read-more {
  display: flex;
  position: absolute;
  bottom: 10%;
  z-index: 6;
}

.similar-programs .owl-carousel-similar-programs .smu-card:hover .overlay {
  background: linear-gradient(0deg, white 0%, white 27%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.similar-programs .owl-carousel-similar-programs .owl-nav {
  display: flex;
  justify-content: flex-end;
}

.similar-programs .owl-carousel-similar-programs .owl-nav button {
  background: #057999;
  border-radius: 1px;
  border: none;
  color: #fff;
  padding: .1rem .6rem !important;
}

.similar-programs .owl-carousel-similar-programs .owl-nav .owl-prev {
  margin-right: 10px;
}

.faculty-slider .owl-item .image-wrapper {
  position: relative;
}

.faculty-slider .owl-item .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--site_color);
}

.faculty-slider .owl-item .faculty_img {
  border-radius: 50rem;
  width: 8rem;
  height: 8rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.faculty-slider .owl-item.active .faculty_img {
  border-radius: 50rem;
  border: 3px solid var(--site_color);
}

.faculty-slider .owl-item .content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border-radius: 2px;
  padding: 3rem;
}

.faculty-slider .owl-item .content-wrapper .name {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #203549;
}

.faculty-slider .owl-item .content-wrapper .job {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(32, 53, 73, 0.2);
}

.faculty-slider .owl-item .content-wrapper .content {
  max-height: 200px;
  overflow-y: auto;
}

.faculty-slider .owl-item .content-wrapper .content::-webkit-scrollbar {
  width: 10px;
}

.faculty-slider .owl-item .content-wrapper .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.faculty-slider .owl-item .content-wrapper .content::-webkit-scrollbar-thumb {
  background: #888;
}

.faculty-slider .owl-item .content-wrapper .content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.faculty-slider .owl-item .content-wrapper .content:after {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  height: 4.3125rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #f6f6f6);
}

.apply_now_seminars .smu-program-apply {
  width: 100%;
}

.seminars-wrapper .seminar-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(143, 182, 219, 0.21);
  border-radius: 1px;
  max-width: 22rem;
  height: 33rem;
  position: relative;
}

.seminars-wrapper .seminar-card .seminar-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.seminars-wrapper .seminar-card .seminar-title {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 22px;
  text-transform: uppercase;
  color: #203549;
  margin-top: 1rem;
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.seminars-wrapper .seminar-card .seminar-description p {
  margin-top: 1rem;
  word-wrap: break-word;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 20px;
  color: #203549;
}

.seminars-wrapper .seminar-card .seminar-label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 28px;
  color: rgba(32, 53, 73, 0.5);
}

.seminars-wrapper .seminar-card .seminar-infos {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 22px;
  color: #203549;
}

.seminars-wrapper .seminar-card:hover {
  position: relative;
  cursor: pointer;
}

.seminars-wrapper .seminar-card:hover .overlay {
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 50%);
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.seminars-wrapper .seminar-card:hover .smu-btn-wrapper {
  display: unset;
  position: absolute;
  z-index: 6;
  bottom: 5%;
}

.seminars-wrapper .seminar-card:hover:before {
  content: "";
  border-left: 8px solid var(--site_color);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.seminars-wrapper .seminar-card .smu-btn-wrapper {
  display: none;
}

.seminars-wrapper .seminar-card .trainer-image {
  border-radius: 50px;
  width: 25px !important;
}

.seminars-wrapper .seminar-card .smu-site {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 2px;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  position: absolute;
  bottom: 3px;
}

.filter-seminars .seminar-search-button {
  background: #057999;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 22px;
  height: 44px;
  padding: 0 1.5rem;
}

.filter-seminars #seminars-search-bar {
  height: 44px;
  background: #FFFFFF;
  border: 1.4px solid rgba(32, 53, 73, 0.1);
  box-sizing: border-box;
  border-radius: 4px;
}

.seminar-information-wrapper .trainer-image {
  border-radius: 50px;
  width: 25px !important;
}

.seminar-information-wrapper .seminar-label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 28px;
  color: rgba(32, 53, 73, 0.5);
}

.seminar-information-wrapper .seminar-infos {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 22px;
  color: #203549;
}

.seminar-content-information-wrapper .section-title {
  font-style: normal;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 44px;
  text-transform: capitalize;
  color: #057999;
  border: none;
  padding: 0;
  margin: 0;
}

.formator-wrapper .formator-image {
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.formator-wrapper .formator-informations .formator_full-name {
  font-size: 1.125rem;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  color: #203549;
}

.formator-wrapper .formator-informations .formator_job {
  font-style: normal;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 22px;
  color: #203549;
}

.program-wrapper:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: .5rem;
}

.program-label {
  ont-weight: 500;
  font-size: 0.875rem;
  line-height: 28px;
  color: rgba(32, 53, 73, 0.5);
}

.public-target-section .badge-info {
  background: #057999;
  padding: .4rem .7rem;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.875rem;
  margin: .3rem;
  display: inline-block;
}

.created-date {
  font-size: 1rem;
  line-height: 28px;
  color: #203549;
  opacity: 0.5;
}

.blog-wrapper .seminar-card {
  height: 27.5rem;
}

.blogs_page_wrapper .event-side-bar .top-information {
  border-bottom: 2px solid #057999;
  padding-bottom: 1rem;
}

.blogs_page_wrapper .event-side-bar .event-socials {
  border: 0;
}

.blogs_page_wrapper .smu-program-apply {
  width: 100%;
}

.pagebuilder-cards .faculty-card:before {
  background-color: var(--card_color) !important;
}

.pagebuilder-cards .faculty-card:hover:before {
  opacity: .75;
}

.pagebuilder-cards .faculty-card .card-content {
  display: block !important;
}

.faculty-card {
  position: relative;
  overflow: hidden;
}

.faculty-card .faculty-avatar {
  filter: grayscale(1);
  display: block;
  position: relative;
  margin: 0;
  border: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .8s;
}

.faculty-card:before {
  background-color: rgba(5, 121, 153, 0.8) !important;
  top: 15px !important;
  bottom: 15px !important;
  left: 15px !important;
  right: 15px !important;
  content: "";
  position: absolute;
  opacity: 0;
  transform: scale(0.6);
  transition: transform .4s,opacity .2s;
  z-index: 1;
}

.faculty-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.faculty-card:hover:before {
  opacity: 1;
  transform: scale(1);
}

.faculty-card:hover:after {
  background-color: rgba(53, 58, 107, 0.4) !important;
  opacity: 0;
  transition: 0.5s;
}

.faculty-card:hover .faculty-avatar {
  transform: scale(1.1);
}

.faculty-card:hover .teacher-info-wrapper {
  transform: translateY(0) translateY(0);
  visibility: visible;
}

.faculty-card .teacher-info-wrapper {
  visibility: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  top: 50%;
  transform: translateY(-50%) !important;
  bottom: 10px;
  left: 10px;
  right: 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 5px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(100%) translateY(-90px);
  transition: transform .4s;
  text-align: center;
  z-index: 2;
}

.faculty-card .linkedin-icon {
  filter: brightness(10);
}

.faculty-card .teacher-name {
  font-weight: 500;
  font-size: 1rem;
  line-height: 25px;
  color: #ffffff;
  word-break: break-word;
}

.faculty-card .teacher-job {
  font-size: 0.75rem;
  line-height: 15px;
  padding: 0 .5rem;
}

.faculty-card .btn-more {
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 2px;
  background: transparent;
  color: #ffffff;
}

.faculty-card .btn-more:hover {
  background: #ffffff;
  color: black;
}

.faculty-card .btn-more:hover:after {
  filter: brightness(0);
}

.faculty-card .card-content {
  width: 150px;
  display: none;
}

.faculty-card .card-content .card-description {
  max-height: 6rem;
  overflow-y: scroll;
  padding: .3rem;
  text-align: left;
  word-break: break-word;
}

.faculty-card .card-content .card-description::-webkit-scrollbar {
  width: 3px;
}

.faculty-card .card-content .card-description::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.5);
}

.faculty-card .card-content .card-description * {
  text-align: left;
  font-size: 0.75rem;
  line-height: 14px;
}

.faculty-card .card-content .card-description ul {
  padding-left: 15px;
}

.faculty-wrapper {
  position: relative;
}

.dotted_background {
  position: absolute;
  left: -100%;
  transform: translateX(-17%);
  width: 42.5rem;
  z-index: -1;
  top: 0.8rem;
}

.smu-side-bar-menu .smu_dotted_bg {
  position: absolute;
  left: -100%;
  transform: translateX(-17%);
  width: 42.5rem;
  z-index: -1;
  top: .8rem;
}

@media (max-width: 992px) {
  .dotted_background {
    display: none;
  }
  .seminars-wrapper {
    justify-content: center;
  }
}

.faculty_details-wrapper .faculty-avatar {
  border-radius: 50%;
  margin: 1.5rem 0rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid var(--site_color);
}

.faculty_details-wrapper .faculty-name {
  font-size: 1.75rem;
  padding-bottom: 8px;
  color: var(--site_color);
}

.faculty_details-wrapper .information {
  font-size: 1rem;
}

.faculty_details-wrapper .informations-wrapper .information-title {
  font-weight: 800;
  font-size: 1rem;
  line-height: 44px;
  color: #203549;
}

.faculty_details-wrapper .informations-wrapper .labos-card .faq-header .faq-title {
  font-weight: 800;
  font-size: 1rem;
}

.owl-carousel-clubs .owl-nav {
  display: flex;
  justify-content: flex-end;
}

.owl-carousel-clubs .owl-nav button.owl-prev,
.owl-carousel-clubs .owl-nav button.owl-next {
  background: #057999;
  border-radius: 1px;
  border: none;
  color: #fff;
  padding: 0.1rem 0.6rem !important;
}

.owl-carousel-clubs .owl-nav .owl-prev {
  margin-right: 10px;
}

.club-gallery-logo img {
  max-width: 5rem;
  margin: 0 auto;
}

.activities-title {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 44px;
  text-transform: uppercase;
  color: #203549;
}

.club-side-menu .dotted_background {
  position: absolute;
  left: -100%;
  transform: translateX(-17%);
  width: 42.5rem;
  z-index: -1;
  top: 0.8rem;
}

.activity-title {
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 44px;
  text-transform: capitalize;
  color: #057999;
}

.activity-description {
  margin-top: 8px;
}

#clubs-wrapper .card-body {
  padding: 0;
}

.labos-card {
  border-top: 2px solid rgba(32, 53, 73, 0.2);
}

.labos-card .faq-header .faq-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 30px;
  color: #203549;
}

.send-form {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 4rem;
}

.send-form .section-title {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 29px;
  color: #057999;
  padding: 0;
  margin: 0;
  border: 0;
}

.send-form .personal-informations {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 16px;
  color: #203549;
}

.send-form label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 19px;
  color: #203549;
  padding-left: 1rem;
  width: 100%;
}

.send-form .iti--allow-dropdown {
  width: 100%;
}

.form-right-side-title {
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 44px;
  color: #203549;
  margin: 0;
}

.form-right-side-second {
  font-size: 1.5625rem;
  color: #203549;
}

.tel-wrapper {
  padding: 4rem;
}

.tel-wrapper .section-title {
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 29px;
  color: #057999;
  margin: 0;
  padding: 0;
  border: 0;
}

.tel-wrapper .phone-number span {
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 33px;
  letter-spacing: 2px;
  color: #203549;
}

.tel-wrapper .phone-icon {
  background: #057999;
  padding: .5rem;
  border-radius: 2px;
}

.container-input,
.container-input-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.container-input input,
.container-input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-input {
  position: absolute !important;
  top: 4px !important;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 3px;
  border: .1rem solid #035268;
  cursor: pointer;
}

.checkmark-input-radio {
  position: absolute !important;
  top: 4px !important;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50rem;
  border: .1rem solid #035268;
}

/* On mouse-over, add a grey background color */
.container-input:hover input ~ .checkmark-input {
  background-color: #035268;
}

.container-input-radio:hover input ~ .checkmark-input-radio {
  background-color: #035268;
}

/* When the checkbox is checked, add a blue background */
.container-input input:checked ~ .checkmark-input {
  background-color: #035268;
}

/* When the checkbox is checked, add a blue background */
.container-input-radio input:checked ~ .checkmark-input-radio {
  background-color: #035268;
}

/* Create the checkmark-input/indicator (hidden when not checked) */
.checkmark-input:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark-input-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark-input when checked */
.container-input input:checked ~ .checkmark-input:after {
  display: block;
}

.container-input-radio input:checked ~ .checkmark-input-radio:after {
  display: block;
}

/* Style the checkmark-input/indicator */
.container-input .checkmark-input:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.container-input-radio .checkmark-input-radio:after {
  left: 3px;
  top: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.required-field .form-label:after {
  content: "*";
  display: inline-block;
  color: red;
}

.iti--allow-dropdown {
  width: 100%;
}

.subsection-title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 25px;
  color: #203549;
  font-weight: bold;
}

.badge-info {
  background: rgba(5, 121, 153, 0.2);
  border-radius: 3px;
  padding: .3rem .7rem;
  font-size: 1rem;
  line-height: 25px;
  color: #057999;
  margin: .3rem;
  display: inline-block;
}

.teacher-avatar {
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.teachers-content {
  display: flex;
  flex-wrap: wrap;
}

.teacher-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-right: 2rem;
}

.smu-site {
  font-size: 1rem;
}

.teacher-name {
  font-size: 1rem;
  line-height: 22px;
  text-align: center;
  color: #203549;
  max-width: 9rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .target-menu .block.smu-buttons .box {
    margin-right: .9375rem;
  }
  .answer {
    overflow-wrap: break-word;
  }
  .answer img {
    width: 100% !important;
  }
  .teacher-wrapper {
    flex-direction: unset;
    text-align: unset;
    margin: .4rem 0;
    width: 100%;
  }
  .teacher-wrapper .teacher-name {
    text-align: unset;
    margin-top: 0 !important;
    margin-left: .5rem;
    margin-bottom: 0;
    max-width: 100%;
  }
}

.connect-us {
  background-color: white;
  border-radius: 7px;
}

.footer-form-title {
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-form-content {
  display: none;
}

.show-footer .footer-form-content {
  display: block;
}

.footer-plus .fa-plus-square-o:before {
  font-size: 30px;
}

.show-footer .footer-plus .fa-plus-square-o:before {
  content: "\F147";
}

.search-container {
  position: fixed;
  padding: 50px;
  left: 0;
  top: 0;
  background: #1d7999;
  width: 100%;
  min-height: 18vh;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition: 0.5s all;
  transform: translate(0px, -100%);
  z-index: 10;
  flex-direction: column;
}

.search-container.open {
  visibility: visible;
  transform: translate(0px, 0%);
}

.search {
  border: 1.4px solid rgba(129, 141, 152, 0.24);
  box-sizing: border-box;
  border-radius: 0px;
  padding: 7px;
  width: 100%;
  max-width: 700px;
}

.dropdown-search {
  display: none;
}

.dropdown-search.show-dropdown {
  background: white;
  position: absolute;
  z-index: 99;
  color: black;
  left: 0;
  overflow: auto;
  height: 400px;
  padding: 15px;
  width: 100%;
  margin-top: 0px;
  border-radius: 0 0px 10px 10px;
  max-width: 700px;
  min-height: 400px;
  display: block;
  right: 0;
  margin: 0 auto;
  top: 40px;
  box-shadow: 0px 0px 5px #242323;
}

.dropdown-search.show-dropdown:empty {
  display: none !important;
}

.dropdown-search.show-dropdown-notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  position: absolute;
  z-index: 99;
  color: black;
  left: 0;
  overflow: auto;
  height: 400px;
  padding: 15px;
  width: 100%;
  margin-top: 0px;
  border-radius: 0 0px 10px 10px;
  max-width: 700px;
  min-height: 400px;
  visibility: visible;
  right: 0;
  margin: 0 auto;
  top: 40px;
  box-shadow: 0px 0px 5px #242323;
}

.dropdown-search.show-dropdown-notfound:empty {
  display: none !important;
}

.dropdown-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-search ul li {
  cursor: pointer;
  padding-bottom: 10px;
}

.dropdown-search ul li:hover {
  background-color: #f2f2f2;
  /* Change the background color on hover */
}

.dropdown-search ul ul {
  display: none;
  margin-left: 10px;
  /* Indent the nested list */
}

.dropdown-search ul li:hover > ul {
  display: block;
  /* Show the nested list on hover */
}

.dropdown-search h5 {
  padding-bottom: 6px;
  border-bottom: 2px solid #1d7999;
  color: #2a85a2;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  padding-top: 6px;
}

.search-area {
  position: relative;
  max-width: 700px;
  width: 100%;
}

.dropdown-search ul li ul li {
  cursor: pointer;
}

.dropdown-search ul li ul li:hover {
  background-color: #f2f2f2;
  /* Change the background color on hover */
}

a.search-nav-bar {
  display: flex;
  align-items: center;
}

.close-search-bar {
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
}

.mask-search-container.open {
  width: 100vw;
  height: 100vh;
  background: #080808b8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}

#layout-content .right-side-menu-wrapper.close {
  z-index: 8 !important;
}

.search-item a {
  color: black;
}

/*# sourceMappingURL=app.css.map*/