@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);





body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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 {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7237a2 !important;
}
.bg-success {
  background-color: #6441a5 !important;
}
.bg-info {
  background-color: #a58cd2 !important;
}
.bg-warning {
  background-color: #efefef !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-primary:before {
  background-color: #4a2469 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ded2e4 !important;
  border-color: #ded2e4 !important;
  color: #634572 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #634572 !important;
  background-color: #ded2e4 !important;
  border-color: #ded2e4 !important;
}
.btn-secondary:before {
  background-color: #bba2c7 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #634572 !important;
  background-color: #bba2c7 !important;
  border-color: #bba2c7 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #a58cd2 !important;
  border-color: #a58cd2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #a58cd2 !important;
  border-color: #a58cd2 !important;
}
.btn-info:before {
  background-color: #7a55bc !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7a55bc !important;
  border-color: #7a55bc !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #6441a5 !important;
  border-color: #6441a5 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #6441a5 !important;
  border-color: #6441a5 !important;
}
.btn-success:before {
  background-color: #432b6e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #432b6e !important;
  border-color: #432b6e !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-warning:before {
  background-color: #c9c9c9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:before {
  background-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-primary-outline:before {
  background-color: #7237a2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #af92be;
  color: #af92be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #634572;
  border-color: #ded2e4;
}
.btn-secondary-outline:before {
  background-color: #ded2e4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ded2e4 !important;
  border-color: #ded2e4 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #6d46b2;
  color: #6d46b2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #a58cd2;
}
.btn-info-outline:before {
  background-color: #a58cd2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a58cd2 !important;
  border-color: #a58cd2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #38245c;
  color: #38245c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #6441a5;
}
.btn-success-outline:before {
  background-color: #6441a5;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6441a5 !important;
  border-color: #6441a5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-warning-outline:before {
  background-color: #efefef;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #000000;
}
.btn-danger-outline:before {
  background-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #7237a2;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #7237a2 !important;
}
.text-secondary {
  color: #ded2e4 !important;
}
.text-success {
  color: #6441a5 !important;
}
.text-info {
  color: #a58cd2 !important;
}
.text-warning {
  color: #efefef !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3c1d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #af92be !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #38245c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #6d46b2 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #bcbcbc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a58cd2;
}
.alert-warning {
  background-color: #efefef;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7237a2;
  border-color: #7237a2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #7237a2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b083d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a992d4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #7237a2;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #7237a2;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #7237a2;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7237a2;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7237a2;
}
/* Headers*/
/* Content */
.content11 .counter-container div .counter {
  background: #7237a2;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-weight: 300;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}
.cid-rnCcS3pzE6 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-rnCcS3pzE6 .block-text {
  text-align: center;
}
.cid-rO6KIf8yVu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rO6KIf8yVu .block-title {
  color: #1d2671;
}
.cid-rO6KPUXAXr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rO6KPUXAXr .block-text {
  text-align: center;
}
.cid-rO6KPUXAXr img {
  width: 50%;
  height: auto;
}
.cid-rO6KPUXAXr a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rO6KPUXAXr a:hover {
  color: #800080!important;
}
.cid-rO6KPUXAXr a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rO6KPUXAXr a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rO6LyYJ07q {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 60px;
}
.cid-rO6LyYJ07q .image-block {
  margin: auto;
}
.cid-rO6LyYJ07q figcaption {
  position: relative;
}
.cid-rO6LyYJ07q figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rO6LyYJ07q .image-block {
    width: 100% !important;
  }
}
.cid-rIgv5An90x {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgv5An90x .block-title {
  color: #1d2671;
}
.cid-rIgva0xYmh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgva0xYmh .block-text {
  text-align: center;
}
.cid-rIgva0xYmh img {
  width: 50%;
  height: auto;
}
.cid-rIgva0xYmh a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgva0xYmh a:hover {
  color: #800080!important;
}
.cid-rIgva0xYmh a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgva0xYmh a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgumD2wNW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgumD2wNW .block-title {
  color: #1d2671;
}
.cid-rIgur0gPPo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgur0gPPo .block-text {
  text-align: center;
}
.cid-rIgur0gPPo img {
  width: 50%;
  height: auto;
}
.cid-rIgur0gPPo a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgur0gPPo a:hover {
  color: #800080!important;
}
.cid-rIgur0gPPo a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgur0gPPo a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIguVKf8Wv {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIguVKf8Wv .image-block {
  margin: auto;
}
.cid-rIguVKf8Wv figcaption {
  position: relative;
}
.cid-rIguVKf8Wv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIguVKf8Wv .image-block {
    width: 100% !important;
  }
}
.cid-rIgtydVk9a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgtydVk9a .block-title {
  color: #1d2671;
}
.cid-rIgtBYdJZg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgtBYdJZg .block-text {
  text-align: center;
}
.cid-rIgtBYdJZg img {
  width: 50%;
  height: auto;
}
.cid-rIgtBYdJZg a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgtBYdJZg a:hover {
  color: #800080!important;
}
.cid-rIgtBYdJZg a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgtBYdJZg a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgucA2gz5 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIgucA2gz5 .image-block {
  margin: auto;
}
.cid-rIgucA2gz5 figcaption {
  position: relative;
}
.cid-rIgucA2gz5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgucA2gz5 .image-block {
    width: 100% !important;
  }
}
.cid-rIgrb2f79L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgrb2f79L .block-title {
  color: #1d2671;
}
.cid-rIgrGLso48 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgrGLso48 .block-text {
  text-align: center;
}
.cid-rIgrGLso48 img {
  width: 50%;
  height: auto;
}
.cid-rIgrGLso48 a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgrGLso48 a:hover {
  color: #800080!important;
}
.cid-rIgrGLso48 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgrGLso48 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgrf9tiNy {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIgrf9tiNy .image-block {
  margin: auto;
}
.cid-rIgrf9tiNy figcaption {
  position: relative;
}
.cid-rIgrf9tiNy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgrf9tiNy .image-block {
    width: 100% !important;
  }
}
.cid-rIgpr4WMf0 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgpr4WMf0 .block-title {
  color: #1d2671;
}
.cid-rIgpwEMbTG {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgpwEMbTG .block-text {
  text-align: center;
}
.cid-rIgpwEMbTG img {
  width: 50%;
  height: auto;
}
.cid-rIgpwEMbTG a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgpwEMbTG a:hover {
  color: #800080!important;
}
.cid-rIgpwEMbTG a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgpwEMbTG a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgqLNciuj {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 0px;
}
.cid-rIgqLNciuj .image-block {
  margin: auto;
}
.cid-rIgqLNciuj figcaption {
  position: relative;
}
.cid-rIgqLNciuj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgqLNciuj .image-block {
    width: 100% !important;
  }
}
.cid-rIgqPSL9ug {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIgqPSL9ug .image-block {
  margin: auto;
}
.cid-rIgqPSL9ug figcaption {
  position: relative;
}
.cid-rIgqPSL9ug figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgqPSL9ug .image-block {
    width: 100% !important;
  }
}
.cid-rIgnrF4KHS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgnrF4KHS .block-title {
  color: #1d2671;
}
.cid-rIgnypCgaK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgnypCgaK .block-text {
  text-align: center;
}
.cid-rIgnypCgaK img {
  width: 50%;
  height: auto;
}
.cid-rIgnypCgaK a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgnypCgaK a:hover {
  color: #800080!important;
}
.cid-rIgnypCgaK a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgnypCgaK a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgpbXdRca {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIgpbXdRca .image-block {
  margin: auto;
}
.cid-rIgpbXdRca figcaption {
  position: relative;
}
.cid-rIgpbXdRca figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgpbXdRca .image-block {
    width: 100% !important;
  }
}
.cid-rIgmLt4mdz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgmLt4mdz .block-title {
  color: #1d2671;
}
.cid-rIgmQJdFKe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgmQJdFKe .block-text {
  text-align: center;
}
.cid-rIgmQJdFKe img {
  width: 50%;
  height: auto;
}
.cid-rIgmQJdFKe a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgmQJdFKe a:hover {
  color: #800080!important;
}
.cid-rIgmQJdFKe a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgmQJdFKe a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgnkgbnzt {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIgnkgbnzt .image-block {
  margin: auto;
}
.cid-rIgnkgbnzt figcaption {
  position: relative;
}
.cid-rIgnkgbnzt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgnkgbnzt .image-block {
    width: 100% !important;
  }
}
.cid-rIgmaEYznS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgmaEYznS .block-title {
  color: #1d2671;
}
.cid-rIgmj6GW1L {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgmj6GW1L .block-text {
  text-align: center;
}
.cid-rIgmj6GW1L img {
  width: 50%;
  height: auto;
}
.cid-rIgmj6GW1L a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgmj6GW1L a:hover {
  color: #800080!important;
}
.cid-rIgmj6GW1L a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgmj6GW1L a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgmDUTHw4 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIgmDUTHw4 .image-block {
  margin: auto;
}
.cid-rIgmDUTHw4 figcaption {
  position: relative;
}
.cid-rIgmDUTHw4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgmDUTHw4 .image-block {
    width: 100% !important;
  }
}
.cid-rIglcXzdjR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIglcXzdjR .block-title {
  color: #1d2671;
}
.cid-rIgllkIkM2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgllkIkM2 .block-text {
  text-align: center;
}
.cid-rIgllkIkM2 img {
  width: 50%;
  height: auto;
}
.cid-rIgllkIkM2 a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgllkIkM2 a:hover {
  color: #800080!important;
}
.cid-rIgllkIkM2 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgllkIkM2 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIglSQEj8o {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIglSQEj8o .image-block {
  margin: auto;
}
.cid-rIglSQEj8o figcaption {
  position: relative;
}
.cid-rIglSQEj8o figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIglSQEj8o .image-block {
    width: 100% !important;
  }
}
.cid-rIgkrnWa6W {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgkrnWa6W .block-title {
  color: #1d2671;
}
.cid-rIgkylBrjK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgkylBrjK .block-text {
  text-align: center;
}
.cid-rIgkylBrjK img {
  width: 50%;
  height: auto;
}
.cid-rIgkylBrjK a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgkylBrjK a:hover {
  color: #800080!important;
}
.cid-rIgkylBrjK a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgkylBrjK a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgkD5wc77 {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIgkD5wc77 .image-block {
  margin: auto;
}
.cid-rIgkD5wc77 figcaption {
  position: relative;
}
.cid-rIgkD5wc77 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgkD5wc77 .image-block {
    width: 100% !important;
  }
}
.cid-rIgeXkQdJp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgeXkQdJp .block-title {
  color: #1d2671;
}
.cid-rIgf2GZ1gn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgf2GZ1gn .block-text {
  text-align: center;
}
.cid-rIgf2GZ1gn img {
  width: 50%;
  height: auto;
}
.cid-rIgf2GZ1gn a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgf2GZ1gn a:hover {
  color: #800080!important;
}
.cid-rIgf2GZ1gn a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgf2GZ1gn a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgizAdNDN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rIgizAdNDN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rIgizAdNDN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rIgizAdNDN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rIgizAdNDN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rIgizAdNDN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2a0845;
  background: linear-gradient(to left, #2a0845, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rIgizAdNDN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rIgizAdNDN .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-rIgizAdNDN .icon-focus {
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: transparent !important;
  background-color: transparent;
}
.cid-rIgizAdNDN .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: transparent!important;
  z-index: 2;
}
.cid-rIgizAdNDN .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #2a0845 !important;
  background: linear-gradient(to left, #2a0845, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rIgizAdNDN ul {
  font-size: 0;
}
.cid-rIgizAdNDN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s;
}
.cid-rIgizAdNDN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #ffffff solid;
  border-radius: 0 !important;
}
.cid-rIgizAdNDN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rIgdurQ50Z {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgdurQ50Z .block-title {
  color: #1d2671;
}
.cid-rIgdCYHTfx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rIgdCYHTfx .block-text {
  text-align: center;
}
.cid-rIgdCYHTfx img {
  width: 50%;
  height: auto;
}
.cid-rIgdCYHTfx a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rIgdCYHTfx a:hover {
  color: #800080!important;
}
.cid-rIgdCYHTfx a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rIgdCYHTfx a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rIgdKyyMzz {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rIgdKyyMzz .image-block {
  margin: auto;
}
.cid-rIgdKyyMzz figcaption {
  position: relative;
}
.cid-rIgdKyyMzz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rIgdKyyMzz .image-block {
    width: 100% !important;
  }
}
.cid-rvr7jVsAzR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rvr7jVsAzR .block-title {
  color: #1d2671;
}
.cid-rvr82m0jPj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rvr82m0jPj .block-text {
  text-align: center;
}
.cid-rvr82m0jPj img {
  width: 50%;
  height: auto;
}
.cid-rvr82m0jPj a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rvr82m0jPj a:hover {
  color: #800080!important;
}
.cid-rvr82m0jPj a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rvr82m0jPj a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.cid-rvraueB2We {
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 75px;
}
.cid-rvraueB2We .image-block {
  margin: auto;
}
.cid-rvraueB2We figcaption {
  position: relative;
}
.cid-rvraueB2We figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rvraueB2We .image-block {
    width: 100% !important;
  }
}
.cid-rtVpoZZtV9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rtVpoZZtV9 .block-title {
  color: #1d2671;
}
.cid-rtVpB8jHyV {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rtVpB8jHyV .block-text {
  text-align: center;
}
.cid-rtVpB8jHyV img {
  width: 50%;
  height: auto;
}
.cid-rtVpB8jHyV a {
  position: relative;
  font-style: normal!important;
  color: #ded2e4;
  text-decoration: none;
}
.cid-rtVpB8jHyV a:hover {
  color: #800080!important;
}
.cid-rtVpB8jHyV a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #800080;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-rtVpB8jHyV a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
