@import url(https://fonts.googleapis.com/css?family=Heebo:100,200,300,400,500,600,700,800,900&display=swap);





body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #1e73be !important;
}
.bg-success {
  background-color: #2dcc40 !important;
}
.bg-info {
  background-color: #e13d96 !important;
}
.bg-warning {
  background-color: #b0dbec !important;
}
.bg-danger {
  background-color: #e13d96 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e73be !important;
  border-color: #1e73be !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e73be;
  border-color: #1e73be;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-primary:hover {
  background-color: #175892 !important;
  border-color: #175892 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #606f7b !important;
  border-color: #606f7b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #606f7b;
  border-color: #606f7b;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.btn-secondary:hover {
  background-color: #4a555e !important;
  border-color: #4a555e !important;
}
.btn-info,
.btn-info:active {
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e13d96;
  border-color: #e13d96;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-info:hover {
  background-color: #cc1f7d !important;
  border-color: #cc1f7d !important;
}
.btn-success,
.btn-success:active {
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2dcc40;
  border-color: #2dcc40;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-success:hover {
  background-color: #24a233 !important;
  border-color: #24a233 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
  color: #1e637f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1e637f !important;
  background-color: #b0dbec;
  border-color: #b0dbec;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-warning:hover {
  background-color: #d9eef6 !important;
  border-color: #d9eef6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #e13d96;
  border-color: #e13d96;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-danger:hover {
  background-color: #e869ae !important;
  border-color: #cc1f7d !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #1e73be;
  color: #1e73be;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e73be !important;
  border-color: #1e73be;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e73be !important;
  border-color: #1e73be !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #606f7b;
  color: #606f7b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #606f7b !important;
  border-color: #606f7b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #606f7b !important;
  border-color: #606f7b !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #e13d96;
  color: #e13d96;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #e13d96 !important;
  border-color: #e13d96;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #2dcc40;
  color: #2dcc40;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #2dcc40 !important;
  border-color: #2dcc40;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2dcc40 !important;
  border-color: #2dcc40 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #b0dbec;
  color: #b0dbec;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1e637f !important;
  background: #b0dbec !important;
  border-color: #b0dbec;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1e637f !important;
  background-color: #b0dbec !important;
  border-color: #b0dbec !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e13d96;
  color: #e13d96;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #e13d96 !important;
  border-color: #e13d96;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e13d96 !important;
  border-color: #e13d96 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #1e73be !important;
}
.text-secondary {
  color: #606f7b !important;
}
.text-success {
  color: #2dcc40 !important;
}
.text-info {
  color: #e13d96 !important;
}
.text-warning {
  color: #b0dbec !important;
}
.text-danger {
  color: #e13d96 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #103e66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #333b42 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1b7826 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #9f1962 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b0dbec !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #9f1962 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1e73be !important;
}
.alert-success {
  background-color: #2dcc40;
}
.alert-info {
  background-color: #e13d96;
}
.alert-warning {
  background-color: #b0dbec;
}
.alert-danger {
  background-color: #e13d96;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e73be;
  border-color: #1e73be;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e73be;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #73b1e9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0f5d5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fceef6;
}
.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: #fceef6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1e73be;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e73be;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e73be;
  border-bottom-color: #1e73be;
}
.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: #1e73be !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: #606f7b !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rVFlHnH1kh {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f9fc;
}
.cid-rVFlHnH1kh .container,
.cid-rVFlHnH1kh .container-fluid {
  pointer-events: none;
}
.cid-rVFlHnH1kh .title__block,
.cid-rVFlHnH1kh .card__block {
  pointer-events: all;
}
.cid-rVFlHnH1kh .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #e13d96;
}
.cid-rVFlHnH1kh .mbr-section-title {
  color: #1e73be;
  margin-bottom: 35px;
}
.cid-rVFlHnH1kh .mbr-section-title span {
  font-weight: 300;
}
.cid-rVFlHnH1kh .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-rVFlHnH1kh .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-rVFlHnH1kh .column2 {
    margin-top: 100px;
  }
}
.cid-rVFlHnH1kh .card__block {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-rVFlHnH1kh .card__block:last-child {
  margin-top: 0;
}
.cid-rVFlHnH1kh .card__block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(225, 61, 150, 0.65) 0%, rgba(176, 219, 236, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-rVFlHnH1kh .card__block:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-rVFlHnH1kh .card__block:hover {
  background: #ffffff !important;
}
.cid-rVFlHnH1kh .card__block:hover .icon__block,
.cid-rVFlHnH1kh .card__block:hover .card__title,
.cid-rVFlHnH1kh .card__block:hover .card__text,
.cid-rVFlHnH1kh .card__block:hover .card__button span {
  color: #ffffff !important;
}
.cid-rVFlHnH1kh .card__block:hover:before {
  opacity: 1;
}
.cid-rVFlHnH1kh .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-rVFlHnH1kh .card__block {
    margin-bottom: 0;
  }
  .cid-rVFlHnH1kh .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-rVFlHnH1kh .icon__block {
  position: relative;
  font-size: 60px;
  color: #b0dbec;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-rVFlHnH1kh .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-rVFlHnH1kh .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-rVFlHnH1kh .card__button {
  font-size: 30px;
}
.cid-rVFlHnH1kh .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #2dcc40;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #b0dbec;
  animation: animationOne 30s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationTwo 30s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #e13d96;
  animation: animationOne 25s infinite linear;
}
.cid-rVFlHnH1kh .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e73be;
  animation: animationTwo 35s infinite linear;
}
.cid-rVFlHnH1kh .mbr-text,
.cid-rVFlHnH1kh .mbr-section-btn {
  color: #606f7b;
}
.cid-rVFlHnH1kh .card__title,
.cid-rVFlHnH1kh .icon__block {
  color: #b0dbec;
}
.cid-se5Z9JsHoJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1210.jpg");
}
@media (max-width: 767px) {
  .cid-se5Z9JsHoJ .content {
    text-align: center;
  }
  .cid-se5Z9JsHoJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-se5Z9JsHoJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-se5Z9JsHoJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-se5Z9JsHoJ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-se5Z9JsHoJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-se5Z9JsHoJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-se5Z9JsHoJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-se5Z9JsHoJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-se5Z9JsHoJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-se5Z9JsHoJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-se5Z9JsHoJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-se5Z9JsHoJ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-se5Z9JsHoJ P {
  color: #000000;
}
.cid-se5Z9JsHoJ H5 {
  color: #000000;
}
