body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f40a36 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f40a36 !important;
  border-color: #f40a36 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ab0726 !important;
  border-color: #ab0726 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ab0726 !important;
  border-color: #ab0726 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-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 {
  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: #0d0d0d !important;
  border-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 {
  background: none;
  border-color: #920620;
  color: #920620;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f40a36;
  border-color: #f40a36;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f40a36 !important;
  border-color: #f40a36 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  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,
.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;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f40a36 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #920620 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f40a36;
  border-color: #f40a36;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f40a36;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdcdd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #f40a36;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f40a36;
  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: #f40a36;
  border-bottom-color: #f40a36;
}
.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: #f40a36 !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: #ff3366 !important;
  box-shadow: none !important;
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  transition: all 0.6s ease-in-out;
  top: 0;
  left: -100%;
  z-index: -1;
}
.btn-white-outline:hover {
  background: transparent !important;
  color: #f40a36 !important;
}
.btn-white-outline:hover:before {
  left: 0px;
}
.btn-primary-outline {
  margin: 0.3rem !important;
  padding: 0.2rem 0;
  border: none;
  position: relative;
  z-index: 1;
  color: #f40a36 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:active {
  background: transparent;
  color: #f40a36;
}
.btn-primary-outline:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #f40a36;
  position: absolute;
  transition: all 0.6s ease-in-out;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.btn-primary-outline:hover:before {
  width: 0;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%23f40a36' %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;
}
.cid-rwtYwhIgku .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-rwtYwhIgku .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-rwtYwhIgku a {
  font-style: normal;
}
.cid-rwtYwhIgku .nav-link {
  font-family: Arial !important;
}
.cid-rwtYwhIgku .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwtYwhIgku .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwtYwhIgku .nav-item:focus,
.cid-rwtYwhIgku .nav-link:focus {
  outline: none;
}
.cid-rwtYwhIgku .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwtYwhIgku .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwtYwhIgku .menu-logo {
  margin-right: auto;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Arial !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwtYwhIgku .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwtYwhIgku .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwtYwhIgku button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwtYwhIgku button.navbar-toggler:focus {
  outline: none;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku .dropdown-toggle:after {
  display: none;
}
.cid-rwtYwhIgku .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rwtYwhIgku .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwtYwhIgku .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwtYwhIgku .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwtYwhIgku .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwtYwhIgku .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwtYwhIgku .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku img {
    height: 3.8rem !important;
  }
  .cid-rwtYwhIgku .btn {
    display: -webkit-flex;
  }
  .cid-rwtYwhIgku button.navbar-toggler {
    display: block;
  }
  .cid-rwtYwhIgku .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwtYwhIgku .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing,
  .cid-rwtYwhIgku .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwtYwhIgku .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rwtYwhIgku .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwtYwhIgku .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwtYwhIgku .nav-link,
.cid-rwtYwhIgku .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rwtYwhIgku .nav-link:hover,
.cid-rwtYwhIgku .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-tO95VLnIxw {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tO95VLnIxw .mbr-text {
  color: #767676;
}
.cid-tO9hDJVpus {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tO9hDJVpus .mbr-fallback-image.disabled {
  display: none;
}
.cid-tO9hDJVpus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tO9hDJVpus .row {
  justify-content: flex-start;
}
.cid-tO9hDJVpus .content-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.cid-tO9hDJVpus .content-padding {
  display: flex;
  max-width: 1140px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 80px 100px 0 100px;
}
@media (max-width: 991px) {
  .cid-tO9hDJVpus .content-padding {
    padding: 80px 75px 0 75px;
  }
}
@media (max-width: 767px) {
  .cid-tO9hDJVpus .content-padding {
    padding: 60px 20px 0 20px;
  }
}
.cid-tO9hDJVpus .content-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .cid-tO9hDJVpus .content-wrap {
    margin-bottom: 60px;
  }
}
.cid-tO9hDJVpus .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tO9hDJVpus .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.cid-tO9hDJVpus .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-tO9hDJVpus .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.cid-tO9hDJVpus .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tO9ilL4mFh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tO9ilL4mFh .mbr-text {
  color: #767676;
}
.cid-tO9peAsp9Z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tO9peAsp9Z .mbr-text {
  color: #767676;
}
.cid-tO9peAsp9Z .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-tO9peAsp9Z .mbr-text,
.cid-tO9peAsp9Z .sig-img {
  text-align: left;
}
.cid-tOJdZyl9aC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOJdZyl9aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOJdZyl9aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOJdZyl9aC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOJdZyl9aC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOJdZyl9aC .container {
    padding: 0 20px;
  }
}
.cid-tOJdZyl9aC .image-wrapper img {
  height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOJdZyl9aC .image-wrapper img {
    height: 400px;
  }
}
.cid-tOJdZyl9aC .title-wrapper {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tOJdZyl9aC .title-wrapper {
    padding: 0 20px;
  }
}
.cid-tOJdZyl9aC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tOJdZyl9aC .row {
  position: relative;
  justify-content: center;
}
.cid-tOJdZyl9aC .row .video-block {
  position: absolute;
  top: 20%;
  height: 480px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-tOJdZyl9aC .row .video-block {
    width: 100%;
    height: 300px;
    top: 27%;
  }
}
.cid-tOJdZyl9aC .row .video-block .video-wrapper {
  height: 100%;
}
.cid-tOJdZyl9aC .row .video-block .video-wrapper .app-video-wrapper {
  height: 100%;
}
.cid-tOJdZyl9aC .row .video-block .video-wrapper .app-video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOJdZyl9aC .row .video-block .video-wrapper .app-video-wrapper::before {
  text-shadow: none;
  font-size: 16px;
  color: #1b1b1b;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOJdZyl9aC .row .video-block .video-wrapper iframe {
  height: 100%;
}
.cid-tOJdZyl9aC .mbr-section-title {
  color: #c2b299;
  text-align: center;
}
.cid-rv3aif4IVl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-rv3aif4IVl .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-rv3aif4IVl img {
    width: 90%;
  }
}
.cid-rv3aif4IVl .social-list {
  display: flex;
  flex-wrap: wrap;
}
.cid-rv3aif4IVl .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-rv3aif4IVl .soc-item span {
  font-size: 1rem;
  color: #3d626c !important;
  transition: all 0.3s;
}
.cid-rv3aif4IVl .soc-item:hover span {
  color: #f40a36 !important;
}
.cid-rv3aif4IVl .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rv3aif4IVl .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rv3aif4IVl .social-list {
    justify-content: center;
  }
}
.cid-sAlBtuQFMX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAlBtuQFMX .mbr-text {
  color: #767676;
}
.cid-sAlB6bNidN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAlB6bNidN .card-box {
  padding: 0rem;
}
.cid-sAlB6bNidN .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sAlB6bNidN h4 {
  margin-bottom: 0;
  padding-top: 1rem;
}
.cid-sAlB6bNidN p {
  margin-bottom: 0;
  padding-top: 0.2rem;
}
.cid-sAlB6bNidN .row {
  justify-content: center;
}
.cid-sAlB6bNidN .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-sAlB6bNidN .mbr-text {
  color: #879a9f;
}
.cid-sAlB6bNidN .card-img {
  height: 300px;
  position: relative;
}
.cid-sAlB6bNidN .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sAlDLnQYan {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAlDLnQYan .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sAlDLnQYan .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sAlDLnQYan .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sAlFpgOfsX {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAlFpgOfsX .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sAlFpgOfsX .mbr-text {
  color: #879a9f;
}
@media (min-width: 922px) {
  .cid-sAlFpgOfsX .card-wrapper {
    padding: 0 1rem;
  }
}
.cid-sAlG2WfEds {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sAlG2WfEds .mbr-text {
  color: #767676;
}
.cid-rv3a70AbAh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-rv3a70AbAh .card-box {
  padding: 0rem;
}
.cid-rv3a70AbAh .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-rv3a70AbAh h4 {
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rv3a70AbAh p {
  margin-bottom: 0;
  padding-top: 1.2rem;
}
.cid-rv3a70AbAh .card-wrapper {
  height: 100%;
  padding-bottom: 1rem;
}
.cid-rv3a70AbAh .mbr-text {
  color: #879a9f;
}
.cid-sAwe70l5Gf {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-sAwe70l5Gf .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sAwe70l5Gf .counter-container ul li {
  margin-bottom: 0.2rem;
}
.cid-sAwe70l5Gf .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sAwe70l5Gf img {
    width: 90%;
  }
}
.cid-sAwicpBApP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-sAwicpBApP .mbr-text {
  color: #767676;
}
.cid-sAwicpBApP .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-sAwicpBApP .card-title {
  text-align: left;
}
.cid-sAwicpBApP .mbr-text,
.cid-sAwicpBApP .sig-img {
  text-align: left;
}
.cid-sAlJzjsSsj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAlJzjsSsj .mbr-text {
  color: #767676;
}
.cid-sAlK8ACqWt {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAlK8ACqWt img {
  height: 500px;
  object-fit: cover;
}
.cid-sAlK8ACqWt .card-img {
  position: relative;
}
.cid-sAlK8ACqWt .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sAlK8ACqWt .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-sAlK8ACqWt .card-img {
    margin-bottom: 2rem;
  }
}
.cid-sAlKxkpAnx {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sAlKxkpAnx img {
  height: 500px;
  object-fit: cover;
}
.cid-sAlKxkpAnx .card-img {
  position: relative;
}
.cid-sAlKxkpAnx .card-img img {
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sAlKxkpAnx .card-img:after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  border-radius: 100%;
  z-index: 1;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .cid-sAlKxkpAnx .card-img {
    margin-bottom: 2rem;
  }
}
.cid-sAlLCsqEGj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff3f3;
}
.cid-sAlLCsqEGj .mbr-text {
  color: #767676;
}
.cid-sAlLCsqEGj .sig {
  width: 300px;
}
.cid-sAlLCsqEGj img {
  height: 500px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-sAlLCsqEGj .card-img:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  top: 15%;
  right: 40px;
  width: 40px;
  height: 70%;
  -webkit-box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 35px 0 30px 0 rgba(0, 0, 0, 0.35);
  opacity: 1;
}
.cid-sAlLCsqEGj .text-wrap {
  max-width: 800px;
  margin: auto;
}
.cid-rv3b4JhFfn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sAHL2FVECN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-sAHL2FVECN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-sAHL2FVECN textarea {
  min-height: 250px;
}
.cid-sAHL2FVECN .col-auto {
  margin: auto;
}
.cid-sAHL2FVECN .form-control,
.cid-sAHL2FVECN .field-input {
  padding: 1rem;
  background-color: #f6f6f6;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sAHL2FVECN .form-control input::-webkit-input-placeholder,
.cid-sAHL2FVECN .field-input input::-webkit-input-placeholder,
.cid-sAHL2FVECN .form-control textarea::-webkit-input-placeholder,
.cid-sAHL2FVECN .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sAHL2FVECN .form-control input:-moz-placeholder,
.cid-sAHL2FVECN .field-input input:-moz-placeholder,
.cid-sAHL2FVECN .form-control textarea:-moz-placeholder,
.cid-sAHL2FVECN .field-input textarea:-moz-placeholder {
  color: #767676;
}
.cid-sAHL2FVECN .form-control:hover,
.cid-sAHL2FVECN .field-input:hover,
.cid-sAHL2FVECN .form-control:focus,
.cid-sAHL2FVECN .field-input:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sAHL2FVECN .form-control:hover input::-webkit-input-placeholder,
.cid-sAHL2FVECN .field-input:hover input::-webkit-input-placeholder,
.cid-sAHL2FVECN .form-control:focus input::-webkit-input-placeholder,
.cid-sAHL2FVECN .field-input:focus input::-webkit-input-placeholder,
.cid-sAHL2FVECN .form-control:hover textarea::-webkit-input-placeholder,
.cid-sAHL2FVECN .field-input:hover textarea::-webkit-input-placeholder,
.cid-sAHL2FVECN .form-control:focus textarea::-webkit-input-placeholder,
.cid-sAHL2FVECN .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sAHL2FVECN .form-control:hover input:-moz-placeholder,
.cid-sAHL2FVECN .field-input:hover input:-moz-placeholder,
.cid-sAHL2FVECN .form-control:focus input:-moz-placeholder,
.cid-sAHL2FVECN .field-input:focus input:-moz-placeholder,
.cid-sAHL2FVECN .form-control:hover textarea:-moz-placeholder,
.cid-sAHL2FVECN .field-input:hover textarea:-moz-placeholder,
.cid-sAHL2FVECN .form-control:focus textarea:-moz-placeholder,
.cid-sAHL2FVECN .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sAHL2FVECN .jq-number__spin:hover,
.cid-sAHL2FVECN .jq-number__spin:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sAHL2FVECN .jq-number__spin {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sAHL2FVECN .jq-selectbox li,
.cid-sAHL2FVECN .jq-selectbox li {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-sAHL2FVECN .jq-selectbox li:hover,
.cid-sAHL2FVECN .jq-selectbox li.selected {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-sAHL2FVECN .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sAHL2FVECN .jq-number__spin.minus:hover:after,
.cid-sAHL2FVECN .jq-number__spin.plus:hover:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-sAHL2FVECN .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sAHL2FVECN .jq-number__spin.minus:after,
.cid-sAHL2FVECN .jq-number__spin.plus:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-sAHL2FVECN input::-webkit-clear-button {
  display: none;
}
.cid-sAHL2FVECN input::-webkit-inner-spin-button {
  display: none;
}
.cid-sAHL2FVECN input::-webkit-outer-spin-button {
  display: none;
}
.cid-sAHL2FVECN input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sAvHxXXpB7 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sAvHxXXpB7 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sAvHxXXpB7 a {
  font-style: normal;
}
.cid-sAvHxXXpB7 .nav-link {
  font-family: Arial !important;
}
.cid-sAvHxXXpB7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sAvHxXXpB7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sAvHxXXpB7 .nav-item:focus,
.cid-sAvHxXXpB7 .nav-link:focus {
  outline: none;
}
.cid-sAvHxXXpB7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sAvHxXXpB7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sAvHxXXpB7 .menu-logo {
  margin-right: auto;
}
.cid-sAvHxXXpB7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sAvHxXXpB7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sAvHxXXpB7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sAvHxXXpB7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sAvHxXXpB7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sAvHxXXpB7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sAvHxXXpB7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sAvHxXXpB7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sAvHxXXpB7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sAvHxXXpB7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sAvHxXXpB7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sAvHxXXpB7 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sAvHxXXpB7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Arial !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sAvHxXXpB7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sAvHxXXpB7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sAvHxXXpB7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sAvHxXXpB7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sAvHxXXpB7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sAvHxXXpB7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sAvHxXXpB7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sAvHxXXpB7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sAvHxXXpB7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sAvHxXXpB7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sAvHxXXpB7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sAvHxXXpB7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sAvHxXXpB7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sAvHxXXpB7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sAvHxXXpB7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sAvHxXXpB7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sAvHxXXpB7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sAvHxXXpB7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAvHxXXpB7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sAvHxXXpB7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sAvHxXXpB7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sAvHxXXpB7 .dropdown-toggle:after {
  display: none;
}
.cid-sAvHxXXpB7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sAvHxXXpB7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sAvHxXXpB7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.collapsing,
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sAvHxXXpB7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sAvHxXXpB7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sAvHxXXpB7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sAvHxXXpB7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sAvHxXXpB7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sAvHxXXpB7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sAvHxXXpB7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sAvHxXXpB7 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sAvHxXXpB7 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sAvHxXXpB7 img {
    height: 3.8rem !important;
  }
  .cid-sAvHxXXpB7 .btn {
    display: -webkit-flex;
  }
  .cid-sAvHxXXpB7 button.navbar-toggler {
    display: block;
  }
  .cid-sAvHxXXpB7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sAvHxXXpB7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sAvHxXXpB7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sAvHxXXpB7 .navbar-collapse.collapsing,
  .cid-sAvHxXXpB7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sAvHxXXpB7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sAvHxXXpB7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sAvHxXXpB7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sAvHxXXpB7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sAvHxXXpB7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sAvHxXXpB7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAvHxXXpB7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sAvHxXXpB7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sAvHxXXpB7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sAvHxXXpB7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sAvHxXXpB7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sAvHxXXpB7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sAvHxXXpB7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sAvHxXXpB7 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sAvHxXXpB7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sAvHxXXpB7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sAvHxXXpB7 .nav-link,
.cid-sAvHxXXpB7 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sAvHxXXpB7 .nav-link:hover,
.cid-sAvHxXXpB7 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sAvHxYnAtu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sAvHxYnAtu .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sAvHxYygnc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAvHxYMWRQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAvHxYMWRQ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sAvHxYMWRQ .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sAvHxYMWRQ .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sAvHxYMWRQ .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sAvHxYMWRQ img {
    width: 90%;
  }
}
.cid-sAvHxYMWRQ .mbr-text,
.cid-sAvHxYMWRQ .mbr-section-btn UL {
  text-align: left;
}
.cid-wRtYiqdjZ2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
@media (max-width: 991px) {
  .cid-wRtYiqdjZ2 {
    min-width: 200px;
  }
}
.cid-wRtYiqdjZ2 .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-wRtYiqdjZ2 .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-wRtYiqdjZ2 .green-audio-player {
    width: 300px;
  }
}
.cid-wRtYiqdjZ2 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-wRtYiqdjZ2 .green-audio-player.player-accessible .controls:hover,
.cid-wRtYiqdjZ2 .green-audio-player.player-accessible .volume__button:hover,
.cid-wRtYiqdjZ2 .green-audio-player.player-accessible .volume__controls:hover,
.cid-wRtYiqdjZ2 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-wRtYiqdjZ2 .green-audio-player svg,
.cid-wRtYiqdjZ2 .green-audio-player img {
  display: block;
}
.cid-wRtYiqdjZ2 .green-audio-player .holder {
  position: relative;
}
.cid-wRtYiqdjZ2 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-wRtYiqdjZ2 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-wRtYiqdjZ2 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-wRtYiqdjZ2 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-wRtYiqdjZ2 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-wRtYiqdjZ2 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-wRtYiqdjZ2 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-wRtYiqdjZ2 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-wRtYiqdjZ2 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-wRtYiqdjZ2 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-wRtYiqdjZ2 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-wRtYiqdjZ2 .green-audio-player .controls span {
  cursor: default;
}
.cid-wRtYiqdjZ2 .green-audio-player .controls:focus {
  outline: none;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume {
  position: relative;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-wRtYiqdjZ2 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-wRtYiqdjZ2 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-wRtYiqdjZ2 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-wRtYiqdjZ2 .green-audio-player .download:focus {
  outline: none;
}
.cid-wRtYiqdjZ2 .green-audio-player:focus {
  outline: none;
}
.cid-wRtYiqdjZ2 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-wRtYiqdjZ2 .hidden {
  display: none;
}
.cid-wRtYiqdjZ2 .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-wRtYiqdjZ2 .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAxhAriSU1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
@media (max-width: 991px) {
  .cid-sAxhAriSU1 {
    min-width: 200px;
  }
}
.cid-sAxhAriSU1 .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sAxhAriSU1 .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sAxhAriSU1 .green-audio-player {
    width: 300px;
  }
}
.cid-sAxhAriSU1 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sAxhAriSU1 .green-audio-player.player-accessible .controls:hover,
.cid-sAxhAriSU1 .green-audio-player.player-accessible .volume__button:hover,
.cid-sAxhAriSU1 .green-audio-player.player-accessible .volume__controls:hover,
.cid-sAxhAriSU1 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sAxhAriSU1 .green-audio-player svg,
.cid-sAxhAriSU1 .green-audio-player img {
  display: block;
}
.cid-sAxhAriSU1 .green-audio-player .holder {
  position: relative;
}
.cid-sAxhAriSU1 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sAxhAriSU1 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sAxhAriSU1 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sAxhAriSU1 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sAxhAriSU1 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sAxhAriSU1 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sAxhAriSU1 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sAxhAriSU1 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sAxhAriSU1 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sAxhAriSU1 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sAxhAriSU1 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sAxhAriSU1 .green-audio-player .controls span {
  cursor: default;
}
.cid-sAxhAriSU1 .green-audio-player .controls:focus {
  outline: none;
}
.cid-sAxhAriSU1 .green-audio-player .volume {
  position: relative;
}
.cid-sAxhAriSU1 .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sAxhAriSU1 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sAxhAriSU1 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sAxhAriSU1 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxhAriSU1 .green-audio-player .download:focus {
  outline: none;
}
.cid-sAxhAriSU1 .green-audio-player:focus {
  outline: none;
}
.cid-sAxhAriSU1 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sAxhAriSU1 .hidden {
  display: none;
}
.cid-sAxhAriSU1 .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sAxhAriSU1 .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAxhBh9VSF {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
@media (max-width: 991px) {
  .cid-sAxhBh9VSF {
    min-width: 200px;
  }
}
.cid-sAxhBh9VSF .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sAxhBh9VSF .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sAxhBh9VSF .green-audio-player {
    width: 300px;
  }
}
.cid-sAxhBh9VSF .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sAxhBh9VSF .green-audio-player.player-accessible .controls:hover,
.cid-sAxhBh9VSF .green-audio-player.player-accessible .volume__button:hover,
.cid-sAxhBh9VSF .green-audio-player.player-accessible .volume__controls:hover,
.cid-sAxhBh9VSF .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sAxhBh9VSF .green-audio-player svg,
.cid-sAxhBh9VSF .green-audio-player img {
  display: block;
}
.cid-sAxhBh9VSF .green-audio-player .holder {
  position: relative;
}
.cid-sAxhBh9VSF .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sAxhBh9VSF .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sAxhBh9VSF .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sAxhBh9VSF .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sAxhBh9VSF .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sAxhBh9VSF .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sAxhBh9VSF .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sAxhBh9VSF .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sAxhBh9VSF .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sAxhBh9VSF .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sAxhBh9VSF .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sAxhBh9VSF .green-audio-player .controls span {
  cursor: default;
}
.cid-sAxhBh9VSF .green-audio-player .controls:focus {
  outline: none;
}
.cid-sAxhBh9VSF .green-audio-player .volume {
  position: relative;
}
.cid-sAxhBh9VSF .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sAxhBh9VSF .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sAxhBh9VSF .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sAxhBh9VSF .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxhBh9VSF .green-audio-player .download:focus {
  outline: none;
}
.cid-sAxhBh9VSF .green-audio-player:focus {
  outline: none;
}
.cid-sAxhBh9VSF .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sAxhBh9VSF .hidden {
  display: none;
}
.cid-sAxhBh9VSF .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sAxhBh9VSF .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAxhC6n7sg {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
@media (max-width: 991px) {
  .cid-sAxhC6n7sg {
    min-width: 200px;
  }
}
.cid-sAxhC6n7sg .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sAxhC6n7sg .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sAxhC6n7sg .green-audio-player {
    width: 300px;
  }
}
.cid-sAxhC6n7sg .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sAxhC6n7sg .green-audio-player.player-accessible .controls:hover,
.cid-sAxhC6n7sg .green-audio-player.player-accessible .volume__button:hover,
.cid-sAxhC6n7sg .green-audio-player.player-accessible .volume__controls:hover,
.cid-sAxhC6n7sg .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sAxhC6n7sg .green-audio-player svg,
.cid-sAxhC6n7sg .green-audio-player img {
  display: block;
}
.cid-sAxhC6n7sg .green-audio-player .holder {
  position: relative;
}
.cid-sAxhC6n7sg .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sAxhC6n7sg .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sAxhC6n7sg .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sAxhC6n7sg .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sAxhC6n7sg .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sAxhC6n7sg .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sAxhC6n7sg .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sAxhC6n7sg .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sAxhC6n7sg .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sAxhC6n7sg .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sAxhC6n7sg .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sAxhC6n7sg .green-audio-player .controls span {
  cursor: default;
}
.cid-sAxhC6n7sg .green-audio-player .controls:focus {
  outline: none;
}
.cid-sAxhC6n7sg .green-audio-player .volume {
  position: relative;
}
.cid-sAxhC6n7sg .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sAxhC6n7sg .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sAxhC6n7sg .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sAxhC6n7sg .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxhC6n7sg .green-audio-player .download:focus {
  outline: none;
}
.cid-sAxhC6n7sg .green-audio-player:focus {
  outline: none;
}
.cid-sAxhC6n7sg .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sAxhC6n7sg .hidden {
  display: none;
}
.cid-sAxhC6n7sg .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sAxhC6n7sg .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAvHxZ1VdM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sAvHxZ1VdM .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sAvHxZ1VdM .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sAvHxZ1VdM .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sAvHxZ1VdM .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sAvHxZ1VdM img {
    width: 90%;
  }
}
.cid-sAvHxZ1VdM .mbr-text,
.cid-sAvHxZ1VdM .mbr-section-btn UL {
  text-align: left;
}
.cid-sAxk9iL9wN {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f6f6f6, #f6f6f6);
}
@media (max-width: 991px) {
  .cid-sAxk9iL9wN {
    min-width: 200px;
  }
}
.cid-sAxk9iL9wN .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sAxk9iL9wN .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sAxk9iL9wN .green-audio-player {
    width: 300px;
  }
}
.cid-sAxk9iL9wN .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sAxk9iL9wN .green-audio-player.player-accessible .controls:hover,
.cid-sAxk9iL9wN .green-audio-player.player-accessible .volume__button:hover,
.cid-sAxk9iL9wN .green-audio-player.player-accessible .volume__controls:hover,
.cid-sAxk9iL9wN .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sAxk9iL9wN .green-audio-player svg,
.cid-sAxk9iL9wN .green-audio-player img {
  display: block;
}
.cid-sAxk9iL9wN .green-audio-player .holder {
  position: relative;
}
.cid-sAxk9iL9wN .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sAxk9iL9wN .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sAxk9iL9wN .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sAxk9iL9wN .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sAxk9iL9wN .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sAxk9iL9wN .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sAxk9iL9wN .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sAxk9iL9wN .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sAxk9iL9wN .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sAxk9iL9wN .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sAxk9iL9wN .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sAxk9iL9wN .green-audio-player .controls span {
  cursor: default;
}
.cid-sAxk9iL9wN .green-audio-player .controls:focus {
  outline: none;
}
.cid-sAxk9iL9wN .green-audio-player .volume {
  position: relative;
}
.cid-sAxk9iL9wN .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sAxk9iL9wN .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sAxk9iL9wN .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sAxk9iL9wN .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxk9iL9wN .green-audio-player .download:focus {
  outline: none;
}
.cid-sAxk9iL9wN .green-audio-player:focus {
  outline: none;
}
.cid-sAxk9iL9wN .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sAxk9iL9wN .hidden {
  display: none;
}
.cid-sAxk9iL9wN .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sAxk9iL9wN .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAxka4drQV {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f6f6f6, #f6f6f6);
}
@media (max-width: 991px) {
  .cid-sAxka4drQV {
    min-width: 200px;
  }
}
.cid-sAxka4drQV .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sAxka4drQV .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sAxka4drQV .green-audio-player {
    width: 300px;
  }
}
.cid-sAxka4drQV .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sAxka4drQV .green-audio-player.player-accessible .controls:hover,
.cid-sAxka4drQV .green-audio-player.player-accessible .volume__button:hover,
.cid-sAxka4drQV .green-audio-player.player-accessible .volume__controls:hover,
.cid-sAxka4drQV .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sAxka4drQV .green-audio-player svg,
.cid-sAxka4drQV .green-audio-player img {
  display: block;
}
.cid-sAxka4drQV .green-audio-player .holder {
  position: relative;
}
.cid-sAxka4drQV .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sAxka4drQV .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sAxka4drQV .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sAxka4drQV .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sAxka4drQV .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sAxka4drQV .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sAxka4drQV .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sAxka4drQV .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sAxka4drQV .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sAxka4drQV .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sAxka4drQV .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sAxka4drQV .green-audio-player .controls span {
  cursor: default;
}
.cid-sAxka4drQV .green-audio-player .controls:focus {
  outline: none;
}
.cid-sAxka4drQV .green-audio-player .volume {
  position: relative;
}
.cid-sAxka4drQV .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sAxka4drQV .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sAxka4drQV .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sAxka4drQV .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxka4drQV .green-audio-player .download:focus {
  outline: none;
}
.cid-sAxka4drQV .green-audio-player:focus {
  outline: none;
}
.cid-sAxka4drQV .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sAxka4drQV .hidden {
  display: none;
}
.cid-sAxka4drQV .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sAxka4drQV .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAxkaYQ6ak {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f6f6f6, #f6f6f6);
}
@media (max-width: 991px) {
  .cid-sAxkaYQ6ak {
    min-width: 200px;
  }
}
.cid-sAxkaYQ6ak .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sAxkaYQ6ak .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sAxkaYQ6ak .green-audio-player {
    width: 300px;
  }
}
.cid-sAxkaYQ6ak .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sAxkaYQ6ak .green-audio-player.player-accessible .controls:hover,
.cid-sAxkaYQ6ak .green-audio-player.player-accessible .volume__button:hover,
.cid-sAxkaYQ6ak .green-audio-player.player-accessible .volume__controls:hover,
.cid-sAxkaYQ6ak .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sAxkaYQ6ak .green-audio-player svg,
.cid-sAxkaYQ6ak .green-audio-player img {
  display: block;
}
.cid-sAxkaYQ6ak .green-audio-player .holder {
  position: relative;
}
.cid-sAxkaYQ6ak .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sAxkaYQ6ak .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sAxkaYQ6ak .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sAxkaYQ6ak .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sAxkaYQ6ak .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sAxkaYQ6ak .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sAxkaYQ6ak .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sAxkaYQ6ak .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sAxkaYQ6ak .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sAxkaYQ6ak .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sAxkaYQ6ak .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sAxkaYQ6ak .green-audio-player .controls span {
  cursor: default;
}
.cid-sAxkaYQ6ak .green-audio-player .controls:focus {
  outline: none;
}
.cid-sAxkaYQ6ak .green-audio-player .volume {
  position: relative;
}
.cid-sAxkaYQ6ak .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sAxkaYQ6ak .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sAxkaYQ6ak .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sAxkaYQ6ak .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxkaYQ6ak .green-audio-player .download:focus {
  outline: none;
}
.cid-sAxkaYQ6ak .green-audio-player:focus {
  outline: none;
}
.cid-sAxkaYQ6ak .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sAxkaYQ6ak .hidden {
  display: none;
}
.cid-sAxkaYQ6ak .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sAxkaYQ6ak .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAxkbO3Fzq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f6f6f6, #f6f6f6);
}
@media (max-width: 991px) {
  .cid-sAxkbO3Fzq {
    min-width: 200px;
  }
}
.cid-sAxkbO3Fzq .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sAxkbO3Fzq .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sAxkbO3Fzq .green-audio-player {
    width: 300px;
  }
}
.cid-sAxkbO3Fzq .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sAxkbO3Fzq .green-audio-player.player-accessible .controls:hover,
.cid-sAxkbO3Fzq .green-audio-player.player-accessible .volume__button:hover,
.cid-sAxkbO3Fzq .green-audio-player.player-accessible .volume__controls:hover,
.cid-sAxkbO3Fzq .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sAxkbO3Fzq .green-audio-player svg,
.cid-sAxkbO3Fzq .green-audio-player img {
  display: block;
}
.cid-sAxkbO3Fzq .green-audio-player .holder {
  position: relative;
}
.cid-sAxkbO3Fzq .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sAxkbO3Fzq .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sAxkbO3Fzq .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sAxkbO3Fzq .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sAxkbO3Fzq .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sAxkbO3Fzq .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sAxkbO3Fzq .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sAxkbO3Fzq .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sAxkbO3Fzq .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sAxkbO3Fzq .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sAxkbO3Fzq .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sAxkbO3Fzq .green-audio-player .controls span {
  cursor: default;
}
.cid-sAxkbO3Fzq .green-audio-player .controls:focus {
  outline: none;
}
.cid-sAxkbO3Fzq .green-audio-player .volume {
  position: relative;
}
.cid-sAxkbO3Fzq .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sAxkbO3Fzq .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sAxkbO3Fzq .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sAxkbO3Fzq .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sAxkbO3Fzq .green-audio-player .download:focus {
  outline: none;
}
.cid-sAxkbO3Fzq .green-audio-player:focus {
  outline: none;
}
.cid-sAxkbO3Fzq .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sAxkbO3Fzq .hidden {
  display: none;
}
.cid-sAxkbO3Fzq .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sAxkbO3Fzq .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAvHxZhAOI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAvHxZhAOI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sAvHxZhAOI .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sAvHxZhAOI .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sAvHxZhAOI .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sAvHxZhAOI img {
    width: 90%;
  }
}
.cid-sAvHxZhAOI .mbr-text,
.cid-sAvHxZhAOI .mbr-section-btn UL {
  text-align: left;
}
.cid-sABV6d1DDR {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sABV6d1DDR {
    min-width: 200px;
  }
}
.cid-sABV6d1DDR .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sABV6d1DDR .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sABV6d1DDR .green-audio-player {
    width: 300px;
  }
}
.cid-sABV6d1DDR .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sABV6d1DDR .green-audio-player.player-accessible .controls:hover,
.cid-sABV6d1DDR .green-audio-player.player-accessible .volume__button:hover,
.cid-sABV6d1DDR .green-audio-player.player-accessible .volume__controls:hover,
.cid-sABV6d1DDR .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sABV6d1DDR .green-audio-player svg,
.cid-sABV6d1DDR .green-audio-player img {
  display: block;
}
.cid-sABV6d1DDR .green-audio-player .holder {
  position: relative;
}
.cid-sABV6d1DDR .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sABV6d1DDR .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sABV6d1DDR .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sABV6d1DDR .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sABV6d1DDR .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sABV6d1DDR .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sABV6d1DDR .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sABV6d1DDR .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sABV6d1DDR .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sABV6d1DDR .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sABV6d1DDR .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sABV6d1DDR .green-audio-player .controls span {
  cursor: default;
}
.cid-sABV6d1DDR .green-audio-player .controls:focus {
  outline: none;
}
.cid-sABV6d1DDR .green-audio-player .volume {
  position: relative;
}
.cid-sABV6d1DDR .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sABV6d1DDR .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sABV6d1DDR .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sABV6d1DDR .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV6d1DDR .green-audio-player .download:focus {
  outline: none;
}
.cid-sABV6d1DDR .green-audio-player:focus {
  outline: none;
}
.cid-sABV6d1DDR .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sABV6d1DDR .hidden {
  display: none;
}
.cid-sABV6d1DDR .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sABV6d1DDR .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sABV7El3RN {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sABV7El3RN {
    min-width: 200px;
  }
}
.cid-sABV7El3RN .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sABV7El3RN .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sABV7El3RN .green-audio-player {
    width: 300px;
  }
}
.cid-sABV7El3RN .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sABV7El3RN .green-audio-player.player-accessible .controls:hover,
.cid-sABV7El3RN .green-audio-player.player-accessible .volume__button:hover,
.cid-sABV7El3RN .green-audio-player.player-accessible .volume__controls:hover,
.cid-sABV7El3RN .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sABV7El3RN .green-audio-player svg,
.cid-sABV7El3RN .green-audio-player img {
  display: block;
}
.cid-sABV7El3RN .green-audio-player .holder {
  position: relative;
}
.cid-sABV7El3RN .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sABV7El3RN .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sABV7El3RN .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sABV7El3RN .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sABV7El3RN .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sABV7El3RN .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sABV7El3RN .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sABV7El3RN .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sABV7El3RN .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sABV7El3RN .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sABV7El3RN .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sABV7El3RN .green-audio-player .controls span {
  cursor: default;
}
.cid-sABV7El3RN .green-audio-player .controls:focus {
  outline: none;
}
.cid-sABV7El3RN .green-audio-player .volume {
  position: relative;
}
.cid-sABV7El3RN .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sABV7El3RN .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sABV7El3RN .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sABV7El3RN .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV7El3RN .green-audio-player .download:focus {
  outline: none;
}
.cid-sABV7El3RN .green-audio-player:focus {
  outline: none;
}
.cid-sABV7El3RN .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sABV7El3RN .hidden {
  display: none;
}
.cid-sABV7El3RN .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sABV7El3RN .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sABV8NSq9X {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sABV8NSq9X {
    min-width: 200px;
  }
}
.cid-sABV8NSq9X .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sABV8NSq9X .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sABV8NSq9X .green-audio-player {
    width: 300px;
  }
}
.cid-sABV8NSq9X .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sABV8NSq9X .green-audio-player.player-accessible .controls:hover,
.cid-sABV8NSq9X .green-audio-player.player-accessible .volume__button:hover,
.cid-sABV8NSq9X .green-audio-player.player-accessible .volume__controls:hover,
.cid-sABV8NSq9X .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sABV8NSq9X .green-audio-player svg,
.cid-sABV8NSq9X .green-audio-player img {
  display: block;
}
.cid-sABV8NSq9X .green-audio-player .holder {
  position: relative;
}
.cid-sABV8NSq9X .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sABV8NSq9X .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sABV8NSq9X .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sABV8NSq9X .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sABV8NSq9X .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sABV8NSq9X .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sABV8NSq9X .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sABV8NSq9X .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sABV8NSq9X .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sABV8NSq9X .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sABV8NSq9X .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sABV8NSq9X .green-audio-player .controls span {
  cursor: default;
}
.cid-sABV8NSq9X .green-audio-player .controls:focus {
  outline: none;
}
.cid-sABV8NSq9X .green-audio-player .volume {
  position: relative;
}
.cid-sABV8NSq9X .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sABV8NSq9X .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sABV8NSq9X .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sABV8NSq9X .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV8NSq9X .green-audio-player .download:focus {
  outline: none;
}
.cid-sABV8NSq9X .green-audio-player:focus {
  outline: none;
}
.cid-sABV8NSq9X .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sABV8NSq9X .hidden {
  display: none;
}
.cid-sABV8NSq9X .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sABV8NSq9X .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sABV9uMwhY {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sABV9uMwhY {
    min-width: 200px;
  }
}
.cid-sABV9uMwhY .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sABV9uMwhY .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sABV9uMwhY .green-audio-player {
    width: 300px;
  }
}
.cid-sABV9uMwhY .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sABV9uMwhY .green-audio-player.player-accessible .controls:hover,
.cid-sABV9uMwhY .green-audio-player.player-accessible .volume__button:hover,
.cid-sABV9uMwhY .green-audio-player.player-accessible .volume__controls:hover,
.cid-sABV9uMwhY .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sABV9uMwhY .green-audio-player svg,
.cid-sABV9uMwhY .green-audio-player img {
  display: block;
}
.cid-sABV9uMwhY .green-audio-player .holder {
  position: relative;
}
.cid-sABV9uMwhY .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sABV9uMwhY .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sABV9uMwhY .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sABV9uMwhY .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sABV9uMwhY .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sABV9uMwhY .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sABV9uMwhY .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sABV9uMwhY .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sABV9uMwhY .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sABV9uMwhY .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sABV9uMwhY .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sABV9uMwhY .green-audio-player .controls span {
  cursor: default;
}
.cid-sABV9uMwhY .green-audio-player .controls:focus {
  outline: none;
}
.cid-sABV9uMwhY .green-audio-player .volume {
  position: relative;
}
.cid-sABV9uMwhY .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sABV9uMwhY .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sABV9uMwhY .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sABV9uMwhY .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV9uMwhY .green-audio-player .download:focus {
  outline: none;
}
.cid-sABV9uMwhY .green-audio-player:focus {
  outline: none;
}
.cid-sABV9uMwhY .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sABV9uMwhY .hidden {
  display: none;
}
.cid-sABV9uMwhY .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sABV9uMwhY .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sAvHxZvbUb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sAvHxZvbUb .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sAvHxZvbUb .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sAvHxZvbUb .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sAvHxZvbUb .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sAvHxZvbUb img {
    width: 90%;
  }
}
.cid-sAvHxZvbUb .mbr-text,
.cid-sAvHxZvbUb .mbr-section-btn UL {
  text-align: left;
}
.cid-sABV6VPi11 {
  padding-top: 0px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #f6f6f6, #f6f6f6);
}
@media (max-width: 991px) {
  .cid-sABV6VPi11 {
    min-width: 200px;
  }
}
.cid-sABV6VPi11 .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sABV6VPi11 .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sABV6VPi11 .green-audio-player {
    width: 300px;
  }
}
.cid-sABV6VPi11 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sABV6VPi11 .green-audio-player.player-accessible .controls:hover,
.cid-sABV6VPi11 .green-audio-player.player-accessible .volume__button:hover,
.cid-sABV6VPi11 .green-audio-player.player-accessible .volume__controls:hover,
.cid-sABV6VPi11 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sABV6VPi11 .green-audio-player svg,
.cid-sABV6VPi11 .green-audio-player img {
  display: block;
}
.cid-sABV6VPi11 .green-audio-player .holder {
  position: relative;
}
.cid-sABV6VPi11 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sABV6VPi11 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sABV6VPi11 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sABV6VPi11 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sABV6VPi11 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sABV6VPi11 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sABV6VPi11 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sABV6VPi11 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sABV6VPi11 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sABV6VPi11 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sABV6VPi11 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sABV6VPi11 .green-audio-player .controls span {
  cursor: default;
}
.cid-sABV6VPi11 .green-audio-player .controls:focus {
  outline: none;
}
.cid-sABV6VPi11 .green-audio-player .volume {
  position: relative;
}
.cid-sABV6VPi11 .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sABV6VPi11 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sABV6VPi11 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sABV6VPi11 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sABV6VPi11 .green-audio-player .download:focus {
  outline: none;
}
.cid-sABV6VPi11 .green-audio-player:focus {
  outline: none;
}
.cid-sABV6VPi11 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sABV6VPi11 .hidden {
  display: none;
}
.cid-sABV6VPi11 .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sABV6VPi11 .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-rwtYwhIgku .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-rwtYwhIgku .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-rwtYwhIgku a {
  font-style: normal;
}
.cid-rwtYwhIgku .nav-link {
  font-family: Arial !important;
}
.cid-rwtYwhIgku .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwtYwhIgku .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwtYwhIgku .nav-item:focus,
.cid-rwtYwhIgku .nav-link:focus {
  outline: none;
}
.cid-rwtYwhIgku .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwtYwhIgku .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwtYwhIgku .menu-logo {
  margin-right: auto;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Arial !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwtYwhIgku .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwtYwhIgku .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwtYwhIgku button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwtYwhIgku button.navbar-toggler:focus {
  outline: none;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku .dropdown-toggle:after {
  display: none;
}
.cid-rwtYwhIgku .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rwtYwhIgku .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwtYwhIgku .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwtYwhIgku .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwtYwhIgku .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwtYwhIgku .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwtYwhIgku .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku img {
    height: 3.8rem !important;
  }
  .cid-rwtYwhIgku .btn {
    display: -webkit-flex;
  }
  .cid-rwtYwhIgku button.navbar-toggler {
    display: block;
  }
  .cid-rwtYwhIgku .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwtYwhIgku .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing,
  .cid-rwtYwhIgku .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwtYwhIgku .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rwtYwhIgku .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwtYwhIgku .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwtYwhIgku .nav-link,
.cid-rwtYwhIgku .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rwtYwhIgku .nav-link:hover,
.cid-rwtYwhIgku .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-rv3axPf0bB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rv3axPf0bB .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sACdvk6SDp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sACdeHckKN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-sACdeHckKN .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sACdeHckKN .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sACdeHckKN .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sACdeHckKN .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sACdeHckKN img {
    width: 90%;
  }
}
.cid-sACdmEQI7G {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sACdmEQI7G .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sACdmEQI7G .video-block {
    width: 100% !important;
  }
}
.cid-sACdin0cQl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sACdin0cQl .mbr-text {
  color: #767676;
}
.cid-sACdin0cQl .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-sACdnqXvzO {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sACdnqXvzO .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sACdnqXvzO .video-block {
    width: 100% !important;
  }
}
.cid-sACdgFI2R5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-sACdgFI2R5 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sACdgFI2R5 .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sACdgFI2R5 .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sACdgFI2R5 .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sACdgFI2R5 img {
    width: 90%;
  }
}
.cid-sACdoaMXTt {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sACdoaMXTt .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sACdoaMXTt .video-block {
    width: 100% !important;
  }
}
.cid-sACdjadzk2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sACdjadzk2 .mbr-text {
  color: #767676;
}
.cid-sACdjadzk2 .sig-img img {
  width: auto;
  display: inline-block;
}
.cid-sACdoOoj9w {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sACdoOoj9w .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sACdoOoj9w .video-block {
    width: 100% !important;
  }
}
.cid-sACdjM7Sdg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.cid-sACdjM7Sdg .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-sACdjM7Sdg .counter-container ul li {
  margin-bottom: 0.2rem;
  list-style: none;
  position: relative;
}
.cid-sACdjM7Sdg .counter-container ul li:before {
  position: absolute;
  left: -2.2rem;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-sACdjM7Sdg .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-sACdjM7Sdg img {
    width: 90%;
  }
}
.cid-sACeiUatBF {
  background: #f6f6f6;
  padding-top: 30px;
  padding-bottom: 15px;
}
.cid-sACeiUatBF .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sACeiUatBF .video-block {
    width: 100% !important;
  }
}
.cid-sACnmMpynS .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sACnmMpynS .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sACnmMpynS a {
  font-style: normal;
}
.cid-sACnmMpynS .nav-link {
  font-family: Arial !important;
}
.cid-sACnmMpynS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sACnmMpynS .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sACnmMpynS .nav-item:focus,
.cid-sACnmMpynS .nav-link:focus {
  outline: none;
}
.cid-sACnmMpynS .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sACnmMpynS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sACnmMpynS .menu-logo {
  margin-right: auto;
}
.cid-sACnmMpynS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sACnmMpynS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sACnmMpynS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sACnmMpynS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sACnmMpynS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sACnmMpynS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sACnmMpynS .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sACnmMpynS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sACnmMpynS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sACnmMpynS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACnmMpynS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sACnmMpynS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sACnmMpynS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Arial !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sACnmMpynS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACnmMpynS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sACnmMpynS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACnmMpynS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sACnmMpynS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sACnmMpynS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sACnmMpynS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sACnmMpynS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sACnmMpynS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sACnmMpynS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sACnmMpynS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sACnmMpynS button.navbar-toggler:focus {
  outline: none;
}
.cid-sACnmMpynS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACnmMpynS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sACnmMpynS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sACnmMpynS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sACnmMpynS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sACnmMpynS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sACnmMpynS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sACnmMpynS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sACnmMpynS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sACnmMpynS .dropdown-toggle:after {
  display: none;
}
.cid-sACnmMpynS .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sACnmMpynS .collapsed .btn {
  display: -webkit-flex;
}
.cid-sACnmMpynS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sACnmMpynS .collapsed .navbar-collapse.collapsing,
.cid-sACnmMpynS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sACnmMpynS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sACnmMpynS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sACnmMpynS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sACnmMpynS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sACnmMpynS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sACnmMpynS .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sACnmMpynS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sACnmMpynS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sACnmMpynS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sACnmMpynS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sACnmMpynS .collapsed button.navbar-toggler {
  display: block;
}
.cid-sACnmMpynS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sACnmMpynS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sACnmMpynS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sACnmMpynS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sACnmMpynS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sACnmMpynS .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sACnmMpynS .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sACnmMpynS img {
    height: 3.8rem !important;
  }
  .cid-sACnmMpynS .btn {
    display: -webkit-flex;
  }
  .cid-sACnmMpynS button.navbar-toggler {
    display: block;
  }
  .cid-sACnmMpynS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sACnmMpynS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sACnmMpynS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sACnmMpynS .navbar-collapse.collapsing,
  .cid-sACnmMpynS .navbar-collapse.show {
    display: block !important;
  }
  .cid-sACnmMpynS .navbar-collapse.collapsing .navbar-nav,
  .cid-sACnmMpynS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sACnmMpynS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sACnmMpynS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sACnmMpynS .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sACnmMpynS .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sACnmMpynS .navbar-collapse.collapsing .navbar-buttons,
  .cid-sACnmMpynS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sACnmMpynS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sACnmMpynS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sACnmMpynS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sACnmMpynS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sACnmMpynS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sACnmMpynS .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sACnmMpynS .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sACnmMpynS .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sACnmMpynS .nav-link,
