@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.4;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

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

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }

  .media {
    width: auto;
  }

  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
          animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

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

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

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

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: 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%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

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

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

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

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e2001a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #85807a !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e2001a !important;
  border-color: #e2001a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8b0010 !important;
  border-color: #8b0010 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8b0010 !important;
  border-color: #8b0010 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e2001a !important;
  border-color: #e2001a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8b0010 !important;
  border-color: #8b0010 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8b0010 !important;
  border-color: #8b0010 !important;
}
.btn-info,
.btn-info:active {
  background-color: #85807a !important;
  border-color: #85807a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #585451 !important;
  border-color: #585451 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #585451 !important;
  border-color: #585451 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2001a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8b0010 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2001a !important;
  border-color: #e2001a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2001a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8b0010 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e2001a !important;
  border-color: #e2001a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #85807a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #585451 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #85807a !important;
  border-color: #85807a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e2001a !important;
}
.text-secondary {
  color: #e2001a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #85807a !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7c000e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7c000e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #504d49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e2001a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #85807a;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e2001a;
  border-color: #e2001a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e2001a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffafb8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c2c0bc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e2001a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #e2001a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e2001a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e2001a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e2001a;
  border-bottom-color: #e2001a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e2001a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e2001a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e2001a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uTyhs3aeWY .navbar {
  background: #222221;
  transition: none;
  min-height: 77px;
  padding: 0.2rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTyhs3aeWY .navbar-dropdown.bg-color.transparent.opened {
  background: #222221;
}
.cid-uTyhs3aeWY a {
  font-style: normal;
}
.cid-uTyhs3aeWY .navbar-buttons {
  flex-wrap: nowrap;
}
.cid-uTyhs3aeWY .show {
  overflow: visible;
}
.cid-uTyhs3aeWY .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.cid-uTyhs3aeWY .dropdown-item:active {
  background-color: transparent;
}
.cid-uTyhs3aeWY .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uTyhs3aeWY .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-uTyhs3aeWY .nav-item:focus,
.cid-uTyhs3aeWY .nav-link:focus {
  outline: none;
}
.cid-uTyhs3aeWY .btn {
  padding: 0.7rem 0.7rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uTyhs3aeWY .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uTyhs3aeWY .menu-logo {
  margin-right: auto;
  width: 350px;
}
.cid-uTyhs3aeWY .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTyhs3aeWY .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-uTyhs3aeWY .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uTyhs3aeWY .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uTyhs3aeWY .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-uTyhs3aeWY .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uTyhs3aeWY .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uTyhs3aeWY .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-uTyhs3aeWY .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uTyhs3aeWY .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTyhs3aeWY .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uTyhs3aeWY .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-uTyhs3aeWY .dropdown .dropdown-menu {
  background: #222221;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uTyhs3aeWY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uTyhs3aeWY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTyhs3aeWY .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uTyhs3aeWY .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTyhs3aeWY .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uTyhs3aeWY .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-uTyhs3aeWY .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uTyhs3aeWY .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uTyhs3aeWY .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uTyhs3aeWY .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uTyhs3aeWY button.navbar-toggler {
  width: 15px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-uTyhs3aeWY button.navbar-toggler:focus {
  outline: none;
}
.cid-uTyhs3aeWY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTyhs3aeWY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTyhs3aeWY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTyhs3aeWY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTyhs3aeWY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTyhs3aeWY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTyhs3aeWY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTyhs3aeWY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTyhs3aeWY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .cid-uTyhs3aeWY .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cid-uTyhs3aeWY .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  .cid-uTyhs3aeWY #mobile-nav-donate {
    display: none;
  }
}
.cid-uTyhs3aeWY .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTyhs3aeWY .collapsed .btn {
  display: -webkit-flex;
}
.cid-uTyhs3aeWY .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uTyhs3aeWY .collapsed .navbar-collapse.collapsing,
.cid-uTyhs3aeWY .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-uTyhs3aeWY .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uTyhs3aeWY .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uTyhs3aeWY .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uTyhs3aeWY .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uTyhs3aeWY .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uTyhs3aeWY .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uTyhs3aeWY .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uTyhs3aeWY .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uTyhs3aeWY .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-uTyhs3aeWY .collapsed button.navbar-toggler {
  display: block;
}
.cid-uTyhs3aeWY .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uTyhs3aeWY .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uTyhs3aeWY .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-uTyhs3aeWY .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uTyhs3aeWY .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uTyhs3aeWY .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 1024px) {
  .cid-uTyhs3aeWY.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uTyhs3aeWY img {
    height: 3.8rem !important;
  }
  .cid-uTyhs3aeWY .btn {
    display: -webkit-flex;
  }
  .cid-uTyhs3aeWY button.navbar-toggler {
    display: block;
  }
  .cid-uTyhs3aeWY .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uTyhs3aeWY .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100% !important;
  }
  .cid-uTyhs3aeWY .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uTyhs3aeWY .navbar-collapse.collapsing,
  .cid-uTyhs3aeWY .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-uTyhs3aeWY .navbar-collapse.collapsing .navbar-nav,
  .cid-uTyhs3aeWY .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uTyhs3aeWY .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uTyhs3aeWY .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uTyhs3aeWY .navbar-collapse.collapsing .navbar-buttons,
  .cid-uTyhs3aeWY .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uTyhs3aeWY .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uTyhs3aeWY .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uTyhs3aeWY .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-uTyhs3aeWY .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uTyhs3aeWY .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uTyhs3aeWY .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-uTyhs3aeWY button.navbar-toggler,
  .cid-uTyhs3aeWY #mobile-nav-donate {
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-uTyhs3aeWY .nav-link {
    justify-content: start !important;
  }
  .cid-uTyhs3aeWY .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-uTyhs3aeWY .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #070707 !important;
  }
}
.cid-uTyhs3aeWY .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uTyhs3aeWY .nav-link:hover,
.cid-uTyhs3aeWY .dropdown-item:hover {
  color: #ef1111 !important;
}
@media (min-width: 1305px) {
  .cid-uTyhs3aeWY .navbar-toggleable-sm .navbar-collapse {
    max-width: 100% !important;
    padding-right: 1rem;
  }
  .cid-uTyhs3aeWY .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-uTyhs3aeWY nav .mbr-section-btn a:first-child:hover {
  background: #00b9b1 !important;
}
.cid-uTyhs3aeWY #navbarSupportedContent ul {
  width: calc(80%) !important;
}
.cid-uTyhs3aeWY #navbarSupportedContent li {
  flex-grow: 1;
}
@media (max-width: 1455px) {
  .cid-uTyhs3aeWY #navbarSupportedContent ul {
    width: calc(60%) !important;
  }
  .cid-uTyhs3aeWY .menu-logo {
    width: 300px;
  }
}
@media (max-width: 1135px) {
  .cid-uTyhs3aeWY #navbarSupportedContent ul {
    width: calc(60%) !important;
  }
  .cid-uTyhs3aeWY .menu-logo {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uTyhs3aeWY #navbarSupportedContent ul {
    width: 100% !important;
  }
}
.cid-uTyhs3VIED {
  padding-top: 225px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/info-page-banner-1.jpg");
}
.cid-uTyhs3VIED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyhs3VIED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyhs3VIED .custom-credit {
  position: absolute;
  width: 100%;
  bottom: 0.1em;
}
.cid-uTyhs3VIED .custom-credit span {
  font-size: 0.5rem;
  font-weight: 300;
}
@media (max-width: 575px) {
  .cid-uTyhs3VIED .custom-headerloc {
    position: relative;
    top: 2.5rem;
  }
}
.cid-uTyhs4CMaQ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uTyhs4CMaQ .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uTyhs4CMaQ .mbr-text {
  color: #ffffff;
}
.cid-uTyhs5ctYm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTyhs5ctYm .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uTyhs5ctYm .mbr-text {
  color: #272727;
}
.cid-uTyhs5M2vD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uTyhs5M2vD .title__block {
  margin-bottom: 40px;
}
.cid-uTyhs5M2vD .mbr-section-title {
  margin-bottom: 6px;
  text-align: left;
}
.cid-uTyhs5M2vD .card__wrap {
  margin-bottom: 30px;
  display: flex;
}
.cid-uTyhs5M2vD .card__image {
  display: block;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
.cid-uTyhs5M2vD .card__image img {
  width: 70%;
  object-fit: cover;
}
.cid-uTyhs5M2vD .card__content {
  display: block;
  width: 100%;
}
.cid-uTyhs5M2vD .card__title {
  margin-bottom: 15px;
  font-weight: 600;
}
.cid-uTyhs5M2vD .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uTyhs5M2vD .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uTyhs5M2vD .card__wrap {
    margin-bottom: 40px;
  }
  .cid-uTyhs5M2vD .card__title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .cid-uTyhs5M2vD .card__image {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .cid-uTyhs5M2vD .card__image {
    max-width: 70px;
  }
  .cid-uTyhs5M2vD .card__image img {
    width: 85%;
  }
}
.cid-uTyhs5M2vD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyhs5M2vD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyhs6CymE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTyhs6CymE h2,
.cid-uTyhs6CymE h3,
.cid-uTyhs6CymE h4,
.cid-uTyhs6CymE p {
  margin: 0;
}
.cid-uTyhs6CymE .text-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cid-uTyhs6CymE .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-uTyhs6CymE .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uTyhs7dVkX {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uTyhs7dVkX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTyhs7dVkX .row {
  flex-direction: row-reverse;
}
.cid-uTyhs7dVkX img {
  width: 100%;
}
.cid-uTyhs7dVkX .mbr-description {
  text-align: left;
}
.cid-uTyhs7NdCA {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTyhs7NdCA .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uTyhs7NdCA .mbr-text {
  color: #272727;
}
.cid-uTyhs8nUNb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTyhs8nUNb img,
.cid-uTyhs8nUNb .item-img {
  width: 100%;
}
.cid-uTyhs8nUNb .item:focus,
.cid-uTyhs8nUNb span:focus {
  outline: none;
}
.cid-uTyhs8nUNb .item-wrapper {
  position: relative;
}
.cid-uTyhs8nUNb .slide-content {
  position: relative;
  border-radius: 0px;
  background: #ebebeb;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTyhs8nUNb .slide-content .item-content {
    padding: 1rem 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyhs8nUNb .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uTyhs8nUNb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTyhs8nUNb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTyhs8nUNb .mbr-text,
.cid-uTyhs8nUNb .mbr-section-btn {
  text-align: left;
}
.cid-uTyhs8nUNb .item-title {
  text-align: left;
}
.cid-uTyhs8nUNb .item-subtitle {
  text-align: left;
}
.cid-uTyhs8nUNb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}
@media (max-width: 768px) {
  .cid-uTyhs8nUNb .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
  }
}
.cid-uTyhs8nUNb .embla__button--next,
.cid-uTyhs8nUNb .embla__button--prev {
  display: flex;
}
.cid-uTyhs8nUNb .embla__button {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: 0px solid #fff;
  border-radius: 0%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uTyhs8nUNb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uTyhs8nUNb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uTyhs8nUNb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 1.5rem;
}
.cid-uTyhs8nUNb .embla__button.embla__button--next {
  right: 0;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uTyhs8nUNb .embla__button {
    top: 35%;
    width: 40px;
    height: 40px;
  }
  .cid-uTyhs8nUNb .embla__button.embla__button--next {
    right: 0;
    margin-right: 0.8rem;
  }
  .cid-uTyhs8nUNb .embla__button.embla__button--prev {
    left: 0;
    margin-left: 0.8rem;
  }
}
.cid-uTyhs8nUNb .embla {
  position: relative;
  width: 100%;
}
.cid-uTyhs8nUNb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uTyhs8nUNb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTyhs8nUNb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTyhs8nUNb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTyhs8nUNb .custom-carousel .item-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  color: white;
}
.cid-uTyhs8nUNb .custom-carousel .item h5 {
  font-size: 1.4em;
}
.cid-uTyhs8nUNb .custom-carousel .item p {
  visibility: hidden;
}
.cid-uTyhs8nUNb .custom-carousel .item:hover .item-content {
  background: white;
  color: black;
  border: 0.2px solid #8c8c8c;
}
.cid-uTyhs8nUNb .custom-carousel .item:hover h5 {
  font-size: 1em;
}
.cid-uTyhs8nUNb .custom-carousel .item:hover p {
  visibility: visible;
}
@media (max-width: 991px) {
  .cid-uTyhs8nUNb .custom-carousel .item-content {
    position: inherit;
    background: #ebebeb;
    color: black;
    height: unset;
  }
  .cid-uTyhs8nUNb .custom-carousel .item:hover .item-content {
    background: #ebebeb;
    border: 0px solid #8c8c8c;
  }
  .cid-uTyhs8nUNb .custom-carousel .item h5 {
    font-size: initial;
  }
  .cid-uTyhs8nUNb .custom-carousel .item p {
    visibility: visible;
    margin-bottom: 0;
  }
}
.cid-uTyhs8nUNb .mbr-embla {
  max-width: 1400px;
  margin: 0 auto;
}
.cid-uTyhs9KT1R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTyhs9KT1R h4 {
  display: flex;
  color: #000000;
}
.cid-uTyhs9KT1R .panel-text {
  color: #000000;
  line-height: 1.4;
}
.cid-uTyhs9KT1R .wrap {
  display: flex;
}
.cid-uTyhs9KT1R .sq-text {
  background: #f1f1f1;
  padding: 2px 10px;
  border-radius: 3px;
  color: #656565;
  height: fit-content;
  margin: auto;
}
.cid-uTyhs9KT1R img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-uTyhs9KT1R .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uTyhs9KT1R p {
  margin: 0;
}
.cid-uTyhs9KT1R .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-uTyhs9KT1R .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: left;
}
.cid-uTyhs9KT1R .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uTyhs9KT1R .panel-group {
  width: 100%;
}
.cid-uTyhs9KT1R .card {
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  margin-bottom: 0.5rem;
}
.cid-uTyhs9KT1R .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uTyhs9KT1R .card .card-header a.panel-title {
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uTyhs9KT1R .card .card-header a.panel-title .sign {
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-uTyhs9KT1R .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-uTyhs9KT1R .card .panel-body {
  background: #ffffff;
}
.cid-uTyhs9KT1R .sign {
  color: #000000;
}
.cid-uTyhs9KT1R .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uTyhs9KT1R .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-uTyhs9KT1R .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
  .cid-uTyhs9KT1R .custom-accordion img {
    padding: 1em 0 !important;
  }
}
.cid-uTyhs9KT1R .header-text,
.cid-uTyhs9KT1R .sign {
  color: #000000;
}
.cid-uTyhs9KT1R .custom-accordion .card {
  border: 0 !important;
}
.cid-uTyhs9KT1R .custom-accordion .card-header {
  background: white;
}
.cid-uTyhs9KT1R .custom-accordion .card-header a.panel-title,
.cid-uTyhs9KT1R .custom-accordion .card .card-header a.panel-title {
  border-bottom: 2px solid #eaece6 !important;
}
.cid-uTyhs9KT1R .custom-accordion .card-header:hover a.panel-title,
.cid-uTyhs9KT1R .custom-accordion .card .card-header a.panel-title:not(.collapsed) {
  border-bottom: 2px solid #e2001a !important;
}
.cid-uTyhs9KT1R .custom-accordion .card .card-header a.panel-title h4 {
  font-weight: 700;
}
.cid-uTyhs9KT1R .custom-accordion .card .card-header a.panel-title:hover {
  opacity: 1;
}
.cid-uTyhs9KT1R .custom-accordion .card .card-header a.panel-title:hover h4 {
  color: #e2001a !important;
}
.cid-uTyhs9KT1R .custom-accordion .mbri-arrow-down:before {
  content: "\005E";
  font-size: 1.8em;
  font-weight: 500;
  transform: rotateX(180deg);
  display: block;
}
.cid-uTyhs9KT1R .custom-accordion .mbri-arrow-up:before {
  content: "\005E";
  font-size: 2em;
  font-weight: 800;
  position: relative;
  top: 5px;
}
.cid-uTyhs9KT1R .custom-accordion img {
  padding: 0 1em 1em;
}
.cid-uTyhsauceM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fae4e4;
}
.cid-uTyhsauceM .mbr-section-title {
  color: #000000;
}
.cid-uTyhsauceM .mbr-text,
.cid-uTyhsauceM .mbr-section-btn {
  color: #000000;
}
.cid-uTyhsauceM .btn {
  color: #E2001A;
  border-color: #E2001A;
}
.cid-uTyhsb2MfT {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uTyhsb2MfT img {
  width: 100%;
}
.cid-uTyhsb2MfT .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uTyhsb2MfT h2 {
  padding: 0;
  margin: 0;
}
.cid-uTyhsb2MfT .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTyhsb2MfT .text-col {
  max-width: 650px;
  margin: auto;
  padding: 1rem 6rem;
}
.cid-uTyhsb2MfT .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uTyhsb2MfT .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uTyhsb2MfT .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uTyhsb2MfT .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uTyhsb2MfT .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uTyhsb2MfT .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uTyhsb2MfT H2 {
  color: #333333;
}
.cid-uTyhsb2MfT .mbr-text {
  color: #353535;
}
.cid-uTyhsb2MfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyhsb2MfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyhsbQokB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-uTyhsbQokB img {
  width: 100%;
}
.cid-uTyhsbQokB .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-uTyhsbQokB h2 {
  padding: 0;
  margin: 0;
}
.cid-uTyhsbQokB .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTyhsbQokB .text-col {
  max-width: 650px;
  margin: auto;
  padding: 1rem 6rem;
}
.cid-uTyhsbQokB .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uTyhsbQokB .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-uTyhsbQokB .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uTyhsbQokB .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uTyhsbQokB .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-uTyhsbQokB .text-col {
    padding: 2rem 1rem;
  }
}
.cid-uTyhsbQokB H2 {
  color: #333333;
}
.cid-uTyhsbQokB .mbr-text {
  color: #45494e;
}
.cid-uTyhsbQokB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyhsbQokB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyhscJ5qY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTyhscJ5qY .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-uTyhscJ5qY .mbr-text {
  color: #272727;
  text-align: left;
}
.cid-uTyhsdhJIW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTyhsdhJIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyhsdhJIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyhsdhJIW .video-wrapper iframe {
  width: 100%;
}
.cid-uTyhsdhJIW .mbr-section-title,
.cid-uTyhsdhJIW .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTyhsdhJIW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uTyhsdhJIW .mbr-section-subtitle {
  color: #000000;
}
.cid-uTyhsdVYfu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #811414;
}
.cid-uTyhsdVYfu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTyhsdVYfu .mbr-text {
  color: #ffffff;
}
.cid-uTyhseuulF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/msf1-3-p-501.png");
}
.cid-uTyhseuulF .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #444444;
  padding: 0;
  border-radius: 6px;
}
.cid-uTyhseuulF .card-wrapper:hover .ico-wrap {
  opacity: 20%;
  color: #e2001a;
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
.cid-uTyhseuulF p {
  line-height: 1.6;
}
.cid-uTyhseuulF .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-uTyhseuulF .ico {
  height: 40px;
  width: 40px;
  background: #333333;
  border-radius: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  margin: 0 3px;
  opacity: 0.9;
}
.cid-uTyhseuulF .ico-wrap {
  position: absolute;
  left: 50%;
  display: flex;
  top: 50%;
  margin: auto;
  z-index: 100;
  transition: all 0.3s;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
}
.cid-uTyhseuulF .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}
.cid-uTyhseuulF .card-img {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
}
.cid-uTyhseuulF .card-img:hover {
  transform: translateY(-10px);
  opacity: 80%;
}
.cid-uTyhseuulF .card-box {
  padding: 1rem;
}
.cid-uTyhseuulF .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uTyhseuulF .card-box > p,
.cid-uTyhseuulF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTyhseuulF .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
@media (max-width: 576px) {
  .cid-uTyhseuulF .ico-wrap {
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
  }
  .cid-uTyhseuulF .card-img {
    width: 60%;
    margin: auto;
  }
}
.cid-uTyhsfnSBQ {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
}
.cid-uTyhsfnSBQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyhsfnSBQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyhsfnSBQ .row {
  justify-content: flex-start;
}
.cid-uTyhsfnSBQ .mbr-text {
  color: #1F1D1A;
  margin-bottom: 30px;
}
.cid-uTyhsfnSBQ .btn-calltoaction {
  border: 1px solid #e00 !important;
  color: #e2001a !important;
  width: 10em;
}
.cid-uTyhsfnSBQ .btn-calltoation-d {
  width: 10em;
}
.cid-uTyhsfnSBQ .btn-calltoaction:hover {
  background: #e2001a !important;
  color: white !important;
}
.cid-uTyhsfYB0K {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-uTyhsfYB0K a:link {
  text-decoration: none;
}
.cid-uTyhsfYB0K .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uTyhsfYB0K .icon-transition span:hover {
  background-color: #e2001a;
}
.cid-uTyhsfYB0K .inner-text {
  line-height: 1.5em;
}
.cid-uTyhsfYB0K .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTyhsfYB0K .social-media ul {
  margin: 0;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 8px;
}
.cid-uTyhsfYB0K .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uTyhsfYB0K .content-text,
.cid-uTyhsfYB0K .inner-text {
  color: #ffffff;
  text-align: left;
}
.cid-t6Dh16Fecf .navbar {
  background: #222221;
  transition: none;
  min-height: 77px;
  padding: 0.2rem 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6Dh16Fecf .navbar-dropdown.bg-color.transparent.opened {
  background: #222221;
}
.cid-t6Dh16Fecf a {
  font-style: normal;
}
.cid-t6Dh16Fecf .navbar-buttons {
  flex-wrap: nowrap;
}
.cid-t6Dh16Fecf .show {
  overflow: visible;
}
.cid-t6Dh16Fecf .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}
.cid-t6Dh16Fecf .dropdown-item:active {
  background-color: transparent;
}
.cid-t6Dh16Fecf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t6Dh16Fecf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1rem !important;
  -webkit-align-items: center;
}
.cid-t6Dh16Fecf .nav-item:focus,
.cid-t6Dh16Fecf .nav-link:focus {
  outline: none;
}
.cid-t6Dh16Fecf .btn {
  padding: 0.7rem 0.7rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t6Dh16Fecf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t6Dh16Fecf .menu-logo {
  margin-right: auto;
  width: 350px;
}
.cid-t6Dh16Fecf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1rem;
  padding: 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6Dh16Fecf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-t6Dh16Fecf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t6Dh16Fecf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t6Dh16Fecf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-t6Dh16Fecf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t6Dh16Fecf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t6Dh16Fecf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  padding-right: 1rem;
  max-width: 100%;
  width: 100%;
}
.cid-t6Dh16Fecf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t6Dh16Fecf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t6Dh16Fecf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t6Dh16Fecf .navbar-toggleable-sm .navbar-collapse {
  justify-content: space-between !important;
}
.cid-t6Dh16Fecf .dropdown .dropdown-menu {
  background: #222221;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t6Dh16Fecf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t6Dh16Fecf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6Dh16Fecf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t6Dh16Fecf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6Dh16Fecf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t6Dh16Fecf .navbar.navbar-short {
  min-height: 60px;
  transition: all 0.2s;
}
.cid-t6Dh16Fecf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t6Dh16Fecf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t6Dh16Fecf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t6Dh16Fecf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t6Dh16Fecf button.navbar-toggler {
  width: 15px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-t6Dh16Fecf button.navbar-toggler:focus {
  outline: none;
}
.cid-t6Dh16Fecf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t6Dh16Fecf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6Dh16Fecf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6Dh16Fecf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6Dh16Fecf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6Dh16Fecf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6Dh16Fecf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6Dh16Fecf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6Dh16Fecf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .cid-t6Dh16Fecf .navbar:not(.collapsed) {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .cid-t6Dh16Fecf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  .cid-t6Dh16Fecf #mobile-nav-donate {
    display: none;
  }
}
.cid-t6Dh16Fecf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6Dh16Fecf .collapsed .btn {
  display: -webkit-flex;
}
.cid-t6Dh16Fecf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t6Dh16Fecf .collapsed .navbar-collapse.collapsing,
.cid-t6Dh16Fecf .collapsed .navbar-collapse.show {
  display: block !important;
  overflow: auto;
}
.cid-t6Dh16Fecf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t6Dh16Fecf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t6Dh16Fecf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t6Dh16Fecf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t6Dh16Fecf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t6Dh16Fecf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t6Dh16Fecf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t6Dh16Fecf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t6Dh16Fecf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 91.5625vh;
  }
}
.cid-t6Dh16Fecf .collapsed button.navbar-toggler {
  display: block;
}
.cid-t6Dh16Fecf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t6Dh16Fecf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t6Dh16Fecf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-t6Dh16Fecf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t6Dh16Fecf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t6Dh16Fecf .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
@media (max-width: 1024px) {
  .cid-t6Dh16Fecf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t6Dh16Fecf img {
    height: 3.8rem !important;
  }
  .cid-t6Dh16Fecf .btn {
    display: -webkit-flex;
  }
  .cid-t6Dh16Fecf button.navbar-toggler {
    display: block;
  }
  .cid-t6Dh16Fecf .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t6Dh16Fecf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100% !important;
  }
  .cid-t6Dh16Fecf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t6Dh16Fecf .navbar-collapse.collapsing,
  .cid-t6Dh16Fecf .navbar-collapse.show {
    display: block !important;
    overflow: auto;
  }
  .cid-t6Dh16Fecf .navbar-collapse.collapsing .navbar-nav,
  .cid-t6Dh16Fecf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t6Dh16Fecf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t6Dh16Fecf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t6Dh16Fecf .navbar-collapse.collapsing .navbar-buttons,
  .cid-t6Dh16Fecf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t6Dh16Fecf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t6Dh16Fecf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t6Dh16Fecf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-t6Dh16Fecf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t6Dh16Fecf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t6Dh16Fecf .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-t6Dh16Fecf button.navbar-toggler,
  .cid-t6Dh16Fecf #mobile-nav-donate {
    display: block;
  }
}
@media (max-width: 767px) {
  .cid-t6Dh16Fecf .nav-link {
    justify-content: start !important;
  }
  .cid-t6Dh16Fecf .navbar.opened {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cid-t6Dh16Fecf .dropdown-menu {
    box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.1) !important;
    background: #070707 !important;
  }
}
.cid-t6Dh16Fecf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t6Dh16Fecf .nav-link:hover,
.cid-t6Dh16Fecf .dropdown-item:hover {
  color: #ef1111 !important;
}
@media (min-width: 1305px) {
  .cid-t6Dh16Fecf .navbar-toggleable-sm .navbar-collapse {
    max-width: 100% !important;
    padding-right: 1rem;
  }
  .cid-t6Dh16Fecf .menu-logo .navbar-brand {
    margin-left: 5rem;
  }
}
.cid-t6Dh16Fecf nav .mbr-section-btn a:first-child:hover {
  background: #00b9b1 !important;
}
.cid-t6Dh16Fecf #navbarSupportedContent ul {
  width: calc(80%) !important;
}
.cid-t6Dh16Fecf #navbarSupportedContent li {
  flex-grow: 1;
}
@media (max-width: 1455px) {
  .cid-t6Dh16Fecf #navbarSupportedContent ul {
    width: calc(60%) !important;
  }
  .cid-t6Dh16Fecf .menu-logo {
    width: 300px;
  }
}
@media (max-width: 1135px) {
  .cid-t6Dh16Fecf #navbarSupportedContent ul {
    width: calc(60%) !important;
  }
  .cid-t6Dh16Fecf .menu-logo {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-t6Dh16Fecf #navbarSupportedContent ul {
    width: 100% !important;
  }
}
.cid-vd3rDOq6tV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sexual-violence-banner-1.png");
}
.cid-vd3rDOq6tV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd3rDOq6tV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd3rDOq6tV .mbr-section-title {
  color: #ffffff;
}
.cid-tHdCOm2hHw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tHdCOm2hHw .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tHdCOm2hHw .mbr-text {
  color: #ffffff;
}
.cid-vdmpGBd3PK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/5-sexual-violence03.jpg");
}
.cid-vdmpGBd3PK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmpGBd3PK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmpGBd3PK .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vdmpGBd3PK .card {
    margin-bottom: 2rem!important;
  }
  .cid-vdmpGBd3PK .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vdmpGBd3PK .link-wrap {
    align-items: center;
  }
}
.cid-vdmpGBd3PK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-toj60FpiSG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-toj60FpiSG h4 {
  display: flex;
  color: #000000;
}
.cid-toj60FpiSG .panel-text {
  color: #000000;
  line-height: 1.4;
}
.cid-toj60FpiSG .wrap {
  display: flex;
}
.cid-toj60FpiSG .sq-text {
  background: #f1f1f1;
  padding: 2px 10px;
  border-radius: 3px;
  color: #656565;
  height: fit-content;
  margin: auto;
}
.cid-toj60FpiSG img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-toj60FpiSG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-toj60FpiSG p {
  margin: 0;
}
.cid-toj60FpiSG .card .card-header a.panel-title {
  background-color: transparent !important;
  margin-top: 0px !important;
}
.cid-toj60FpiSG .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: left;
}
.cid-toj60FpiSG .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toj60FpiSG .panel-group {
  width: 100%;
}
.cid-toj60FpiSG .card {
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  margin-bottom: 0.5rem;
}
.cid-toj60FpiSG .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-toj60FpiSG .card .card-header a.panel-title {
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-toj60FpiSG .card .card-header a.panel-title .sign {
  padding-right: 1rem;
  padding-left: 1rem;
}
.cid-toj60FpiSG .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-toj60FpiSG .card .panel-body {
  background: #ffffff;
}
.cid-toj60FpiSG .sign {
  color: #000000;
}
.cid-toj60FpiSG .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-toj60FpiSG .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-toj60FpiSG .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
  .cid-toj60FpiSG .custom-accordion img {
    padding: 1em 0 !important;
  }
}
.cid-toj60FpiSG .header-text,
.cid-toj60FpiSG .sign {
  color: #000000;
  text-align: center;
}
.cid-toj60FpiSG .custom-accordion .card {
  border: 0 !important;
}
.cid-toj60FpiSG .custom-accordion .card-header {
  background: white;
}
.cid-toj60FpiSG .custom-accordion .card-header a.panel-title,
.cid-toj60FpiSG .custom-accordion .card .card-header a.panel-title {
  border-bottom: 2px solid #eaece6 !important;
}
.cid-toj60FpiSG .custom-accordion .card-header:hover a.panel-title,
.cid-toj60FpiSG .custom-accordion .card .card-header a.panel-title:not(.collapsed) {
  border-bottom: 2px solid #e2001a !important;
}
.cid-toj60FpiSG .custom-accordion .card .card-header a.panel-title h4 {
  font-weight: 700;
}
.cid-toj60FpiSG .custom-accordion .card .card-header a.panel-title:hover {
  opacity: 1;
}
.cid-toj60FpiSG .custom-accordion .card .card-header a.panel-title:hover h4 {
  color: #e2001a !important;
}
.cid-toj60FpiSG .custom-accordion .mbri-arrow-down:before {
  content: "\005E";
  font-size: 1.8em;
  font-weight: 500;
  transform: rotateX(180deg);
  display: block;
}
.cid-toj60FpiSG .custom-accordion .mbri-arrow-up:before {
  content: "\005E";
  font-size: 2em;
  font-weight: 800;
  position: relative;
  top: 5px;
}
.cid-toj60FpiSG .custom-accordion img {
  padding: 0 1em 1em;
}
.cid-vcYXzSKqi9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-vcYXzSKqi9 img {
  width: 100%;
}
.cid-vcYXzSKqi9 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-vcYXzSKqi9 h2 {
  padding: 0;
  margin: 0;
}
.cid-vcYXzSKqi9 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcYXzSKqi9 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 1rem 6rem;
}
.cid-vcYXzSKqi9 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-vcYXzSKqi9 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-vcYXzSKqi9 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vcYXzSKqi9 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vcYXzSKqi9 .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-vcYXzSKqi9 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-vcYXzSKqi9 H2 {
  color: #333333;
}
.cid-vcYXzSKqi9 .mbr-text {
  color: #45494e;
}
.cid-vcYXzSKqi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcYXzSKqi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHdKsaMTUq {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-tHdKsaMTUq img {
  width: 100%;
}
.cid-tHdKsaMTUq .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tHdKsaMTUq h2 {
  padding: 0;
  margin: 0;
}
.cid-tHdKsaMTUq .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHdKsaMTUq .text-col {
  max-width: 650px;
  margin: auto;
  padding: 1rem 6rem;
}
.cid-tHdKsaMTUq .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tHdKsaMTUq .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-tHdKsaMTUq .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tHdKsaMTUq .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHdKsaMTUq .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-tHdKsaMTUq .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tHdKsaMTUq H2 {
  color: #333333;
}
.cid-tHdKsaMTUq .mbr-text {
  color: #353535;
}
.cid-tHdKsaMTUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHdKsaMTUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHdOKXSzNs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-tHdOKXSzNs img {
  width: 100%;
}
.cid-tHdOKXSzNs .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tHdOKXSzNs h2 {
  padding: 0;
  margin: 0;
}
.cid-tHdOKXSzNs .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHdOKXSzNs .text-col {
  max-width: 650px;
  margin: auto;
  padding: 1rem 6rem;
}
.cid-tHdOKXSzNs .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tHdOKXSzNs .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-tHdOKXSzNs .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tHdOKXSzNs .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHdOKXSzNs .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-tHdOKXSzNs .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tHdOKXSzNs H2 {
  color: #333333;
}
.cid-tHdOKXSzNs .mbr-text {
  color: #45494e;
}
.cid-tHdOKXSzNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHdOKXSzNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNxW8SYaP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-vcNxW8SYaP img {
  width: 100%;
}
.cid-vcNxW8SYaP .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-vcNxW8SYaP h2 {
  padding: 0;
  margin: 0;
}
.cid-vcNxW8SYaP .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcNxW8SYaP .text-col {
  max-width: 650px;
  margin: auto;
  padding: 1rem 6rem;
}
.cid-vcNxW8SYaP .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-vcNxW8SYaP .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-vcNxW8SYaP .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-vcNxW8SYaP .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vcNxW8SYaP .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-vcNxW8SYaP .text-col {
    padding: 2rem 1rem;
  }
}
.cid-vcNxW8SYaP H2 {
  color: #333333;
}
.cid-vcNxW8SYaP .mbr-text {
  color: #45494e;
}
.cid-vcNxW8SYaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNxW8SYaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHdDkxkfnJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fae4e4;
}
.cid-tHdDkxkfnJ .mbr-section-title {
  color: #000000;
}
.cid-tHdDkxkfnJ .mbr-text,
.cid-tHdDkxkfnJ .mbr-section-btn {
  color: #000000;
}
.cid-tHdDkxkfnJ .btn {
  color: #E2001A;
  border-color: #E2001A;
}
.cid-tomdLNipHr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
}
.cid-tomdLNipHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tomdLNipHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tomdLNipHr .row {
  justify-content: flex-start;
}
.cid-tomdLNipHr .mbr-text {
  color: #1F1D1A;
  margin-bottom: 30px;
}
.cid-tomdLNipHr .btn-calltoaction {
  border: 1px solid #e00 !important;
  color: #e2001a !important;
  width: 10em;
}
.cid-tomdLNipHr .btn-calltoation-d {
  width: 10em;
}
.cid-tomdLNipHr .btn-calltoaction:hover {
  background: #e2001a !important;
  color: white !important;
}
.cid-t6DjGkynhQ {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #232323;
}
.cid-t6DjGkynhQ a:link {
  text-decoration: none;
}
.cid-t6DjGkynhQ .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-t6DjGkynhQ .icon-transition span:hover {
  background-color: #e2001a;
}
.cid-t6DjGkynhQ .inner-text {
  line-height: 1.5em;
}
.cid-t6DjGkynhQ .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t6DjGkynhQ .social-media ul {
  margin: 0;
  padding: 0;
  margin-top: 16px;
  margin-bottom: 8px;
}
.cid-t6DjGkynhQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t6DjGkynhQ .content-text,
.cid-t6DjGkynhQ .inner-text {
  color: #ffffff;
  text-align: left;
}