.cid-sACnmMpynS .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sACnmMpynS .nav-link:hover,
.cid-sACnmMpynS .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sACnmN9Dd7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sACnmN9Dd7 .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sACnmNoMnm {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sACnmUubqE {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACnmUubqE {
    min-width: 200px;
  }
}
.cid-sACnmUubqE .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACnmUubqE .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACnmUubqE .green-audio-player {
    width: 300px;
  }
}
.cid-sACnmUubqE .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACnmUubqE .green-audio-player.player-accessible .controls:hover,
.cid-sACnmUubqE .green-audio-player.player-accessible .volume__button:hover,
.cid-sACnmUubqE .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACnmUubqE .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACnmUubqE .green-audio-player svg,
.cid-sACnmUubqE .green-audio-player img {
  display: block;
}
.cid-sACnmUubqE .green-audio-player .holder {
  position: relative;
}
.cid-sACnmUubqE .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACnmUubqE .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACnmUubqE .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACnmUubqE .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACnmUubqE .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACnmUubqE .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACnmUubqE .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACnmUubqE .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACnmUubqE .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACnmUubqE .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACnmUubqE .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACnmUubqE .green-audio-player .controls span {
  cursor: default;
}
.cid-sACnmUubqE .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACnmUubqE .green-audio-player .volume {
  position: relative;
}
.cid-sACnmUubqE .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACnmUubqE .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACnmUubqE .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACnmUubqE .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACnmUubqE .green-audio-player .download:focus {
  outline: none;
}
.cid-sACnmUubqE .green-audio-player:focus {
  outline: none;
}
.cid-sACnmUubqE .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACnmUubqE .hidden {
  display: none;
}
.cid-sACnmUubqE .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACnmUubqE .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACoU1Kq6k {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACoU1Kq6k {
    min-width: 200px;
  }
}
.cid-sACoU1Kq6k .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACoU1Kq6k .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACoU1Kq6k .green-audio-player {
    width: 300px;
  }
}
.cid-sACoU1Kq6k .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACoU1Kq6k .green-audio-player.player-accessible .controls:hover,
.cid-sACoU1Kq6k .green-audio-player.player-accessible .volume__button:hover,
.cid-sACoU1Kq6k .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACoU1Kq6k .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACoU1Kq6k .green-audio-player svg,
.cid-sACoU1Kq6k .green-audio-player img {
  display: block;
}
.cid-sACoU1Kq6k .green-audio-player .holder {
  position: relative;
}
.cid-sACoU1Kq6k .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACoU1Kq6k .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACoU1Kq6k .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACoU1Kq6k .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACoU1Kq6k .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACoU1Kq6k .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACoU1Kq6k .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACoU1Kq6k .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACoU1Kq6k .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACoU1Kq6k .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACoU1Kq6k .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACoU1Kq6k .green-audio-player .controls span {
  cursor: default;
}
.cid-sACoU1Kq6k .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACoU1Kq6k .green-audio-player .volume {
  position: relative;
}
.cid-sACoU1Kq6k .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACoU1Kq6k .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACoU1Kq6k .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACoU1Kq6k .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACoU1Kq6k .green-audio-player .download:focus {
  outline: none;
}
.cid-sACoU1Kq6k .green-audio-player:focus {
  outline: none;
}
.cid-sACoU1Kq6k .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACoU1Kq6k .hidden {
  display: none;
}
.cid-sACoU1Kq6k .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACoU1Kq6k .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACoUFEDQF {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACoUFEDQF {
    min-width: 200px;
  }
}
.cid-sACoUFEDQF .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACoUFEDQF .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACoUFEDQF .green-audio-player {
    width: 300px;
  }
}
.cid-sACoUFEDQF .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACoUFEDQF .green-audio-player.player-accessible .controls:hover,
.cid-sACoUFEDQF .green-audio-player.player-accessible .volume__button:hover,
.cid-sACoUFEDQF .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACoUFEDQF .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACoUFEDQF .green-audio-player svg,
.cid-sACoUFEDQF .green-audio-player img {
  display: block;
}
.cid-sACoUFEDQF .green-audio-player .holder {
  position: relative;
}
.cid-sACoUFEDQF .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACoUFEDQF .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACoUFEDQF .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACoUFEDQF .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACoUFEDQF .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACoUFEDQF .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACoUFEDQF .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACoUFEDQF .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACoUFEDQF .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACoUFEDQF .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACoUFEDQF .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACoUFEDQF .green-audio-player .controls span {
  cursor: default;
}
.cid-sACoUFEDQF .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACoUFEDQF .green-audio-player .volume {
  position: relative;
}
.cid-sACoUFEDQF .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACoUFEDQF .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACoUFEDQF .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACoUFEDQF .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACoUFEDQF .green-audio-player .download:focus {
  outline: none;
}
.cid-sACoUFEDQF .green-audio-player:focus {
  outline: none;
}
.cid-sACoUFEDQF .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACoUFEDQF .hidden {
  display: none;
}
.cid-sACoUFEDQF .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACoUFEDQF .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACoVpqvjE {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACoVpqvjE {
    min-width: 200px;
  }
}
.cid-sACoVpqvjE .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACoVpqvjE .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACoVpqvjE .green-audio-player {
    width: 300px;
  }
}
.cid-sACoVpqvjE .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACoVpqvjE .green-audio-player.player-accessible .controls:hover,
.cid-sACoVpqvjE .green-audio-player.player-accessible .volume__button:hover,
.cid-sACoVpqvjE .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACoVpqvjE .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACoVpqvjE .green-audio-player svg,
.cid-sACoVpqvjE .green-audio-player img {
  display: block;
}
.cid-sACoVpqvjE .green-audio-player .holder {
  position: relative;
}
.cid-sACoVpqvjE .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACoVpqvjE .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACoVpqvjE .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACoVpqvjE .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACoVpqvjE .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACoVpqvjE .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACoVpqvjE .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACoVpqvjE .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACoVpqvjE .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACoVpqvjE .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACoVpqvjE .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACoVpqvjE .green-audio-player .controls span {
  cursor: default;
}
.cid-sACoVpqvjE .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACoVpqvjE .green-audio-player .volume {
  position: relative;
}
.cid-sACoVpqvjE .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACoVpqvjE .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACoVpqvjE .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACoVpqvjE .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACoVpqvjE .green-audio-player .download:focus {
  outline: none;
}
.cid-sACoVpqvjE .green-audio-player:focus {
  outline: none;
}
.cid-sACoVpqvjE .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACoVpqvjE .hidden {
  display: none;
}
.cid-sACoVpqvjE .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACoVpqvjE .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACrFJvi21 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sACrFJvi21 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sACrFJvi21 a {
  font-style: normal;
}
.cid-sACrFJvi21 .nav-link {
  font-family: Arial !important;
}
.cid-sACrFJvi21 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sACrFJvi21 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sACrFJvi21 .nav-item:focus,
.cid-sACrFJvi21 .nav-link:focus {
  outline: none;
}
.cid-sACrFJvi21 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sACrFJvi21 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sACrFJvi21 .menu-logo {
  margin-right: auto;
}
.cid-sACrFJvi21 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sACrFJvi21 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sACrFJvi21 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sACrFJvi21 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sACrFJvi21 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sACrFJvi21 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sACrFJvi21 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sACrFJvi21 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sACrFJvi21 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sACrFJvi21 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACrFJvi21 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sACrFJvi21 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sACrFJvi21 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Arial !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sACrFJvi21 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACrFJvi21 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sACrFJvi21 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACrFJvi21 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sACrFJvi21 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sACrFJvi21 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sACrFJvi21 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sACrFJvi21 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sACrFJvi21 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sACrFJvi21 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sACrFJvi21 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sACrFJvi21 button.navbar-toggler:focus {
  outline: none;
}
.cid-sACrFJvi21 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACrFJvi21 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sACrFJvi21 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sACrFJvi21 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sACrFJvi21 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sACrFJvi21 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sACrFJvi21 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sACrFJvi21 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sACrFJvi21 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sACrFJvi21 .dropdown-toggle:after {
  display: none;
}
.cid-sACrFJvi21 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sACrFJvi21 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sACrFJvi21 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sACrFJvi21 .collapsed .navbar-collapse.collapsing,
.cid-sACrFJvi21 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sACrFJvi21 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sACrFJvi21 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sACrFJvi21 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sACrFJvi21 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sACrFJvi21 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sACrFJvi21 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sACrFJvi21 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sACrFJvi21 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sACrFJvi21 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sACrFJvi21 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sACrFJvi21 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sACrFJvi21 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sACrFJvi21 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sACrFJvi21 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sACrFJvi21 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sACrFJvi21 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sACrFJvi21 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sACrFJvi21 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sACrFJvi21 img {
    height: 3.8rem !important;
  }
  .cid-sACrFJvi21 .btn {
    display: -webkit-flex;
  }
  .cid-sACrFJvi21 button.navbar-toggler {
    display: block;
  }
  .cid-sACrFJvi21 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sACrFJvi21 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sACrFJvi21 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sACrFJvi21 .navbar-collapse.collapsing,
  .cid-sACrFJvi21 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sACrFJvi21 .navbar-collapse.collapsing .navbar-nav,
  .cid-sACrFJvi21 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sACrFJvi21 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sACrFJvi21 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sACrFJvi21 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sACrFJvi21 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sACrFJvi21 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sACrFJvi21 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sACrFJvi21 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sACrFJvi21 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sACrFJvi21 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sACrFJvi21 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sACrFJvi21 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sACrFJvi21 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sACrFJvi21 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sACrFJvi21 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sACrFJvi21 .nav-link,
.cid-sACrFJvi21 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sACrFJvi21 .nav-link:hover,
.cid-sACrFJvi21 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sACrFK93Xa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sACrFK93Xa .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sACrFKqVdR {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sACrFKMOub {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACrFKMOub {
    min-width: 200px;
  }
}
.cid-sACrFKMOub .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACrFKMOub .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACrFKMOub .green-audio-player {
    width: 300px;
  }
}
.cid-sACrFKMOub .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACrFKMOub .green-audio-player.player-accessible .controls:hover,
.cid-sACrFKMOub .green-audio-player.player-accessible .volume__button:hover,
.cid-sACrFKMOub .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACrFKMOub .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACrFKMOub .green-audio-player svg,
.cid-sACrFKMOub .green-audio-player img {
  display: block;
}
.cid-sACrFKMOub .green-audio-player .holder {
  position: relative;
}
.cid-sACrFKMOub .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACrFKMOub .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACrFKMOub .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACrFKMOub .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACrFKMOub .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACrFKMOub .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACrFKMOub .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACrFKMOub .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACrFKMOub .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACrFKMOub .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACrFKMOub .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACrFKMOub .green-audio-player .controls span {
  cursor: default;
}
.cid-sACrFKMOub .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACrFKMOub .green-audio-player .volume {
  position: relative;
}
.cid-sACrFKMOub .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACrFKMOub .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACrFKMOub .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACrFKMOub .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACrFKMOub .green-audio-player .download:focus {
  outline: none;
}
.cid-sACrFKMOub .green-audio-player:focus {
  outline: none;
}
.cid-sACrFKMOub .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACrFKMOub .hidden {
  display: none;
}
.cid-sACrFKMOub .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACrFKMOub .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACrFLiK0C {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACrFLiK0C {
    min-width: 200px;
  }
}
.cid-sACrFLiK0C .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACrFLiK0C .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACrFLiK0C .green-audio-player {
    width: 300px;
  }
}
.cid-sACrFLiK0C .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACrFLiK0C .green-audio-player.player-accessible .controls:hover,
.cid-sACrFLiK0C .green-audio-player.player-accessible .volume__button:hover,
.cid-sACrFLiK0C .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACrFLiK0C .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACrFLiK0C .green-audio-player svg,
.cid-sACrFLiK0C .green-audio-player img {
  display: block;
}
.cid-sACrFLiK0C .green-audio-player .holder {
  position: relative;
}
.cid-sACrFLiK0C .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACrFLiK0C .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACrFLiK0C .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACrFLiK0C .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACrFLiK0C .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACrFLiK0C .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACrFLiK0C .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACrFLiK0C .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACrFLiK0C .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACrFLiK0C .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACrFLiK0C .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACrFLiK0C .green-audio-player .controls span {
  cursor: default;
}
.cid-sACrFLiK0C .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACrFLiK0C .green-audio-player .volume {
  position: relative;
}
.cid-sACrFLiK0C .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACrFLiK0C .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACrFLiK0C .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACrFLiK0C .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACrFLiK0C .green-audio-player .download:focus {
  outline: none;
}
.cid-sACrFLiK0C .green-audio-player:focus {
  outline: none;
}
.cid-sACrFLiK0C .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACrFLiK0C .hidden {
  display: none;
}
.cid-sACrFLiK0C .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACrFLiK0C .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACrFLKP5c {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACrFLKP5c {
    min-width: 200px;
  }
}
.cid-sACrFLKP5c .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACrFLKP5c .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACrFLKP5c .green-audio-player {
    width: 300px;
  }
}
.cid-sACrFLKP5c .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACrFLKP5c .green-audio-player.player-accessible .controls:hover,
.cid-sACrFLKP5c .green-audio-player.player-accessible .volume__button:hover,
.cid-sACrFLKP5c .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACrFLKP5c .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACrFLKP5c .green-audio-player svg,
.cid-sACrFLKP5c .green-audio-player img {
  display: block;
}
.cid-sACrFLKP5c .green-audio-player .holder {
  position: relative;
}
.cid-sACrFLKP5c .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACrFLKP5c .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACrFLKP5c .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACrFLKP5c .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACrFLKP5c .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACrFLKP5c .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACrFLKP5c .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACrFLKP5c .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACrFLKP5c .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACrFLKP5c .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACrFLKP5c .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACrFLKP5c .green-audio-player .controls span {
  cursor: default;
}
.cid-sACrFLKP5c .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACrFLKP5c .green-audio-player .volume {
  position: relative;
}
.cid-sACrFLKP5c .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACrFLKP5c .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACrFLKP5c .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACrFLKP5c .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACrFLKP5c .green-audio-player .download:focus {
  outline: none;
}
.cid-sACrFLKP5c .green-audio-player:focus {
  outline: none;
}
.cid-sACrFLKP5c .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACrFLKP5c .hidden {
  display: none;
}
.cid-sACrFLKP5c .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACrFLKP5c .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACrFM9LOU {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACrFM9LOU {
    min-width: 200px;
  }
}
.cid-sACrFM9LOU .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACrFM9LOU .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACrFM9LOU .green-audio-player {
    width: 300px;
  }
}
.cid-sACrFM9LOU .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACrFM9LOU .green-audio-player.player-accessible .controls:hover,
.cid-sACrFM9LOU .green-audio-player.player-accessible .volume__button:hover,
.cid-sACrFM9LOU .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACrFM9LOU .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACrFM9LOU .green-audio-player svg,
.cid-sACrFM9LOU .green-audio-player img {
  display: block;
}
.cid-sACrFM9LOU .green-audio-player .holder {
  position: relative;
}
.cid-sACrFM9LOU .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACrFM9LOU .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACrFM9LOU .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACrFM9LOU .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACrFM9LOU .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACrFM9LOU .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACrFM9LOU .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACrFM9LOU .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACrFM9LOU .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACrFM9LOU .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACrFM9LOU .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACrFM9LOU .green-audio-player .controls span {
  cursor: default;
}
.cid-sACrFM9LOU .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACrFM9LOU .green-audio-player .volume {
  position: relative;
}
.cid-sACrFM9LOU .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACrFM9LOU .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACrFM9LOU .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACrFM9LOU .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACrFM9LOU .green-audio-player .download:focus {
  outline: none;
}
.cid-sACrFM9LOU .green-audio-player:focus {
  outline: none;
}
.cid-sACrFM9LOU .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACrFM9LOU .hidden {
  display: none;
}
.cid-sACrFM9LOU .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACrFM9LOU .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACu15kLuA .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sACu15kLuA .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sACu15kLuA a {
  font-style: normal;
}
.cid-sACu15kLuA .nav-link {
  font-family: Arial !important;
}
.cid-sACu15kLuA .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sACu15kLuA .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sACu15kLuA .nav-item:focus,
.cid-sACu15kLuA .nav-link:focus {
  outline: none;
}
.cid-sACu15kLuA .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sACu15kLuA .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sACu15kLuA .menu-logo {
  margin-right: auto;
}
.cid-sACu15kLuA .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sACu15kLuA .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sACu15kLuA .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sACu15kLuA .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sACu15kLuA .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sACu15kLuA .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sACu15kLuA .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sACu15kLuA .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sACu15kLuA .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sACu15kLuA .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACu15kLuA .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sACu15kLuA .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sACu15kLuA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Arial !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sACu15kLuA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACu15kLuA .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sACu15kLuA .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACu15kLuA .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sACu15kLuA .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sACu15kLuA .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sACu15kLuA .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sACu15kLuA .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sACu15kLuA .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sACu15kLuA .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sACu15kLuA button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sACu15kLuA button.navbar-toggler:focus {
  outline: none;
}
.cid-sACu15kLuA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACu15kLuA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sACu15kLuA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sACu15kLuA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sACu15kLuA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sACu15kLuA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sACu15kLuA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sACu15kLuA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sACu15kLuA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sACu15kLuA .dropdown-toggle:after {
  display: none;
}
.cid-sACu15kLuA .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sACu15kLuA .collapsed .btn {
  display: -webkit-flex;
}
.cid-sACu15kLuA .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sACu15kLuA .collapsed .navbar-collapse.collapsing,
.cid-sACu15kLuA .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sACu15kLuA .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sACu15kLuA .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sACu15kLuA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sACu15kLuA .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sACu15kLuA .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sACu15kLuA .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sACu15kLuA .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sACu15kLuA .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sACu15kLuA .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sACu15kLuA .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sACu15kLuA .collapsed button.navbar-toggler {
  display: block;
}
.cid-sACu15kLuA .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sACu15kLuA .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sACu15kLuA .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sACu15kLuA .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sACu15kLuA .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sACu15kLuA .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sACu15kLuA .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sACu15kLuA img {
    height: 3.8rem !important;
  }
  .cid-sACu15kLuA .btn {
    display: -webkit-flex;
  }
  .cid-sACu15kLuA button.navbar-toggler {
    display: block;
  }
  .cid-sACu15kLuA .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sACu15kLuA .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sACu15kLuA .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sACu15kLuA .navbar-collapse.collapsing,
  .cid-sACu15kLuA .navbar-collapse.show {
    display: block !important;
  }
  .cid-sACu15kLuA .navbar-collapse.collapsing .navbar-nav,
  .cid-sACu15kLuA .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sACu15kLuA .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sACu15kLuA .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sACu15kLuA .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sACu15kLuA .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sACu15kLuA .navbar-collapse.collapsing .navbar-buttons,
  .cid-sACu15kLuA .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sACu15kLuA .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sACu15kLuA .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sACu15kLuA .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sACu15kLuA .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sACu15kLuA .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sACu15kLuA .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sACu15kLuA .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sACu15kLuA .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sACu15kLuA .nav-link,
.cid-sACu15kLuA .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sACu15kLuA .nav-link:hover,
.cid-sACu15kLuA .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sACu15SSsl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sACu15SSsl .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sACu168kvl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sACu16uewn {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACu16uewn {
    min-width: 200px;
  }
}
.cid-sACu16uewn .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACu16uewn .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACu16uewn .green-audio-player {
    width: 300px;
  }
}
.cid-sACu16uewn .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACu16uewn .green-audio-player.player-accessible .controls:hover,
.cid-sACu16uewn .green-audio-player.player-accessible .volume__button:hover,
.cid-sACu16uewn .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACu16uewn .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACu16uewn .green-audio-player svg,
.cid-sACu16uewn .green-audio-player img {
  display: block;
}
.cid-sACu16uewn .green-audio-player .holder {
  position: relative;
}
.cid-sACu16uewn .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACu16uewn .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACu16uewn .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACu16uewn .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACu16uewn .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACu16uewn .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACu16uewn .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACu16uewn .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACu16uewn .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACu16uewn .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACu16uewn .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACu16uewn .green-audio-player .controls span {
  cursor: default;
}
.cid-sACu16uewn .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACu16uewn .green-audio-player .volume {
  position: relative;
}
.cid-sACu16uewn .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACu16uewn .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACu16uewn .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACu16uewn .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACu16uewn .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACu16uewn .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACu16uewn .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACu16uewn .green-audio-player .download:focus {
  outline: none;
}
.cid-sACu16uewn .green-audio-player:focus {
  outline: none;
}
.cid-sACu16uewn .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACu16uewn .hidden {
  display: none;
}
.cid-sACu16uewn .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACu16uewn .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACu16YkQs {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACu16YkQs {
    min-width: 200px;
  }
}
.cid-sACu16YkQs .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACu16YkQs .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACu16YkQs .green-audio-player {
    width: 300px;
  }
}
.cid-sACu16YkQs .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACu16YkQs .green-audio-player.player-accessible .controls:hover,
.cid-sACu16YkQs .green-audio-player.player-accessible .volume__button:hover,
.cid-sACu16YkQs .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACu16YkQs .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACu16YkQs .green-audio-player svg,
.cid-sACu16YkQs .green-audio-player img {
  display: block;
}
.cid-sACu16YkQs .green-audio-player .holder {
  position: relative;
}
.cid-sACu16YkQs .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACu16YkQs .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACu16YkQs .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACu16YkQs .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACu16YkQs .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACu16YkQs .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACu16YkQs .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACu16YkQs .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACu16YkQs .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACu16YkQs .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACu16YkQs .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACu16YkQs .green-audio-player .controls span {
  cursor: default;
}
.cid-sACu16YkQs .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACu16YkQs .green-audio-player .volume {
  position: relative;
}
.cid-sACu16YkQs .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACu16YkQs .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACu16YkQs .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACu16YkQs .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACu16YkQs .green-audio-player .download:focus {
  outline: none;
}
.cid-sACu16YkQs .green-audio-player:focus {
  outline: none;
}
.cid-sACu16YkQs .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACu16YkQs .hidden {
  display: none;
}
.cid-sACu16YkQs .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACu16YkQs .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACu17rvZ4 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACu17rvZ4 {
    min-width: 200px;
  }
}
.cid-sACu17rvZ4 .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACu17rvZ4 .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACu17rvZ4 .green-audio-player {
    width: 300px;
  }
}
.cid-sACu17rvZ4 .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACu17rvZ4 .green-audio-player.player-accessible .controls:hover,
.cid-sACu17rvZ4 .green-audio-player.player-accessible .volume__button:hover,
.cid-sACu17rvZ4 .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACu17rvZ4 .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACu17rvZ4 .green-audio-player svg,
.cid-sACu17rvZ4 .green-audio-player img {
  display: block;
}
.cid-sACu17rvZ4 .green-audio-player .holder {
  position: relative;
}
.cid-sACu17rvZ4 .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACu17rvZ4 .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACu17rvZ4 .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACu17rvZ4 .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACu17rvZ4 .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACu17rvZ4 .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACu17rvZ4 .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACu17rvZ4 .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACu17rvZ4 .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACu17rvZ4 .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACu17rvZ4 .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACu17rvZ4 .green-audio-player .controls span {
  cursor: default;
}
.cid-sACu17rvZ4 .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACu17rvZ4 .green-audio-player .volume {
  position: relative;
}
.cid-sACu17rvZ4 .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACu17rvZ4 .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACu17rvZ4 .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACu17rvZ4 .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACu17rvZ4 .green-audio-player .download:focus {
  outline: none;
}
.cid-sACu17rvZ4 .green-audio-player:focus {
  outline: none;
}
.cid-sACu17rvZ4 .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACu17rvZ4 .hidden {
  display: none;
}
.cid-sACu17rvZ4 .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACu17rvZ4 .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACu17QQ5O {
  padding-top: 30px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACu17QQ5O {
    min-width: 200px;
  }
}
.cid-sACu17QQ5O .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACu17QQ5O .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACu17QQ5O .green-audio-player {
    width: 300px;
  }
}
.cid-sACu17QQ5O .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACu17QQ5O .green-audio-player.player-accessible .controls:hover,
.cid-sACu17QQ5O .green-audio-player.player-accessible .volume__button:hover,
.cid-sACu17QQ5O .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACu17QQ5O .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACu17QQ5O .green-audio-player svg,
.cid-sACu17QQ5O .green-audio-player img {
  display: block;
}
.cid-sACu17QQ5O .green-audio-player .holder {
  position: relative;
}
.cid-sACu17QQ5O .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACu17QQ5O .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACu17QQ5O .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACu17QQ5O .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACu17QQ5O .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACu17QQ5O .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACu17QQ5O .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACu17QQ5O .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACu17QQ5O .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACu17QQ5O .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACu17QQ5O .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACu17QQ5O .green-audio-player .controls span {
  cursor: default;
}
.cid-sACu17QQ5O .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACu17QQ5O .green-audio-player .volume {
  position: relative;
}
.cid-sACu17QQ5O .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACu17QQ5O .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACu17QQ5O .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACu17QQ5O .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACu17QQ5O .green-audio-player .download:focus {
  outline: none;
}
.cid-sACu17QQ5O .green-audio-player:focus {
  outline: none;
}
.cid-sACu17QQ5O .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACu17QQ5O .hidden {
  display: none;
}
.cid-sACu17QQ5O .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACu17QQ5O .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sACybkWkP9 .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-sACybkWkP9 .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-sACybkWkP9 a {
  font-style: normal;
}
.cid-sACybkWkP9 .nav-link {
  font-family: Arial !important;
}
.cid-sACybkWkP9 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sACybkWkP9 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sACybkWkP9 .nav-item:focus,
.cid-sACybkWkP9 .nav-link:focus {
  outline: none;
}
.cid-sACybkWkP9 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sACybkWkP9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sACybkWkP9 .menu-logo {
  margin-right: auto;
}
.cid-sACybkWkP9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sACybkWkP9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sACybkWkP9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sACybkWkP9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sACybkWkP9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sACybkWkP9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sACybkWkP9 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sACybkWkP9 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sACybkWkP9 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sACybkWkP9 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sACybkWkP9 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sACybkWkP9 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sACybkWkP9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Arial !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-sACybkWkP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sACybkWkP9 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sACybkWkP9 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sACybkWkP9 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sACybkWkP9 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sACybkWkP9 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sACybkWkP9 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sACybkWkP9 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sACybkWkP9 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sACybkWkP9 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sACybkWkP9 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sACybkWkP9 button.navbar-toggler:focus {
  outline: none;
}
.cid-sACybkWkP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sACybkWkP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sACybkWkP9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sACybkWkP9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sACybkWkP9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sACybkWkP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sACybkWkP9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sACybkWkP9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sACybkWkP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sACybkWkP9 .dropdown-toggle:after {
  display: none;
}
.cid-sACybkWkP9 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sACybkWkP9 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sACybkWkP9 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sACybkWkP9 .collapsed .navbar-collapse.collapsing,
.cid-sACybkWkP9 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sACybkWkP9 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sACybkWkP9 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sACybkWkP9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sACybkWkP9 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sACybkWkP9 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sACybkWkP9 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sACybkWkP9 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sACybkWkP9 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sACybkWkP9 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sACybkWkP9 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sACybkWkP9 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sACybkWkP9 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sACybkWkP9 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sACybkWkP9 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sACybkWkP9 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sACybkWkP9 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sACybkWkP9 .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sACybkWkP9 .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sACybkWkP9 img {
    height: 3.8rem !important;
  }
  .cid-sACybkWkP9 .btn {
    display: -webkit-flex;
  }
  .cid-sACybkWkP9 button.navbar-toggler {
    display: block;
  }
  .cid-sACybkWkP9 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sACybkWkP9 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sACybkWkP9 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sACybkWkP9 .navbar-collapse.collapsing,
  .cid-sACybkWkP9 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sACybkWkP9 .navbar-collapse.collapsing .navbar-nav,
  .cid-sACybkWkP9 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sACybkWkP9 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sACybkWkP9 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sACybkWkP9 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sACybkWkP9 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sACybkWkP9 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sACybkWkP9 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sACybkWkP9 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sACybkWkP9 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sACybkWkP9 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sACybkWkP9 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sACybkWkP9 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sACybkWkP9 .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sACybkWkP9 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sACybkWkP9 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sACybkWkP9 .nav-link,
.cid-sACybkWkP9 .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-sACybkWkP9 .nav-link:hover,
.cid-sACybkWkP9 .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-sACyblvbfM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sACyblvbfM .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sACyblLbDc {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcDSqyNdy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcDSqyNdy .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sCcDSqyNdy .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sCcDSqyNdy .btn {
  margin: 0px !important;
}
.cid-sCcDSqyNdy .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcDSqyNdy .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcDSqyNdy .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sCcDSqyNdy .carousel-item .wrap-img {
  text-align: center;
}
.cid-sCcDSqyNdy .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sCcDSqyNdy .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sCcDSqyNdy .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sCcDSqyNdy .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sCcDSqyNdy .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sCcDSqyNdy .second-col {
    padding-top: 2rem;
  }
}
.cid-sACybm9U9R {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACybm9U9R {
    min-width: 200px;
  }
}
.cid-sACybm9U9R .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACybm9U9R .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 825px) {
  .cid-sACybm9U9R .green-audio-player {
    width: 300px;
  }
}
.cid-sACybm9U9R .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACybm9U9R .green-audio-player.player-accessible .controls:hover,
.cid-sACybm9U9R .green-audio-player.player-accessible .volume__button:hover,
.cid-sACybm9U9R .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACybm9U9R .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACybm9U9R .green-audio-player svg,
.cid-sACybm9U9R .green-audio-player img {
  display: block;
}
.cid-sACybm9U9R .green-audio-player .holder {
  position: relative;
}
.cid-sACybm9U9R .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACybm9U9R .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACybm9U9R .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACybm9U9R .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACybm9U9R .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACybm9U9R .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACybm9U9R .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACybm9U9R .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACybm9U9R .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACybm9U9R .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACybm9U9R .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACybm9U9R .green-audio-player .controls span {
  cursor: default;
}
.cid-sACybm9U9R .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACybm9U9R .green-audio-player .volume {
  position: relative;
}
.cid-sACybm9U9R .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACybm9U9R .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACybm9U9R .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACybm9U9R .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACybm9U9R .green-audio-player .download:focus {
  outline: none;
}
.cid-sACybm9U9R .green-audio-player:focus {
  outline: none;
}
.cid-sACybm9U9R .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACybm9U9R .hidden {
  display: none;
}
.cid-sACybm9U9R .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACybm9U9R .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sCcECoREPH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sCcECoREPH .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sCcECoREPH .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sCcECoREPH .btn {
  margin: 0px !important;
}
.cid-sCcECoREPH .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcECoREPH .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcECoREPH .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sCcECoREPH .carousel-item .wrap-img {
  text-align: center;
}
.cid-sCcECoREPH .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sCcECoREPH .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sCcECoREPH .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sCcECoREPH .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sCcECoREPH .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sCcECoREPH .second-col {
    padding-top: 2rem;
  }
}
.cid-sACybmB3sn {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f6f6f6, #f6f6f6);
}
@media (max-width: 991px) {
  .cid-sACybmB3sn {
    min-width: 200px;
  }
}
.cid-sACybmB3sn .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACybmB3sn .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACybmB3sn .green-audio-player {
    width: 300px;
  }
}
.cid-sACybmB3sn .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACybmB3sn .green-audio-player.player-accessible .controls:hover,
.cid-sACybmB3sn .green-audio-player.player-accessible .volume__button:hover,
.cid-sACybmB3sn .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACybmB3sn .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACybmB3sn .green-audio-player svg,
.cid-sACybmB3sn .green-audio-player img {
  display: block;
}
.cid-sACybmB3sn .green-audio-player .holder {
  position: relative;
}
.cid-sACybmB3sn .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACybmB3sn .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACybmB3sn .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACybmB3sn .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACybmB3sn .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACybmB3sn .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACybmB3sn .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACybmB3sn .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACybmB3sn .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACybmB3sn .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACybmB3sn .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACybmB3sn .green-audio-player .controls span {
  cursor: default;
}
.cid-sACybmB3sn .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACybmB3sn .green-audio-player .volume {
  position: relative;
}
.cid-sACybmB3sn .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACybmB3sn .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACybmB3sn .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACybmB3sn .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACybmB3sn .green-audio-player .download:focus {
  outline: none;
}
.cid-sACybmB3sn .green-audio-player:focus {
  outline: none;
}
.cid-sACybmB3sn .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACybmB3sn .hidden {
  display: none;
}
.cid-sACybmB3sn .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACybmB3sn .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sCcEDAzxFR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcEDAzxFR .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sCcEDAzxFR .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sCcEDAzxFR .btn {
  margin: 0px !important;
}
.cid-sCcEDAzxFR .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcEDAzxFR .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcEDAzxFR .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sCcEDAzxFR .carousel-item .wrap-img {
  text-align: center;
}
.cid-sCcEDAzxFR .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sCcEDAzxFR .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sCcEDAzxFR .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sCcEDAzxFR .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sCcEDAzxFR .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sCcEDAzxFR .second-col {
    padding-top: 2rem;
  }
}
.cid-sACybn5ePa {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACybn5ePa {
    min-width: 200px;
  }
}
.cid-sACybn5ePa .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACybn5ePa .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACybn5ePa .green-audio-player {
    width: 300px;
  }
}
.cid-sACybn5ePa .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACybn5ePa .green-audio-player.player-accessible .controls:hover,
.cid-sACybn5ePa .green-audio-player.player-accessible .volume__button:hover,
.cid-sACybn5ePa .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACybn5ePa .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACybn5ePa .green-audio-player svg,
.cid-sACybn5ePa .green-audio-player img {
  display: block;
}
.cid-sACybn5ePa .green-audio-player .holder {
  position: relative;
}
.cid-sACybn5ePa .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACybn5ePa .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACybn5ePa .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACybn5ePa .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACybn5ePa .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACybn5ePa .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACybn5ePa .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACybn5ePa .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACybn5ePa .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACybn5ePa .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACybn5ePa .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACybn5ePa .green-audio-player .controls span {
  cursor: default;
}
.cid-sACybn5ePa .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACybn5ePa .green-audio-player .volume {
  position: relative;
}
.cid-sACybn5ePa .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACybn5ePa .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACybn5ePa .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACybn5ePa .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACybn5ePa .green-audio-player .download:focus {
  outline: none;
}
.cid-sACybn5ePa .green-audio-player:focus {
  outline: none;
}
.cid-sACybn5ePa .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACybn5ePa .hidden {
  display: none;
}
.cid-sACybn5ePa .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACybn5ePa .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sCcEEgRshI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f6f6;
}
.cid-sCcEEgRshI .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sCcEEgRshI .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sCcEEgRshI .btn {
  margin: 0px !important;
}
.cid-sCcEEgRshI .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcEEgRshI .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcEEgRshI .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sCcEEgRshI .carousel-item .wrap-img {
  text-align: center;
}
.cid-sCcEEgRshI .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sCcEEgRshI .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sCcEEgRshI .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sCcEEgRshI .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sCcEEgRshI .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sCcEEgRshI .second-col {
    padding-top: 2rem;
  }
}
.cid-sACybntPag {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #f6f6f6, #f6f6f6);
}
@media (max-width: 991px) {
  .cid-sACybntPag {
    min-width: 200px;
  }
}
.cid-sACybntPag .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACybntPag .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACybntPag .green-audio-player {
    width: 300px;
  }
}
.cid-sACybntPag .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACybntPag .green-audio-player.player-accessible .controls:hover,
.cid-sACybntPag .green-audio-player.player-accessible .volume__button:hover,
.cid-sACybntPag .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACybntPag .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACybntPag .green-audio-player svg,
.cid-sACybntPag .green-audio-player img {
  display: block;
}
.cid-sACybntPag .green-audio-player .holder {
  position: relative;
}
.cid-sACybntPag .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACybntPag .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACybntPag .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACybntPag .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACybntPag .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACybntPag .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACybntPag .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACybntPag .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACybntPag .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACybntPag .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACybntPag .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACybntPag .green-audio-player .controls span {
  cursor: default;
}
.cid-sACybntPag .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACybntPag .green-audio-player .volume {
  position: relative;
}
.cid-sACybntPag .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACybntPag .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACybntPag .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACybntPag .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACybntPag .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACybntPag .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACybntPag .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACybntPag .green-audio-player .download:focus {
  outline: none;
}
.cid-sACybntPag .green-audio-player:focus {
  outline: none;
}
.cid-sACybntPag .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACybntPag .hidden {
  display: none;
}
.cid-sACybntPag .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACybntPag .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-sCcEEWJMUX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCcEEWJMUX .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sCcEEWJMUX .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sCcEEWJMUX .btn {
  margin: 0px !important;
}
.cid-sCcEEWJMUX .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcEEWJMUX .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCcEEWJMUX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sCcEEWJMUX .carousel-item .wrap-img {
  text-align: center;
}
.cid-sCcEEWJMUX .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sCcEEWJMUX .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sCcEEWJMUX .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sCcEEWJMUX .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sCcEEWJMUX .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sCcEEWJMUX .second-col {
    padding-top: 2rem;
  }
}
.cid-sACyPFpbAa {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
@media (max-width: 991px) {
  .cid-sACyPFpbAa {
    min-width: 200px;
  }
}
.cid-sACyPFpbAa .mbr-text {
  color: #767676;
  text-align: left;
}
@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}
.cid-sACyPFpbAa .green-audio-player {
  width: 650px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  background-color: #cccccc;
  box-sizing: border-box;
  outline: none;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 1200px) {
  .cid-sACyPFpbAa .green-audio-player {
    width: 300px;
  }
}
.cid-sACyPFpbAa .green-audio-player.player-accessible .play-pause-btn:hover,
.cid-sACyPFpbAa .green-audio-player.player-accessible .controls:hover,
.cid-sACyPFpbAa .green-audio-player.player-accessible .volume__button:hover,
.cid-sACyPFpbAa .green-audio-player.player-accessible .volume__controls:hover,
.cid-sACyPFpbAa .green-audio-player.player-accessible .download:hover {
  outline: dotted 1px #999;
}
.cid-sACyPFpbAa .green-audio-player svg,
.cid-sACyPFpbAa .green-audio-player img {
  display: block;
}
.cid-sACyPFpbAa .green-audio-player .holder {
  position: relative;
}
.cid-sACyPFpbAa .green-audio-player .holder .loading .loading__spinner {
  position: absolute;
  left: -3px;
  bottom: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid #b0b0b0;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 0.4s linear infinite;
}
.cid-sACyPFpbAa .green-audio-player .holder .play-pause-btn {
  visibility: hidden;
  cursor: pointer;
  outline: none;
  fill: #232323;
}
.cid-sACyPFpbAa .green-audio-player .holder .play-pause-btn:focus {
  outline: none;
}
.cid-sACyPFpbAa .green-audio-player .slider {
  flex-grow: 1;
  background-color: #000000;
  cursor: pointer;
  position: relative;
}
.cid-sACyPFpbAa .green-audio-player .slider .gap-progress {
  background-color: #fe732f;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.cid-sACyPFpbAa .green-audio-player .slider .gap-progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #007797;
  position: absolute;
  pointer-events: all;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.32);
}
.cid-sACyPFpbAa .green-audio-player .slider .gap-progress .pin::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
}
.cid-sACyPFpbAa .green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  outline: none;
}
.cid-sACyPFpbAa .green-audio-player .controls .controls__slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.cid-sACyPFpbAa .green-audio-player .controls .controls__slider .controls__progress {
  width: 0;
  height: 100%;
}
.cid-sACyPFpbAa .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
  right: -8px;
  top: -6px;
}
.cid-sACyPFpbAa .green-audio-player .controls span {
  cursor: default;
}
.cid-sACyPFpbAa .green-audio-player .controls:focus {
  outline: none;
}
.cid-sACyPFpbAa .green-audio-player .volume {
  position: relative;
}
.cid-sACyPFpbAa .green-audio-player .volume_test {
  height: 0px;
  width: 0px;
}
.cid-sACyPFpbAa .green-audio-player .download__link {
  fill: #ffffff;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__button {
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__button:focus {
  outline: none;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__button.open path {
  fill: #efefef;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls {
  width: 30px;
  height: 135px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
  z-index: 2;
  outline: none;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls .volume__slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
  left: -5px;
  top: -8px;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls:focus {
  outline: none;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls.hidden {
  display: none;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls.top {
  bottom: 52px;
  left: -3px;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls.middle {
  bottom: -54px;
  left: 54px;
}
.cid-sACyPFpbAa .green-audio-player .volume .volume__controls.bottom {
  bottom: -164px;
  left: -3px;
}
.cid-sACyPFpbAa .green-audio-player .download {
  display: none;
  margin-left: 16px;
  cursor: pointer;
  outline: none;
  fill: #ffffff;
}
.cid-sACyPFpbAa .green-audio-player .download:focus {
  outline: none;
}
.cid-sACyPFpbAa .green-audio-player:focus {
  outline: none;
}
.cid-sACyPFpbAa .message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.cid-sACyPFpbAa .hidden {
  display: none;
}
.cid-sACyPFpbAa .mbr-section-subtitle {
  min-width: 500px;
  text-align: left;
}
.cid-sACyPFpbAa .mbr-section-text {
  min-width: 300px;
  text-align: left;
}
.cid-rwtYwhIgku .navbar {
  padding: .5rem 0;
  background: #3d626c;
  transition: none;
  min-height: 77px;
}
.cid-rwtYwhIgku .navbar-dropdown.bg-color.transparent.opened {
  background: #3d626c;
}
.cid-rwtYwhIgku a {
  font-style: normal;
}
.cid-rwtYwhIgku .nav-link {
  font-family: Arial !important;
}
.cid-rwtYwhIgku .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rwtYwhIgku .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rwtYwhIgku .nav-item:focus,
.cid-rwtYwhIgku .nav-link:focus {
  outline: none;
}
.cid-rwtYwhIgku .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rwtYwhIgku .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rwtYwhIgku .menu-logo {
  margin-right: auto;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rwtYwhIgku .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: Arial !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rwtYwhIgku .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rwtYwhIgku .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rwtYwhIgku .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rwtYwhIgku .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rwtYwhIgku button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rwtYwhIgku button.navbar-toggler:focus {
  outline: none;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rwtYwhIgku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rwtYwhIgku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rwtYwhIgku .dropdown-toggle:after {
  display: none;
}
.cid-rwtYwhIgku .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .btn {
  display: -webkit-flex;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rwtYwhIgku .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rwtYwhIgku .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rwtYwhIgku .collapsed button.navbar-toggler {
  display: block;
}
.cid-rwtYwhIgku .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rwtYwhIgku .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rwtYwhIgku .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rwtYwhIgku .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rwtYwhIgku .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: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rwtYwhIgku .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku img {
    height: 3.8rem !important;
  }
  .cid-rwtYwhIgku .btn {
    display: -webkit-flex;
  }
  .cid-rwtYwhIgku button.navbar-toggler {
    display: block;
  }
  .cid-rwtYwhIgku .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rwtYwhIgku .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rwtYwhIgku .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing,
  .cid-rwtYwhIgku .navbar-collapse.show {
    display: block !important;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rwtYwhIgku .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rwtYwhIgku .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rwtYwhIgku .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rwtYwhIgku .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rwtYwhIgku .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: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rwtYwhIgku .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rwtYwhIgku .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rwtYwhIgku .nav-link,
.cid-rwtYwhIgku .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-rwtYwhIgku .nav-link:hover,
.cid-rwtYwhIgku .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-rv3axPf0bB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rv3axPf0bB .media-container-row .mbr-text {
  color: #3d626c;
}
.cid-sAH6RohuzI {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAH6RohuzI .mbr-text,
.cid-sAH6RohuzI .mbr-section-btn {
  text-align: left;
}
.cid-sAH90OtotP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sAH90OtotP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sAH90OtotP .row {
  flex-direction: row-reverse;
}
.cid-sAH90OtotP img {
  width: 100%;
}
.cid-sAH90OtotP .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sAH7jVMjBr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAH7jVMjBr .mbr-text,
.cid-sAH7jVMjBr .mbr-section-btn {
  text-align: left;
}
.cid-sAHJDj0PeM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sAHJDj0PeM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sAHJDj0PeM .row {
  flex-direction: row-reverse;
}
.cid-sAHJDj0PeM img {
  width: 100%;
}
.cid-sAHJDj0PeM .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sAHJHtNpHR {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sAHJHtNpHR .mbr-text,
.cid-sAHJHtNpHR .mbr-section-btn {
  text-align: left;
}
