body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'ariblk';
  font-size: 4.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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;
}
.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: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-rGG99Xo5um {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-rGG99Xo5um .line {
  background-color: #f9f295;
  color: #f9f295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rGG99Xo5um .section-text {
  padding: 2rem 0;
  color: #0f7699;
}
.cid-rGG99Xo5um .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rGG99Xo5um .inner-container {
    width: 100% !important;
  }
}
.cid-seva09dZBd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-seva09dZBd .mbr-text,
.cid-seva09dZBd blockquote {
  color: #767676;
}
.cid-seva09dZBd .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tvLcxsGR2I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tvLcxsGR2I .mbr-text,
.cid-tvLcxsGR2I blockquote {
  color: #767676;
}
.cid-tvLcxsGR2I .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tvLcxsGR2I .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tvLcxsGR2I #dUmkl_2 {
  display: block;
  position: absolute;
  line-height: 60%;
  width: 16.5vw;
  height: 2.8rem;
  padding: 0 3px 0 0;
  left: 39.5%;
  top: 0em;
  text-align: left;
  z-index: 2;
}
.cid-tvLcxsGR2I #sUmkl_2 {
  position: relative;
  color: #0088cc;
  font-size: .6em;
  line-height: 55%;
  padding: 0 3px 0 0;
  left: 0em;
  top: 2px;
  opacity: .01;
  z-index: 2;
}
.cid-tvLcxsGR2I #sUmkl_2:hover {
  color: #1affff;
  transition: 2s ease;
  z-index: 2;
}
.cid-tvLcxsGR2I #dUmkl {
  display: block;
  position: absolute;
  line-height: 60%;
  width: 16.5vw;
  height: 2.8rem;
  padding: 1px 3px 3px 0;
  left: 39.5%;
  top: 0em;
  text-align: left;
  z-index: 2;
}
.cid-tvLcxsGR2I #sUmkl {
  position: relative;
  color: #0088cc;
  font-size: .6em;
  line-height: 55%;
  padding: 0 3px 0 0;
  left: 0em;
  top: 0em;
  opacity: .01;
  z-index: 2;
}
.cid-tvLcxsGR2I #sUmkl:hover {
  color: #1affff;
  transition: 2s ease;
  z-index: 2;
}
.cid-tvLcxsGR2I #dPus {
  display: none;
}
.cid-tvLcxsGR2I #sBatt {
  visibility: visible;
  color: #dadad7;
}
.cid-tvLcxsGR2I #Link2 {
  display: none;
}
.cid-tvLcxsGR2I #Link3 {
  color: #e6ffff;
  z-index: 2;
}
.cid-tvLcxsGR2I #Link4 {
  z-index: 1;
}
.cid-tvLcxsGR2I #Shkola3 {
  z-index: 2;
  color: #e6ffff;
}
.cid-tvLcxsGR2I #Shkola4 {
  z-index: 1;
}
.cid-tvLcxsGR2I #Shkola2,
.cid-tvLcxsGR2I #Shkola3,
.cid-tvLcxsGR2I #Shkola4,
.cid-tvLcxsGR2I #Shkola5,
.cid-tvLcxsGR2I #Shkola6 {
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-radius: 8px 0 0 8px;
}
.cid-tvLcxsGR2I #Link2,
.cid-tvLcxsGR2I #Link3,
.cid-tvLcxsGR2I #Link4,
.cid-tvLcxsGR2I #Link5,
.cid-tvLcxsGR2I #Link6 {
  left: 50%;
  border-right: 11px solid #ffffcc;
  border-radius: 0 8px 8px 0;
}
.cid-tvLcxsGR2I #Shkola2,
.cid-tvLcxsGR2I #Shkola3,
.cid-tvLcxsGR2I #Shkola4,
.cid-tvLcxsGR2I #Link2,
.cid-tvLcxsGR2I #Link3,
.cid-tvLcxsGR2I #Link4 {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 33%;
  width: 9.7vw;
  height: 3.3rem;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  background-color: #e6ffff;
}
.cid-tvLcxsGR2I #Shkola5,
.cid-tvLcxsGR2I #Link5 {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 33%;
  width: 30vw;
  height: 3.3em;
  top: 0;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  background-color: #e6ffff;
}
.cid-tvLcxsGR2I #Shkola6,
.cid-tvLcxsGR2I #Link6 {
  display: none;
  position: absolute;
  visibility: hidden;
  color: #e6ffff;
  width: 9.7vw;
  height: 4.4em;
  font-size: 33%;
  top: 0;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  background-color: #e6ffff;
  z-index: 0;
}
.cid-tvLcxsGR2I #sUmk_1 {
  visibility: visible;
  position: relative;
  color: #767676;
  top: 3em;
  z-index: 1;
}
.cid-tvLcxsGR2I #sUmk_1:hover {
  color: #009999;
  transition: 2s ease;
}
.cid-tvLcxsGR2I #sUmk_1:not(:hover) {
  transition: 3s ease;
}
.cid-tvLcxsGR2I #sVer {
  position: absolute;
  color: #ccccff;
  top: 1.11em;
  left: 53%;
  z-index: 2;
}
.cid-tvLcxsGR2I #Di1_3 {
  visibility: visible;
  position: relative;
  top: 3em;
}
.cid-tvLcxsGR2I #spVO:not(:hover) {
  color: #777;
  border: 3px solid #dadad7;
  border-radius: 22px;
  padding: 5px 5px 2px 5px;
  background-color: #dadad7;
  transition: 6s ease;
}
.cid-tvLcxsGR2I #spVO:hover {
  color: #00cccc;
  border: 3px solid #ffffcc;
  border-radius: 25px;
  padding: 2px 7px 3px 7px;
  box-shadow: 0 0 40px 0 #b3ffe6, -20px 0 30px 3px #ffffcc, 20px 0 30px 3px #ffffcc;
  text-shadow: -1px 0 #ffcce0, 0 -1px #ffcce0, 1px 0 #ffcce0, 0 1px #ffcce0;
  background-color: #e6ffff;
  transition: 3s ease;
  z-index: 0;
}
.cid-tvLcxsGR2I #spPom:not(:hover) {
  color: #585;
  font-size: 110%;
  border-bottom: 1px solid #dadad7;
  transition: 2s ease;
}
.cid-tvLcxsGR2I #spPom:hover {
  font-size: 115%;
  color: #0052cc;
  border-bottom: 5px solid #ff7070;
  transition: 1s ease;
}
.cid-tvLcxsGR2I #Shkola:hover {
  display: none;
  position: absolute;
  color: #ff9999;
  font-size: 122%;
  text-align: center;
  width: 30vw;
  height: 4.5em;
  right: 50%;
  top: -1.1em;
  border-left: 11px solid #fff;
  border-top: 11px solid #fff;
  border-bottom: 11px solid #fff;
  border-radius: 65px 51px 55px 65px;
  padding: 0 5px;
  box-shadow: -1px 1px 5px 5px rgba(255, 255, 255, 0.4), -1px -1px 23px 0 rgba(255, 255, 255, 0.3), 1px -1px 25px 4px rgba(255, 255, 255, 0.6), 1px 1px 23px 5px rgba(255, 255, 255, 0.7), 1px 0px 24px 1px #ffffff, 0px 1px 24px 1px #ffffcc, 0px -1px 25px 1px #ccffff, -1px 0px 25px 1px #ffffff, 0 0 70px 20px #ffffcc;
  background-color: #ffffe6;
  z-index: 5;
  transition: 1.5s ease;
}
.cid-tvLcxsGR2I #Shkola:not(:hover) {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 33%;
  text-align: center;
  width: 30vw;
  height: 3.3em;
  top: 0;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 8px 0 0 8px;
  padding: 0 5px;
  background-color: #e6ffff;
  transition: 3s ease;
  z-index: 1;
}
.cid-tvLcxsGR2I #Link:hover {
  position: absolute;
  color: #ccffe6;
  font-size: 2em;
  text-shadow: 0 0px 3px #FF0000, 0 0 4px #0000FF;
  width: 37vw;
  height: 4em;
  top: -1.3em;
  left: 50%;
  border-top: 11px solid #fffffc;
  border-right: 11px solid #fffffc;
  border-bottom: 11px solid #fffffc;
  padding: 0 5px;
  border-radius: 45px 57px 57px 59px;
  box-shadow: -2px 2px 33px 15px rgba(255, 255, 255, 0.7), -5px -2px 20px 11px rgba(255, 255, 255, 0.8), 5px -5px 55px 11px rgba(255, 255, 255, 0.8), 0 3px 44px 10px rgba(255, 255, 255, 0.8);
  background-color: #ffffe8;
  transition: 3s ease;
  z-index: 5;
}
.cid-tvLcxsGR2I #Link:not(:hover) {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 33%;
  width: 30vw;
  height: 3.3em;
  top: 0;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  border-radius: 0 8px 8px 0;
  background-color: #e6ffff;
  transition: 3s ease;
  z-index: 1;
}
.cid-tvLcxsGR2I .mbr-text DIV {
  text-align: center;
}
.cid-tvLcxsGR2I #Btn_24_10_21_1_3 {
  position: relative;
  top: 1.3em;
}
.cid-tvLcxsGR2I #Btn_24_10_21_1_3:not(:hover) {
  width: 33px;
  height: 33px;
  background-color: #3333cc;
  border: 2px solid #777;
  border-radius: 17px;
  opacity: .8;
  transition: 5s ease;
}
.cid-tvLcxsGR2I #Btn_24_10_21_1_3:hover {
  width: 37px;
  height: 37px;
  background-color: #99ffe9;
  border: 2px solid #999;
  border-radius: 17px;
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 211, 0.7);
  opacity: .5;
  transition: 1s ease;
}
.cid-tvLcxsGR2I #dBtn_vp_2 {
  display: block;
  position: absolute;
  opacity: .01;
  width: 20vw;
  height: 2.1em;
  background-color: transparent;
  left: 10%;
  right: 10%;
  margin-left: auto;
  margin-right: auto;
  top: -0.3em;
  z-index: -2;
}
.cid-tvLcxsGR2I #Shkola {
  display: none;
  position: absolute;
  color: #e6ffff;
  vertical-align: text-top;
  text-align: center;
  font-size: 33%;
  width: 30vw;
  height: 3.3em;
  top: 0;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 8px 0 0 8px;
  padding: 0 5px;
  background-color: #e6ffff;
  z-index: 1;
}
@keyframes Shkola_a_2 {
  0% {
    opacity: .01;
    zIndex: 1;
  }
  90% {
    opacity: .01;
    zIndex: 5;
  }
  100% {
    opacity: 1;
    zIndex: 5;
  }
}
@keyframes Link_a_2 {
  0% {
    opacity: .01;
    zIndex: 1;
  }
  90% {
    opacity: .01;
    zIndex: 5;
  }
  100% {
    opacity: 1;
    zIndex: 5;
  }
}
@keyframes Shkola_a {
  0% {
    width: 30vw;
    height: 3.3em;
  }
  38% {
    height: 3.3em;
    width: 9.7vw;
  }
  100% {
    width: 9.7vw;
    height: 4.4em;
    font-size: 33%;
  }
}
@keyframes Link_a {
  0% {
    width: 30vw;
    height: 3.3em;
  }
  38% {
    width: 9.7vw;
    height: 3.3em;
  }
  100% {
    width: 9.7vw;
    height: 4.4em;
    font-size: 33%;
  }
}
@keyframes Shkola_a_rev {
  0% {
    width: 9.7vw;
    height: 4.4em;
    font-size: 33%;
    z-index: 3;
  }
  28% {
    width: 9.7vw;
    height: 3.8em;
    font-size: 33%;
  }
  100% {
    width: 30vw;
    height: 3.3em;
    z-index: 0;
  }
}
@keyframes Link_a_rev {
  0% {
    width: 9.7vw;
    height: 4.4em;
    font-size: 33%;
    z-index: 3;
  }
  28% {
    width: 9.7vw;
    height: 3.8em;
    font-size: 33%;
  }
  100% {
    width: 30vw;
    height: 3.3em;
    z-index: 0;
  }
}
.cid-tvLcxsGR2I #Link {
  display: none;
  position: absolute;
  color: #e6ffff;
  vertical-align: text-top;
  font-size: 33%;
  width: 30vw;
  height: 3.3em;
  top: 0;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  border-radius: 0 8px 8px 0;
  background-color: #e6ffff;
  z-index: 1;
}
.cid-tvLA89xGDt {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tvLA89xGDt .mbr-text,
.cid-tvLA89xGDt blockquote {
  color: #767676;
}
.cid-tvLA89xGDt .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tvLA89xGDt #dPust_pal {
  display: block;
  position: absolute;
  height: 140px;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.cid-sdJxeVR3gL {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tvLaBglTYq {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-seMmaA30T3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-seMmaA30T3 .mbr-text,
.cid-seMmaA30T3 blockquote {
  color: #767676;
}
.cid-seMmaA30T3 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-s1QPuDg9uS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-s1QPuDg9uS .mbr-text,
.cid-s1QPuDg9uS blockquote {
  color: #767676;
}
.cid-s1QPuDg9uS .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-s1QPuDg9uS .mbr-text {
  color: #465052;
}
.cid-rVPxJf191K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-rVPxJf191K .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVPxJf191K .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVPxJf191K .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVPxJf191K .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rVPxJf191K .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rVPxJf191K .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rVPxJf191K .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVPxJf191K .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rVPxJf191K .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVPxJf191K .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVPxJf191K .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVPxJf191K .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVPxJf191K .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rVPxJf191K .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sSzyskkD7U {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sSzyskkD7U .mbr-text,
.cid-sSzyskkD7U blockquote {
  color: #767676;
}
.cid-sSzyskkD7U .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sT5ScwDgns {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sSzysr9Gbq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sSzysr9Gbq .mbr-text,
.cid-sSzysr9Gbq blockquote {
  color: #767676;
}
.cid-sSzysr9Gbq .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sSzysr9Gbq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sSzysr9Gbq #Btn_24_10_21_1_2:not(:hover) {
  width: 41px;
  height: 41px;
  background-color: #ffb3ff;
  border: 2px solid #777;
  border-radius: 15px;
  transition: .5s ease;
}
.cid-sSzysr9Gbq #Btn_24_10_21_1_2:hover {
  width: 41px;
  height: 41px;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  border-radius: 15px;
  transition: .3s ease;
}
.cid-sSzU8HKPyN {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #dadad7;
}
.cid-sSzU8HKPyN .mbr-text,
.cid-sSzU8HKPyN blockquote {
  color: #767676;
}
.cid-sSzU8HKPyN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sSzU8HKPyN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sSzU8HKPyN #spVO:not(:hover) {
  color: #777;
  border: 3px solid #dadad7;
  border-radius: 22px;
  padding: 5px 5px 2px 5px;
  background-color: #dadad7;
  transition: 6s ease;
}
.cid-sSzU8HKPyN #spVO:hover {
  color: #00cccc;
  border: 3px solid #ffffcc;
  border-radius: 25px;
  padding: 2px 7px 3px 7px;
  box-shadow: 0 0 40px 0 #b3ffe6, -20px 0 30px 3px #ffffcc, 20px 0 30px 3px #ffffcc;
  text-shadow: -1px 0 #ffcce0, 0 -1px #ffcce0, 1px 0 #ffcce0, 0 1px #ffcce0;
  background-color: #e6ffff;
  transition: 3s ease;
  z-index: -2;
}
.cid-sSzU8HKPyN #spPom:not(:hover) {
  color: #585;
  font-size: 110%;
  border-bottom: 1px solid #dadad7;
  transition: 2s ease;
}
.cid-sSzU8HKPyN #spPom:hover {
  font-size: 115%;
  border-bottom: 5px solid #ff7070;
  transition: 1s ease;
}
.cid-sSzU8HKPyN #Di1 {
  position: absolute;
  display: block;
  visibility: hidden;
  align: center;
  text-align: center;
  width: 80vw;
  height: 88vh;
  font-size: 1.4em;
  border-radius: 155px;
  left: 0vw;
  bottom: 11vh;
  padding: 355px 5px 65px 5px;
  z-index: -1;
}
.cid-sSzU8HKPyN #spDi1 {
  position: absolute;
  display: block;
  visibility: visible;
  background-color: #99bbff;
  border-radius: 25px;
  padding: 5px 5px 4px 8px;
  border: 3px double #999;
  left: 27vw;
  bottom: 0vh;
}
.cid-sSzU8HKPyN #spDi1:hover {
  background-color: #80bfff;
  border-radius: 25px;
  padding: 5px 5px 4px 8px;
  border: 4px double #b3ffff;
}
.cid-sSzU8HKPyN #Shkola:hover {
  display: none;
  position: absolute;
  color: #ff9999;
  font-size: 122%;
  text-align: center;
  width: 40vw;
  height: 55vh;
  right: 50%;
  border-left: 11px solid #fff;
  border-top: 11px solid #fff;
  border-bottom: 11px solid #fff;
  border-radius: 65px 11px 11px 65px;
  padding: 3px 5px 7px 5px;
  box-shadow: -1px 1px 5px 5px rgba(255, 255, 255, 0.4), -1px -1px 3px 0 rgba(255, 255, 255, 0.3), 1px -1px 5px 4px rgba(255, 255, 255, 0.6), 1px 1px 3px 5px rgba(255, 255, 255, 0.7), 1px 0px 14px 1px #ffffff, 0px 1px 14px 1px #ffffcc, 0px -1px 5px 1px #ccffff, -1px 0px 5px 1px #555555, 0 0 70px 20px #ffffcc;
  background-color: #ffffe6;
  z-index: 1;
  transition: 2.5s ease-in;
}
.cid-sSzU8HKPyN #Shkola {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 85%;
  text-align: center;
  width: 40vw;
  height: 52vh;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 53px 0 0 53px;
  padding: 40px 15px 7px 15px;
  background-color: #e6ffff;
  animation-name: Snar_Shk;
  animation-duration: 12s;
  animation-iteration-count: 1;
}
.cid-sSzU8HKPyN #Shkola:not(:hover) {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 85%;
  text-align: center;
  width: 40vw;
  height: 52vh;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 53px 0 0 53px;
  padding: 40px 15px 7px 15px;
  background-color: #e6ffff;
  transition: 3s ease;
}
.cid-sSzU8HKPyN #Shkola2 {
  display: block;
  position: absolute;
  color: #e6ffff;
  font-size: 85%;
  text-align: center;
  width: 40vw;
  height: 52vh;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 53px 0 0 53px;
  padding: 40px 15px 7px 15px;
  background-color: #e6ffff;
  transition: 3s ease;
}
.cid-sSzU8HKPyN #Link:hover {
  display: none;
  position: relative;
  color: #ccffe6;
  font-size: 200%;
  text-shadow: 0 0px 3px #FF0000, 0 0 4px #0000FF;
  width: 40vw;
  height: 53vh;
  left: 50%;
  border-top: 11px solid #fffffc;
  border-right: 11px solid #fffffc;
  border-bottom: 11px solid #fffffc;
  padding: 0px 5px 44px 5px;
  border-radius: 0 53px 53px 0;
  box-shadow: -2px 2px 33px 15px rgba(255, 255, 255, 0.7), -5px -2px 20px 11px rgba(255, 255, 255, 0.8), 5px -5px 55px 11px rgba(255, 255, 255, 0.8), 0 3px 44px 10px rgba(255, 255, 255, 0.8);
  background-color: #ffffe8;
  transition: 2s ease;
}
.cid-sSzU8HKPyN #Link {
  display: none;
  position: relative;
  color: #e6ffff;
  font-size: 80%;
  width: 40vw;
  height: 52vh;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 55px 15px 7px 15px;
  border-radius: 0 53px 53px 0;
  background-color: #e6ffff;
  animation-name: Snar_Link;
  animation-duration: 12s;
  animation-iteration-count: 1;
}
.cid-sSzU8HKPyN #Link:not(:hover) {
  display: none;
  position: relative;
  color: #e6ffff;
  font-size: 80%;
  width: 40vw;
  height: 52vh;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 55px 15px 7px 15px;
  border-radius: 0 53px 53px 0;
  background-color: #e6ffff;
  transition: 3s ease;
}
.cid-sSzU8HKPyN #Link2 {
  display: block;
  position: relative;
  color: #e6ffff;
  font-size: 80%;
  width: 40vw;
  height: 52vh;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 55px 15px 7px 15px;
  border-radius: 0 53px 53px 0;
  background-color: #e6ffff;
  transition: 3s ease;
}
.cid-sSzU8HKPyN #Di2 {
  position: absolute;
  display: block;
  color: #4d4dff;
  align: center;
  text-align: center;
  padding: 22px;
  width: 80vw;
  height: 57vh;
  font-size: 1.4em;
  border-radius: 53px;
  top: -3vh;
  opacity: .7;
}
.cid-sSzU8HKPyN .mbr-text DIV {
  text-align: center;
}
@keyframes Snar_Link {
  0% {
    display: block;
    width: 40vw;
  }
  7% {
    position: relative;
    color: #e6ffff;
    font-size: 80%;
    width: 40vw;
    height: 52vh;
    left: 50%;
    border-top: 11px solid #ffffcc;
    border-right: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    text-shadow: 0 0 3px #e6ffff, 0 0 4px #e6ffff;
    padding: 55px 15px 7px 15px;
    border-radius: 0 53px 53px 0;
    background-color: #e6ffff;
  }
  25% {
    position: relative;
    color: #ccffe6;
    font-size: 200%;
    text-shadow: 0 0px 3px #FF0000, 0 0 4px #0000FF;
    width: 40vw;
    height: 53vh;
    left: 50%;
    border-top: 11px solid #fffffc;
    border-right: 11px solid #fffffc;
    border-bottom: 11px solid #fffffc;
    padding: 0px 5px 44px 5px;
    border-radius: 0 53px 53px 0;
    box-shadow: -2px 2px 33px 15px rgba(255, 255, 255, 0.7), -5px -2px 20px 11px rgba(255, 255, 255, 0.8), 5px -5px 55px 11px rgba(255, 255, 255, 0.8), 0 3px 44px 10px rgba(255, 255, 255, 0.8);
    background-color: #ffffe8;
  }
  43% {
    position: relative;
    color: #e6ffff;
    font-size: 80%;
    width: 40vw;
    height: 52vh;
    left: 50%;
    border-top: 11px solid #ffffcc;
    border-right: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    text-shadow: 0 0 3px #e6ffff, 0 0 4px #e6ffff;
    padding: 55px 15px 7px 15px;
    border-radius: 0 53px 53px 0;
    background-color: #e6ffff;
    transition: 3s ease;
  }
  62% {
    position: relative;
    color: #ccffe6;
    font-size: 200%;
    text-shadow: 0 0px 3px #FF0000, 0 0 4px #0000FF;
    width: 40vw;
    height: 53vh;
    left: 50%;
    border-top: 11px solid #fffffc;
    border-right: 11px solid #fffffc;
    border-bottom: 11px solid #fffffc;
    padding: 0px 5px 44px 5px;
    border-radius: 0 53px 53px 0;
    box-shadow: -2px 2px 33px 15px rgba(255, 255, 255, 0.7), -5px -2px 20px 11px rgba(255, 255, 255, 0.8), 5px -5px 55px 11px rgba(255, 255, 255, 0.8), 0 3px 44px 10px rgba(255, 255, 255, 0.8);
    background-color: #ffffe8;
  }
  81% {
    position: relative;
    color: #e6ffff;
    font-size: 80%;
    width: 40vw;
    height: 52vh;
    left: 50%;
    border-top: 11px solid #ffffcc;
    border-right: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    padding: 55px 15px 7px 15px;
    border-radius: 0 53px 53px 0;
    background-color: #e6ffff;
    transition: 3s ease;
  }
  100% {
    position: relative;
    color: #e6ffff;
    font-size: 80%;
    width: 40vw;
    height: 52vh;
    left: 50%;
    border-top: 11px solid #ffffcc;
    border-right: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    padding: 55px 15px 7px 15px;
    border-radius: 0 53px 53px 0;
    background-color: #e6ffff;
    transition: 3s ease;
  }
}
@keyframes Snar_Shk {
  0% {
    display: block;
    width: 40vw;
  }
  25% {
    display: none;
    position: absolute;
    color: #e6ffff;
    font-size: 85%;
    text-align: center;
    width: 40vw;
    height: 52vh;
    right: 50%;
    border-left: 11px solid #ffffcc;
    border-top: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    border-radius: 53px 0 0 53px;
    padding: 40px 15px 7px 15px;
    background-color: #e6ffff;
    transition: 3s ease;
  }
  43% {
    position: absolute;
    color: #ff9999;
    font-size: 115%;
    text-align: center;
    width: 40vw;
    height: 53vh;
    right: 50%;
    border-left: 11px solid #fff;
    border-top: 11px solid #fff;
    border-bottom: 11px solid #fff;
    border-radius: 65px 11px 11px 65px;
    padding: 0px 5px 7px 5px;
    background-color: #ffffe6;
    box-shadow: -1px 1px 5px 5px rgba(255, 255, 255, 0.4), -1px -1px 3px 0 rgba(255, 255, 255, 0.3), 1px -1px 5px 4px rgba(255, 255, 255, 0.6), 1px 1px 3px 5px rgba(255, 255, 255, 0.7), 1px 0px 14px 1px #ffffff, 0px 1px 14px 1px #ffffcc, 0px -1px 5px 1px #ccffff, -1px 0px 5px 1px #555555;
    z-index: 1;
  }
  62% {
    display: none;
    position: absolute;
    color: #e6ffff;
    font-size: 85%;
    text-align: center;
    width: 40vw;
    height: 52vh;
    right: 50%;
    border-left: 11px solid #ffffcc;
    border-top: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    border-radius: 53px 0 0 53px;
    padding: 40px 15px 7px 15px;
    background-color: #e6ffff;
    transition: 3s ease;
  }
  81% {
    position: absolute;
    color: #ff9999;
    font-size: 115%;
    text-align: center;
    width: 40vw;
    height: 53vh;
    right: 50%;
    border-left: 11px solid #fff;
    border-top: 11px solid #fff;
    border-bottom: 11px solid #fff;
    border-radius: 65px 11px 11px 65px;
    padding: 0px 5px 7px 5px;
    background-color: #ffffe6;
    box-shadow: -1px 1px 5px 5px rgba(255, 255, 255, 0.4), -1px -1px 3px 0 rgba(255, 255, 255, 0.3), 1px -1px 5px 4px rgba(255, 255, 255, 0.6), 1px 1px 3px 5px rgba(255, 255, 255, 0.7), 1px 0px 14px 1px #ffffff, 0px 1px 14px 1px #ffffcc, 0px -1px 5px 1px #ccffff, -1px 0px 5px 1px #555555;
    z-index: 1;
  }
  100% {
    display: none;
    position: absolute;
    color: #e6ffff;
    font-size: 85%;
    text-align: center;
    width: 40vw;
    height: 52vh;
    right: 50%;
    border-left: 11px solid #ffffcc;
    border-top: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    border-radius: 53px 0 0 53px;
    padding: 40px 15px 7px 15px;
    background-color: #e6ffff;
    transition: 3s ease;
  }
}
.cid-sSzU8HKPyN #Btn_24_10_21_1_3:not(:hover) {
  width: 33px;
  height: 33px;
  background-color: #3333cc;
  border: 2px solid #777;
  border-radius: 14px;
  transition: .5s ease;
}
.cid-sSzU8HKPyN #Btn_24_10_21_1_3:hover {
  width: 33px;
  height: 33px;
  background-color: #99ffe9;
  border: 2px solid #999;
  border-radius: 14px;
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 211, 0.7);
  transition: .3s ease;
}
.cid-sSzysrTzoY {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sSzyssh2UK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sSzyssh2UK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSzyssh2UK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sSzyssh2UK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sSzyssh2UK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sSzyssh2UK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sSzyssh2UK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sSzyssh2UK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sSzyssh2UK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sSzyssh2UK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sSzyssh2UK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sSzyssh2UK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sSzyssh2UK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sSzyssh2UK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sSzyssh2UK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUQ3sWz8gm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ3sWz8gm .mbr-text,
.cid-sUQ3sWz8gm blockquote {
  color: #767676;
}
.cid-sUQ3sWz8gm .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUQ3sWz8gm .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUQ3sWz8gm a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQ3sWz8gm a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ3sWz8gm a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUQ3sWz8gm a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUQ3sWz8gm a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ3sWz8gm a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUQ3sWz8gm a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQ3sWz8gm a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ3sWz8gm a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUQ3SlLRGn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQ3SlLRGn .mbr-text,
.cid-sUQ3SlLRGn blockquote {
  color: #767676;
}
.cid-sUQ3SlLRGn .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sUQ3sXn99v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQ3sXn99v .mbr-text,
.cid-sUQ3sXn99v blockquote {
  color: #767676;
}
.cid-sUQ3sXn99v .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sXn99v .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sXL6GG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQ3sXL6GG .mbr-text,
.cid-sUQ3sXL6GG blockquote {
  color: #767676;
}
.cid-sUQ3sXL6GG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sXL6GG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sYee6Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ3sYee6Z .mbr-text,
.cid-sUQ3sYee6Z blockquote {
  color: #767676;
}
.cid-sUQ3sYee6Z .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sYee6Z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sYFQ9D {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ3sYFQ9D .mbr-text,
.cid-sUQ3sYFQ9D blockquote {
  color: #767676;
}
.cid-sUQ3sYFQ9D .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sYFQ9D .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sZ5aFj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ3sZ5aFj .mbr-text,
.cid-sUQ3sZ5aFj blockquote {
  color: #767676;
}
.cid-sUQ3sZ5aFj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sZ5aFj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sZt0L9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ3sZt0L9 .mbr-text,
.cid-sUQ3sZt0L9 blockquote {
  color: #767676;
}
.cid-sUQ3sZt0L9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sZt0L9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sZSs0A {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ3sZSs0A .mbr-text,
.cid-sUQ3sZSs0A blockquote {
  color: #767676;
}
.cid-sUQ3sZSs0A .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3sZSs0A .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t0qMfE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sUQ3t0qMfE .mbr-text,
.cid-sUQ3t0qMfE blockquote {
  color: #767676;
}
.cid-sUQ3t0qMfE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t0qMfE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t0Q9X5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ3t0Q9X5 .mbr-text,
.cid-sUQ3t0Q9X5 blockquote {
  color: #767676;
}
.cid-sUQ3t0Q9X5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t0Q9X5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t1d6QV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUQ3t1d6QV .mbr-text,
.cid-sUQ3t1d6QV blockquote {
  color: #767676;
}
.cid-sUQ3t1d6QV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t1d6QV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t1z1X9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ3t1z1X9 .mbr-text,
.cid-sUQ3t1z1X9 blockquote {
  color: #767676;
}
.cid-sUQ3t1z1X9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t1z1X9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ6qh2Oxe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ6qh2Oxe .mbr-text,
.cid-sUQ6qh2Oxe blockquote {
  color: #767676;
}
.cid-sUQ6qh2Oxe .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ6qh2Oxe .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sVgS3ctBaO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sVgS3ctBaO .mbr-text,
.cid-sVgS3ctBaO blockquote {
  color: #767676;
}
.cid-sVgS3ctBaO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sVgS3ctBaO .mbr-text {
  color: #465052;
}
.cid-sUQ6sffzl7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQ6sffzl7 .mbr-text,
.cid-sUQ6sffzl7 blockquote {
  color: #767676;
}
.cid-sUQ6sffzl7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ6sffzl7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ6rnjA92 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ6rnjA92 .mbr-text,
.cid-sUQ6rnjA92 blockquote {
  color: #767676;
}
.cid-sUQ6rnjA92 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ6rnjA92 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ6t6R1ln {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ6t6R1ln .mbr-text,
.cid-sUQ6t6R1ln blockquote {
  color: #767676;
}
.cid-sUQ6t6R1ln .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ6t6R1ln .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ6tZqd0n {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ6tZqd0n .mbr-text,
.cid-sUQ6tZqd0n blockquote {
  color: #767676;
}
.cid-sUQ6tZqd0n .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ6tZqd0n .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ3t1VgI1 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUQ3t2j3Ii {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUQ3t2j3Ii .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQ3t2j3Ii .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQ3t2j3Ii .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUQ3t2j3Ii .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUQ3t2j3Ii .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUQ3t2j3Ii .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUQ3t2j3Ii .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUQ3t2j3Ii .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUQ3t2j3Ii .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUQ3t2j3Ii .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUQ3t2j3Ii .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUQ3t2j3Ii .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUQ3t2j3Ii .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUQ3t2j3Ii .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUQ96UJBgJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ96UJBgJ .mbr-text,
.cid-sUQ96UJBgJ blockquote {
  color: #767676;
}
.cid-sUQ96UJBgJ .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUQ96UJBgJ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUQ96UJBgJ a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQ96UJBgJ a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ96UJBgJ a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUQ96UJBgJ a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUQ96UJBgJ a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ96UJBgJ a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUQ96UJBgJ a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQ96UJBgJ a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ96UJBgJ a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUQ96VvnoF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ96VvnoF .mbr-text,
.cid-sUQ96VvnoF blockquote {
  color: #767676;
}
.cid-sUQ96VvnoF .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ96VvnoF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ96W3lDJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ96W3lDJ .mbr-text,
.cid-sUQ96W3lDJ blockquote {
  color: #767676;
}
.cid-sUQ96W3lDJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ96W3lDJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ96WBfqO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ96WBfqO .mbr-text,
.cid-sUQ96WBfqO blockquote {
  color: #767676;
}
.cid-sUQ96WBfqO .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUQ96WBfqO .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUQ96X0mOk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ96X0mOk .mbr-text,
.cid-sUQ96X0mOk blockquote {
  color: #767676;
}
.cid-sUQ96X0mOk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ96X0mOk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ96XtSGH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sUQ96XtSGH .mbr-text,
.cid-sUQ96XtSGH blockquote {
  color: #767676;
}
.cid-sUQ96XtSGH .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ96XtSGH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ96XSxQG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUQ96XSxQG .mbr-text,
.cid-sUQ96XSxQG blockquote {
  color: #767676;
}
.cid-sUQ96XSxQG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ96XSxQG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ96YhBaF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ96YhBaF .mbr-text,
.cid-sUQ96YhBaF blockquote {
  color: #767676;
}
.cid-sUQ96YhBaF .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ96YhBaF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ96YFn3o {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ96YFn3o .mbr-text,
.cid-sUQ96YFn3o blockquote {
  color: #767676;
}
.cid-sUQ96YFn3o .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ96YFn3o .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ96Z26qE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ96Z26qE .mbr-text,
.cid-sUQ96Z26qE blockquote {
  color: #767676;
}
.cid-sUQ96Z26qE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ96Z26qE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ970ac8o {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUQ970xnSq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUQ970xnSq .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQ970xnSq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQ970xnSq .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUQ970xnSq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUQ970xnSq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUQ970xnSq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUQ970xnSq .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUQ970xnSq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUQ970xnSq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUQ970xnSq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUQ970xnSq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUQ970xnSq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUQ970xnSq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUQ970xnSq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUQaYTGaiy {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQaYTGaiy .mbr-text,
.cid-sUQaYTGaiy blockquote {
  color: #767676;
}
.cid-sUQaYTGaiy .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUQaYTGaiy .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUQaYTGaiy a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQaYTGaiy a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQaYTGaiy a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUQaYTGaiy a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUQaYTGaiy a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQaYTGaiy a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUQaYTGaiy a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQaYTGaiy a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQaYTGaiy a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUQaYUmagN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQaYUmagN .mbr-text,
.cid-sUQaYUmagN blockquote {
  color: #767676;
}
.cid-sUQaYUmagN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQaYUmagN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQaYURTwa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQaYURTwa .mbr-text,
.cid-sUQaYURTwa blockquote {
  color: #767676;
}
.cid-sUQaYURTwa .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQaYURTwa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQaYVivTP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQaYVivTP .mbr-text,
.cid-sUQaYVivTP blockquote {
  color: #767676;
}
.cid-sUQaYVivTP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQaYVivTP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQaYVGZV0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQaYVGZV0 .mbr-text,
.cid-sUQaYVGZV0 blockquote {
  color: #767676;
}
.cid-sUQaYVGZV0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQaYVGZV0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQaYW3qZi {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUQaYW3qZi .mbr-text,
.cid-sUQaYW3qZi blockquote {
  color: #767676;
}
.cid-sUQaYW3qZi .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQaYW3qZi .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQaYWoNXV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQaYWoNXV .mbr-text,
.cid-sUQaYWoNXV blockquote {
  color: #767676;
}
.cid-sUQaYWoNXV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQaYWoNXV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQaYYMal5 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUQaYZ6WLm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUQaYZ6WLm .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQaYZ6WLm .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQaYZ6WLm .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUQaYZ6WLm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUQaYZ6WLm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUQaYZ6WLm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUQaYZ6WLm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUQaYZ6WLm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUQaYZ6WLm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUQaYZ6WLm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUQaYZ6WLm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUQaYZ6WLm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUQaYZ6WLm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUQaYZ6WLm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUQcnTxNKG {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUQcnTxNKG .mbr-text,
.cid-sUQcnTxNKG blockquote {
  color: #767676;
}
.cid-sUQcnTxNKG .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUQcnTxNKG .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUQcnTxNKG a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQcnTxNKG a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQcnTxNKG a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUQcnTxNKG a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUQcnTxNKG a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQcnTxNKG a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUQcnTxNKG a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQcnTxNKG a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQcnTxNKG a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sXCtSdXpF2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sXCtSdXpF2 .mbr-text,
.cid-sXCtSdXpF2 blockquote {
  color: #767676;
}
.cid-sXCtSdXpF2 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sUQcnUBlGI {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-sUQcnUBlGI .mbr-text,
.cid-sUQcnUBlGI blockquote {
  color: #767676;
}
.cid-sUQcnUBlGI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQcnUBlGI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sVldJ0htv5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sVldJ0htv5 .mbr-text,
.cid-sVldJ0htv5 blockquote {
  color: #767676;
}
.cid-sVldJ0htv5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sVldJ0htv5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sVl3twCY4Q {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sVl3twCY4Q .mbr-text,
.cid-sVl3twCY4Q blockquote {
  color: #767676;
}
.cid-sVl3twCY4Q .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sVl3twCY4Q .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQcnV1l8j {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #dadad7;
}
.cid-sUQcnV1l8j .mbr-text,
.cid-sUQcnV1l8j blockquote {
  color: #767676;
}
.cid-sUQcnV1l8j .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQcnV1l8j .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQcnVrmfz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQcnVrmfz .mbr-text,
.cid-sUQcnVrmfz blockquote {
  color: #767676;
}
.cid-sUQcnVrmfz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQcnVrmfz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sVl7w0BjPo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sVl7w0BjPo .mbr-text,
.cid-sVl7w0BjPo blockquote {
  color: #767676;
}
.cid-sVl7w0BjPo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sVl7w0BjPo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sXCsqM6dNp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sXCsqM6dNp .mbr-text,
.cid-sXCsqM6dNp blockquote {
  color: #767676;
}
.cid-sXCsqM6dNp .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sUQcnU5doR {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sUQcnU5doR .mbr-text,
.cid-sUQcnU5doR blockquote {
  color: #767676;
}
.cid-sUQcnU5doR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQcnU5doR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sVliyiIWWy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sVliyiIWWy .mbr-text,
.cid-sVliyiIWWy blockquote {
  color: #767676;
}
.cid-sVliyiIWWy .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sVliyiIWWy .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-sVljbw98gp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sVljbw98gp .mbr-text,
.cid-sVljbw98gp blockquote {
  color: #767676;
}
.cid-sVljbw98gp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sVljbw98gp .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-sUQcnYhaGQ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUQcnYDohv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUQcnYDohv .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQcnYDohv .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQcnYDohv .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUQcnYDohv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUQcnYDohv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUQcnYDohv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUQcnYDohv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUQcnYDohv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUQcnYDohv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUQcnYDohv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUQcnYDohv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUQcnYDohv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUQcnYDohv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUQcnYDohv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUOFsSuYpF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUOFsSuYpF .mbr-text,
.cid-sUOFsSuYpF blockquote {
  color: #767676;
}
.cid-sUOFsSuYpF .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUOFsSuYpF .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUOFsSuYpF a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUOFsSuYpF a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUOFsSuYpF a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUOFsSuYpF a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUOFsSuYpF a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUOFsSuYpF a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUOFsSuYpF a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUOFsSuYpF a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUOFsSuYpF a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUOFsTnG08 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUOFsTnG08 .mbr-text,
.cid-sUOFsTnG08 blockquote {
  color: #767676;
}
.cid-sUOFsTnG08 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsTnG08 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsTnG08 .a_date {
  color: #465052;
}
.cid-sUOFsTnG08 .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-sUOFsTnG08 .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-sUOFsTnG08 #dDate {
  display: block;
  position: absolute;
  visibility: hidden;
  color: #dadad7;
  font-size: 75%;
  border: 2px solid #dadad7;
  border-radius: 15px;
  padding: 2px 7px;
  background-color: #dadad7;
  top: -28px;
  left: 65px;
}
.cid-sUOFsTM1Do {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUOFsTM1Do .mbr-text,
.cid-sUOFsTM1Do blockquote {
  color: #767676;
}
.cid-sUOFsTM1Do .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUOFsTM1Do .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsUC6Uw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUOFsUC6Uw .mbr-text,
.cid-sUOFsUC6Uw blockquote {
  color: #767676;
}
.cid-sUOFsUC6Uw .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sUOFsV0bd3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUOFsV0bd3 .mbr-text,
.cid-sUOFsV0bd3 blockquote {
  color: #767676;
}
.cid-sUOFsV0bd3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsV0bd3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsVPsag {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUOFsVPsag .mbr-text,
.cid-sUOFsVPsag blockquote {
  color: #767676;
}
.cid-sUOFsVPsag .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsVPsag .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsWf6EV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUOFsWf6EV .mbr-text,
.cid-sUOFsWf6EV blockquote {
  color: #767676;
}
.cid-sUOFsWf6EV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsWf6EV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsWCiSA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUOFsWCiSA .mbr-text,
.cid-sUOFsWCiSA blockquote {
  color: #767676;
}
.cid-sUOFsWCiSA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsWCiSA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsX4F4z {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUOFsX4F4z .mbr-text,
.cid-sUOFsX4F4z blockquote {
  color: #767676;
}
.cid-sUOFsX4F4z .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsX4F4z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsXr1HA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUOFsXr1HA .mbr-text,
.cid-sUOFsXr1HA blockquote {
  color: #767676;
}
.cid-sUOFsXr1HA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsXr1HA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsYy11T {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sUOFsYy11T .mbr-text,
.cid-sUOFsYy11T blockquote {
  color: #767676;
}
.cid-sUOFsYy11T .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsYy11T .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOFsYX1VM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUOFsYX1VM .mbr-text,
.cid-sUOFsYX1VM blockquote {
  color: #767676;
}
.cid-sUOFsYX1VM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOFsYX1VM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOKRSyW43 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-sUOKRSyW43 .mbr-text,
.cid-sUOKRSyW43 blockquote {
  color: #767676;
}
.cid-sUOKRSyW43 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOKRSyW43 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOKTyuuAo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUOKTyuuAo .mbr-text,
.cid-sUOKTyuuAo blockquote {
  color: #767676;
}
.cid-sUOKTyuuAo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOKTyuuAo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOKUPZyUX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUOKUPZyUX .mbr-text,
.cid-sUOKUPZyUX blockquote {
  color: #767676;
}
.cid-sUOKUPZyUX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOKUPZyUX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOVzoamze {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUOVzoamze .mbr-text,
.cid-sUOVzoamze blockquote {
  color: #767676;
}
.cid-sUOVzoamze .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOVzoamze .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOW808nsu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUOW808nsu .mbr-text,
.cid-sUOW808nsu blockquote {
  color: #767676;
}
.cid-sUOW808nsu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOW808nsu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOW9it5r4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUOW9it5r4 .mbr-text,
.cid-sUOW9it5r4 blockquote {
  color: #767676;
}
.cid-sUOW9it5r4 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOW9it5r4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOWbuk9mD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUOWbuk9mD .mbr-text,
.cid-sUOWbuk9mD blockquote {
  color: #767676;
}
.cid-sUOWbuk9mD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOWbuk9mD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOWairjdA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUOWairjdA .mbr-text,
.cid-sUOWairjdA blockquote {
  color: #767676;
}
.cid-sUOWairjdA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOWairjdA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOZsXtcIz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUOZsXtcIz .mbr-text,
.cid-sUOZsXtcIz blockquote {
  color: #767676;
}
.cid-sUOZsXtcIz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOZsXtcIz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOZsXtcIz #sEkip {
  border-bottom: 2px solid #aaa;
}
.cid-sUOZsXtcIz #sDvt {
  display: none;
}
.cid-sV6rbo6e1A {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sV6rbo6e1A .mbr-text,
.cid-sV6rbo6e1A blockquote {
  color: #767676;
}
.cid-sV6rbo6e1A .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sV6rbo6e1A .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sV6rbo6e1A #D1_24_10_21_1 {
  position: relative;
  display: none;
  left: -5em;
  z-index: 1;
}
.cid-sV6rbo6e1A #Btn_17_1_1 {
  position: relative;
  display: block;
  visibility: hidden;
  left: 60%;
  top: 1em;
  z-index: 1;
}
.cid-sV6rbo6e1A #Btn_17_1_1:not(:hover) {
  width: 65px;
  height: 41px;
  background-color: #00b386;
  border: 4px solid #777;
  border-radius: 25px;
  transition: 1s ease;
}
.cid-sV6rbo6e1A #Btn_17_1_1:hover {
  width: 65px;
  height: 41px;
  background-color: #1affa3;
  border: 4px double #aaa;
  border-radius: 25px;
  box-shadow: 0px 0px 9px 9px rgba(255, 255, 122, 0.8);
}
.cid-sV6rbo6e1A #Btn_24_10_21_1_1 {
  position: relative;
  display: block;
  visibility: hidden;
  top: .1em;
  left: -4em;
  z-index: 1;
}
.cid-sV6rbo6e1A #D1_24_10_21_1:hover {
  width: 37vw;
  padding-left: 15px;
  background-color: #eee;
  border-radius: 35px;
  transition: 1s ease;
}
.cid-sV6rbo6e1A #D1_24_10_21_1:not(:hover) {
  width: 41vw;
  padding-left: 15px;
  background-color: #ddd;
  border-radius: 35px;
  transition: 2s ease;
}
.cid-sV6rbo6e1A #pGl:not(:hover) {
  color: #005ce6;
  transition: 2s ease;
}
.cid-sV6rbo6e1A #pGl:hover {
  color: #339955;
  transition: 2s ease;
}
.cid-sV6rbo6e1A #Btn_24_10_21_1_1:not(:hover) {
  position: relative;
  width: 65px;
  height: 41px;
  background-color: #00b386;
  border: 4px solid #777;
  border-radius: 25px;
  transition: 1s ease;
}
.cid-sV6rbo6e1A #Btn_24_10_21_1_1:hover {
  position: relative;
  width: 65px;
  height: 41px;
  background-color: #1affa3;
  border: 4px double #aaa;
  border-radius: 25px;
  box-shadow: 0px 4px 33px 44px rgba(255, 255, 122, 0.8);
}
.cid-sV6rbo6e1A #Dpereh1 {
  position: absolute;
  display: block;
  visibility: hidden;
  font-size: .7em;
  text-align: left;
  width: 50vw;
  height: 9em;
  border: 3px solid #aaa;
  border-radius: 25px;
  padding: 12px 25px 7px 27px;
  background-color: #ffff99;
  top: -0.5em;
  left: 4.5em;
  opacity: .8;
  z-index: 1;
  overflow: auto;
}
.cid-sUOZu6NeG0 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUOZu6NeG0 .mbr-text,
.cid-sUOZu6NeG0 blockquote {
  color: #767676;
}
.cid-sUOZu6NeG0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUOZu6NeG0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUOZu6NeG0 #sPrVp {
  color: #dadad7;
}
.cid-sUOZu6NeG0 #dPrVp {
  display: inline-block;
  opacity: 1;
  position: absolute;
  width: 333px;
  height: 81px;
  color: #dadad7;
  padding: 45px 0 0 15px;
  top: 40px;
  left: 31%;
  z-index: 1;
}
.cid-sUOZu6NeG0 #sAEk {
  visibility: visible;
}
.cid-sVGTsHeqIL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sVGTsHeqIL .mbr-text,
.cid-sVGTsHeqIL blockquote {
  color: #767676;
}
.cid-sVGTsHeqIL .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sVGTsHeqIL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sVGTsHeqIL #dUmkl_2 {
  display: block;
  position: absolute;
  line-height: 60%;
  width: 16.5vw;
  height: 2.8rem;
  padding: 0 3px 0 0;
  left: 39.5%;
  top: 0em;
  text-align: left;
  z-index: -1;
}
.cid-sVGTsHeqIL #sUmkl_2 {
  position: relative;
  color: #0088cc;
  font-size: .6em;
  line-height: 55%;
  padding: 0 3px 0 0;
  left: 0em;
  top: 2px;
  opacity: .01;
  z-index: 2;
}
.cid-sVGTsHeqIL #sUmkl_2:hover {
  color: #1affff;
  transition: 2s ease;
  z-index: 2;
}
.cid-sVGTsHeqIL #dUmkl {
  display: block;
  position: absolute;
  line-height: 60%;
  width: 16.5vw;
  height: 2.8rem;
  padding: 1px 3px 3px 0;
  left: 39.5%;
  top: 0em;
  text-align: left;
  z-index: -1;
}
.cid-sVGTsHeqIL #sUmkl {
  position: relative;
  color: #0088cc;
  font-size: .6em;
  line-height: 55%;
  padding: 0 3px 0 0;
  left: 0em;
  top: 0em;
  opacity: .01;
  z-index: 2;
}
.cid-sVGTsHeqIL #sUmkl:hover {
  color: #1affff;
  transition: 2s ease;
  z-index: 2;
}
.cid-sVGTsHeqIL #dPus {
  display: none;
}
.cid-sVGTsHeqIL #sBatt {
  visibility: visible;
  color: #dadad7;
}
.cid-sVGTsHeqIL #Shkola3,
.cid-sVGTsHeqIL #Link3 {
  color: #e6ffff;
  z-index: 2;
}
.cid-sVGTsHeqIL #Shkola4,
.cid-sVGTsHeqIL #Link4 {
  z-index: 1;
}
.cid-sVGTsHeqIL #Shkola2,
.cid-sVGTsHeqIL #Shkola3,
.cid-sVGTsHeqIL #Shkola4,
.cid-sVGTsHeqIL #Shkola5,
.cid-sVGTsHeqIL #Shkola6 {
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-radius: 8px 0 0 8px;
}
.cid-sVGTsHeqIL #Link2,
.cid-sVGTsHeqIL #Link3,
.cid-sVGTsHeqIL #Link4,
.cid-sVGTsHeqIL #Link5,
.cid-sVGTsHeqIL #Link6 {
  left: 50%;
  border-right: 11px solid #ffffcc;
  border-radius: 0 8px 8px 0;
}
.cid-sVGTsHeqIL #Shkola2,
.cid-sVGTsHeqIL #Shkola3,
.cid-sVGTsHeqIL #Shkola4,
.cid-sVGTsHeqIL #Link2,
.cid-sVGTsHeqIL #Link3,
.cid-sVGTsHeqIL #Link4 {
  display: block;
  position: absolute;
  color: #e6ffff;
  font-size: 33%;
  width: 9.7vw;
  height: 3.3rem;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  background-color: #e6ffff;
}
.cid-sVGTsHeqIL #Shkola5,
.cid-sVGTsHeqIL #Link5 {
  display: none;
  position: absolute;
  visibility: hidden;
  color: #e6ffff;
  font-size: 33%;
  width: 30vw;
  height: 3.3em;
  top: 0;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  background-color: #e6ffff;
}
.cid-sVGTsHeqIL #Shkola6,
.cid-sVGTsHeqIL #Link6 {
  display: none;
  position: absolute;
  visibility: hidden;
  color: #e6ffff;
  width: 9.7vw;
  height: 4.4em;
  font-size: 33%;
  top: 0;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  background-color: #e6ffff;
  z-index: 0;
}
.cid-sVGTsHeqIL #sVpa_1 {
  position: relative;
  left: -3em;
  opacity: .01;
}
.cid-sVGTsHeqIL #sIlip {
  position: relative;
  left: 0;
  opacity: .01;
}
.cid-sVGTsHeqIL #sUmk_1 {
  visibility: visible;
  position: relative;
  color: #767676;
  top: 3em;
  opacity: .01;
  z-index: 1;
}
.cid-sVGTsHeqIL #sUmk_1:hover {
  color: #009999;
  transition: 2s ease;
}
.cid-sVGTsHeqIL #sUmk_1:not(:hover) {
  transition: 3s ease;
}
.cid-sVGTsHeqIL #sVer {
  position: absolute;
  top: 1.11em;
  left: 53%;
  z-index: 2;
}
.cid-sVGTsHeqIL #Di1_3 {
  visibility: visible;
  position: relative;
  top: 3em;
}
.cid-sVGTsHeqIL #spVO:not(:hover) {
  color: #777;
  border: 3px solid #dadad7;
  border-radius: 22px;
  padding: 5px 5px 2px 5px;
  background-color: #dadad7;
  transition: 6s ease;
}
.cid-sVGTsHeqIL #spVO:hover {
  color: #00cccc;
  border: 3px solid #ffffcc;
  border-radius: 25px;
  padding: 2px 7px 3px 7px;
  box-shadow: 0 0 40px 0 #b3ffe6, -20px 0 30px 3px #ffffcc, 20px 0 30px 3px #ffffcc;
  text-shadow: -1px 0 #ffcce0, 0 -1px #ffcce0, 1px 0 #ffcce0, 0 1px #ffcce0;
  background-color: #e6ffff;
  transition: 3s ease;
  z-index: 0;
}
.cid-sVGTsHeqIL #sVrastp {
  opacity: .01;
}
.cid-sVGTsHeqIL #spPom_1 {
  border-bottom: 1px solid #dadad7;
}
.cid-sVGTsHeqIL #spPom {
  position: relative;
  left: 0;
  opacity: .01;
}
.cid-sVGTsHeqIL #spPom:not(:hover) {
  color: #585;
  font-size: 110%;
  transition: 2s ease;
}
.cid-sVGTsHeqIL #spPom:hover {
  font-size: 115%;
  color: #0052cc;
  transition: 1s ease;
}
.cid-sVGTsHeqIL #Shkola:hover {
  display: none;
  position: absolute;
  color: #ff9999;
  font-size: 122%;
  text-align: center;
  width: 30vw;
  height: 4.5em;
  right: 50%;
  top: -1.1em;
  border-left: 11px solid #fff;
  border-top: 11px solid #fff;
  border-bottom: 11px solid #fff;
  border-radius: 65px 51px 55px 65px;
  padding: 0 5px;
  box-shadow: -1px 1px 5px 5px rgba(255, 255, 255, 0.4), -1px -1px 23px 0 rgba(255, 255, 255, 0.3), 1px -1px 25px 4px rgba(255, 255, 255, 0.6), 1px 1px 23px 5px rgba(255, 255, 255, 0.7), 1px 0px 24px 1px #ffffff, 0px 1px 24px 1px #ffffcc, 0px -1px 25px 1px #ccffff, -1px 0px 25px 1px #ffffff, 0 0 70px 20px #ffffcc;
  background-color: #ffffe6;
  z-index: 2;
  transition: 1.4s ease;
}
.cid-sVGTsHeqIL #Shkola {
  display: none;
  position: absolute;
  color: #e6ffff;
  vertical-align: text-top;
  text-align: center;
  font-size: 33%;
  width: 30vw;
  height: 3.3em;
  top: 0;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 8px 0 0 8px;
  padding: 0 5px;
  background-color: #e6ffff;
  z-index: 1;
}
.cid-sVGTsHeqIL #Shkola:not(:hover) {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 33%;
  text-align: center;
  width: 30vw;
  height: 3.3em;
  top: 0;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 8px 0 0 8px;
  padding: 0 5px;
  background-color: #e6ffff;
  transition: 2.5s ease;
  z-index: 1;
}
.cid-sVGTsHeqIL #Link:hover {
  position: absolute;
  color: #ccffe6;
  font-size: 2em;
  text-shadow: 0 0px 3px #FF0000, 0 0 4px #0000FF;
  width: 37vw;
  height: 4em;
  top: -1.3em;
  left: 50%;
  border-top: 11px solid #fffffc;
  border-right: 11px solid #fffffc;
  border-bottom: 11px solid #fffffc;
  padding: 0 5px;
  border-radius: 45px 57px 57px 59px;
  box-shadow: -2px 2px 33px 15px rgba(255, 255, 255, 0.7), -5px -2px 20px 11px rgba(255, 255, 255, 0.8), 5px -5px 55px 11px rgba(255, 255, 255, 0.8), 0 3px 44px 10px rgba(255, 255, 255, 0.8);
  background-color: #ffffe8;
  transition: 2.7s ease;
  z-index: 3;
}
.cid-sVGTsHeqIL #Link {
  display: none;
  position: absolute;
  color: #e6ffff;
  vertical-align: text-top;
  font-size: 33%;
  width: 30vw;
  height: 3.3em;
  top: 0;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  border-radius: 0 8px 8px 0;
  background-color: #e6ffff;
}
.cid-sVGTsHeqIL #Link:not(:hover) {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 33%;
  width: 30vw;
  height: 3.3em;
  top: 0;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 0 5px;
  border-radius: 0 8px 8px 0;
  background-color: #e6ffff;
  transition: 3.8s ease;
  z-index: 1;
}
.cid-sVGTsHeqIL .mbr-text DIV {
  text-align: center;
}
.cid-sVGTsHeqIL #Btn_24_10_21_1_3 {
  position: relative;
  top: 1.3em;
  z-index: -1;
}
.cid-sVGTsHeqIL #Btn_24_10_21_1_3:not(:hover) {
  width: 33px;
  height: 33px;
  background-color: #3333cc;
  border: 2px solid #777;
  border-radius: 17px;
  opacity: .8;
  transition: 5s ease;
}
.cid-sVGTsHeqIL #Btn_24_10_21_1_3:hover {
  width: 37px;
  height: 37px;
  background-color: #99ffe9;
  border: 2px solid #999;
  border-radius: 17px;
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 211, 0.7);
  opacity: .5;
  transition: 1s ease;
}
.cid-sVGTsHeqIL #dBtn_vp_2 {
  display: block;
  position: absolute;
  opacity: .01;
  width: 20vw;
  height: 2.1em;
  background-color: transparent;
  left: 10%;
  right: 10%;
  margin-left: auto;
  margin-right: auto;
  top: -0.3em;
  z-index: -2;
}
@keyframes Shkola_a {
  0% {
    width: 30vw;
    height: 3.3em;
  }
  38% {
    height: 3.3em;
    width: 9.7vw;
  }
  100% {
    width: 9.7vw;
    height: 4.4em;
    font-size: 33%;
  }
}
@keyframes Link_a {
  0% {
    width: 30vw;
    height: 3.3em;
  }
  38% {
    width: 9.7vw;
    height: 3.3em;
  }
  100% {
    width: 9.7vw;
    height: 4.4em;
    font-size: 33%;
  }
}
@keyframes Shkola_a_rev {
  0% {
    width: 9.7vw;
    height: 4.4em;
    font-size: 33%;
    z-index: 3;
  }
  28% {
    width: 9.7vw;
    height: 3.8em;
    font-size: 33%;
  }
  100% {
    width: 30vw;
    height: 3.3em;
    z-index: 0;
  }
}
@keyframes Link_a_rev {
  0% {
    width: 9.7vw;
    height: 4.4em;
    font-size: 33%;
    z-index: 3;
  }
  28% {
    width: 9.7vw;
    height: 3.8em;
    font-size: 33%;
  }
  100% {
    width: 30vw;
    height: 3.3em;
    z-index: 0;
  }
}
@keyframes Shkola_a_2 {
  0% {
    opacity: .01;
    zIndex: 1;
  }
  90% {
    opacity: .01;
    zIndex: 5;
  }
  100% {
    opacity: 1;
    zIndex: 5;
  }
}
@keyframes Link_a_2 {
  0% {
    opacity: .01;
    zIndex: 1;
  }
  90% {
    opacity: .01;
    zIndex: 5;
  }
  100% {
    opacity: 1;
    zIndex: 5;
  }
}
.cid-sUP6k5yO2d {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUP6k5yO2d .mbr-text,
.cid-sUP6k5yO2d blockquote {
  color: #767676;
}
.cid-sUP6k5yO2d .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUP6k5yO2d .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUP6k5yO2d #dPere {
  display: none;
  position: absolute;
  height: 1em;
  width: 97vw;
  left: .5vw;
  bottom: 9em;
  z-index: 3;
}
.cid-sUP6k5yO2d #SecG {
  background-image: radial-gradient(#dadad7 15%, #dadad7 25%, #dadad7 45%, #dadad7 63%, #dadad7 72%, #dadad7 85%);
  z-index: 10;
}
.cid-sUP6k5yO2d #sVBu {
  border-radius: 24px;
  padding: 11px 15px;
}
.cid-sUP6k5yO2d #dKadu {
  display: block;
  z-index: 2;
}
.cid-sUP6ldGqEA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUP6ldGqEA .mbr-text,
.cid-sUP6ldGqEA blockquote {
  color: #767676;
}
.cid-sUP6ldGqEA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUP6ldGqEA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUP6ldGqEA #sTaki:hover {
  color: #0033cc;
  text-shadow: 2px 2px 20px red, 0 0 15px blue, -2px -2px 33px #000000;
  transition: 2s ease;
}
.cid-sUP6ldGqEA #sChelN:hover {
  color: #331a00;
  text-shadow: 2px 2px 20px red, 2px 2px 25px #000000, 0 0 35px #000000, 0 0 75px #000000, -2px -2px 16px #000000;
  transition: 2s ease;
}
.cid-sUP6ldGqEA #sChelN:not(:hover) {
  transition: 11s ease;
}
.cid-sUP6ldGqEA #sBBo:hover {
  color: #fff;
  text-shadow: 2px 2px 20px red, 0 0 15px blue, -2px -2px 33px blue;
  transition: 2s ease;
}
.cid-sUP6ldGqEA #sBBo:not(:hover) {
  color: #4d0000;
  transition: 9s ease;
}
.cid-sUP6ldGqEA #sTaki:not(:hover) {
  transition: 8s ease;
}
.cid-sUP6ldGqEA #dIlitak {
  display: none;
}
.cid-sUP6ldGqEA #dMCR {
  background-color: #aaa;
  border-radius: 45px;
}
.cid-sUP6ldGqEA #dMCR:not(:hover) {
  transition: 22s ease;
}
.cid-sUP6ldGqEA #dMCR:hover {
  background-color: #888;
  box-shadow: -15px 15px 15px 0 black, 15px 15px 15px 0 blue, 5px 15px 14px 11px brown, -5px 15px 14px 11px brown;
  transition: 17s ease;
}
.cid-sUP6m1Knpl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUP6m1Knpl .mbr-text,
.cid-sUP6m1Knpl blockquote {
  color: #767676;
}
.cid-sUP6m1Knpl .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUP6m1Knpl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUP6m1Knpl div:hover {
  color: #0057ff;
  transition: 1s ease;
}
.cid-sUP6m1Knpl div:not(:hover) {
  color: #00997a;
  transition: 2s ease;
}
.cid-sUP6m1Knpl #dOtVseh {
  display: none;
  position: absolute;
  border: 4px solid #ffbf80;
  border-radius: 35px;
  padding: 6px 3px 5px 19px;
  background-color: #f0f0f0;
  top: 4.4em;
  left: 44%;
  z-index: 5;
}
.cid-sUP6m1Knpl #dOtVseh:hover {
  background-color: #f1f1f1;
  border: 4px solid #ffbb33;
  transition: 1s ease;
}
.cid-sUP6m1Knpl #dOtVseh:not(:hover) {
  transition: 1s ease;
}
.cid-sUP6m1Knpl #dOtv {
  display: none;
}
.cid-sUOFt0Wl1n {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUOFt1ii3s {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUOFt1ii3s .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUOFt1ii3s .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUOFt1ii3s .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUOFt1ii3s .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUOFt1ii3s .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUOFt1ii3s .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUOFt1ii3s .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUOFt1ii3s .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUOFt1ii3s .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUOFt1ii3s .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUOFt1ii3s .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUOFt1ii3s .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUOFt1ii3s .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUOFt1ii3s .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUPzNGajrR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPzNGajrR .mbr-text,
.cid-sUPzNGajrR blockquote {
  color: #767676;
}
.cid-sUPzNGajrR .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUPzNGajrR .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUPzNGajrR a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPzNGajrR a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPzNGajrR a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUPzNGajrR a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUPzNGajrR a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPzNGajrR a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUPzNGajrR a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPzNGajrR a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPzNGajrR a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUPzNIg1fF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPzNIg1fF .mbr-text,
.cid-sUPzNIg1fF blockquote {
  color: #767676;
}
.cid-sUPzNIg1fF .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sUPBQBM4oW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPBQBM4oW .mbr-text,
.cid-sUPBQBM4oW blockquote {
  color: #767676;
}
.cid-sUPBQBM4oW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPBQBM4oW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNJYj8e {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPzNJYj8e .mbr-text,
.cid-sUPzNJYj8e blockquote {
  color: #767676;
}
.cid-sUPzNJYj8e .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNJYj8e .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNKSspM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPzNKSspM .mbr-text,
.cid-sUPzNKSspM blockquote {
  color: #767676;
}
.cid-sUPzNKSspM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNKSspM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNLnjoB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPzNLnjoB .mbr-text,
.cid-sUPzNLnjoB blockquote {
  color: #767676;
}
.cid-sUPzNLnjoB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNLnjoB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNLQcz3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPzNLQcz3 .mbr-text,
.cid-sUPzNLQcz3 blockquote {
  color: #767676;
}
.cid-sUPzNLQcz3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNLQcz3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNMo4CV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPzNMo4CV .mbr-text,
.cid-sUPzNMo4CV blockquote {
  color: #767676;
}
.cid-sUPzNMo4CV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNMo4CV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNNnnR5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPzNNnnR5 .mbr-text,
.cid-sUPzNNnnR5 blockquote {
  color: #767676;
}
.cid-sUPzNNnnR5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNNnnR5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNQMiVU {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPzNQMiVU .mbr-text,
.cid-sUPzNQMiVU blockquote {
  color: #767676;
}
.cid-sUPzNQMiVU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNQMiVU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNRXzuw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPzNRXzuw .mbr-text,
.cid-sUPzNRXzuw blockquote {
  color: #767676;
}
.cid-sUPzNRXzuw .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNRXzuw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNSJ6Cd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUPzNSJ6Cd .mbr-text,
.cid-sUPzNSJ6Cd blockquote {
  color: #767676;
}
.cid-sUPzNSJ6Cd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPzNSJ6Cd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPE3tzx9b {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPE3tzx9b .mbr-text,
.cid-sUPE3tzx9b blockquote {
  color: #767676;
}
.cid-sUPE3tzx9b .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPE3tzx9b .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPE8jqx6S {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPE8jqx6S .mbr-text,
.cid-sUPE8jqx6S blockquote {
  color: #767676;
}
.cid-sUPE8jqx6S .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPE8jqx6S .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPE9ZHaf9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPE9ZHaf9 .mbr-text,
.cid-sUPE9ZHaf9 blockquote {
  color: #767676;
}
.cid-sUPE9ZHaf9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPE9ZHaf9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPEaUsMvB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPEaUsMvB .mbr-text,
.cid-sUPEaUsMvB blockquote {
  color: #767676;
}
.cid-sUPEaUsMvB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPEaUsMvB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPE91wTDX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPE91wTDX .mbr-text,
.cid-sUPE91wTDX blockquote {
  color: #767676;
}
.cid-sUPE91wTDX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPE91wTDX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPFx4HtOJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPFx4HtOJ .mbr-text,
.cid-sUPFx4HtOJ blockquote {
  color: #767676;
}
.cid-sUPFx4HtOJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPFx4HtOJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPFBFh6hJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPFBFh6hJ .mbr-text,
.cid-sUPFBFh6hJ blockquote {
  color: #767676;
}
.cid-sUPFBFh6hJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPFBFh6hJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPFCDNbGs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPFCDNbGs .mbr-text,
.cid-sUPFCDNbGs blockquote {
  color: #767676;
}
.cid-sUPFCDNbGs .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPFCDNbGs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPFDGxeQh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPFDGxeQh .mbr-text,
.cid-sUPFDGxeQh blockquote {
  color: #767676;
}
.cid-sUPFDGxeQh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPFDGxeQh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPFFf030V {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sUPFFf030V .mbr-text,
.cid-sUPFFf030V blockquote {
  color: #767676;
}
.cid-sUPFFf030V .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPFFf030V .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPFEp7wKD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUPFEp7wKD .mbr-text,
.cid-sUPFEp7wKD blockquote {
  color: #767676;
}
.cid-sUPFEp7wKD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPFEp7wKD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPIw6rubb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUPIw6rubb .mbr-text,
.cid-sUPIw6rubb blockquote {
  color: #767676;
}
.cid-sUPIw6rubb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPIw6rubb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPIuQM6s3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPIuQM6s3 .mbr-text,
.cid-sUPIuQM6s3 blockquote {
  color: #767676;
}
.cid-sUPIuQM6s3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPIuQM6s3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPIueT0g1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPIueT0g1 .mbr-text,
.cid-sUPIueT0g1 blockquote {
  color: #767676;
}
.cid-sUPIueT0g1 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPIueT0g1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPIwHphQz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPIwHphQz .mbr-text,
.cid-sUPIwHphQz blockquote {
  color: #767676;
}
.cid-sUPIwHphQz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPIwHphQz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPIvqm8Ze {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPIvqm8Ze .mbr-text,
.cid-sUPIvqm8Ze blockquote {
  color: #767676;
}
.cid-sUPIvqm8Ze .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPIvqm8Ze .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPItgBOy0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPItgBOy0 .mbr-text,
.cid-sUPItgBOy0 blockquote {
  color: #767676;
}
.cid-sUPItgBOy0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPItgBOy0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPKJEXzgP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUPKJEXzgP .mbr-text,
.cid-sUPKJEXzgP blockquote {
  color: #767676;
}
.cid-sUPKJEXzgP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPKJEXzgP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPKKGnmW7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPKKGnmW7 .mbr-text,
.cid-sUPKKGnmW7 blockquote {
  color: #767676;
}
.cid-sUPKKGnmW7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPKKGnmW7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPKLqEf0K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPKLqEf0K .mbr-text,
.cid-sUPKLqEf0K blockquote {
  color: #767676;
}
.cid-sUPKLqEf0K .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPKLqEf0K .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPKMRA6GZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPKMRA6GZ .mbr-text,
.cid-sUPKMRA6GZ blockquote {
  color: #767676;
}
.cid-sUPKMRA6GZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPKMRA6GZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPKM5pwZr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUPKM5pwZr .mbr-text,
.cid-sUPKM5pwZr blockquote {
  color: #767676;
}
.cid-sUPKM5pwZr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPKM5pwZr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPzNT6hTF {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUPzNTuWB9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUPzNTuWB9 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPzNTuWB9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPzNTuWB9 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUPzNTuWB9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUPzNTuWB9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUPzNTuWB9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUPzNTuWB9 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUPzNTuWB9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUPzNTuWB9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUPzNTuWB9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUPzNTuWB9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUPzNTuWB9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUPzNTuWB9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUPzNTuWB9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUPMfggzxU {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPMfggzxU .mbr-text,
.cid-sUPMfggzxU blockquote {
  color: #767676;
}
.cid-sUPMfggzxU .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUPMfggzxU .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUPMfggzxU a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPMfggzxU a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPMfggzxU a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUPMfggzxU a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUPMfggzxU a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPMfggzxU a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUPMfggzxU a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPMfggzxU a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPMfggzxU a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUPMfhT4hu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPMfhT4hu .mbr-text,
.cid-sUPMfhT4hu blockquote {
  color: #767676;
}
.cid-sUPMfhT4hu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPMfhT4hu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPMfijMrc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPMfijMrc .mbr-text,
.cid-sUPMfijMrc blockquote {
  color: #767676;
}
.cid-sUPMfijMrc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPMfijMrc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPMfiMwV2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPMfiMwV2 .mbr-text,
.cid-sUPMfiMwV2 blockquote {
  color: #767676;
}
.cid-sUPMfiMwV2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPMfiMwV2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPMfjcgYT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPMfjcgYT .mbr-text,
.cid-sUPMfjcgYT blockquote {
  color: #767676;
}
.cid-sUPMfjcgYT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPMfjcgYT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPMfjEB1g {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sUPMfjEB1g .mbr-text,
.cid-sUPMfjEB1g blockquote {
  color: #767676;
}
.cid-sUPMfjEB1g .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPMfjEB1g .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPMfk4hoc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPMfk4hoc .mbr-text,
.cid-sUPMfk4hoc blockquote {
  color: #767676;
}
.cid-sUPMfk4hoc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPMfk4hoc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPMftYvUM {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUPMfuj3w0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUPMfuj3w0 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPMfuj3w0 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPMfuj3w0 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUPMfuj3w0 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUPMfuj3w0 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUPMfuj3w0 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUPMfuj3w0 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUPMfuj3w0 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUPMfuj3w0 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUPMfuj3w0 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUPMfuj3w0 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUPMfuj3w0 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUPMfuj3w0 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUPMfuj3w0 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUPPmyqBfB {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPPmyqBfB .mbr-text,
.cid-sUPPmyqBfB blockquote {
  color: #767676;
}
.cid-sUPPmyqBfB .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUPPmyqBfB .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUPPmyqBfB a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPPmyqBfB a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPPmyqBfB a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUPPmyqBfB a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUPPmyqBfB a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPPmyqBfB a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUPPmyqBfB a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPPmyqBfB a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPPmyqBfB a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUPPmzXe8U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUPPmzXe8U .mbr-text,
.cid-sUPPmzXe8U blockquote {
  color: #767676;
}
.cid-sUPPmzXe8U .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPPmzXe8U .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPPmALVwi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPPmALVwi .mbr-text,
.cid-sUPPmALVwi blockquote {
  color: #767676;
}
.cid-sUPPmALVwi .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPPmALVwi .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPPmBceXR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPPmBceXR .mbr-text,
.cid-sUPPmBceXR blockquote {
  color: #767676;
}
.cid-sUPPmBceXR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPPmBceXR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPPmByKMS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPPmByKMS .mbr-text,
.cid-sUPPmByKMS blockquote {
  color: #767676;
}
.cid-sUPPmByKMS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPPmByKMS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPQOwxhwn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPQOwxhwn .mbr-text,
.cid-sUPQOwxhwn blockquote {
  color: #767676;
}
.cid-sUPQOwxhwn .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPQOwxhwn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPQQ7s5XJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sUPQQ7s5XJ .mbr-text,
.cid-sUPQQ7s5XJ blockquote {
  color: #767676;
}
.cid-sUPQQ7s5XJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPQQ7s5XJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPQQRLacY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPQQRLacY .mbr-text,
.cid-sUPQQRLacY blockquote {
  color: #767676;
}
.cid-sUPQQRLacY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPQQRLacY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPQRAEeYQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPQRAEeYQ .mbr-text,
.cid-sUPQRAEeYQ blockquote {
  color: #767676;
}
.cid-sUPQRAEeYQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPQRAEeYQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPQPmXWck {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUPQPmXWck .mbr-text,
.cid-sUPQPmXWck blockquote {
  color: #767676;
}
.cid-sUPQPmXWck .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPQPmXWck .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPSc6VLhI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPSc6VLhI .mbr-text,
.cid-sUPSc6VLhI blockquote {
  color: #767676;
}
.cid-sUPSc6VLhI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPSc6VLhI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPSd21bE2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUPSd21bE2 .mbr-text,
.cid-sUPSd21bE2 blockquote {
  color: #767676;
}
.cid-sUPSd21bE2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPSd21bE2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sVkR5EXWcQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sVkR5EXWcQ .mbr-text,
.cid-sVkR5EXWcQ blockquote {
  color: #767676;
}
.cid-sVkR5EXWcQ .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sUPPmBYPzL {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUPPmCmHjs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUPPmCmHjs .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPPmCmHjs .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPPmCmHjs .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUPPmCmHjs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUPPmCmHjs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUPPmCmHjs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUPPmCmHjs .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUPPmCmHjs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUPPmCmHjs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUPPmCmHjs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUPPmCmHjs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUPPmCmHjs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUPPmCmHjs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUPPmCmHjs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUPYxFiew1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPYxFiew1 .mbr-text,
.cid-sUPYxFiew1 blockquote {
  color: #767676;
}
.cid-sUPYxFiew1 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUPYxFiew1 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUPYxFiew1 a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPYxFiew1 a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPYxFiew1 a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUPYxFiew1 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUPYxFiew1 a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPYxFiew1 a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUPYxFiew1 a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPYxFiew1 a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPYxFiew1 a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUPYxGjeIz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUPYxGjeIz .mbr-text,
.cid-sUPYxGjeIz blockquote {
  color: #767676;
}
.cid-sUPYxGjeIz .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUPYxGjeIz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPYxGIQZd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPYxGIQZd .mbr-text,
.cid-sUPYxGIQZd blockquote {
  color: #767676;
}
.cid-sUPYxGIQZd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPYxGIQZd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPYxHaIgZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-sUPYxHaIgZ .mbr-text,
.cid-sUPYxHaIgZ blockquote {
  color: #767676;
}
.cid-sUPYxHaIgZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPYxHaIgZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPYxHzbZg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUPYxHzbZg .mbr-text,
.cid-sUPYxHzbZg blockquote {
  color: #767676;
}
.cid-sUPYxHzbZg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPYxHzbZg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPYxI2oDr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUPYxI2oDr .mbr-text,
.cid-sUPYxI2oDr blockquote {
  color: #767676;
}
.cid-sUPYxI2oDr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPYxI2oDr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPYxIrV5F {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUPYxIrV5F .mbr-text,
.cid-sUPYxIrV5F blockquote {
  color: #767676;
}
.cid-sUPYxIrV5F .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPYxIrV5F .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPYxIRMgj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPYxIRMgj .mbr-text,
.cid-sUPYxIRMgj blockquote {
  color: #767676;
}
.cid-sUPYxIRMgj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPYxIRMgj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPYxJeu92 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPYxJeu92 .mbr-text,
.cid-sUPYxJeu92 blockquote {
  color: #767676;
}
.cid-sUPYxJeu92 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPYxJeu92 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPYxKKgAQ {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUPYxL5STQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUPYxL5STQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPYxL5STQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPYxL5STQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUPYxL5STQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUPYxL5STQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUPYxL5STQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUPYxL5STQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUPYxL5STQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUPYxL5STQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUPYxL5STQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUPYxL5STQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUPYxL5STQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUPYxL5STQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUPYxL5STQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUPTQchoym {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPTQchoym .mbr-text,
.cid-sUPTQchoym blockquote {
  color: #767676;
}
.cid-sUPTQchoym .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUPTQchoym .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUPTQchoym a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPTQchoym a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPTQchoym a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUPTQchoym a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUPTQchoym a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPTQchoym a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUPTQchoym a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUPTQchoym a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUPTQchoym a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUPTQdvFYI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPTQdvFYI .mbr-text,
.cid-sUPTQdvFYI blockquote {
  color: #767676;
}
.cid-sUPTQdvFYI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQdvFYI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQdYE4e {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUPTQdYE4e .mbr-text,
.cid-sUPTQdYE4e blockquote {
  color: #767676;
}
.cid-sUPTQdYE4e .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQdYE4e .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQeQNef {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPTQeQNef .mbr-text,
.cid-sUPTQeQNef blockquote {
  color: #767676;
}
.cid-sUPTQeQNef .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQeQNef .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQfhvut {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUPTQfhvut .mbr-text,
.cid-sUPTQfhvut blockquote {
  color: #767676;
}
.cid-sUPTQfhvut .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQfhvut .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQfGAED {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPTQfGAED .mbr-text,
.cid-sUPTQfGAED blockquote {
  color: #767676;
}
.cid-sUPTQfGAED .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQfGAED .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQg6MYV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-sUPTQg6MYV .mbr-text,
.cid-sUPTQg6MYV blockquote {
  color: #767676;
}
.cid-sUPTQg6MYV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQg6MYV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQguWUj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPTQguWUj .mbr-text,
.cid-sUPTQguWUj blockquote {
  color: #767676;
}
.cid-sUPTQguWUj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQguWUj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQgSA5l {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPTQgSA5l .mbr-text,
.cid-sUPTQgSA5l blockquote {
  color: #767676;
}
.cid-sUPTQgSA5l .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQgSA5l .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQhfhoR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPTQhfhoR .mbr-text,
.cid-sUPTQhfhoR blockquote {
  color: #767676;
}
.cid-sUPTQhfhoR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQhfhoR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQhCFJo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPTQhCFJo .mbr-text,
.cid-sUPTQhCFJo blockquote {
  color: #767676;
}
.cid-sUPTQhCFJo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQhCFJo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQhYWxS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUPTQhYWxS .mbr-text,
.cid-sUPTQhYWxS blockquote {
  color: #767676;
}
.cid-sUPTQhYWxS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUPTQhYWxS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUPTQikFxR {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUPTQiHAmm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUPTQiHAmm .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPTQiHAmm .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUPTQiHAmm .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUPTQiHAmm .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUPTQiHAmm .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUPTQiHAmm .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUPTQiHAmm .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUPTQiHAmm .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUPTQiHAmm .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUPTQiHAmm .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUPTQiHAmm .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUPTQiHAmm .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUPTQiHAmm .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUPTQiHAmm .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUQ0AIfvsy {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ0AIfvsy .mbr-text,
.cid-sUQ0AIfvsy blockquote {
  color: #767676;
}
.cid-sUQ0AIfvsy .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUQ0AIfvsy .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUQ0AIfvsy a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQ0AIfvsy a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ0AIfvsy a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUQ0AIfvsy a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUQ0AIfvsy a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ0AIfvsy a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUQ0AIfvsy a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQ0AIfvsy a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ0AIfvsy a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUQ0AJfAxT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQ0AJfAxT .mbr-text,
.cid-sUQ0AJfAxT blockquote {
  color: #767676;
}
.cid-sUQ0AJfAxT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ0AJfAxT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ0AJJ5jX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sUQ0AJJ5jX .mbr-text,
.cid-sUQ0AJJ5jX blockquote {
  color: #767676;
}
.cid-sUQ0AJJ5jX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ0AJJ5jX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ0AKgsje {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ0AKgsje .mbr-text,
.cid-sUQ0AKgsje blockquote {
  color: #767676;
}
.cid-sUQ0AKgsje .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ0AKgsje .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ0AKGxcd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ0AKGxcd .mbr-text,
.cid-sUQ0AKGxcd blockquote {
  color: #767676;
}
.cid-sUQ0AKGxcd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ0AKGxcd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ0AKGxcd #sZam {
  visibility: hidden;
  position: relative;
  color: #fff;
  top: -3em;
  left: 17em;
  z-index: 2;
}
.cid-sUQ0ANLQiV {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUQ0AO8zDB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUQ0AO8zDB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQ0AO8zDB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQ0AO8zDB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUQ0AO8zDB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUQ0AO8zDB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUQ0AO8zDB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUQ0AO8zDB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUQ0AO8zDB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUQ0AO8zDB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUQ0AO8zDB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUQ0AO8zDB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUQ0AO8zDB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUQ0AO8zDB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUQ0AO8zDB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sUQ23d882f {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ23d882f .mbr-text,
.cid-sUQ23d882f blockquote {
  color: #767676;
}
.cid-sUQ23d882f .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sUQ23d882f .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sUQ23d882f a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQ23d882f a.btn1:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fbfbff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ23d882f a.btn1:not(:hover) {
  color: #dacad9;
  border: 2px solid #ccc;
  background-color: #e7e7e7;
  transition: 1s ease;
}
.cid-sUQ23d882f a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-sUQ23d882f a.btn2:hover {
  color: #ff9999;
  border: 2px solid #fff;
  background-color: #e6fff9;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ23d882f a.btn2:not(:hover) {
  color: #dacad7;
  border: 2px solid #ccb;
  background-color: #eed;
  transition: 1s ease;
}
.cid-sUQ23d882f a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-sUQ23d882f a.btn3:hover {
  color: #ff9999;
  border: 2px solid #e6fffa;
  background-color: #fff;
  box-shadow: 0 0 11px #ffffff;
  transition: 1s ease;
}
.cid-sUQ23d882f a.btn3:not(:hover) {
  color: #dbdad9;
  border: 2px solid #ccc;
  background-color: #f3f3f3;
  transition: 1s ease;
}
.cid-sUQ23dK5bm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQ23dK5bm .mbr-text,
.cid-sUQ23dK5bm blockquote {
  color: #767676;
}
.cid-sUQ23dK5bm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ23dK5bm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ23ebIcc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUQ23ebIcc .mbr-text,
.cid-sUQ23ebIcc blockquote {
  color: #767676;
}
.cid-sUQ23ebIcc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ23ebIcc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ23eEItY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ23eEItY .mbr-text,
.cid-sUQ23eEItY blockquote {
  color: #767676;
}
.cid-sUQ23eEItY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ23eEItY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ23f17LD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sUQ23f17LD .mbr-text,
.cid-sUQ23f17LD blockquote {
  color: #767676;
}
.cid-sUQ23f17LD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ23f17LD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ23forr0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sUQ23forr0 .mbr-text,
.cid-sUQ23forr0 blockquote {
  color: #767676;
}
.cid-sUQ23forr0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sUQ23forr0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sUQ23i0Dzp {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sUQ23imlNN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sUQ23imlNN .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQ23imlNN .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sUQ23imlNN .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sUQ23imlNN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sUQ23imlNN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sUQ23imlNN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sUQ23imlNN .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sUQ23imlNN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sUQ23imlNN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sUQ23imlNN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sUQ23imlNN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sUQ23imlNN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sUQ23imlNN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sUQ23imlNN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sVlxqpusdu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sVlxqpusdu .mbr-text,
.cid-sVlxqpusdu blockquote {
  color: #767676;
}
.cid-sVlxqpusdu .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sVlxqqIwVx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sVlxqqIwVx .mbr-text,
.cid-sVlxqqIwVx blockquote {
  color: #767676;
}
.cid-sVlxqqIwVx .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-sVlxqqIwVx .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-sVlxqqIwVx #Btn_24_10_21_1_2:not(:hover) {
  width: 41px;
  height: 41px;
  background-color: #ffb3ff;
  border: 2px solid #777;
  border-radius: 15px;
  transition: .5s ease;
}
.cid-sVlxqqIwVx #Btn_24_10_21_1_2:hover {
  width: 41px;
  height: 41px;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  border-radius: 15px;
  transition: .3s ease;
}
.cid-sVlASpME5z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sVlASpME5z .mbr-text,
.cid-sVlASpME5z blockquote {
  color: #767676;
}
.cid-sVlASpME5z .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sVlASpME5z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sVlASpME5z #Di1_3 {
  visibility: visible;
}
.cid-sVlASpME5z #Di1_4 {
  display: none;
  position: absolute;
  width: 15em;
  top: 4em;
  left: 7em;
}
.cid-sVlASpME5z #sUiVo {
  position: absolute;
  width: 12em;
  left: -1em;
  top: 1.3em;
}
.cid-sVlASpME5z #sTire {
  visibility: hidden;
  border-radius: 22px;
}
.cid-sVlASpME5z #sTire:not(:hover) {
  color: #777;
  padding: 0 11px 0 11px;
  transition: 15s ease;
  z-index: 0;
}
.cid-sVlASpME5z #sTire:hover {
  color: #4dffff;
  border: 3px solid #ffffcc;
  border-radius: 22px;
  padding: 0 11px 0 11px;
  text-shadow: -1px 0 25px #ffcce0, 1px 0 20px #ffcce0, 0 1px 27px #ffcce0, 0 -1px 30px #ffcce0;
  box-shadow: 0 0 30px 0 #b3ffe6, -20px 0 30px 3px #ffffcc, 20px 0 30px 3px #ffffcc, 0 0 25px 0 #ffffff, 0 0 30px 3px #ffffcc, 0 0 30px 3px #ffffcc;
  background-color: #e6ffff;
  transition: 5s ease;
  z-index: 0;
}
.cid-sVlASpME5z #sUmk_1:hover {
  color: #009999;
  transition: 2s ease;
}
.cid-sVlASpME5z #sUmk_1:not(:hover) {
  transition: 3s ease;
}
.cid-sVlASpME5z #sVpa_1:hover {
  color: #00ffff;
  text-shadow: -2px 0 10px #ffffff, 2px 0 10px #ffffff, 0 2px 10px #ffffff, 0 -2px 10px #ffffff;
  transition: 3s ease;
}
.cid-sVlASpME5z #sVpa_1:not(:hover) {
  transition: 5s ease;
}
.cid-sVlASpME5z #sBuV {
  visibility: hidden;
  position: absolute;
  text-align: left;
  width: 15em;
  top: 5em;
  left: 4em;
}
.cid-sVlASpME5z #spPom_1:not(:hover) {
  color: #585;
  font-size: 110%;
  border-bottom: 5px solid #dadad7;
  transition: 2s ease;
}
.cid-sVlASpME5z #spPom_1:hover {
  font-size: 115%;
  border-bottom: 5px solid #ff7070;
  transition: 1s ease;
}
.cid-sVlASpME5z #sVpa:not(:hover) {
  color: #004d4d;
  border: 3px solid #dadad7;
  border-radius: 22px;
  padding: 2px 8px 4px 1px;
  background-color: #cdb;
  transition: 7s ease;
  z-index: 0;
}
.cid-sVlASpME5z #sVpa:hover {
  color: #00aaff;
  border: 3px solid #ffffcc;
  border-radius: 25px;
  padding: 2px 8px 4px 1px;
  box-shadow: 0 0 40px 0 #b3ffe6, -20px 0 30px 3px #ffffcc, 20px 0 30px 3px #ffffcc;
  text-shadow: -1px 0 #ffcce0, 0 -1px #ffcce0, 1px 0 #ffcce0, 0 1px #ffcce0;
  background-color: #e6ffff;
  transition: 5s ease;
  z-index: 0;
}
.cid-sVlASpME5z #sUmk:not(:hover) {
  color: #567;
  border: 3px solid #dadad7;
  border-radius: 12px;
  padding: 5px 1px 2px 37px;
  background-color: #cdb;
  transition: 6s ease;
  z-index: 0;
}
.cid-sVlASpME5z #sUmk:hover {
  color: #655;
  border: 3px solid #ffffcc;
  border-radius: 12px;
  padding: 2px 1px 3px 37px;
  box-shadow: 0 0 40px 0 #b3ffe6, -20px 0 30px 3px #ffffcc, 20px 0 30px 3px #ffffcc;
  text-shadow: -1px 0 0 #e6f7ff, 0 -1px 0 #e6f7ff, 1px 0 0 #ffcce0, 0 1px 0 #e6f7ff;
  background-color: #e6f7ff;
  transition: 3s ease;
  z-index: 0;
}
.cid-sVlASpME5z #spVO:not(:hover) {
  color: #777;
  border: 3px solid #dadad7;
  border-radius: 22px;
  padding: 5px 5px 2px 5px;
  background-color: #dadad7;
  transition: 6s ease;
}
.cid-sVlASpME5z #spVO:hover {
  color: #00cccc;
  border: 3px solid #ffffcc;
  border-radius: 25px;
  padding: 2px 7px 3px 7px;
  box-shadow: 0 0 40px 0 #b3ffe6, -20px 0 30px 3px #ffffcc, 20px 0 30px 3px #ffffcc;
  text-shadow: -1px 0 #ffcce0, 0 -1px #ffcce0, 1px 0 #ffcce0, 0 1px #ffcce0;
  background-color: #e6ffff;
  transition: 3s ease;
  z-index: 0;
}
.cid-sVlASpME5z #spPom:not(:hover) {
  color: #585;
  font-size: 110%;
  border-bottom: 1px solid #dadad7;
  transition: 2s ease;
}
.cid-sVlASpME5z #spPom:hover {
  font-size: 115%;
  border-bottom: 5px solid #ff7070;
  transition: 1s ease;
}
.cid-sVlASpME5z #Shkola:hover {
  display: none;
  position: absolute;
  color: #ff9999;
  font-size: 122%;
  text-align: center;
  width: 40vw;
  height: 5em;
  right: 50%;
  border-left: 11px solid #fff;
  border-top: 11px solid #fff;
  border-bottom: 11px solid #fff;
  border-radius: 65px 11px 65px 65px;
  padding: 3px 5px 7px 5px;
  box-shadow: -1px 1px 5px 5px rgba(255, 255, 255, 0.4), -1px -1px 23px 0 rgba(255, 255, 255, 0.3), 1px -1px 25px 4px rgba(255, 255, 255, 0.6), 1px 1px 23px 5px rgba(255, 255, 255, 0.7), 1px 0px 24px 1px #ffffff, 0px 1px 24px 1px #ffffcc, 0px -1px 25px 1px #ccffff, -1px 0px 25px 1px #ffffff, 0 0 70px 20px #ffffcc;
  background-color: #ffffe6;
  z-index: 2;
  transition: 2.5s ease-in;
}
.cid-sVlASpME5z #Shkola {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 80%;
  text-align: center;
  width: 40vw;
  height: 5em;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 23px 0 0 23px;
  padding: 40px 15px 7px 15px;
  background-color: #e6ffff;
  animation-name: Snar_Shk;
  animation-duration: 12s;
  animation-iteration-count: 1;
}
.cid-sVlASpME5z #Shkola:not(:hover) {
  display: none;
  position: absolute;
  color: #e6ffff;
  font-size: 80%;
  text-align: center;
  width: 40vw;
  hheight: 5em;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 23px 0 0 23px;
  padding: 40px 15px 7px 15px;
  background-color: #e6ffff;
  transition: 3s ease;
  z-index: 1;
}
.cid-sVlASpME5z #Shkola2 {
  display: block;
  position: absolute;
  color: #e6ffff;
  font-size: 80%;
  text-align: center;
  width: 40vw;
  height: 5em;
  right: 50%;
  border-left: 11px solid #ffffcc;
  border-top: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  border-radius: 23px 0 0 23px;
  padding: 40px 15px 7px 15px;
  background-color: #e6ffff;
  transition: 3s ease;
}
.cid-sVlASpME5z #Link:hover {
  position: relative;
  color: #ccffe6;
  font-size: 2em;
  text-shadow: 0 0px 3px #FF0000, 0 0 4px #0000FF;
  width: 40vw;
  height: 5em;
  left: 50%;
  border-top: 11px solid #fffffc;
  border-right: 11px solid #fffffc;
  border-bottom: 11px solid #fffffc;
  padding: 0 5px;
  border-radius: 22px 57px 57px 57px;
  box-shadow: -2px 2px 33px 15px rgba(255, 255, 255, 0.7), -5px -2px 20px 11px rgba(255, 255, 255, 0.8), 5px -5px 55px 11px rgba(255, 255, 255, 0.8), 0 3px 44px 10px rgba(255, 255, 255, 0.8);
  background-color: #ffffe8;
  transition: 2s ease;
  z-index: 1;
}
.cid-sVlASpME5z #Link {
  display: none;
  position: relative;
  color: #e6ffff;
  font-size: 80%;
  width: 40vw;
  height: 5em;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 5px 15px 7px 15px;
  border-radius: 0 23px 23px 0;
  background-color: #e6ffff;
  animation-name: Snar_Link;
  animation-duration: 12s;
  animation-iteration-count: 1;
}
.cid-sVlASpME5z #Link:not(:hover) {
  display: none;
  position: relative;
  color: #e6ffff;
  font-size: 80%;
  width: 40vw;
  height: 5em;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 5px 15px 7px 15px;
  border-radius: 0 23px 23px 0;
  background-color: #e6ffff;
  transition: 3s ease;
  z-index: 1;
}
.cid-sVlASpME5z #Link2 {
  display: block;
  position: relative;
  color: #e6ffff;
  font-size: 80%;
  width: 40vw;
  height: 5em;
  left: 50%;
  border-top: 11px solid #ffffcc;
  border-right: 11px solid #ffffcc;
  border-bottom: 11px solid #ffffcc;
  padding: 5px 15px 7px 15px;
  border-radius: 0 23px 23px 0;
  background-color: #e6ffff;
  transition: 3s ease;
}
.cid-sVlASpME5z #Di2 {
  position: absolute;
  display: block;
  color: #4d4dff;
  align: center;
  text-align: center;
  padding: 22px;
  width: 80vw;
  height: 57vh;
  font-size: 1.4em;
  border-radius: 53px;
  top: -3vh;
  opacity: .7;
}
.cid-sVlASpME5z .mbr-text DIV {
  text-align: center;
}
@keyframes Snar_Link {
  0% {
    display: block;
    width: 40vw;
  }
  7% {
    position: relative;
    color: #e6ffff;
    font-size: 80%;
    width: 40vw;
    height: 5em;
    left: 50%;
    border-top: 11px solid #ffffcc;
    border-right: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    text-shadow: 0 0 3px #e6ffff, 0 0 4px #e6ffff;
    padding: 5px 15px 7px 15px;
    border-radius: 0 53px 53px 0;
    background-color: #e6ffff;
  }
  25% {
    position: relative;
    color: #ccffe6;
    font-size: 2em;
    text-shadow: 0 0px 3px #FF0000, 0 0 4px #0000FF;
    width: 40vw;
    height: 5em;
    left: 50%;
    border-top: 11px solid #fffffc;
    border-right: 11px solid #fffffc;
    border-bottom: 11px solid #fffffc;
    padding: 0px 5px;
    border-radius: 0 57px 57px 0;
    box-shadow: -2px 2px 33px 15px rgba(255, 255, 255, 0.7), -5px -2px 20px 11px rgba(255, 255, 255, 0.8), 5px -5px 55px 11px rgba(255, 255, 255, 0.8), 0 3px 44px 10px rgba(255, 255, 255, 0.8);
    background-color: #ffffe8;
  }
  43% {
    position: relative;
    color: #e6ffff;
    font-size: 80%;
    width: 40vw;
    height: 5em;
    left: 50%;
    border-top: 11px solid #ffffcc;
    border-right: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    text-shadow: 0 0 3px #e6ffff, 0 0 4px #e6ffff;
    padding: 5px 15px 7px 15px;
    border-radius: 0 53px 53px 0;
    background-color: #e6ffff;
    transition: 3s ease;
  }
  62% {
    position: relative;
    color: #ccffe6;
    font-size: 2em;
    text-shadow: 0 0px 3px #FF0000, 0 0 4px #0000FF;
    width: 40vw;
    height: 5em;
    left: 50%;
    border-top: 11px solid #fffffc;
    border-right: 11px solid #fffffc;
    border-bottom: 11px solid #fffffc;
    padding: 0px 5px;
    border-radius: 0 57px 57px 0;
    box-shadow: -2px 2px 33px 15px rgba(255, 255, 255, 0.7), -5px -2px 20px 11px rgba(255, 255, 255, 0.8), 5px -5px 55px 11px rgba(255, 255, 255, 0.8), 0 3px 44px 10px rgba(255, 255, 255, 0.8);
    background-color: #ffffe8;
  }
  81% {
    position: relative;
    color: #e6ffff;
    font-size: 80%;
    width: 40vw;
    height: 5em;
    left: 50%;
    border-top: 11px solid #ffffcc;
    border-right: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    padding: 5px 15px 7px 15px;
    border-radius: 0 53px 53px 0;
    background-color: #e6ffff;
    transition: 3s ease;
  }
  100% {
    position: relative;
    color: #e6ffff;
    font-size: 80%;
    width: 40vw;
    height: 5em;
    left: 50%;
    border-top: 11px solid #ffffcc;
    border-right: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    padding: 0 15px 7px 15px;
    border-radius: 0 23px 23px 0;
    background-color: #e6ffff;
    transition: 3s ease;
  }
}
@keyframes Snar_Shk {
  0% {
    display: block;
    width: 40vw;
  }
  25% {
    display: none;
    position: absolute;
    color: #e6ffff;
    font-size: 80%;
    text-align: center;
    width: 40vw;
    height: 5em;
    right: 50%;
    border-left: 11px solid #ffffcc;
    border-top: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    border-radius: 53px 0 0 53px;
    padding: 40px 15px 7px 15px;
    background-color: #e6ffff;
    transition: 3s ease;
  }
  43% {
    position: absolute;
    color: #ff9999;
    font-size: 115%;
    text-align: center;
    width: 40vw;
    height: 5em;
    right: 50%;
    border-left: 11px solid #fff;
    border-top: 11px solid #fff;
    border-bottom: 11px solid #fff;
    border-radius: 65px 22px 22px 65px;
    padding: 0px 5px 7px 5px;
    background-color: #ffffe6;
    box-shadow: -1px 1px 25px 5px rgba(255, 255, 255, 0.4), -1px -1px 13px 0 rgba(255, 255, 255, 0.3), 1px -1px 15px 4px rgba(255, 255, 255, 0.6), 1px 1px 23px 5px rgba(255, 255, 255, 0.7), 1px 0px 14px 1px #ffffff, 0px 1px 14px 1px #ffffcc, 0px -1px 5px 1px #ccffff, -1px 0px 25px 1px #ffffff;
    z-index: 1;
  }
  62% {
    display: none;
    position: absolute;
    color: #e6ffff;
    font-size: 80%;
    text-align: center;
    width: 40vw;
    height: 5em;
    right: 50%;
    border-left: 11px solid #ffffcc;
    border-top: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    border-radius: 53px 0 0 53px;
    padding: 40px 15px 7px 15px;
    background-color: #e6ffff;
    transition: 3s ease;
  }
  81% {
    position: absolute;
    color: #ff9999;
    font-size: 115%;
    text-align: center;
    width: 40vw;
    height: 5em;
    right: 50%;
    border-left: 11px solid #fff;
    border-top: 11px solid #fff;
    border-bottom: 11px solid #fff;
    border-radius: 65px 22px 22px 65px;
    padding: 0px 5px 7px 5px;
    background-color: #ffffe6;
    box-shadow: -1px 1px 25px 5px rgba(255, 255, 255, 0.4), -1px -1px 13px 0 rgba(255, 255, 255, 0.3), 1px -1px 15px 4px rgba(255, 255, 255, 0.6), 1px 1px 23px 5px rgba(255, 255, 255, 0.7), 1px 0px 14px 1px #ffffff, 0px 1px 14px 1px #ffffcc, 0px -1px 5px 1px #ccffff, -1px 0px 25px 1px #ffffff;
    z-index: 1;
  }
  100% {
    display: none;
    position: absolute;
    color: #e6ffff;
    font-size: 80%;
    text-align: center;
    width: 40vw;
    height: 5em;
    right: 50%;
    border-left: 11px solid #ffffcc;
    border-top: 11px solid #ffffcc;
    border-bottom: 11px solid #ffffcc;
    border-radius: 23px 0 0 23px;
    padding: 40px 15px 7px 15px;
    background-color: #e6ffff;
    transition: 3s ease;
  }
}
.cid-sVlASpME5z #Btn_24_10_21_1_3:not(:hover) {
  width: 33px;
  height: 33px;
  background-color: #3333cc;
  border: 2px solid #777;
  border-radius: 14px;
  transition: .5s ease;
}
.cid-sVlASpME5z #Btn_24_10_21_1_3:hover {
  width: 33px;
  height: 33px;
  background-color: #99ffe9;
  border: 2px solid #999;
  border-radius: 14px;
  box-shadow: 0px 0px 15px 5px rgba(255, 255, 211, 0.7);
  transition: .3s ease;
}
.cid-sVlxqrBFcN {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-sVlxqs9F5f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-sVlxqs9F5f .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVlxqs9F5f .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sVlxqs9F5f .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sVlxqs9F5f .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sVlxqs9F5f .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sVlxqs9F5f .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sVlxqs9F5f .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sVlxqs9F5f .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sVlxqs9F5f .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sVlxqs9F5f .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sVlxqs9F5f .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sVlxqs9F5f .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVlxqs9F5f .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sVlxqs9F5f .media-container-row .row-copirayt p {
  width: 100%;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'ariblk';
  font-size: 4.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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;
}
.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: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-t1xUrdpbRN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1xUrdpbRN .mbr-text,
.cid-t1xUrdpbRN blockquote {
  color: #767676;
}
.cid-t1xUrdpbRN .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1xUrdpbRN .mbr-text {
  text-align: center;
  color: #0f7699;
}
.cid-sZEdSkOxI2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sZEdSkOxI2 .mbr-text,
.cid-sZEdSkOxI2 blockquote {
  color: #767676;
}
.cid-sZEdSkOxI2 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sZEwy1SO56 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sZEwy1SO56 .mbr-text,
.cid-sZEwy1SO56 blockquote {
  color: #767676;
}
.cid-sZEwy1SO56 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sYYoofpB3A {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-sYYoofpB3A .mbr-text,
.cid-sYYoofpB3A blockquote {
  color: #767676;
}
.cid-sYYoofpB3A .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sYYoofpB3A #dIzb {
  display: block;
  line-height: 1.2;
  color: #ff884d;
}
.cid-sYYoofpB3A #dIzb:hover {
  color: #802b00;
  transition: 0.3s ease;
}
.cid-sYYoofpB3A #dIzb:not(:hover) {
  transition: 2s ease;
}
.cid-sYYoofpB3A #sp_04mar_1 {
  color: #cc2900;
}
.cid-sYYoofpB3A #dOpp {
  display: none;
  position: relative;
  font-size: .55em;
  border: 6px solid #662200;
  padding: 6px 5px 9px 33px;
  border-radius: 25px;
  background-color: #bbb;
  top: -44px;
}
.cid-sYYoofpB3A #dis_04_03_22 {
  color: #b33c00;
}
.cid-sYYoofpB3A #a_04_03_022_1,
.cid-sYYoofpB3A #a_04_03_022_2,
.cid-sYYoofpB3A #a_04_03_022_3,
.cid-sYYoofpB3A #a_04_03_022_4,
.cid-sYYoofpB3A #a_04_03_022_5 {
  color: #282825;
  border-radius: 15px;
}
.cid-sYYoofpB3A #a_04_03_022_1:hover,
.cid-sYYoofpB3A #a_04_03_022_2:hover,
.cid-sYYoofpB3A #a_04_03_022_3:hover,
.cid-sYYoofpB3A #a_04_03_022_4:hover,
.cid-sYYoofpB3A #a_04_03_022_5:hover {
  color: #003380;
  box-shadow: -2px 0 33px 7px red, 2px 0 33px 7px #cc0000, 0 0 33px 7px #cc0000;
  transition: 2s ease;
  text-shadow: -2px 0 22px #ffffcc, 2px 0 22px #fffffc, 0 0 22px #ffffff, 0 0 7px #ffffff, 0 0 15px #ffffff, 0 0 5px #fffffc;
  background-color: #757;
}
.cid-sYYoofpB3A #a_04_03_022_1:not(:hover),
.cid-sYYoofpB3A #a_04_03_022_2:not(:hover),
.cid-sYYoofpB3A #a_04_03_022_3:not(:hover),
.cid-sYYoofpB3A #a_04_03_022_4:not(:hover),
.cid-sYYoofpB3A #a_04_03_022_5:not(:hover) {
  transition: 4s ease;
}
.cid-sZyrjX7s4x {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sZyrjX7s4x .mbr-text,
.cid-sZyrjX7s4x blockquote {
  color: #767676;
}
.cid-sZyrjX7s4x .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sYVtit4jc4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sYVtit4jc4 .mbr-text,
.cid-sYVtit4jc4 blockquote {
  color: #767676;
}
.cid-sYVtit4jc4 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sYVtit4jc4 #h_02 {
  border: 2px solid #dadad7;
}
.cid-sYVtit4jc4 #d_Sod {
  display: block;
  position: absolute;
  color: #149dcc;
  font-size: 0.5em;
  border-radius: 25px;
  margin: 5px;
  left: -6em;
  top: 0;
  z-index: 1;
}
.cid-sYVtit4jc4 #d_Sod_2018_2019 {
  display: none;
  position: relative;
  top: 99px;
  left: 50%;
}
.cid-sYVtit4jc4 ul {
  list-style: none;
  font-size: 80%;
}
.cid-sYVtit4jc4 #d_Chtt,
.cid-sYVtit4jc4 #d_StIgvR,
.cid-sYVtit4jc4 #d_Lapl,
.cid-sYVtit4jc4 #d_StVojn,
.cid-sYVtit4jc4 #d_NovUr,
.cid-sYVtit4jc4 #d_PrNes,
.cid-sYVtit4jc4 #d_OtstP,
.cid-sYVtit4jc4 #d_NovR,
.cid-sYVtit4jc4 #d_BooVoo,
.cid-sYVtit4jc4 #d_ProKan {
  display: block;
  position: relative;
  width: 17.1em;
  text-align: left;
  border-radius: 25px;
  z-index: 1;
  padding: 0 5px 2px 15px;
}
.cid-sYVtit4jc4 #d_Chtt:hover,
.cid-sYVtit4jc4 #d_StIgvR:hover,
.cid-sYVtit4jc4 #d_Lapl:hover,
.cid-sYVtit4jc4 #d_StVojn:hover,
.cid-sYVtit4jc4 #d_NovUr:hover,
.cid-sYVtit4jc4 #d_PrNes:hover,
.cid-sYVtit4jc4 #d_OtstP:hover,
.cid-sYVtit4jc4 #d_NovR:hover,
.cid-sYVtit4jc4 #d_BooVoo:hover,
.cid-sYVtit4jc4 #d_ProKan:hover {
  border: 1px solid #ffad33;
  background-color: #eee;
  z-index: 5;
  transition: 1s ease;
}
.cid-sYVtit4jc4 #d_Chtt:not(:hover),
.cid-sYVtit4jc4 #d_StIgvR:not(:hover),
.cid-sYVtit4jc4 #d_Lapl:not(:hover),
.cid-sYVtit4jc4 #d_StVojn:not(:hover),
.cid-sYVtit4jc4 #d_NovUr:not(:hover),
.cid-sYVtit4jc4 #d_PrNes:not(:hover),
.cid-sYVtit4jc4 #d_OtstP:not(:hover),
.cid-sYVtit4jc4 #d_NovR:not(:hover),
.cid-sYVtit4jc4 #d_BooVoo:not(:hover),
.cid-sYVtit4jc4 #d_ProKan:not(:hover) {
  text-align: left;
  border: 1px solid #dadad7;
  border-radius: 25px;
  z-index: 1;
  transition: 2s ease;
}
.cid-sYVtit4jc4 #s_Chtt,
.cid-sYVtit4jc4 #s_StIgvR,
.cid-sYVtit4jc4 #s_Lapl,
.cid-sYVtit4jc4 #s_StVojn,
.cid-sYVtit4jc4 #s_NovUr,
.cid-sYVtit4jc4 #s_PrNes,
.cid-sYVtit4jc4 #s_OtstP,
.cid-sYVtit4jc4 #s_NovR,
.cid-sYVtit4jc4 #s_BooVoo,
.cid-sYVtit4jc4 #s_ProKan {
  display: absolute;
  color: #0080ff;
}
.cid-sYVtit4jc4 #s_Chtt:hover,
.cid-sYVtit4jc4 #s_StIgvR:hover,
.cid-sYVtit4jc4 #s_Lapl:hover,
.cid-sYVtit4jc4 #s_StVojn:hover,
.cid-sYVtit4jc4 #s_NovUr:hover,
.cid-sYVtit4jc4 #s_PrNes:hover,
.cid-sYVtit4jc4 #s_OtstP:hover,
.cid-sYVtit4jc4 #s_NovR:hover,
.cid-sYVtit4jc4 #s_BooVoo:hover,
.cid-sYVtit4jc4 #s_ProKan:hover {
  color: #0059b3;
  z-index: 3;
  transition: 1s ease;
}
.cid-sYVtit4jc4 #s_Chtt:not(:hover),
.cid-sYVtit4jc4 #s_StIgvR:not(:hover),
.cid-sYVtit4jc4 #s_Lapl:not(:hover),
.cid-sYVtit4jc4 #s_StVojn:not(:hover),
.cid-sYVtit4jc4 #s_NovUr:not(:hover),
.cid-sYVtit4jc4 #s_PrNes:not(:hover),
.cid-sYVtit4jc4 #s_OtstP:not(:hover),
.cid-sYVtit4jc4 #s_NovR:not(:hover),
.cid-sYVtit4jc4 #s_BooVoo:not(:hover),
.cid-sYVtit4jc4 #s_ProKan:not(:hover) {
  z-index: 0;
  transition: 2s ease;
}
.cid-sYVtit4jc4 #disc_Chtt,
.cid-sYVtit4jc4 #disc_StIgvR,
.cid-sYVtit4jc4 #disc_Lapl,
.cid-sYVtit4jc4 #disc_StVojn,
.cid-sYVtit4jc4 #disc_NovUr,
.cid-sYVtit4jc4 #disc_PrNes,
.cid-sYVtit4jc4 #disc_OtstP,
.cid-sYVtit4jc4 #disc_NovR,
.cid-sYVtit4jc4 #disc_BooVoo,
.cid-sYVtit4jc4 #disc_ProKan {
  color: orange;
  padding-right: 4px;
}
.cid-sYVtit4jc4 #disc_2021,
.cid-sYVtit4jc4 #disc_2020,
.cid-sYVtit4jc4 #disc_2018_2019 {
  color: #ff9980;
}
.cid-sYVtit4jc4 #D_2021,
.cid-sYVtit4jc4 #D_2020,
.cid-sYVtit4jc4 #D_2018_2019 {
  display: none;
  position: absolute;
  font-size: 1.8rem;
  border: 1px solid #ffbb33;
  border-radius: 48px;
  padding: 0px 22px;
  background-color: #dadad7;
  left: 5%;
}
.cid-sYVtit4jc4 #D_2021:hover,
.cid-sYVtit4jc4 #D_2020:hover,
.cid-sYVtit4jc4 #D_2018_2019:hover {
  font-size: 1.8rem;
  border: 1px solid #ff8080;
  border-radius: 48px;
  padding: 0px 22px;
  background-color: #eee;
  z-index: 2;
  transition: 1s ease;
}
.cid-sYVtit4jc4 #D_2021:not(:hover),
.cid-sYVtit4jc4 #D_2020:not(:hover),
.cid-sYVtit4jc4 #D_2018_2019:not(:hover) {
  transition: 2s ease;
  z-index: 1;
}
.cid-sYVtit4jc4 #D_2021 {
  top: -20px;
}
.cid-sYVtit4jc4 #D_2020 {
  top: 50px;
}
.cid-sYVtit4jc4 #D_2018_2019 {
  top: 120px;
}
.cid-sYVtit4jc4 .mbr-text DIV {
  text-align: center;
}
.cid-sYEE3xF2gK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sYEE3xF2gK .mbr-text,
.cid-sYEE3xF2gK blockquote {
  color: #767676;
}
.cid-sYEE3xF2gK .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sYwaNLTElx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sYwaNLTElx .mbr-text,
.cid-sYwaNLTElx blockquote {
  color: #767676;
}
.cid-sYwaNLTElx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sYwaNLTElx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sYwaNLTElx .mbr-text DIV {
  text-align: center;
}
.cid-sYwaNLTElx a:link {
  color: #465052;
}
.cid-sYwaNLTElx #dNUk {
  display: none;
  border-left: 3px solid #aac;
  border-top: 3px solid #aac;
  border-right: 3px solid #aac;
  border-radius: 33px 33px 0 0;
  padding: 11px 15px 5px 15px;
  background-color: #bcb;
}
.cid-sYwak6HFdr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sYwak6HFdr .mbr-text,
.cid-sYwak6HFdr blockquote {
  color: #767676;
}
.cid-sYwak6HFdr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sYwak6HFdr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sYwak6HFdr .mbr-text DIV {
  text-align: left;
}
.cid-sYwak6HFdr a:link {
  color: #465052;
}
.cid-sYwak6HFdr #sInch {
  display: none;
  border-left: 3px solid #aac;
  border-bottom: 3px solid #aac;
  border-right: 3px solid #aac;
  border-radius: 0 0 33px 33px;
  padding: 5px 15px 11px 15px;
  background-color: #bcb;
}
.cid-sUmMrCpqNP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUmMrCpqNP .mbr-text,
.cid-sUmMrCpqNP blockquote {
  color: #767676;
}
.cid-sUmMrCpqNP .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sG3JlUOgJL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sG3JlUOgJL .mbr-text,
.cid-sG3JlUOgJL blockquote {
  color: #767676;
}
.cid-sG3JlUOgJL .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t0FP1w72T5 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-rVPxJf191K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-rVPxJf191K .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVPxJf191K .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVPxJf191K .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVPxJf191K .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rVPxJf191K .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rVPxJf191K .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rVPxJf191K .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVPxJf191K .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rVPxJf191K .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVPxJf191K .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVPxJf191K .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVPxJf191K .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVPxJf191K .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rVPxJf191K .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rVPxJf191K foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-rVPxJf191K .media-container-row .mbr-text {
  text-align: right;
}
.cid-t1NjYp2TER {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1NjYp2TER .mbr-text,
.cid-t1NjYp2TER blockquote {
  color: #767676;
}
.cid-t1NjYp2TER .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t1NjYp2TER .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1NjYp2TER #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-t1NjYp2TER #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-t1NjYp2TER a.btn1:link,
.cid-t1NjYp2TER a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-t1NjYp2TER a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-t1NjYp2TER a.btn1:hover,
.cid-t1NjYp2TER a.btn3:hover,
.cid-t1NjYp2TER a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t1NjYp2TER a.btn1:not(:hover),
.cid-t1NjYp2TER a.btn3:not(:hover),
.cid-t1NjYp2TER a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-t1NjYp2TER a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-t1NjYp2TER a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t1NjYp2TER a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-t1NjYQ2aR1 {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-t1NjYQ2aR1 .mbr-text,
.cid-t1NjYQ2aR1 blockquote {
  color: #767676;
}
.cid-t1NjYQ2aR1 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1NjYQ2aR1 .a_date {
  color: #465052;
}
.cid-t1NjYQ2aR1 .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1NjYQ2aR1 .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1NjYQ2aR1 .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1NjYQ2aR1 .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1NjYQ2aR1 .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1NjYQ2aR1 #sp_19feb_1 {
  color: #cc2900;
}
.cid-t1NjYQ2aR1 #sLiR:hover {
  color: #b3b300;
  transition: 2s ease;
}
.cid-t1NjYQ2aR1 #sLiR:not(:hover) {
  color: #ff4500;
  transition: 8s ease;
}
.cid-t1NjYQ2aR1 #sGaa:hover {
  font-size: 133%;
  color: #800000;
  border-bottom: 8px solid #800000;
  text-shadow: -3px 0 35px #ff4d4d, 3px 0 47px #ff4d4d, 0 0 44px #ff4d4d;
  transition: 5s ease;
}
.cid-t1NjYQ2aR1 #sGaa:not(:hover) {
  color: #4d4d00;
  border-bottom: 1px solid yellow;
  transition: 30s ease;
}
.cid-t1NjYQ2aR1 #dPOV {
  display: inline-block;
  position: relative;
  width: 73vw;
  height: 5.7em;
  border-radius: 15px;
  background-color: #aba;
  left: -0.5em;
  bottom: -1em;
  margin-left: auto;
  margin-right: auto;
}
.cid-t1NjYQ2aR1 #disc_PoV {
  color: #cc0000;
  padding: 0 0 0 15px;
  font-size: 3em;
}
.cid-t1NjYQ2aR1 #sPoV {
  text-align: center;
  width: 100%;
  font-size: 2.2em;
  padding: 0 0 0 10px;
}
.cid-t1NjYQ2aR1 #sPoV:not(:hover) {
  text-shadow: -1px 0 1px #aabbaa, 1px 0 1px #aabbaa, 0 -1px 1px #aabbaa, 0 1px 1px #aabbaa;
}
.cid-t1NjYQ2aR1 #sPoV:hover {
  text-shadow: -1px 0 1px #cc0000, 1px 0 1px #cc0000, 0 -1px 1px #cc0000, 0 1px 1px #cc0000, -3px 0 25px #000000, 3px 0 27px #cc0000, 0 0 44px #cc0000;
  box-shadow: -3px 0 25px 2px #000000, 3px 0 27px 3px #cc0000, 0 0 44px 2px #cc0000;
  padding: 5px 7px 11px 11px;
  border-radius: 33px;
}
.cid-t1NjYQ2aR1 #dKBО {
  display: block;
  position: absolute;
  width: 75vw;
  padding: 5px 22px;
  background-color: #ffff00;
  border-radius: 11px;
  margin-left: 3vw;
  margin-right: 15vw;
  top: -3em;
  z-index: 1;
}
.cid-t1NjYQ2aR1 #dKBО:hover {
  z-index: 4;
}
.cid-t1NjYQ2aR1 #sKBО {
  color: #ff4500;
  font-size: 1.8em;
  font-family: ariblk, rubic;
}
.cid-t1NjYQ2aR1 #sKBho {
  display: inline-block;
  line-height: 105%;
  padding-top: 17px;
  z-index: 1;
}
.cid-t1NjYQExa8 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1NjYQExa8 .mbr-text,
.cid-t1NjYQExa8 blockquote {
  color: #767676;
}
.cid-t1NjYQExa8 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1NoDiwvE2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1NoDiwvE2 .mbr-text,
.cid-t1NoDiwvE2 blockquote {
  color: #767676;
}
.cid-t1NoDiwvE2 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1Nq4CZyrK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1Nq4CZyrK .mbr-text,
.cid-t1Nq4CZyrK blockquote {
  color: #767676;
}
.cid-t1Nq4CZyrK .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1NjYOU79b {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #dadad7;
}
.cid-t1NjYOU79b .mbr-text,
.cid-t1NjYOU79b blockquote {
  color: #767676;
}
.cid-t1NjYOU79b .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1NjYOU79b .a_date {
  color: #465052;
}
.cid-t1NjYOU79b .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1NjYOU79b .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1NjYOU79b .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1NjYOU79b .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1NjYOU79b .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1NjYOU79b #sLiR:hover {
  color: #b3b300;
  transition: 2s ease;
}
.cid-t1NjYOU79b #sLiR:not(:hover) {
  color: #ff4500;
  transition: 8s ease;
}
.cid-t1NjYOU79b #sOst:hover {
  font-size: 142%;
  color: #002080;
  text-shadow: -3px 0 35px red, 3px 0 47px #ff4d4d, 0 0 66px red;
  transition: 5s ease;
}
.cid-t1NjYOU79b #sOst:not(:hover) {
  color: #4d4d00;
  transition: 30s ease;
}
.cid-t1NjYOU79b #dPhn {
  display: block;
  position: absolute;
  width: 75vw;
  padding: 5px 22px;
  background-color: #ff9999;
  border-radius: 11px;
  margin-left: 3vw;
  margin-right: 15vw;
  top: -3em;
  z-index: 1;
}
.cid-t1NjYOU79b #dPhn:hover {
  z-index: 4;
}
.cid-t1NjYOU79b #sPhn {
  color: #cc3300;
  font-size: 3.3em;
  font-family: ariblk, rubic;
}
.cid-t1NjYPsVr7 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1NjYPsVr7 .mbr-text,
.cid-t1NjYPsVr7 blockquote {
  color: #767676;
}
.cid-t1NjYPsVr7 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1NoGfsAKR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1NoGfsAKR .mbr-text,
.cid-t1NoGfsAKR blockquote {
  color: #767676;
}
.cid-t1NoGfsAKR .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1NNM13Kjg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1NNM13Kjg .mbr-text,
.cid-t1NNM13Kjg blockquote {
  color: #767676;
}
.cid-t1NNM13Kjg .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1NNM13Kjg #dNiknop {
  width: 100%;
  border-radius: 25px;
}
.cid-t1NNM13Kjg #dNiknop:hover {
  background-color: #ddccff;
  box-shadow: 0 0 5px 1px #ddccff;
  transition: 1s ease;
}
.cid-t1NNM13Kjg #dNiknop:not(:hover) {
  background-color: #dadad7;
  transition: 2s ease;
}
.cid-t1NjYT5RxK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-t1NjYT5RxK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1NjYT5RxK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1NjYT5RxK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1NjYT5RxK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t1NjYT5RxK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t1NjYT5RxK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t1NjYT5RxK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t1NjYT5RxK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t1NjYT5RxK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t1NjYT5RxK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t1NjYT5RxK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1NjYT5RxK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1NjYT5RxK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t1NjYT5RxK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t1NjYT5RxK foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-t1NjYT5RxK .media-container-row .mbr-text {
  text-align: right;
}
.cid-t1O1owghIv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1owghIv .mbr-text,
.cid-t1O1owghIv blockquote {
  color: #767676;
}
.cid-t1O1owghIv .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t1O1owghIv .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1O1owghIv #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-t1O1owghIv #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-t1O1owghIv a.btn1:link,
.cid-t1O1owghIv a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-t1O1owghIv a.btn1:hover,
.cid-t1O1owghIv a.btn3:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t1O1owghIv a.btn1:not(:hover),
.cid-t1O1owghIv a.btn3:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-t1O1owghIv a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-t1O1owghIv a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t1O1owghIv a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-t1OOjxkZrd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1OOjxkZrd .mbr-text,
.cid-t1OOjxkZrd blockquote {
  color: #767676;
}
.cid-t1OOjxkZrd .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oWHQHI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #dadad7;
}
.cid-t1O1oWHQHI .mbr-text,
.cid-t1O1oWHQHI blockquote {
  color: #767676;
}
.cid-t1O1oWHQHI .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oWHQHI .a_date {
  color: #465052;
}
.cid-t1O1oWHQHI .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1O1oWHQHI .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1O1oWHQHI .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1O1oWHQHI .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1O1oWHQHI .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1O1oWHQHI #sYuSh,
.cid-t1O1oWHQHI #sSvoUk,
.cid-t1O1oWHQHI #sNastV {
  display: block;
  position: relative;
  width: 9em;
  font-size: .5em;
  padding: 3px 5px;
  background-color: #eff;
  border: 4px solid #aaa;
  border-radius: 22px;
  left: 30em;
  top: -4.5em;
  z-index: 12;
}
.cid-t1O1oWHQHI #sYuSh:hover,
.cid-t1O1oWHQHI #sSvoUk:hover,
.cid-t1O1oWHQHI #sNastV:hover {
  background-color: #aee;
  border: 4px solid #fac;
}
.cid-t1O1oWHQHI #dNeV {
  display: block;
  position: absolute;
  opacity: .8;
  font-family: ariblk;
  letter-spacing: 2px;
  font-size: 3.7em;
  color: rgba(255, 51, 0, 0.5);
  top: -2.2em;
  left: 1vw;
  z-index: 11;
}
.cid-t1O1oWHQHI #dRnsp {
  display: block;
  position: absolute;
  height: 2.7em;
  font-size: 1.2em;
  color: #282828;
  border: 5px solid #444;
  border-radius: 18px;
  padding: 10px 17px;
  background-color: #bce;
  box-shadow: 0 0 0 5px black, 0 0 15px 15px #800000, 0 0 16px 16px #000;
  z-index: 7;
  top: -2.6em;
  left: 16vw;
}
.cid-t1O1oWHQHI #dObr {
  display: block;
  position: absolute;
  border: 8px solid #ff4733;
  border-radius: 18px;
  padding: 10px 17px;
  background-color: #bce;
  box-shadow: 0 0 0 5px yellow, 0 0 15px 15px #fff, 0 0 27px 27px red;
  z-index: 7;
  top: 2.8em;
  left: 16vw;
}
.cid-t1O1oWHQHI #dObr:hover {
  border: 11px solid #ff7733;
  box-shadow: 0 0 0 8px yellow, 0 0 25px 35px #fff, 0 0 29px 37px red;
  transition: 3s ease;
}
.cid-t1O1oWHQHI #dObr:not(:hover) {
  transition: 5s ease;
}
.cid-t1O1oWHQHI #d_28_02_22_2 {
  display: block;
  position: absolute;
  text-align: left;
  font-size: .6em;
  line-height: 95%;
  width: 12em;
  border: 5px solid #0066cc;
  border-radius: 15px;
  background-color: #f0f0f0;
  padding: 5px 11px;
  top: -13.2em;
  right: -3.6em;
  z-index: 0;
}
.cid-t1O1oWHQHI #d_28_02_22_2:hover {
  z-index: 9;
}
.cid-t1O1oWHQHI #sLiR:hover {
  color: #b3b300;
  transition: 2s ease;
}
.cid-t1O1oWHQHI #sLiR:not(:hover) {
  color: #ff4500;
  transition: 8s ease;
}
.cid-t1O1oWHQHI #sOst:hover {
  font-size: 142%;
  color: #002080;
  text-shadow: -3px 0 35px red, 3px 0 47px #ff4d4d, 0 0 66px red;
  transition: 5s ease;
}
.cid-t1O1oWHQHI #sOst:not(:hover) {
  color: #4d4d00;
  transition: 30s ease;
}
.cid-t1O1oWHQHI #d_Sod {
  display: block;
  position: absolute;
  color: #149dcc;
  font-size: 0.5em;
  border-radius: 25px;
  margin: 5px;
  left: -6em;
  top: -7rem;
  z-index: 1;
}
.cid-t1O1oWHQHI #d_Sod_2018_2019 {
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
}
.cid-t1O1oWHQHI ul {
  list-style: none;
  font-size: 80%;
}
.cid-t1O1oWHQHI #d_Chtt,
.cid-t1O1oWHQHI #d_StIgvR,
.cid-t1O1oWHQHI #d_Lapl,
.cid-t1O1oWHQHI #d_StVojn,
.cid-t1O1oWHQHI #d_NovUr,
.cid-t1O1oWHQHI #d_PrNes,
.cid-t1O1oWHQHI #d_OtstP,
.cid-t1O1oWHQHI #d_NovR,
.cid-t1O1oWHQHI #d_BooVoo,
.cid-t1O1oWHQHI #d_ProKan {
  display: block;
  position: relative;
  width: 17.1em;
  border-radius: 25px;
  z-index: 0;
  padding: 0 5px 2px 15px;
}
.cid-t1O1oWHQHI #d_Chtt:hover,
.cid-t1O1oWHQHI #d_StIgvR:hover,
.cid-t1O1oWHQHI #d_Lapl:hover,
.cid-t1O1oWHQHI #d_StVojn:hover,
.cid-t1O1oWHQHI #d_NovUr:hover,
.cid-t1O1oWHQHI #d_PrNes:hover,
.cid-t1O1oWHQHI #d_OtstP:hover,
.cid-t1O1oWHQHI #d_NovR:hover,
.cid-t1O1oWHQHI #d_BooVoo:hover,
.cid-t1O1oWHQHI #d_ProKan:hover {
  border: 1px solid #ffad33;
  background-color: #eee;
  z-index: 3;
  transition: 1s ease;
}
.cid-t1O1oWHQHI #d_Chtt:not(:hover),
.cid-t1O1oWHQHI #d_StIgvR:not(:hover),
.cid-t1O1oWHQHI #d_Lapl:not(:hover),
.cid-t1O1oWHQHI #d_StVojn:not(:hover),
.cid-t1O1oWHQHI #d_NovUr:not(:hover),
.cid-t1O1oWHQHI #d_PrNes:not(:hover),
.cid-t1O1oWHQHI #d_OtstP:not(:hover),
.cid-t1O1oWHQHI #d_NovR:not(:hover),
.cid-t1O1oWHQHI #d_BooVoo:not(:hover),
.cid-t1O1oWHQHI #d_ProKan:not(:hover) {
  border: 1px solid #dadad7;
  border-radius: 25px;
  z-index: 1;
  transition: 2s ease;
}
.cid-t1O1oWHQHI #s_Chtt,
.cid-t1O1oWHQHI #s_StIgvR,
.cid-t1O1oWHQHI #s_Lapl,
.cid-t1O1oWHQHI #s_StVojn,
.cid-t1O1oWHQHI #s_NovUr,
.cid-t1O1oWHQHI #s_PrNes,
.cid-t1O1oWHQHI #s_OtstP,
.cid-t1O1oWHQHI #s_NovR,
.cid-t1O1oWHQHI #s_BooVoo,
.cid-t1O1oWHQHI #s_ProKan {
  display: absolute;
  color: #0080ff;
}
.cid-t1O1oWHQHI #s_Chtt:hover,
.cid-t1O1oWHQHI #s_StIgvR:hover,
.cid-t1O1oWHQHI #s_Lapl:hover,
.cid-t1O1oWHQHI #s_StVojn:hover,
.cid-t1O1oWHQHI #s_NovUr:hover,
.cid-t1O1oWHQHI #s_PrNes:hover,
.cid-t1O1oWHQHI #s_OtstP:hover,
.cid-t1O1oWHQHI #s_NovR:hover,
.cid-t1O1oWHQHI #s_BooVoo:hover,
.cid-t1O1oWHQHI #s_ProKan:hover {
  color: #0059b3;
  z-index: 3;
  transition: 1s ease;
}
.cid-t1O1oWHQHI #s_Chtt:not(:hover),
.cid-t1O1oWHQHI #s_StIgvR:not(:hover),
.cid-t1O1oWHQHI #s_Lapl:not(:hover),
.cid-t1O1oWHQHI #s_StVojn:not(:hover),
.cid-t1O1oWHQHI #s_NovUr:not(:hover),
.cid-t1O1oWHQHI #s_PrNes:not(:hover),
.cid-t1O1oWHQHI #s_OtstP:not(:hover),
.cid-t1O1oWHQHI #s_NovR:not(:hover),
.cid-t1O1oWHQHI #s_BooVoo:not(:hover),
.cid-t1O1oWHQHI #s_ProKan:not(:hover) {
  z-index: 0;
  transition: 2s ease;
}
.cid-t1O1oWHQHI #disc_Chtt,
.cid-t1O1oWHQHI #disc_StIgvR,
.cid-t1O1oWHQHI #disc_Lapl,
.cid-t1O1oWHQHI #disc_StVojn,
.cid-t1O1oWHQHI #disc_NovUr,
.cid-t1O1oWHQHI #disc_PrNes,
.cid-t1O1oWHQHI #disc_OtstP,
.cid-t1O1oWHQHI #disc_NovR,
.cid-t1O1oWHQHI #disc_BooVoo,
.cid-t1O1oWHQHI #disc_ProKan {
  color: orange;
  padding-right: 4px;
}
.cid-t1O1oWHQHI #disc_2021,
.cid-t1O1oWHQHI #disc_2020,
.cid-t1O1oWHQHI #disc_2018_2019 {
  color: #ff9980;
}
.cid-t1O1oWHQHI #D_2021,
.cid-t1O1oWHQHI #D_2020,
.cid-t1O1oWHQHI #D_2018_2019 {
  display: none;
  position: absolute;
  font-size: 1.8rem;
  border: 1px solid #ffbb33;
  border-radius: 48px;
  padding: 0px 22px;
  background-color: #dadad7;
  left: 5%;
}
.cid-t1O1oWHQHI #D_2021:hover,
.cid-t1O1oWHQHI #D_2020:hover,
.cid-t1O1oWHQHI #D_2018_2019:hover {
  font-size: 1.8rem;
  border: 1px solid #ff8080;
  border-radius: 48px;
  padding: 0px 22px;
  background-color: #eee;
  z-index: 2;
  transition: 1s ease;
}
.cid-t1O1oWHQHI #D_2021:not(:hover),
.cid-t1O1oWHQHI #D_2020:not(:hover),
.cid-t1O1oWHQHI #D_2018_2019:not(:hover) {
  transition: 2s ease;
  z-index: 1;
}
.cid-t1O1oWHQHI #D_2021 {
  top: -40px;
}
.cid-t1O1oWHQHI #D_2020 {
  top: 30px;
}
.cid-t1O1oWHQHI #D_2018_2019 {
  top: 100px;
}
.cid-t1O1oXThq1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oXThq1 .mbr-text,
.cid-t1O1oXThq1 blockquote {
  color: #767676;
}
.cid-t1O1oXThq1 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oW6KJl {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oW6KJl .mbr-text,
.cid-t1O1oW6KJl blockquote {
  color: #767676;
}
.cid-t1O1oW6KJl .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oW6KJl .a_date {
  color: #465052;
}
.cid-t1O1oW6KJl .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1O1oW6KJl .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1O1oW6KJl .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1O1oW6KJl .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1O1oW6KJl .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1O1oW6KJl #sp_25feb_1 {
  color: #cc2900;
}
.cid-t1O1oW6KJl #dRnU {
  display: block;
  position: absolute;
  width: 90vw;
  font-size: 2.4em;
  line-height: 1.2;
  color: #ff3300;
  top: -1.5em;
  left: 0em;
  z-index: 3;
}
.cid-t1O1oW6KJl .mbr-text DIV {
  text-align: center;
}
.cid-t1OP2pKjJX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1OP2pKjJX .mbr-text,
.cid-t1OP2pKjJX blockquote {
  color: #767676;
}
.cid-t1OP2pKjJX .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oFX0Vl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1O1oFX0Vl .mbr-text,
.cid-t1O1oFX0Vl blockquote {
  color: #767676;
}
.cid-t1O1oFX0Vl .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oFX0Vl .a_date {
  color: #465052;
}
.cid-t1O1oFX0Vl .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1O1oFX0Vl .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1O1oFX0Vl .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1O1oFX0Vl .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1O1oFX0Vl .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1O1oFX0Vl #dpnm {
  display: block;
  position: relative;
  width: 70vw;
  bottom: -1em;
}
.cid-t1O1oFX0Vl #spnm {
  position: relative;
  font-size: 2.4em;
  line-height: 1.1;
  color: #005c99;
  bottom: .5em;
  z-index: 2;
}
.cid-t1O1oFX0Vl #sSobs {
  display: inline-block;
  font-size: 2.7em;
  line-height: 1.1;
  text-align: left;
  color: #993300;
  z-index: 2;
}
.cid-t1O1oFX0Vl #sp_26feb_1 {
  color: #cc2900;
}
.cid-t1O1oFX0Vl #d_28_02_22_2 {
  display: block;
  position: absolute;
  text-align: left;
  font-size: .6em;
  line-height: 95%;
  width: 12em;
  border: 5px solid #0066cc;
  border-radius: 15px;
  background-color: #f0f0f0;
  padding: 5px 11px;
  top: -13.2em;
  right: -3.6em;
  z-index: 0;
}
.cid-t1O1oFX0Vl #d_28_02_22_2:hover {
  z-index: 9;
}
.cid-t1O1oFX0Vl #d_Sod {
  display: block;
  position: absolute;
  color: #149dcc;
  font-size: 0.5em;
  border-radius: 25px;
  margin: 5px;
  left: -6em;
  top: -7rem;
  z-index: 1;
}
.cid-t1O1oFX0Vl #d_Sod_2018_2019 {
  display: none;
  position: absolute;
  top: -50px;
  left: 50%;
}
.cid-t1O1oFX0Vl ul {
  list-style: none;
  font-size: 80%;
}
.cid-t1O1oFX0Vl #d_Chtt,
.cid-t1O1oFX0Vl #d_StIgvR,
.cid-t1O1oFX0Vl #d_Lapl,
.cid-t1O1oFX0Vl #d_StVojn,
.cid-t1O1oFX0Vl #d_NovUr,
.cid-t1O1oFX0Vl #d_PrNes,
.cid-t1O1oFX0Vl #d_OtstP,
.cid-t1O1oFX0Vl #d_NovR,
.cid-t1O1oFX0Vl #d_BooVoo,
.cid-t1O1oFX0Vl #d_ProKan {
  display: block;
  position: relative;
  width: 17.1em;
  text-align: left;
  border-radius: 25px;
  z-index: 1;
  padding: 0 5px 2px 15px;
}
.cid-t1O1oFX0Vl #d_Chtt:hover,
.cid-t1O1oFX0Vl #d_StIgvR:hover,
.cid-t1O1oFX0Vl #d_Lapl:hover,
.cid-t1O1oFX0Vl #d_StVojn:hover,
.cid-t1O1oFX0Vl #d_NovUr:hover,
.cid-t1O1oFX0Vl #d_PrNes:hover,
.cid-t1O1oFX0Vl #d_OtstP:hover,
.cid-t1O1oFX0Vl #d_NovR:hover,
.cid-t1O1oFX0Vl #d_BooVoo:hover,
.cid-t1O1oFX0Vl #d_ProKan:hover {
  border: 1px solid #ffad33;
  background-color: #eee;
  z-index: 5;
  transition: 1s ease;
}
.cid-t1O1oFX0Vl #d_Chtt:not(:hover),
.cid-t1O1oFX0Vl #d_StIgvR:not(:hover),
.cid-t1O1oFX0Vl #d_Lapl:not(:hover),
.cid-t1O1oFX0Vl #d_StVojn:not(:hover),
.cid-t1O1oFX0Vl #d_NovUr:not(:hover),
.cid-t1O1oFX0Vl #d_PrNes:not(:hover),
.cid-t1O1oFX0Vl #d_OtstP:not(:hover),
.cid-t1O1oFX0Vl #d_NovR:not(:hover),
.cid-t1O1oFX0Vl #d_BooVoo:not(:hover),
.cid-t1O1oFX0Vl #d_ProKan:not(:hover) {
  text-align: left;
  border: 1px solid #dadad7;
  border-radius: 25px;
  z-index: 1;
  transition: 2s ease;
}
.cid-t1O1oFX0Vl #s_Chtt,
.cid-t1O1oFX0Vl #s_StIgvR,
.cid-t1O1oFX0Vl #s_Lapl,
.cid-t1O1oFX0Vl #s_StVojn,
.cid-t1O1oFX0Vl #s_NovUr,
.cid-t1O1oFX0Vl #s_PrNes,
.cid-t1O1oFX0Vl #s_OtstP,
.cid-t1O1oFX0Vl #s_NovR,
.cid-t1O1oFX0Vl #s_BooVoo,
.cid-t1O1oFX0Vl #s_ProKan {
  display: absolute;
  color: #0080ff;
}
.cid-t1O1oFX0Vl #s_Chtt:hover,
.cid-t1O1oFX0Vl #s_StIgvR:hover,
.cid-t1O1oFX0Vl #s_Lapl:hover,
.cid-t1O1oFX0Vl #s_StVojn:hover,
.cid-t1O1oFX0Vl #s_NovUr:hover,
.cid-t1O1oFX0Vl #s_PrNes:hover,
.cid-t1O1oFX0Vl #s_OtstP:hover,
.cid-t1O1oFX0Vl #s_NovR:hover,
.cid-t1O1oFX0Vl #s_BooVoo:hover,
.cid-t1O1oFX0Vl #s_ProKan:hover {
  color: #0059b3;
  z-index: 3;
  transition: 1s ease;
}
.cid-t1O1oFX0Vl #s_Chtt:not(:hover),
.cid-t1O1oFX0Vl #s_StIgvR:not(:hover),
.cid-t1O1oFX0Vl #s_Lapl:not(:hover),
.cid-t1O1oFX0Vl #s_StVojn:not(:hover),
.cid-t1O1oFX0Vl #s_NovUr:not(:hover),
.cid-t1O1oFX0Vl #s_PrNes:not(:hover),
.cid-t1O1oFX0Vl #s_OtstP:not(:hover),
.cid-t1O1oFX0Vl #s_NovR:not(:hover),
.cid-t1O1oFX0Vl #s_BooVoo:not(:hover),
.cid-t1O1oFX0Vl #s_ProKan:not(:hover) {
  z-index: 0;
  transition: 2s ease;
}
.cid-t1O1oFX0Vl #disc_Chtt,
.cid-t1O1oFX0Vl #disc_StIgvR,
.cid-t1O1oFX0Vl #disc_Lapl,
.cid-t1O1oFX0Vl #disc_StVojn,
.cid-t1O1oFX0Vl #disc_NovUr,
.cid-t1O1oFX0Vl #disc_PrNes,
.cid-t1O1oFX0Vl #disc_OtstP,
.cid-t1O1oFX0Vl #disc_NovR,
.cid-t1O1oFX0Vl #disc_BooVoo,
.cid-t1O1oFX0Vl #disc_ProKan {
  color: orange;
  padding-right: 4px;
}
.cid-t1O1oFX0Vl #disc_2021,
.cid-t1O1oFX0Vl #disc_2020,
.cid-t1O1oFX0Vl #disc_2018_2019 {
  color: #ff9980;
}
.cid-t1O1oFX0Vl #D_2021,
.cid-t1O1oFX0Vl #D_2020,
.cid-t1O1oFX0Vl #D_2018_2019 {
  display: none;
  position: absolute;
  font-size: 1.8rem;
  border: 1px solid #ffbb33;
  border-radius: 48px;
  padding: 0px 22px;
  background-color: #dadad7;
  left: 5%;
}
.cid-t1O1oFX0Vl #D_2021:hover,
.cid-t1O1oFX0Vl #D_2020:hover,
.cid-t1O1oFX0Vl #D_2018_2019:hover {
  font-size: 1.8rem;
  border: 1px solid #ff8080;
  border-radius: 48px;
  padding: 0px 22px;
  background-color: #eee;
  z-index: 2;
  transition: 1s ease;
}
.cid-t1O1oFX0Vl #D_2021:not(:hover),
.cid-t1O1oFX0Vl #D_2020:not(:hover),
.cid-t1O1oFX0Vl #D_2018_2019:not(:hover) {
  transition: 2s ease;
  z-index: 1;
}
.cid-t1O1oFX0Vl #D_2021 {
  top: -40px;
}
.cid-t1O1oFX0Vl #D_2020 {
  top: 30px;
}
.cid-t1O1oFX0Vl #D_2018_2019 {
  top: 100px;
}
.cid-t1O1oFX0Vl .mbr-text DIV {
  text-align: center;
}
.cid-t1O1oGFloC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oGFloC .mbr-text,
.cid-t1O1oGFloC blockquote {
  color: #767676;
}
.cid-t1O1oGFloC .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oHklUZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oHklUZ .mbr-text,
.cid-t1O1oHklUZ blockquote {
  color: #767676;
}
.cid-t1O1oHklUZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oHklUZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oHklUZ .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oHklUZ #sNeu {
  border-bottom: 3px solid #bbb;
}
.cid-t1O1oHklUZ #dIdp {
  border-bottom: 3px solid #bbb;
}
.cid-t1O1oHklUZ #sPoch {
  display: block;
}
.cid-t1O1oHSi54 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oHSi54 .mbr-text,
.cid-t1O1oHSi54 blockquote {
  color: #767676;
}
.cid-t1O1oHSi54 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oHSi54 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oHSi54 .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oHSi54 a:link {
  color: #465052;
}
.cid-t1O1oHSi54 #sPoch {
  display: none;
  border: 3px solid #aac;
  border-radius: 33px;
  padding: 5px 15px;
  background-color: #dbb;
}
.cid-t1O1oIvRZ2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oIvRZ2 .mbr-text,
.cid-t1O1oIvRZ2 blockquote {
  color: #767676;
}
.cid-t1O1oIvRZ2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oIvRZ2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oIvRZ2 .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oIvRZ2 a:link {
  color: #465052;
}
.cid-t1O1oIvRZ2 #sSvR {
  border-bottom: 3px solid #dadad7;
}
.cid-t1O1oIvRZ2 #sGlhu {
  display: none;
  position: relative;
  font-size: 85%;
  border-radius: 25px;
  border: 3px solid red;
  padding: 4px 14px;
  z-index: 2;
}
.cid-t1O1oJkT0s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oJkT0s .mbr-text,
.cid-t1O1oJkT0s blockquote {
  color: #767676;
}
.cid-t1O1oJkT0s .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oJkT0s .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oJkT0s .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oJKHsA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oJKHsA .mbr-text,
.cid-t1O1oJKHsA blockquote {
  color: #767676;
}
.cid-t1O1oJKHsA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oJKHsA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oJKHsA .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oKh22h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oKh22h .mbr-text,
.cid-t1O1oKh22h blockquote {
  color: #767676;
}
.cid-t1O1oKh22h .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oKh22h .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oKh22h .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oKRWhA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oKRWhA .mbr-text,
.cid-t1O1oKRWhA blockquote {
  color: #767676;
}
.cid-t1O1oKRWhA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oKRWhA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oKRWhA .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oLs1il {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oLs1il .mbr-text,
.cid-t1O1oLs1il blockquote {
  color: #767676;
}
.cid-t1O1oLs1il .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oLs1il .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oLs1il .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oM2p2G {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1O1oM2p2G .mbr-text,
.cid-t1O1oM2p2G blockquote {
  color: #767676;
}
.cid-t1O1oM2p2G .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oM2p2G .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oM2p2G .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oM2p2G #sSsv {
  border-bottom: 3px solid #aaa;
}
.cid-t1O1oMCnIU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oMCnIU .mbr-text,
.cid-t1O1oMCnIU blockquote {
  color: #767676;
}
.cid-t1O1oMCnIU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oMCnIU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oMCnIU .mbr-text DIV {
  text-align: center;
}
.cid-t1O1oMCnIU a:link {
  color: #465052;
}
.cid-t1O1oMCnIU #dNUk {
  display: none;
  border-left: 3px solid #aac;
  border-top: 3px solid #aac;
  border-right: 3px solid #aac;
  border-radius: 33px 33px 0 0;
  padding: 11px 15px 5px 15px;
  background-color: #bcb;
}
.cid-t1O1oNef9W {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oNef9W .mbr-text,
.cid-t1O1oNef9W blockquote {
  color: #767676;
}
.cid-t1O1oNef9W .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oNef9W .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oNef9W .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oNef9W a:link {
  color: #465052;
}
.cid-t1O1oNef9W #sInch {
  display: none;
  border-left: 3px solid #aac;
  border-bottom: 3px solid #aac;
  border-right: 3px solid #aac;
  border-radius: 0 0 33px 33px;
  padding: 5px 15px 11px 15px;
  background-color: #bcb;
}
.cid-t1O1oNNVTx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oNNVTx .mbr-text,
.cid-t1O1oNNVTx blockquote {
  color: #767676;
}
.cid-t1O1oNNVTx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oNNVTx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oNNVTx .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oNNVTx #sZah {
  display: inline-block;
  visibility: visible;
}
.cid-t1O1oNNVTx #sSfa {
  border-bottom: 2px solid #bbb;
}
.cid-t1O1oOrjDq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oOrjDq .mbr-text,
.cid-t1O1oOrjDq blockquote {
  color: #767676;
}
.cid-t1O1oOrjDq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oOrjDq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oOrjDq .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oOrjDq #aBol {
  color: #993300;
}
.cid-t1O1oOrjDq a:link {
  color: #465052;
}
.cid-t1O1oOrjDq #aAtoch {
  display: none;
}
.cid-t1O1oP0AVu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oP0AVu .mbr-text,
.cid-t1O1oP0AVu blockquote {
  color: #767676;
}
.cid-t1O1oP0AVu .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t1O1oP0AVu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oP0AVu .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oP0AVu #sZah_1 {
  display: none;
}
.cid-t1O1oPz39p {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1O1oPz39p .mbr-text,
.cid-t1O1oPz39p blockquote {
  color: #767676;
}
.cid-t1O1oPz39p .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oPz39p .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oPz39p .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oQ91eY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oQ91eY .mbr-text,
.cid-t1O1oQ91eY blockquote {
  color: #767676;
}
.cid-t1O1oQ91eY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oQ91eY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oQ91eY .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oQ91eY #sRzv {
  border-bottom: 3px solid #bbb;
}
.cid-t1O1oQJuSL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oQJuSL .mbr-text,
.cid-t1O1oQJuSL blockquote {
  color: #767676;
}
.cid-t1O1oQJuSL .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oQJuSL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oQJuSL .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oQJuSL #sUshn {
  display: none;
}
.cid-t1O1oQJuSL #sVvmi {
  border-bottom: 3px solid #bbb;
}
.cid-t1O1oRmNGh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oRmNGh .mbr-text,
.cid-t1O1oRmNGh blockquote {
  color: #767676;
}
.cid-t1O1oRmNGh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oRmNGh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oRmNGh .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oRmNGh #dFopnap {
  display: none;
  position: absolute;
  width: 8em;
  font-size: 85%;
  border: 3px solid #fcc;
  border-radius: 22px;
  padding: 5px 11px;
  background-color: #fec;
  left: 4em;
  top: 3em;
  z-index: 1;
}
.cid-t1O1oRmNGh #dFopnap:hover {
  border: 3px solid #faa;
  background-color: #ffc;
  z-index: 1;
}
.cid-t1O1oRmNGh a:link {
  color: #465052;
}
.cid-t1O1oRmNGh #sIpod {
  border-bottom: 2px solid #aaa;
}
.cid-t1O1oRmNGh #sGdvb_1,
.cid-t1O1oRmNGh #sGdvb_2 {
  border-radius: 22px;
  font-size: 85%;
  padding: 5px 15px;
  background-color: #edf;
}
.cid-t1O1oRmNGh #sGdvb_1:hover,
.cid-t1O1oRmNGh #sGdvb_2:hover {
  background-color: #ccf;
  transition: .5s ease;
}
.cid-t1O1oRmNGh #sGdvb_1:not(:hover),
.cid-t1O1oRmNGh #sGdvb_2:not(:hover) {
  transition: 1.2s ease;
}
.cid-t1O1oRmNGh #dGdvb8 {
  display: none;
  position: absolute;
  width: 16em;
  border: 4px solid #bcb;
  border-radius: 25px;
  background-color: #edf;
  top: -0.3em;
  left: 13em;
}
.cid-t1O1oRmNGh #sNaUk {
  display: none;
  border: 3px solid #caa;
  border-radius: 33px;
  padding: 11px 15px;
  background-color: #dab;
}
.cid-t1O1oSaBvs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oSaBvs .mbr-text,
.cid-t1O1oSaBvs blockquote {
  color: #767676;
}
.cid-t1O1oSaBvs .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oSaBvs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oSaBvs .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oSaBvs #sHoro {
  border-bottom: 3px solid #abb;
}
.cid-t1O1oSaBvs #sRotp {
  border-bottom: 3px solid #daa;
  border-radius: 7px;
  padding: 1px 8px;
  background-color: #ff8566;
}
.cid-t1O1oSaBvs a:link {
  color: #465052;
}
.cid-t1O1oSaBvs #sVerzhi {
  display: none;
  position: absolute;
  color: #005ce6;
  padding: 1px 10px;
  border: 5px solid #9de;
  border-radius: 3px;
  box-shadow: 0 0 3px 2px #cc6600;
  background-color: #cce;
  left: 5em;
  top: 5em;
}
.cid-t1O1oSaBvs #sVerzhi:hover {
  color: #660000;
  border: 5px solid #9ef;
  border-radius: 3px;
  box-shadow: 0 0 3px 2px #ff9933;
  background-color: #cce;
  left: 5em;
  top: 5em;
  transition: .5s ease;
}
.cid-t1O1oSaBvs #sVerzhi:not(:hover) {
  transition: .7s ease;
}
.cid-t1O1oSaBvs #sIzza,
.cid-t1O1oSaBvs #sTakso {
  display: none;
}
.cid-t1O1oSaBvs #sKtes {
  border-bottom: 3px solid #bbb;
}
.cid-t1O1oSMNTq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oSMNTq .mbr-text,
.cid-t1O1oSMNTq blockquote {
  color: #767676;
}
.cid-t1O1oSMNTq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oSMNTq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oSMNTq .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oTfZiE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1O1oTfZiE .mbr-text,
.cid-t1O1oTfZiE blockquote {
  color: #767676;
}
.cid-t1O1oTfZiE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oTfZiE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oTfZiE .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oTLMxN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1O1oTLMxN .mbr-text,
.cid-t1O1oTLMxN blockquote {
  color: #767676;
}
.cid-t1O1oTLMxN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oTLMxN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oTLMxN .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oUkJhs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1O1oUkJhs .mbr-text,
.cid-t1O1oUkJhs blockquote {
  color: #767676;
}
.cid-t1O1oUkJhs .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oUkJhs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oUkJhs .mbr-text DIV {
  text-align: left;
}
.cid-t1O1oUkJhs #sGenGu {
  display: none;
  position: absolute;
  font-size: 44%;
  border: 3px solid #aae;
  border-radius: 25px;
  padding: 0 5px;
  background-color: #ffd9b3;
  left: 10em;
  top: -1.2em;
}
.cid-t1O1oUkJhs #sGenGu:hover {
  border: 3px solid #99e;
  background-color: #ffb3d9;
  transition: .5s ease;
}
.cid-t1O1oUkJhs #sGenGu:not(:hover) {
  transition: .7s ease;
}
.cid-t1O1oUkJhs #a_Manv {
  color: #802000;
}
.cid-t1O1oUkJhs #a_Manv:hover {
  color: #cc3300;
}
.cid-t1O1oUkJhs #sMozh {
  border-bottom: 3px solid #eaa;
}
.cid-t1O1oUkJhs #sEpo {
  display: none;
  width: 19ex;
  border: 1px solid #dadad7;
  padding: 0 0 0 4px;
  color: #0033cc;
  background-color: #ccccff;
}
.cid-t1O1oUkJhs #sEpo:hover {
  color: #3d0066;
  border: 1px solid red;
  border-radius: 33px;
  background-color: #f3f1f1;
  transition: 2s ease;
}
.cid-t1O1oUkJhs #sEpo:not(:hover) {
  transition: 4s ease;
}
.cid-t1O1oV7qmK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1O1oV7qmK .mbr-text,
.cid-t1O1oV7qmK blockquote {
  color: #767676;
}
.cid-t1O1oV7qmK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oV7qmK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oV7qmK .mbr-text DIV {
  text-align: left;
}
.cid-t1OJMiaTsn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1OJMiaTsn .mbr-text,
.cid-t1OJMiaTsn blockquote {
  color: #767676;
}
.cid-t1OJMiaTsn .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oCvJ3m {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1O1oCvJ3m .mbr-text,
.cid-t1O1oCvJ3m blockquote {
  color: #767676;
}
.cid-t1O1oCvJ3m .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oCvJ3m .a_date {
  color: #465052;
}
.cid-t1O1oCvJ3m .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1O1oCvJ3m .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1O1oCvJ3m .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1O1oCvJ3m .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1O1oCvJ3m .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1O1oCvJ3m #dpnm {
  display: block;
  position: relative;
  width: 70vw;
  bottom: -1em;
}
.cid-t1O1oCvJ3m #sSBB {
  display: inline-block;
  font-size: 2.8em;
  line-height: 1.1;
  text-align: center;
  color: #cc4400;
  z-index: 2;
}
.cid-t1O1oCvJ3m #sSBB:hover {
  display: inline-block;
  font-size: 2.8em;
  line-height: 1.1;
  text-align: center;
  text-shadow: -2px 0 15px #ffffff, 2px 0 25px #fffffc, 0 0 35px #fffffc, 0 0 45px #ffffff, 0 0 25px #fffffc, 0 0 55px #ffffff, 0 0 75px #fffffc, 0 0 75px #ffffff;
  color: #ff3333;
  transition: 1s ease;
  z-index: 2;
}
.cid-t1O1oCvJ3m #sSBB:not(:hover) {
  transition: 6s ease;
}
.cid-t1O1oCvJ3m #sp_27feb_1 {
  color: #cc2900;
}
.cid-t1O1oCvJ3m .mbr-text DIV {
  text-align: center;
}
.cid-t1O1oDadFB {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1O1oDadFB .mbr-text,
.cid-t1O1oDadFB blockquote {
  color: #767676;
}
.cid-t1O1oDadFB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oDadFB .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1O1oDadFB #dZpU {
  border: 5px solid #aaa;
  border-radius: 35px;
  padding: 0px 22px;
  background-color: #faa;
}
.cid-t1O1oDadFB #dZpU:hover {
  border-radius: 35px;
  border: 5px solid #282827;
  padding: 0px 22px;
  transition: 2s ease;
}
.cid-t1O1oDadFB #dZpU:not(:hover) {
  transition: 2s ease;
}
.cid-t1O1oDQh68 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1O1oDQh68 .mbr-text,
.cid-t1O1oDQh68 blockquote {
  color: #767676;
}
.cid-t1O1oDQh68 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oDQh68 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oDQh68 #dNzg {
  border: 7px solid #dadad7;
  border-radius: 35px;
  padding: 5px 25px;
}
.cid-t1O1oDQh68 #dNzg:hover {
  border: 7px solid #663300;
  transition: 2s ease;
}
.cid-t1O1oDQh68 #dNzg:not(:hover) {
  transition: 3s ease;
}
.cid-t1O1oDQh68 a:hover {
  transition: .3s ease;
}
.cid-t1O1oDQh68 a:not(:hover) {
  transition: 1s ease;
}
.cid-t1O1oEuOWq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1O1oEuOWq .mbr-text,
.cid-t1O1oEuOWq blockquote {
  color: #767676;
}
.cid-t1O1oEuOWq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oEuOWq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oEuOWq #dZpU:hover {
  text-shadow: -2px 0 35px red, 2px 0 25px red, -4px 0 45px red, 4px 0 25px red, -3px 0 55px red, 3px 0 55px red;
  transition: 2s ease;
}
.cid-t1O1oEuOWq #dZpU:not(:hover) {
  transition: 15s ease;
}
.cid-t1O1oFdulN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oFdulN .mbr-text,
.cid-t1O1oFdulN blockquote {
  color: #767676;
}
.cid-t1O1oFdulN .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oyQmJi {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-t1O1oyQmJi .mbr-text,
.cid-t1O1oyQmJi blockquote {
  color: #767676;
}
.cid-t1O1oyQmJi .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1O1oyQmJi .a_date {
  color: #465052;
}
.cid-t1O1oyQmJi .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1O1oyQmJi .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1O1oyQmJi .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1O1oyQmJi .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1O1oyQmJi .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1O1oyQmJi #dpnm {
  display: block;
  position: relative;
  width: 70vw;
  bottom: -1em;
}
.cid-t1O1oyQmJi #spnm {
  position: relative;
  font-size: 2.4em;
  line-height: 1.1;
  color: #004080;
  bottom: .5em;
  z-index: 2;
}
.cid-t1O1oyQmJi #sZmidu {
  display: inline-block;
  font-size: 2.4em;
  line-height: 1.1;
  text-align: center;
  color: #0059b3;
  z-index: 2;
}
.cid-t1O1oyQmJi #sZmidu:hover {
  display: inline-block;
  font-size: 2.8em;
  line-height: 1.1;
  text-align: center;
  color: #992600;
  transition: 3s ease;
  z-index: 2;
}
.cid-t1O1oyQmJi #sZmidu:not(:hover) {
  transition: 5s ease;
}
.cid-t1O1oyQmJi #sp_01mar_1 {
  color: #cc2900;
}
.cid-t1O1oyQmJi .mbr-text DIV {
  text-align: center;
}
.cid-t1O1ozFPfK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1ozFPfK .mbr-text,
.cid-t1O1ozFPfK blockquote {
  color: #767676;
}
.cid-t1O1ozFPfK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1ozFPfK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1ozFPfK #dOdniz {
  background-color: #dadad7;
  border-radius: 35px;
  padding: 2px 5px 1px 5px;
}
.cid-t1O1ozFPfK #dOdniz:hover {
  background-color: #ff9933;
  border-radius: 35px;
  padding: 2px 0 1px 5px;
  transition: .5s ease;
}
.cid-t1O1ozFPfK #dOdniz:not(:hover) {
  transition: .5s ease;
}
.cid-t1O1oAnWml {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oAnWml .mbr-text,
.cid-t1O1oAnWml blockquote {
  color: #767676;
}
.cid-t1O1oAnWml .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oAnWml .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oAnWml #Sv_a {
  color: #465052;
}
.cid-t1O1oAnWml #sSSabo {
  display: none;
  border-radius: 35px;
  border: 4px solid #990000;
  padding: 5px 5px 10px 10px;
}
.cid-t1O1oBbva0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1O1oBbva0 .mbr-text,
.cid-t1O1oBbva0 blockquote {
  color: #767676;
}
.cid-t1O1oBbva0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oBbva0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oBbva0 #dVotpo {
  background-color: #dadad7;
  border-radius: 35px;
  padding: 2px 0 1px 5px;
}
.cid-t1O1oBbva0 #dVotpo:hover {
  background-color: #ff9933;
  border-radius: 35px;
  padding: 2px 0 1px 5px;
  transition: .5s ease;
}
.cid-t1O1oBbva0 #dVotpo:not(:hover) {
  transition: .5s ease;
}
.cid-t1O1oBPLwZ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1O1oBPLwZ .mbr-text,
.cid-t1O1oBPLwZ blockquote {
  color: #767676;
}
.cid-t1O1oBPLwZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1O1oBPLwZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1O1oBPLwZ #dNave {
  display: none;
  position: relative;
  width: 2.9em;
  height: 1.5em;
  border: 2px solid #ff9966;
  border-radius: 11px;
  padding: 0 5px;
  background-color: #ffaa80;
  right: -75%;
  z-index: 3;
}
.cid-t1O1oBPLwZ #dNave:hover {
  border: 2px solid #ff7733;
  background-color: #ff8000;
}
.cid-t1O1oBPLwZ #sVniz {
  display: none;
  position: relative;
  width: 2.9em;
  height: 1.5em;
  border: 2px solid #0073e6;
  border-radius: 11px;
  padding: 0 5px;
  background-color: #80b3ff;
  right: -75%;
  z-index: 3;
}
.cid-t1O1oBPLwZ #sVniz:hover {
  border: 2px solid #80b3ff;
  background-color: #b3d9ff;
}
.cid-t1O1oBPLwZ #sGlhu {
  display: none;
  padding: 10px 12px;
  border-radius: 35px;
  border: 4px solid #ffa;
}
.cid-t1OgD2DE44 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1OgD2DE44 .mbr-text,
.cid-t1OgD2DE44 blockquote {
  color: #767676;
}
.cid-t1OgD2DE44 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1OgD2DE44 #dNiknop {
  width: 100%;
  border-radius: 25px;
}
.cid-t1OgD2DE44 #dNiknop:hover {
  background-color: #ddccff;
  box-shadow: 0 0 5px 1px #ddccff;
  transition: 1s ease;
}
.cid-t1OgD2DE44 #dNiknop:not(:hover) {
  background-color: #dadad7;
  transition: 2s ease;
}
.cid-t1O1p1pNF6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-t1O1p1pNF6 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1O1p1pNF6 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1O1p1pNF6 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1O1p1pNF6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t1O1p1pNF6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t1O1p1pNF6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t1O1p1pNF6 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t1O1p1pNF6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t1O1p1pNF6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t1O1p1pNF6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t1O1p1pNF6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1O1p1pNF6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1O1p1pNF6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t1O1p1pNF6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t1O1p1pNF6 foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-t1O1p1pNF6 .media-container-row .mbr-text {
  text-align: right;
}
.cid-t1vB0o5BR6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1vB0o5BR6 .mbr-text,
.cid-t1vB0o5BR6 blockquote {
  color: #767676;
}
.cid-t1vB0o5BR6 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t1vB0o5BR6 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1vB0o5BR6 #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-t1vB0o5BR6 #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-t1vB0o5BR6 a.btn1:link,
.cid-t1vB0o5BR6 a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-t1vB0o5BR6 a.btn1:hover,
.cid-t1vB0o5BR6 a.btn3:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t1vB0o5BR6 a.btn1:not(:hover),
.cid-t1vB0o5BR6 a.btn3:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-t1vB0o5BR6 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-t1vB0o5BR6 a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t1vB0o5BR6 a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-t1uVimtOsr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1uVimtOsr .mbr-text,
.cid-t1uVimtOsr blockquote {
  color: #767676;
}
.cid-t1uVimtOsr .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1v2Gi0Qu1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v2Gi0Qu1 .mbr-text,
.cid-t1v2Gi0Qu1 blockquote {
  color: #767676;
}
.cid-t1v2Gi0Qu1 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1v2Gi0Qu1 .a_date {
  color: #465052;
}
.cid-t1v2Gi0Qu1 .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1v2Gi0Qu1 .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1v2Gi0Qu1 .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1v2Gi0Qu1 .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1v2Gi0Qu1 .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1v2Gi0Qu1 #dIzb {
  display: block;
  line-height: 1.2;
  color: #ff884d;
}
.cid-t1v2Gi0Qu1 #dIzb:hover {
  color: #802b00;
  transition: 0.3s ease;
}
.cid-t1v2Gi0Qu1 #dIzb:not(:hover) {
  transition: 2s ease;
}
.cid-t1v2Gi0Qu1 #sp_04mar_1 {
  color: #cc2900;
}
.cid-t1v2Gi0Qu1 #dOpp {
  display: none;
  position: relative;
  font-size: .55em;
  border: 6px solid #662200;
  padding: 6px 5px 9px 33px;
  border-radius: 25px;
  background-color: #bbb;
  top: -44px;
}
.cid-t1v2Gi0Qu1 #dis_04_03_22 {
  color: #b33c00;
}
.cid-t1v2Gi0Qu1 #a_04_03_022_1,
.cid-t1v2Gi0Qu1 #a_04_03_022_2,
.cid-t1v2Gi0Qu1 #a_04_03_022_3,
.cid-t1v2Gi0Qu1 #a_04_03_022_4,
.cid-t1v2Gi0Qu1 #a_04_03_022_5 {
  color: #282825;
  border-radius: 15px;
}
.cid-t1v2Gi0Qu1 #a_04_03_022_1:hover,
.cid-t1v2Gi0Qu1 #a_04_03_022_2:hover,
.cid-t1v2Gi0Qu1 #a_04_03_022_3:hover,
.cid-t1v2Gi0Qu1 #a_04_03_022_4:hover,
.cid-t1v2Gi0Qu1 #a_04_03_022_5:hover {
  color: #003380;
  box-shadow: -2px 0 33px 7px red, 2px 0 33px 7px #cc0000, 0 0 33px 7px #cc0000;
  transition: 2s ease;
  text-shadow: -2px 0 22px #ffffcc, 2px 0 22px #fffffc, 0 0 22px #ffffff, 0 0 7px #ffffff, 0 0 15px #ffffff, 0 0 5px #fffffc;
  background-color: #757;
}
.cid-t1v2Gi0Qu1 #a_04_03_022_1:not(:hover),
.cid-t1v2Gi0Qu1 #a_04_03_022_2:not(:hover),
.cid-t1v2Gi0Qu1 #a_04_03_022_3:not(:hover),
.cid-t1v2Gi0Qu1 #a_04_03_022_4:not(:hover),
.cid-t1v2Gi0Qu1 #a_04_03_022_5:not(:hover) {
  transition: 4s ease;
}
.cid-t1P7QyJK6m {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1P7QyJK6m .line {
  background-color: #f9f295;
  color: #f9f295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t1P7QyJK6m .section-text {
  padding: 2rem 0;
  color: #5b686b;
}
.cid-t1P7QyJK6m .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t1P7QyJK6m .inner-container {
    width: 100% !important;
  }
}
.cid-t1P7QyJK6m #hrOsvotil {
  width: 75%;
  border-width: 7px;
  border-radius: 2px;
  background-color: #ffa64d;
}
.cid-t1v2wNWp9v {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v2wNWp9v .mbr-text,
.cid-t1v2wNWp9v blockquote {
  color: #767676;
}
.cid-t1v2wNWp9v .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2wNWp9v .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1v2wNWp9v .a_date {
  color: #465052;
}
.cid-t1v2wNWp9v .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1v2wNWp9v .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1v2wNWp9v .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1v2wNWp9v .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1v2wNWp9v .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1v2wNWp9v #sUms {
  color: #ff8080;
  text-shadow: -1px 0 1px #ffffff, 1px 0 1px #ffffff, 0 -1px 1px #ffffff, 0 1px 1px #ffffff;
}
.cid-t1v2wNWp9v #sUms:hover {
  color: #ff7733;
  transition: 2s ease;
}
.cid-t1v2wNWp9v #sUms:not(:hover) {
  transition: 3s ease;
}
.cid-t1v2xHy9SC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v2xHy9SC .mbr-text,
.cid-t1v2xHy9SC blockquote {
  color: #767676;
}
.cid-t1v2xHy9SC .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2xHy9SC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v2xHy9SC #sRazo {
  color: #e63900;
}
.cid-t1v2xHy9SC #sRazo:hover {
  color: #001133;
  transition: 3s ease;
}
.cid-t1v2xHy9SC #sRazo:not(:hover) {
  transition: 4s ease;
}
.cid-t1v2xHy9SC #sIraz {
  color: #996600;
}
.cid-t1v2xHy9SC #sIraz:hover {
  color: #4d0f00;
  transition: 3s ease;
}
.cid-t1v2xHy9SC #sIraz:not(:hover) {
  transition: 33s ease;
}
.cid-t1v2z2UFSe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v2z2UFSe .mbr-text,
.cid-t1v2z2UFSe blockquote {
  color: #767676;
}
.cid-t1v2z2UFSe .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2z2UFSe .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v2z2UFSe #sEtu:hover {
  color: #802000;
  font-size: 144%;
  transition: 11s ease;
}
.cid-t1v2z2UFSe #sEtu:not(:hover) {
  transition: 55s ease;
}
.cid-t1v2zWthmM {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t1v2zWthmM .mbr-text,
.cid-t1v2zWthmM blockquote {
  color: #767676;
}
.cid-t1v2zWthmM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2zWthmM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v2zWthmM #sEtop {
  color: #e60000;
  border: 4px solid #dadad7;
  padding: 0 2px 2px 3px;
}
.cid-t1v2zWthmM #sEtop:hover {
  color: #4d0000;
  border: 4px solid #b30000;
  padding: 0 2px 2px 3px;
  transition: 3s ease;
}
.cid-t1v2zWthmM #sEtop:not(:hover) {
  transition: 43s ease;
}
.cid-t1v2Br1Rn6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v2Br1Rn6 .mbr-text,
.cid-t1v2Br1Rn6 blockquote {
  color: #767676;
}
.cid-t1v2Br1Rn6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2Br1Rn6 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1v2Br1Rn6 #dMepr_bord {
  border: 1px solid #dadad7;
}
.cid-t1v2Br1Rn6 #dMepr_bord:hover {
  border: 33px solid #b30000;
  border-radius: 22px;
  transition: 33s ease;
}
.cid-t1v2Br1Rn6 #dMepr_bord:not(:hover) {
  transition: 155s ease;
}
.cid-t1v2Br1Rn6 #dMepr {
  color: #004080;
  text-shadow: -1px 0 1px #80d4ff, 1px 0 1px blue, 0 -1px 1px blue, 0 1px 1px #80d4ff;
}
.cid-t1v2Br1Rn6 #dMepr:hover {
  color: #332200;
  text-shadow: -1px 0 1px #ff3300, 1px 0 1px #ff3300, 0 -1px 1px #ff3300, 0 1px 1px #ff3300, 0 0 2px #ff3300, 0 0 3px #ff3300;
  transition: 2s ease;
}
.cid-t1v2Br1Rn6 #dMepr:not(:hover) {
  transition: 6s ease;
}
.cid-t1v2DwK27J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v2DwK27J .mbr-text,
.cid-t1v2DwK27J blockquote {
  color: #767676;
}
.cid-t1v2DwK27J .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2DwK27J .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1v2DwK27J #dUkms_0 {
  background-color: #cdc;
  padding: 31px 0 40px 0;
}
.cid-t1v2DwK27J #dUkms_0:hover {
  background-color: #fffffc;
  transition: 5s ease;
}
.cid-t1v2DwK27J #dUkms_0:not(:hover) {
  background-color: #cdc;
  transition: 125s ease;
}
.cid-t1v2DwK27J #dUkms {
  font-size: 122%;
  color: #cc0000;
}
.cid-t1v2EJaHMu {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-t1v2EJaHMu .mbr-text,
.cid-t1v2EJaHMu blockquote {
  color: #767676;
}
.cid-t1v2EJaHMu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2EJaHMu .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1v2EJaHMu #sPr {
  color: #802b00;
  border-bottom: 5px solid #dadad7;
}
.cid-t1v2EJaHMu #sPr:hover {
  color: #ff3300;
  border-bottom: 5px solid #ff3300;
  transition: 7s ease;
}
.cid-t1v2EJaHMu #sPr:not(:hover) {
  transition: 133s ease;
}
.cid-t1vYjFkOim {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1vYjFkOim .mbr-text,
.cid-t1vYjFkOim blockquote {
  color: #767676;
}
.cid-t1vYjFkOim .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1P68tTuVs {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1P68tTuVs .line {
  background-color: #f9f295;
  color: #f9f295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t1P68tTuVs .section-text {
  padding: 2rem 0;
  color: #5b686b;
}
.cid-t1P68tTuVs .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t1P68tTuVs .inner-container {
    width: 100% !important;
  }
}
.cid-t1v2fvLjTr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v2fvLjTr .mbr-text,
.cid-t1v2fvLjTr blockquote {
  color: #767676;
}
.cid-t1v2fvLjTr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2fvLjTr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v2fvLjTr .a_date {
  color: #465052;
}
.cid-t1v2fvLjTr .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1v2fvLjTr .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1v2fvLjTr .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1v2fvLjTr .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1v2fvLjTr .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1v2fvLjTr #sD_10_03_22 {
  display: none;
}
.cid-t1v2fvLjTr #sNetv {
  display: block;
  position: relative;
  text-align: center;
  color: #802000;
  font-family: 'ariblk';
  font-size: 3.4em;
  top: .5em;
}
.cid-t1v2fvLjTr #sNetv:hover {
  color: #4d0000;
}
.cid-t1v2fvLjTr #sPrch {
  display: block;
  position: absolute;
  color: #dadad7;
}
.cid-t1v2hrqwry {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v2hrqwry .mbr-text,
.cid-t1v2hrqwry blockquote {
  color: #767676;
}
.cid-t1v2hrqwry .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2hrqwry .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v2iv1JnT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v2iv1JnT .mbr-text,
.cid-t1v2iv1JnT blockquote {
  color: #767676;
}
.cid-t1v2iv1JnT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2iv1JnT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PmY5o8Tl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PmY5o8Tl .mbr-text,
.cid-t1PmY5o8Tl blockquote {
  color: #767676;
}
.cid-t1PmY5o8Tl .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1PltL2pOQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PltL2pOQ .mbr-text,
.cid-t1PltL2pOQ blockquote {
  color: #767676;
}
.cid-t1PltL2pOQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PltL2pOQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PltL2pOQ .clEslV {
  width: 86%;
  margin-left: 7%;
  border-radius: 33px 33px 0 0;
  padding: 5px 0 8px 0;
  background-color: #b3b3e6;
}
.cid-t1PltL2pOQ .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PltL2pOQ .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlCkvAzg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlCkvAzg .mbr-text,
.cid-t1PlCkvAzg blockquote {
  color: #767676;
}
.cid-t1PlCkvAzg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlCkvAzg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlCkvAzg .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 9px 0;
  background-color: #b3b3e6;
}
.cid-t1PlCkvAzg .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlCkvAzg .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlDNFdcO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlDNFdcO .mbr-text,
.cid-t1PlDNFdcO blockquote {
  color: #767676;
}
.cid-t1PlDNFdcO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlDNFdcO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlDNFdcO .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 8px 0;
  background-color: #b3b3e6;
}
.cid-t1PlDNFdcO .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlDNFdcO .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlFze6jU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlFze6jU .mbr-text,
.cid-t1PlFze6jU blockquote {
  color: #767676;
}
.cid-t1PlFze6jU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlFze6jU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlFze6jU .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 7px 0;
  background-color: #b3b3e6;
}
.cid-t1PlFze6jU .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlFze6jU .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlH5HCf4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlH5HCf4 .mbr-text,
.cid-t1PlH5HCf4 blockquote {
  color: #767676;
}
.cid-t1PlH5HCf4 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlH5HCf4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlH5HCf4 .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 7px 0;
  background-color: #b3b3e6;
}
.cid-t1PlH5HCf4 .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlH5HCf4 .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlIXqZKK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlIXqZKK .mbr-text,
.cid-t1PlIXqZKK blockquote {
  color: #767676;
}
.cid-t1PlIXqZKK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlIXqZKK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlIXqZKK .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 0 0;
  background-color: #b3b3e6;
}
.cid-t1PlIXqZKK .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlIXqZKK .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlKpZhKY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlKpZhKY .mbr-text,
.cid-t1PlKpZhKY blockquote {
  color: #767676;
}
.cid-t1PlKpZhKY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlKpZhKY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlKpZhKY .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 5px 0;
  background-color: #b3b3e6;
}
.cid-t1PlKpZhKY .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlKpZhKY .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlLS3SKD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlLS3SKD .mbr-text,
.cid-t1PlLS3SKD blockquote {
  color: #767676;
}
.cid-t1PlLS3SKD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlLS3SKD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlLS3SKD .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 6px 0;
  background-color: #b3b3e6;
}
.cid-t1PlLS3SKD .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlLS3SKD .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlNIV5m9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1PlNIV5m9 .mbr-text,
.cid-t1PlNIV5m9 blockquote {
  color: #767676;
}
.cid-t1PlNIV5m9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlNIV5m9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlNIV5m9 .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 8px 0;
  background-color: #b3b3e6;
}
.cid-t1PlNIV5m9 .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlNIV5m9 .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlOTpAb7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1PlOTpAb7 .mbr-text,
.cid-t1PlOTpAb7 blockquote {
  color: #767676;
}
.cid-t1PlOTpAb7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlOTpAb7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlOTpAb7 .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 7px 0;
  background-color: #b3b3e6;
}
.cid-t1PlOTpAb7 .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlOTpAb7 .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlR3CiwJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlR3CiwJ .mbr-text,
.cid-t1PlR3CiwJ blockquote {
  color: #767676;
}
.cid-t1PlR3CiwJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlR3CiwJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlR3CiwJ .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 8px 0;
  background-color: #b3b3e6;
}
.cid-t1PlR3CiwJ .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlR3CiwJ .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlSdYX9S {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1PlSdYX9S .mbr-text,
.cid-t1PlSdYX9S blockquote {
  color: #767676;
}
.cid-t1PlSdYX9S .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlSdYX9S .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlSdYX9S .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 0 0;
  background-color: #b3b3e6;
}
.cid-t1PlSdYX9S .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlSdYX9S .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlTnb7h3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1PlTnb7h3 .mbr-text,
.cid-t1PlTnb7h3 blockquote {
  color: #767676;
}
.cid-t1PlTnb7h3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlTnb7h3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlTnb7h3 .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 5px 0;
  background-color: #b3b3e6;
}
.cid-t1PlTnb7h3 .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlTnb7h3 .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlUuYoTo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1PlUuYoTo .mbr-text,
.cid-t1PlUuYoTo blockquote {
  color: #767676;
}
.cid-t1PlUuYoTo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlUuYoTo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlUuYoTo .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 7px 0;
  background-color: #b3b3e6;
}
.cid-t1PlUuYoTo .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlUuYoTo .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlVt0Bnx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1PlVt0Bnx .mbr-text,
.cid-t1PlVt0Bnx blockquote {
  color: #767676;
}
.cid-t1PlVt0Bnx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlVt0Bnx .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1PlVt0Bnx .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 0 0;
  background-color: #b3b3e6;
}
.cid-t1PlVt0Bnx .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlVt0Bnx .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlWDt4p7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlWDt4p7 .mbr-text,
.cid-t1PlWDt4p7 blockquote {
  color: #767676;
}
.cid-t1PlWDt4p7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlWDt4p7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlWDt4p7 .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 7px 0;
  background-color: #b3b3e6;
}
.cid-t1PlWDt4p7 .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlWDt4p7 .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlYgYlkD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PlYgYlkD .mbr-text,
.cid-t1PlYgYlkD blockquote {
  color: #767676;
}
.cid-t1PlYgYlkD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlYgYlkD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PlYgYlkD .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 7px 0;
  background-color: #b3b3e6;
}
.cid-t1PlYgYlkD .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlYgYlkD .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1PlZCiOp3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1PlZCiOp3 .mbr-text,
.cid-t1PlZCiOp3 blockquote {
  color: #767676;
}
.cid-t1PlZCiOp3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1PlZCiOp3 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1PlZCiOp3 .clEslV {
  width: 86%;
  margin-left: 7%;
  padding: 5px 0 0 0;
  background-color: #b3b3e6;
}
.cid-t1PlZCiOp3 .clEslV:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1PlZCiOp3 .clEslV:not(:hover) {
  transition: 1s ease;
}
.cid-t1Pm0w4Ase {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1Pm0w4Ase .mbr-text,
.cid-t1Pm0w4Ase blockquote {
  color: #767676;
}
.cid-t1Pm0w4Ase .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1Pm0w4Ase .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1Pm0w4Ase #clEslV_1 {
  width: 86%;
  margin-left: 7%;
  padding: 14px 0 32px 0;
  background-color: #b3b3e6;
}
.cid-t1Pm0w4Ase #clEslV_1:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1Pm0w4Ase #clEslV_1:not(:hover) {
  transition: 1s ease;
}
.cid-t1Pm1C06qJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1Pm1C06qJ .mbr-text,
.cid-t1Pm1C06qJ blockquote {
  color: #767676;
}
.cid-t1Pm1C06qJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1Pm1C06qJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1Pm1C06qJ .clEslV1 {
  width: 86%;
  margin-left: 7%;
  padding: 9px 0 18px 0;
  background-color: #b3b3e6;
}
.cid-t1Pm1C06qJ .clEslV1:hover {
  background-color: #ff99ff;
  transition: 1s ease;
}
.cid-t1Pm1C06qJ .clEslV1:not(:hover) {
  transition: 1s ease;
}
.cid-t1Pm2YmNG8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1Pm2YmNG8 .mbr-text,
.cid-t1Pm2YmNG8 blockquote {
  color: #767676;
}
.cid-t1Pm2YmNG8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1Pm2YmNG8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1Pm2YmNG8 .clEslV1 {
  width: 86%;
  margin-left: 7%;
  padding: 11px 0 29px 0;
  background-color: #b3b3e6;
}
.cid-t1Pm2YmNG8 .clEslV1:hover {
  color: #1a0d00;
  background-color: #99ebff;
  transition: 1s ease;
}
.cid-t1Pm2YmNG8 .clEslV1:not(:hover) {
  transition: 1s ease;
}
.cid-t1Pm459mVY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1Pm459mVY .mbr-text,
.cid-t1Pm459mVY blockquote {
  color: #767676;
}
.cid-t1Pm459mVY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1Pm459mVY .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1Pm459mVY #sNetvo {
  color: #cc4400;
}
.cid-t1Pm459mVY #sNetvo:hover {
  color: #33adff;
  transition: 4s ease;
}
.cid-t1Pm459mVY #sNetvo:not(:hover) {
  transition: 33s ease;
}
.cid-t1Pm459mVY .clEslV2 {
  width: 86%;
  margin-left: 7%;
  border-radius: 0 0 33px 33px;
  padding: 9px 0 20px 0;
  background-color: #b3b3e6;
}
.cid-t1Pm459mVY .clEslV2:hover {
  background-color: #ffff1a;
  transition: 2s ease;
}
.cid-t1Pm459mVY .clEslV2:not(:hover) {
  transition: 55s ease;
}
.cid-t1PGKIkC6O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PGKIkC6O .mbr-text,
.cid-t1PGKIkC6O blockquote {
  color: #767676;
}
.cid-t1PGKIkC6O .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1v2jCCRdN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v2jCCRdN .mbr-text,
.cid-t1v2jCCRdN blockquote {
  color: #767676;
}
.cid-t1v2jCCRdN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2jCCRdN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v2jCCRdN .a_date {
  color: #465052;
}
.cid-t1v2jCCRdN .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1v2jCCRdN .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1v2jCCRdN .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1v2jCCRdN .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1v2jCCRdN .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1v2kUArAY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v2kUArAY .mbr-text,
.cid-t1v2kUArAY blockquote {
  color: #767676;
}
.cid-t1v2kUArAY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2kUArAY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1PPlquOZH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1PPlquOZH .mbr-text,
.cid-t1PPlquOZH blockquote {
  color: #767676;
}
.cid-t1PPlquOZH .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1v2mjRIvs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v2mjRIvs .mbr-text,
.cid-t1v2mjRIvs blockquote {
  color: #767676;
}
.cid-t1v2mjRIvs .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2mjRIvs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v2mjRIvs #a_ObrVK {
  border-radius: 15px;
  padding: 8px 17px 11px 17px;
}
.cid-t1v2mjRIvs #a_ObrVK:hover {
  color: #000;
  border-radius: 15px;
  padding: 8px 17px 11px 17px;
  box-shadow: 0 0 5px 3px #b30000 inset, 0 0 7px 2px #b30000 inset;
  background-color: #ff8080;
  transition: .6s ease;
}
.cid-t1v2mjRIvs #a_ObrVK:not(:hover) {
  transition: 1s ease;
}
.cid-t1v2mjRIvs #a_Rchego {
  color: #cc0000;
}
.cid-t1v2mjRIvs #a_Rchego:hover {
  color: #000;
  text-shadow: 0 0 1px #990000;
  transition: .8s ease;
}
.cid-t1v2mjRIvs #a_Rchego:not(:hover) {
  color: #cc0000;
  transition: 1.4s ease;
}
.cid-t1v2mjRIvs #dChtmd {
  border-radius: 35px;
  border: 4px solid #aaa;
  padding: 5px 18px 15px 18px;
  background-color: #ffb399;
}
.cid-t1v2mjRIvs #dChtmd:hover {
  color: #000;
  border: 4px solid #a77;
  background-color: #e699cc;
  transition: 2s ease;
}
.cid-t1v2mjRIvs #dChtmd:not(:hover) {
  transition: 3s ease;
}
.cid-t1v2oYuOvM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v2oYuOvM .mbr-text,
.cid-t1v2oYuOvM blockquote {
  color: #767676;
}
.cid-t1v2oYuOvM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2oYuOvM .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1v2oYuOvM #sNetv:hover {
  color: #800000;
  transition: 3s ease;
}
.cid-t1v2oYuOvM #sNetv:not(:hover) {
  transition: 5s ease;
}
.cid-t1v2qf9Ebt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-t1v2qf9Ebt .mbr-text,
.cid-t1v2qf9Ebt blockquote {
  color: #767676;
}
.cid-t1v2qf9Ebt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2qf9Ebt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v2qf9Ebt #sPi_ {
  font-size: 85%;
  color: #465052;
}
.cid-t1v2qf9Ebt #sNel {
  color: #888;
  text-shadow: -1px 0 0 black, 1px 0 0 black, 0 -1px 0 black, 0 1px 0 black;
}
.cid-t1v2qf9Ebt #Btn_25_03_22 {
  display: none;
  position: relative;
  background-color: #dadad7;
  border: 5px solid #dadad7;
  top: 2.9em;
  left: -4em;
  z-index: -1;
}
.cid-t1v2qf9Ebt #Btn_25_03_22:hover {
  width: 35px;
  height: 35px;
  background-color: #990000;
  border: 5px solid #b30000;
  box-shadow: 0 0 1px 14px #331a00, 0 2px 5px #000 inset;
  border-radius: 0px;
  transition: .5s ease;
  z-index: 1;
}
.cid-t1v2qf9Ebt #Btn_25_03_22:not(:hover) {
  width: 35px;
  height: 35px;
  background-color: #000;
  border: 5px solid #444;
  border-radius: 0px;
  transition: 22s ease;
  z-index: 1;
}
.cid-t1v2qf9Ebt #dVschtp {
  display: none;
  position: absolute;
  width: 18em;
  font-family: Rubik;
  font-size: .9em;
  color: #3333cc;
  border: 4px solid #fcc;
  border-radius: 25px;
  background-color: #dbb;
  padding: 7px 14px;
  left: 11em;
  top: -4.2em;
  z-index: 1;
}
.cid-t1v2qf9Ebt #dVschtp:hover {
  border: 4px solid #cc0000;
  box-shadow: 0 2px 18px 1px #800000;
  transition: 2s ease;
}
.cid-t1v2qf9Ebt #dVschtp:not(:hover) {
  transition: 4s ease;
}
.cid-t1v2qf9Ebt #a_dlR,
.cid-t1v2qf9Ebt #a_inetol {
  color: #990000;
  font-weight: 500;
  border-radius: 17px;
  border: 12px solid #dadad7;
  padding: 0 3px;
}
.cid-t1v2qf9Ebt #a_dlR:hover,
.cid-t1v2qf9Ebt #a_inetol:hover {
  color: #330d00;
  border: 12px solid #b33c00;
  background-color: #ff8080;
  transition: 2s ease;
  z-index: 3;
}
.cid-t1v2qf9Ebt #a_dlR:not(:hover),
.cid-t1v2qf9Ebt #a_inetol:not(:hover) {
  color: #990000;
  transition: 22s ease;
  z-index: 3;
}
.cid-t1v2qf9Ebt #sKnsch {
  color: #990000;
}
.cid-t1v2qf9Ebt #sKnsch:hover {
  color: #000000;
  text-shadow: 0 0 15px #fff, 0 0 11px #fff, 0 0 5px #fff;
  transition: 5s ease;
}
.cid-t1v2qf9Ebt #sKnsch:not(:hover) {
  transition: 11s ease;
}
.cid-t1v2rpz1C8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v2rpz1C8 .mbr-text,
.cid-t1v2rpz1C8 blockquote {
  color: #767676;
}
.cid-t1v2rpz1C8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2rpz1C8 .mbr-text {
  color: #073b4c;
}
.cid-t1v2sCD6Pm {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v2sCD6Pm .mbr-text,
.cid-t1v2sCD6Pm blockquote {
  color: #767676;
}
.cid-t1v2sCD6Pm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2sCD6Pm .mbr-text {
  color: #465052;
}
.cid-t1v2tyoRc4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v2tyoRc4 .mbr-text,
.cid-t1v2tyoRc4 blockquote {
  color: #767676;
}
.cid-t1v2tyoRc4 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v2tyoRc4 .mbr-text {
  color: #465052;
}
.cid-t1Q6NTynv6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1Q6NTynv6 .mbr-text,
.cid-t1Q6NTynv6 blockquote {
  color: #767676;
}
.cid-t1Q6NTynv6 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1v21Hp1zA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v21Hp1zA .mbr-text,
.cid-t1v21Hp1zA blockquote {
  color: #767676;
}
.cid-t1v21Hp1zA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v21Hp1zA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v21Hp1zA .a_date {
  color: #465052;
}
.cid-t1v21Hp1zA .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1v21Hp1zA .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1v21Hp1zA .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1v21Hp1zA .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1v21Hp1zA .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1v21Hp1zA #a_chejgen:hover {
  padding: 0 2px;
  background-color: #ff8080;
  transition: 1s ease;
}
.cid-t1v21Hp1zA #a_chejgen:not(:hover) {
  padding: 0 2px;
  transition: 1.5s ease;
}
.cid-t1v21Hp1zA #a_zasch {
  border-radius: 18px;
  padding: 3px 7px 3px 7px;
  background-color: #dadad7;
}
.cid-t1v21Hp1zA #a_zasch:hover {
  background-color: #dbb;
  transition: 3s ease;
}
.cid-t1v21Hp1zA #a_zasch:not(:hover) {
  transition: 4s ease;
}
.cid-t1v21Hp1zA #a_Gen {
  border-radius: 18px;
  padding: 3px 7px 3px 7px;
  background-color: #dadad7;
}
.cid-t1v21Hp1zA #a_Gen:hover {
  background-color: #df9f9f;
  transition: 3s ease;
}
.cid-t1v21Hp1zA #a_Gen:not(:hover) {
  transition: 4s ease;
}
.cid-t1v22OSzZS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1v22OSzZS .mbr-text,
.cid-t1v22OSzZS blockquote {
  color: #767676;
}
.cid-t1v22OSzZS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v22OSzZS .mbr-text {
  color: #cc2952;
  text-align: left;
}
.cid-t1v22OSzZS #a_sejch {
  color: #b33c00;
  border-radius: 15px;
  padding: 2px 5px 3px 5px;
  background-color: #bcc;
}
.cid-t1v22OSzZS #a_sejch:hover {
  color: #802b00;
  background-color: #e55;
  transition: 1s ease;
}
.cid-t1v22OSzZS #a_sejch:not(:hover) {
  transition: 1.7s ease;
}
.cid-t1v22OSzZS #sRas,
.cid-t1v22OSzZS #sMnl {
  color: #cc2952;
  border-bottom: 3px solid #cbb;
}
.cid-t1v22OSzZS #sRas:hover,
.cid-t1v22OSzZS #sMnl:hover {
  font-size: 135%;
  color: red;
  text-shadow: 1px 0 0 #00ffbf, 0 1px 0 #00ffbf;
  transition: 1.5s ease;
}
.cid-t1v22OSzZS #sRas:not(:hover),
.cid-t1v22OSzZS #sMnl:not(:hover) {
  transition: 3s ease;
}
.cid-t1v22OSzZS #sPri {
  color: #b30000;
  border-bottom: 3px solid #cbb;
  text-shadow: 1px 0 0 #dadad7, -1px 0 0 #dadad7, 0 1px 0 #dadad7, 0 -1px 0 #dadad7;
}
.cid-t1v22OSzZS #sPri:hover {
  font-size: 135%;
  color: red;
  text-shadow: 1px 0 0 #000000, -1px 0 0 #000000, 0 1px 0 #000000, 0 -1px 0 #000000;
  transition: 1.5s ease;
}
.cid-t1v22OSzZS #sPri:not(:hover) {
  text-shadow: 1px 0 0 #dadad7, -1px 0 0 #dadad7, 0 1px 0 #dadad7, 0 -1px 0 #dadad7;
  transition: 3s ease;
}
.cid-t1v22OSzZS #aRopr {
  padding: 20px 0 25px 0;
}
.cid-t1v22OSzZS #aRopr:hover {
  color: #b30000;
  transition: 2s ease;
}
.cid-t1v22OSzZS #aRopr:not(:hover) {
  color: #cc2952;
  transition: 3s ease;
}
.cid-t1v22OSzZS #a_bezme {
  color: #b30000;
  text-shadow: 0 0 3px #000;
}
.cid-t1v22OSzZS #a_bezme:hover {
  color: #993300;
  text-shadow: -1px 0 0 #000000, 0 -1px 0 #000000, 1px 0 0 #000000, 0 1px 0 #000000, 0 0 5px #000000, 0 0 7px #000000, 0 0 11px #000000;
  transition: 1s ease;
}
.cid-t1v22OSzZS #a_bezme:not(:hover) {
  transition: 3s ease;
}
.cid-t1PLj1ESAY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1PLj1ESAY .mbr-text,
.cid-t1PLj1ESAY blockquote {
  color: #767676;
}
.cid-t1PLj1ESAY .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1PLj1ESAY #dNiknop {
  width: 100%;
  border-radius: 25px;
}
.cid-t1PLj1ESAY #dNiknop:hover {
  background-color: #ddccff;
  box-shadow: 0 0 5px 1px #ddccff;
  transition: 1s ease;
}
.cid-t1PLj1ESAY #dNiknop:not(:hover) {
  background-color: #dadad7;
  transition: 2s ease;
}
.cid-t1uVjbh2KQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-t1uVjbh2KQ .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1uVjbh2KQ .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1uVjbh2KQ .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1uVjbh2KQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t1uVjbh2KQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t1uVjbh2KQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t1uVjbh2KQ .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t1uVjbh2KQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t1uVjbh2KQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t1uVjbh2KQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t1uVjbh2KQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1uVjbh2KQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1uVjbh2KQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t1uVjbh2KQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t1uVjbh2KQ foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-t1uVjbh2KQ .media-container-row .mbr-text {
  text-align: right;
}
.cid-t1v5Y24EWh {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v5Y24EWh .mbr-text,
.cid-t1v5Y24EWh blockquote {
  color: #767676;
}
.cid-t1v5Y24EWh .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t1v5Y24EWh .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1v5Y24EWh #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-t1v5Y24EWh #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-t1v5Y24EWh a.btn1:link,
.cid-t1v5Y24EWh a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-t1v5Y24EWh a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-t1v5Y24EWh a.btn1:hover,
.cid-t1v5Y24EWh a.btn3:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t1v5Y24EWh a.btn1:not(:hover),
.cid-t1v5Y24EWh a.btn3:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-t1v5Y24EWh a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-t1v5Y24EWh a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t1v5Y24EWh a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-t2evTsq5y2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t2evTsq5y2 .mbr-text,
.cid-t2evTsq5y2 blockquote {
  color: #767676;
}
.cid-t2evTsq5y2 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t2eskaGuyj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t2eskaGuyj .mbr-text,
.cid-t2eskaGuyj blockquote {
  color: #767676;
}
.cid-t2eskaGuyj .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-t2eskaGuyj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t2eskaGuyj .a_date {
  color: #465052;
}
.cid-t2eskaGuyj .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t2eskaGuyj .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t2eskaGuyj .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t2eskaGuyj .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t2eskaGuyj .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t2eskaGuyj #dUnnb {
  border: 12px solid #dadad7;
  border-radius: 25px;
  padding: 7px 11px 12px 22px;
}
.cid-t2eskaGuyj #aUnas,
.cid-t2eskaGuyj #aKot {
  font-size: 122%;
  background-color: #dadad7;
  padding: 0 3px;
}
.cid-t2eskaGuyj #aUnas:hover,
.cid-t2eskaGuyj #aKot:hover {
  background-color: #f1f1f1;
  transition: 1s ease;
}
.cid-t2eskaGuyj #aUnas:not(:hover),
.cid-t2eskaGuyj #aKot:not(:hover) {
  transition: .5s ease;
}
.cid-t2esfSwhcR {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t2esfSwhcR .mbr-text,
.cid-t2esfSwhcR blockquote {
  color: #767676;
}
.cid-t2esfSwhcR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-t2esfSwhcR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t2esfSwhcR #dEtonev {
  display: none;
  color: #005ce6;
  border: 3px solid #dadad7;
  border-radius: 1px;
  padding: 5px 11px 8px 15px;
}
.cid-t2escY6YIt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t2escY6YIt .mbr-text,
.cid-t2escY6YIt blockquote {
  color: #767676;
}
.cid-t2escY6YIt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-t2escY6YIt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t2escY6YIt #sKogni {
  color: #005ce6;
  border-bottom: 2px solid #aaa;
}
.cid-t2escY6YIt #dUchvr {
  display: none;
  color: #005ce6;
  border: 3px solid #dadad7;
  border-radius: 1px;
  padding: 5px 11px 11px 15px;
}
.cid-t1v0T5CoD1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v0T5CoD1 .mbr-text,
.cid-t1v0T5CoD1 blockquote {
  color: #767676;
}
.cid-t1v0T5CoD1 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1v0T6B9RL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0T6B9RL .mbr-text,
.cid-t1v0T6B9RL blockquote {
  color: #767676;
}
.cid-t1v0T6B9RL .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0T6B9RL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0T6B9RL .a_date {
  color: #465052;
}
.cid-t1v0T6B9RL .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t1v0T6B9RL .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t1v0T6B9RL .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t1v0T6B9RL .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t1v0T6B9RL .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t1v0T78Odp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0T78Odp .mbr-text,
.cid-t1v0T78Odp blockquote {
  color: #767676;
}
.cid-t1v0T78Odp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0T78Odp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0T7BK9m {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0T7BK9m .mbr-text,
.cid-t1v0T7BK9m blockquote {
  color: #767676;
}
.cid-t1v0T7BK9m .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0T7BK9m .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0T87hMF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1v0T87hMF .mbr-text,
.cid-t1v0T87hMF blockquote {
  color: #767676;
}
.cid-t1v0T87hMF .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0T87hMF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0T8E8ri {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1v0T8E8ri .mbr-text,
.cid-t1v0T8E8ri blockquote {
  color: #767676;
}
.cid-t1v0T8E8ri .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0T8E8ri .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0T985fA {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t1v0T985fA .mbr-text,
.cid-t1v0T985fA blockquote {
  color: #767676;
}
.cid-t1v0T985fA .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t1v0T985fA .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1v0T985fA #sOgpo {
  border: 4px solid #dadad7;
  padding: 2px 5px 4px 3px;
}
.cid-t1v0T985fA #sOgpo:hover {
  border-radius: 33px;
  padding: 2px 5px 4px 3px;
  border: 11px outset #cc0000 ;
  box-shadow: 0 0 35px 25px red;
  background-color: #d1d1d1;
  transition: 1s ease;
}
.cid-t1v0T985fA #sOgpo:not(:hover) {
  background-color: #d9d9d7 ;
  transition: 43s ease;
}
.cid-t1v0T9AOEj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0T9AOEj .mbr-text,
.cid-t1v0T9AOEj blockquote {
  color: #767676;
}
.cid-t1v0T9AOEj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0T9AOEj .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1v0Ta6kGV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v0Ta6kGV .mbr-text,
.cid-t1v0Ta6kGV blockquote {
  color: #767676;
}
.cid-t1v0Ta6kGV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0Ta6kGV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TaNxVM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v0TaNxVM .mbr-text,
.cid-t1v0TaNxVM blockquote {
  color: #767676;
}
.cid-t1v0TaNxVM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TaNxVM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TaNxVM #aMariup:hover {
  color: #000099;
  transition: 1s ease;
}
.cid-t1v0TaNxVM #aMariup:not(:hover) {
  transition: 2s ease;
}
.cid-t1v0TaNxVM #aMariup,
.cid-t1v0TaNxVM #aHark,
.cid-t1v0TaNxVM #aChern {
  border: 3px solid #dadad7;
  border-radius: 15px;
  box-shadow: 0 0 11px #dadad7 inset;
  padding: 0 3px;
}
.cid-t1v0TaNxVM #aMariup:hover,
.cid-t1v0TaNxVM #aHark:hover,
.cid-t1v0TaNxVM #aChern:hover {
  border: 3px solid #99003d;
  box-shadow: 0 0 11px #800033 inset;
  transition: 1s ease;
}
.cid-t1v0TaNxVM #aMariup:not(:hover),
.cid-t1v0TaNxVM #aHark:not(:hover),
.cid-t1v0TaNxVM #aChern:not(:hover) {
  transition: 2s ease;
}
.cid-t1v0TaNxVM #aHark {
  color: #997a00;
}
.cid-t1v0TaNxVM #aHark:hover {
  color: #558000;
  transition: 1s ease;
}
.cid-t1v0TaNxVM #aHark:not(:hover) {
  transition: 2s ease;
}
.cid-t1v0TaNxVM #aChern {
  color: #990000;
}
.cid-t1v0TaNxVM #aChern:hover {
  color: #e60073;
  transition: 1s ease;
}
.cid-t1v0TaNxVM #aChern:not(:hover) {
  transition: 2s ease;
}
.cid-t1v0TbiLOo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v0TbiLOo .mbr-text,
.cid-t1v0TbiLOo blockquote {
  color: #767676;
}
.cid-t1v0TbiLOo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TbiLOo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TbM5iq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TbM5iq .mbr-text,
.cid-t1v0TbM5iq blockquote {
  color: #767676;
}
.cid-t1v0TbM5iq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TbM5iq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tcf4l1 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t1v0Tcf4l1 .mbr-text,
.cid-t1v0Tcf4l1 blockquote {
  color: #767676;
}
.cid-t1v0Tcf4l1 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tcf4l1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tcf4l1 #sEtoch {
  text-shadow: 0 0 15px red, 0 0 11px #b30000;
}
.cid-t1v0Tcf4l1 #sEtoch:hover {
  color: #0000ff;
  text-shadow: 0 0 35px red, 0 0 11px #b30000, 0 -44px 445px red, 0 -30px 345px red, 0 -33px 245px red, 0 -44px 145px red, 0 0 45px red;
  transition: 8s ease;
}
.cid-t1v0Tcf4l1 #sEtoch:not(:hover) {
  transition: 8s ease;
}
.cid-t1v0TcOwrm {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t1v0TcOwrm .mbr-text,
.cid-t1v0TcOwrm blockquote {
  color: #767676;
}
.cid-t1v0TcOwrm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TcOwrm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TdmKVg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TdmKVg .mbr-text,
.cid-t1v0TdmKVg blockquote {
  color: #767676;
}
.cid-t1v0TdmKVg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TdmKVg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TdLIps {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TdLIps .mbr-text,
.cid-t1v0TdLIps blockquote {
  color: #767676;
}
.cid-t1v0TdLIps .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TdLIps .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TeaJ1k {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TeaJ1k .mbr-text,
.cid-t1v0TeaJ1k blockquote {
  color: #767676;
}
.cid-t1v0TeaJ1k .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TeaJ1k .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TeDRXo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t1v0TeDRXo .mbr-text,
.cid-t1v0TeDRXo blockquote {
  color: #767676;
}
.cid-t1v0TeDRXo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TeDRXo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TfiqST {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TfiqST .mbr-text,
.cid-t1v0TfiqST blockquote {
  color: #767676;
}
.cid-t1v0TfiqST .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TfiqST .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TfFfuj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TfFfuj .mbr-text,
.cid-t1v0TfFfuj blockquote {
  color: #767676;
}
.cid-t1v0TfFfuj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TfFfuj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TghNDK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TghNDK .mbr-text,
.cid-t1v0TghNDK blockquote {
  color: #767676;
}
.cid-t1v0TghNDK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TghNDK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TgS8xm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TgS8xm .mbr-text,
.cid-t1v0TgS8xm blockquote {
  color: #767676;
}
.cid-t1v0TgS8xm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TgS8xm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0ThrBMl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0ThrBMl .mbr-text,
.cid-t1v0ThrBMl blockquote {
  color: #767676;
}
.cid-t1v0ThrBMl .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0ThrBMl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TiGdxs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TiGdxs .mbr-text,
.cid-t1v0TiGdxs blockquote {
  color: #767676;
}
.cid-t1v0TiGdxs .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TiGdxs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TjlcB7 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TjlcB7 .mbr-text,
.cid-t1v0TjlcB7 blockquote {
  color: #767676;
}
.cid-t1v0TjlcB7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TjlcB7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TjN5JF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TjN5JF .mbr-text,
.cid-t1v0TjN5JF blockquote {
  color: #767676;
}
.cid-t1v0TjN5JF .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TjN5JF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TkdzBI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TkdzBI .mbr-text,
.cid-t1v0TkdzBI blockquote {
  color: #767676;
}
.cid-t1v0TkdzBI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TkdzBI .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-t1v0TkFkdM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TkFkdM .mbr-text,
.cid-t1v0TkFkdM blockquote {
  color: #767676;
}
.cid-t1v0TkFkdM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TkFkdM .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-t1v0Tli4gq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0Tli4gq .mbr-text,
.cid-t1v0Tli4gq blockquote {
  color: #767676;
}
.cid-t1v0Tli4gq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tli4gq .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-t1v0TlPswa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TlPswa .mbr-text,
.cid-t1v0TlPswa blockquote {
  color: #767676;
}
.cid-t1v0TlPswa .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TlPswa .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-t1v0TmrYpC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v0TmrYpC .mbr-text,
.cid-t1v0TmrYpC blockquote {
  color: #767676;
}
.cid-t1v0TmrYpC .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TmrYpC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tn2ssS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0Tn2ssS .mbr-text,
.cid-t1v0Tn2ssS blockquote {
  color: #767676;
}
.cid-t1v0Tn2ssS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tn2ssS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TnqhY6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1v0TnqhY6 .mbr-text,
.cid-t1v0TnqhY6 blockquote {
  color: #767676;
}
.cid-t1v0TnqhY6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TnqhY6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TnQR1B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v0TnQR1B .mbr-text,
.cid-t1v0TnQR1B blockquote {
  color: #767676;
}
.cid-t1v0TnQR1B .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TnQR1B .mbr-text {
  color: #465052;
}
.cid-t4vYg0WimK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t4vYg0WimK .mbr-text,
.cid-t4vYg0WimK blockquote {
  color: #767676;
}
.cid-t4vYg0WimK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4vYg0WimK .mbr-text {
  color: #465052;
}
.cid-t1v0TokPuh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TokPuh .mbr-text,
.cid-t1v0TokPuh blockquote {
  color: #767676;
}
.cid-t1v0TokPuh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TokPuh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TpWAm5 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-t1v0TpWAm5 .mbr-text,
.cid-t1v0TpWAm5 blockquote {
  color: #767676;
}
.cid-t1v0TpWAm5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TpWAm5 .mbr-text {
  color: #465052;
}
.cid-t1v0TqI6OD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TqI6OD .mbr-text,
.cid-t1v0TqI6OD blockquote {
  color: #767676;
}
.cid-t1v0TqI6OD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TqI6OD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0Trnhqu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0Trnhqu .mbr-text,
.cid-t1v0Trnhqu blockquote {
  color: #767676;
}
.cid-t1v0Trnhqu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0Trnhqu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TrOIli {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0TrOIli .mbr-text,
.cid-t1v0TrOIli blockquote {
  color: #767676;
}
.cid-t1v0TrOIli .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TrOIli .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TsjBAf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TsjBAf .mbr-text,
.cid-t1v0TsjBAf blockquote {
  color: #767676;
}
.cid-t1v0TsjBAf .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TsjBAf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TsOgjf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TsOgjf .mbr-text,
.cid-t1v0TsOgjf blockquote {
  color: #767676;
}
.cid-t1v0TsOgjf .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TsOgjf .mbr-text {
  color: #465052;
}
.cid-t1v0TsOgjf #sBoZak {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-t1v0TsOgjf #sBoZak:hover {
  color: #80ffff;
  font-size: 140%;
  text-shadow: 0 0 7px #0000cc, 0 0 11px #cc0000;
  transition: 3s ease;
}
.cid-t1v0TsOgjf #sBoZak:not(:hover) {
  color: initial;
  transition: 4s ease;
}
.cid-t1v0TtimIs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0TtimIs .mbr-text,
.cid-t1v0TtimIs blockquote {
  color: #767676;
}
.cid-t1v0TtimIs .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TtimIs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tu5Z1g {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0Tu5Z1g .mbr-text,
.cid-t1v0Tu5Z1g blockquote {
  color: #767676;
}
.cid-t1v0Tu5Z1g .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tu5Z1g .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TuStjM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1v0TuStjM .mbr-text,
.cid-t1v0TuStjM blockquote {
  color: #767676;
}
.cid-t1v0TuStjM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TuStjM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TuStjM #sChtdel:hover {
  color: #800000;
  text-shadow: 0 0 3px red;
  transition: 3s ease;
}
.cid-t1v0TuStjM #sChtdel:not(:hover) {
  transition: 6s ease;
}
.cid-t1v0Tvo1Yk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1v0Tvo1Yk .mbr-text,
.cid-t1v0Tvo1Yk blockquote {
  color: #767676;
}
.cid-t1v0Tvo1Yk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tvo1Yk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tvo1Yk #sPochraz:hover {
  color: #ff0000;
  text-shadow: 0 0 25px #000, 0 0 37px red, 0 0 58px blue;
  transition: 3s ease;
}
.cid-t1v0Tvo1Yk #sPochraz:not(:hover) {
  transition: 5s ease;
}
.cid-t1v0TwdZBc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t1v0TwdZBc .mbr-text,
.cid-t1v0TwdZBc blockquote {
  color: #767676;
}
.cid-t1v0TwdZBc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TwdZBc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0TwGHnq {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t1v0TwGHnq .mbr-text,
.cid-t1v0TwGHnq blockquote {
  color: #767676;
}
.cid-t1v0TwGHnq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TwGHnq #a_Zanji {
  border-radius: 12px;
  padding: 5px 8px;
  border: 4px solid #dadad7;
  box-shadow: 0 0 11px 5px #dadad7 inset;
  transition: 3s ease;
}
.cid-t1v0TwGHnq #a_Zanji:hover {
  border-radius: 12px;
  padding: 5px 8px;
  border: 4px solid #ffffcc;
  box-shadow: 0 0 11px 5px #fff inset, 0 0 0 5px #33ccff, 0 0 45px 25px #fff;
  transition: 3s ease;
}
.cid-t1v0TwGHnq #a_Zanji:not(:hover) {
  transition: 22s ease;
}
.cid-t1v0TwGHnq #sStop {
  border: 3px solid #ff531a;
  border-radius: 11px;
  padding: 4px 4px 2px 4px;
  text-shadow: -1px 0 0 #ff9999, 1px 0 0 #ff9999, 0 -1px 0 #ff9999, 0 1px 0 #ff9999;
  background-color: #ff9999;
}
.cid-t1v0TwGHnq #sStop:hover {
  font-size: 288%;
  color: #000;
  border: 3px solid #800000;
  padding: 9px 4px 2px 4px;
  text-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 0 -1px 0 #ffffff, 0 1px 0 #ffffff, 0 0 8px #ffffff, 0 0 11px #ffffff;
  box-shadow: 0 0 33px 33px #fff, 0 0 4px 1px blue;
  background-color: #ff0000;
  transition: .5s ease;
}
.cid-t1v0TwGHnq #sStop:not(:hover) {
  transition: 44s ease;
  transition-delay: 2s;
}
.cid-t1v0TwGHnq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0Txd0cT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t1v0Txd0cT .mbr-text,
.cid-t1v0Txd0cT blockquote {
  color: #767676;
}
.cid-t1v0Txd0cT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0Txd0cT .mbr-text {
  color: #465052;
}
.cid-t1v0Txd0cT #sNen {
  border-bottom: 3px solid #dadad7;
}
.cid-t1v0Txd0cT #sNen:hover {
  color: #000080;
  border-bottom: 3px solid #4d0000;
  transition: 3s ease;
}
.cid-t1v0Txd0cT #sNen:not(:hover) {
  transition: 33s ease;
}
.cid-t1v0TxHUZO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1v0TxHUZO .mbr-text,
.cid-t1v0TxHUZO blockquote {
  color: #767676;
}
.cid-t1v0TxHUZO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t1v0TxHUZO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t1v0Tygwcb {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t1v0Tygwcb .mbr-text,
.cid-t1v0Tygwcb blockquote {
  color: #767676;
}
.cid-t1v0Tygwcb .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1JR4zZOwC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t1JR4zZOwC .mbr-text,
.cid-t1JR4zZOwC blockquote {
  color: #767676;
}
.cid-t1JR4zZOwC .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t1JR4zZOwC .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t1JR4zZOwC #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-t1JR4zZOwC #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-t1JR4zZOwC #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-t1v0TyLDDQ {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-t1v0TzhmIv {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-t1v0TzhmIv .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1v0TzhmIv .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t1v0TzhmIv .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t1v0TzhmIv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t1v0TzhmIv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t1v0TzhmIv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t1v0TzhmIv .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t1v0TzhmIv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t1v0TzhmIv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t1v0TzhmIv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t1v0TzhmIv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t1v0TzhmIv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t1v0TzhmIv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t1v0TzhmIv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t1v0TzhmIv foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-t1v0TzhmIv .media-container-row .mbr-text {
  text-align: right;
}
.cid-t5NddHm9UO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t5NddHm9UO .mbr-text,
.cid-t5NddHm9UO blockquote {
  color: #767676;
}
.cid-t5NddHm9UO .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t5NddHm9UO .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t5NddHm9UO #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-t5NddHm9UO #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-t5NddHm9UO a.btn1:link,
.cid-t5NddHm9UO a.btn3:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-t5NddHm9UO a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-t5NddHm9UO a.btn1:hover,
.cid-t5NddHm9UO a.btn3:hover,
.cid-t5NddHm9UO a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t5NddHm9UO a.btn1:not(:hover),
.cid-t5NddHm9UO a.btn3:not(:hover),
.cid-t5NddHm9UO a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-t5NddHm9UO a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-t5NddHm9UO a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t5NddHm9UO a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-t5NddHW9hC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t5NddHW9hC .mbr-text,
.cid-t5NddHW9hC blockquote {
  color: #767676;
}
.cid-t5NddHW9hC .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t5O1zotVWa {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-t5O1zotVWa .mbr-text,
.cid-t5O1zotVWa blockquote {
  color: #767676;
}
.cid-t5O1zotVWa .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t5O1zotVWa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t5O1zotVWa #sAddr1 {
  display: block;
  position: relative;
  font-size: 80%;
  top: -0.2em;
  left: 5px;
  z-index: 1;
}
.cid-t5O1zotVWa #dHr0 {
  display: block;
  position: relative;
  font-size: 120%;
  text-align: center;
  margin-bottom: 10px;
  padding: 8px 0 15px 0;
  text-shadow: -1px 0 0 #dadad7, 1px 0 0 #dadad7, 0 -1px 0 #dadad7, 0 1px 0 #dadad7;
}
.cid-t5O1zotVWa #dHr0:hover {
  color: #ff0055;
  text-shadow: 15px 0 15px #000000, -10px 0 12px #00091a, 4px 8px 10px #00001a, 0 15px 35px #000000;
  transition: 3s ease;
}
.cid-t5O1zotVWa #dHr0:not(:hover) {
  transition: 4s ease;
}
.cid-t5O1zotVWa #dHr0_1 {
  display: block;
  position: relative;
  border-radius: 18px;
}
.cid-t5O1zotVWa #dHr0_1:hover {
  background-color: #ffc2b3;
  transition: 2s ease;
}
.cid-t5O1zotVWa #dHr0_1:not(:hover) {
  transition: 3s ease;
}
.cid-t5O1zotVWa #sSij {
  border: 11px solid initial;
  padding: 0 10px 3px 8px;
}
.cid-t5O1zotVWa #dHr1 {
  top: 0em;
  padding-top: 8px;
}
.cid-t5O1zotVWa #dHr2 {
  top: 0em;
}
.cid-t5O1zotVWa #dHr3 {
  top: 0em;
}
.cid-t5O1zotVWa #dHr4 {
  top: 0em;
}
.cid-t5O1zotVWa #dHr5 {
  top: 0em;
}
.cid-t5O1zotVWa #dHr6 {
  padding-bottom: 5px;
  top: 0em;
}
.cid-t5O1zotVWa #dHr1,
.cid-t5O1zotVWa #dHr2,
.cid-t5O1zotVWa #dHr3,
.cid-t5O1zotVWa #dHr4,
.cid-t5O1zotVWa #dHr5,
.cid-t5O1zotVWa #dHr6 {
  display: block;
  position: relative;
  border-radius: 18px;
  padding: 6px 21px 5px 21px;
  opacity: 1;
  z-index: 1;
}
.cid-t5O1zotVWa #dHr1:hover,
.cid-t5O1zotVWa #dHr2:hover,
.cid-t5O1zotVWa #dHr3:hover,
.cid-t5O1zotVWa #dHr4:hover,
.cid-t5O1zotVWa #dHr5:hover,
.cid-t5O1zotVWa #dHr6:hover {
  color: #000;
  background-color: #ff9966;
  transition: 2s ease;
}
.cid-t5O1zotVWa #dHr1:not(:hover),
.cid-t5O1zotVWa #dHr2:not(:hover),
.cid-t5O1zotVWa #dHr3:not(:hover),
.cid-t5O1zotVWa #dHr4:not(:hover),
.cid-t5O1zotVWa #dHr5:not(:hover),
.cid-t5O1zotVWa #dHr6:not(:hover) {
  transition: 3s ease;
}
.cid-t5O1zotVWa .a_date {
  color: #465052;
}
.cid-t5O1zotVWa .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t5O1zotVWa .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t5O1zotVWa .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t5O1zotVWa .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t5O1zotVWa .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t5O1zotVWa .text-prim_sec {
  color: #107ea2;
}
.cid-t5O1zotVWa a.text-prim_sec:hover,
.cid-t5O1zotVWa a.text-prim_sec:focus {
  color: #cc0033;
  transition: 1s ease;
}
.cid-t5NddN23zL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t5NddN23zL .mbr-text,
.cid-t5NddN23zL blockquote {
  color: #767676;
}
.cid-t5NddN23zL .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t5NddN23zL .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t5NddN23zL #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-t5NddN23zL #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-t5NddN23zL #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-t5NddNcDDc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-t5NddNnk28 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-t5NddNnk28 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5NddNnk28 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5NddNnk28 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5NddNnk28 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t5NddNnk28 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t5NddNnk28 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t5NddNnk28 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t5NddNnk28 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t5NddNnk28 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t5NddNnk28 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t5NddNnk28 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t5NddNnk28 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5NddNnk28 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t5NddNnk28 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t5NddNnk28 foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-t5NddNnk28 .media-container-row .mbr-text {
  text-align: right;
}
.cid-t4si23VugO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t4si23VugO .mbr-text,
.cid-t4si23VugO blockquote {
  color: #767676;
}
.cid-t4si23VugO .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t4si23VugO .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t4si23VugO #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-t4si23VugO #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-t4si23VugO a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-t4si23VugO a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-t4si23VugO a.btn1:hover,
.cid-t4si23VugO a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t4si23VugO a.btn1:not(:hover),
.cid-t4si23VugO a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-t4si23VugO a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-t4si23VugO a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t4si23VugO a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-t5O9HitT1w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t5O9HitT1w .mbr-text,
.cid-t5O9HitT1w blockquote {
  color: #767676;
}
.cid-t5O9HitT1w .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t4sjAEGWy3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t4sjAEGWy3 .mbr-text,
.cid-t4sjAEGWy3 blockquote {
  color: #767676;
}
.cid-t4sjAEGWy3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4sjAEGWy3 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-t4sjAEGWy3 #adSvde {
  color: #000080;
}
.cid-t4sjAEGWy3 #dSvde {
  border-radius: 35px;
  padding: 10px 22px;
}
.cid-t4sjAEGWy3 #dSvde:hover {
  box-shadow: 0 0 18px 10px #000 inset;
  transition: 12s ease;
  transition-delay: 2s;
}
.cid-t4sjAEGWy3 #dSvde:not(:hover) {
  transition: 27s ease;
  transition-delay: 4s;
}
.cid-t4sjAEGWy3 .a_date {
  color: #465052;
}
.cid-t4sjAEGWy3 .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t4sjAEGWy3 .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t4sjAEGWy3 .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t4sjAEGWy3 .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t4sjAEGWy3 .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t5xPjVY0L6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t5xPjVY0L6 .mbr-text,
.cid-t5xPjVY0L6 blockquote {
  color: #767676;
}
.cid-t5xPjVY0L6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t5xPjVY0L6 .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-t5xPjVY0L6 #dLucchb {
  display: block;
  position: relative;
  width-max: 90vw;
  font-size: 75%;
  font-weight: 500;
  text-align: left;
  color: #dadad7;
  border: 5px hidden #007acc;
  border-radius: 39px;
  padding: 5px 30px;
  background-color: #dadad7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
  margin-bottom: 25px;
  opacity: .01;
  z-index: 2;
}
.cid-t5xPjVY0L6 #dLucchb:hover {
  color: #1aa3ff;
  border: 5px hidden #ddd;
  background-color: #ffe6e6;
  text-shadow: 0 0 5px #fff;
  box-shadow: 0 0 15px 5px #fff, 0 0 11px 5px #ffffcc inset;
  opacity: 1;
  transition: 2s ease;
}
.cid-t5xPjVY0L6 #dLucchb:not(:hover) {
  transition: 2s ease;
}
.cid-t5xPjVY0L6 #dNaza {
  border-radius: 35px;
  padding: 10px 22px;
  margin-top: 7px;
}
.cid-t5xPjVY0L6 #dNaza:hover {
  color: #0080ff;
  border-radius: 35px;
  background-color: #e6e6e6;
  text-shadow: -1px 0 0 #ffffcc, 1px 0 0 #ffffff, 0 -1px 0 #fffffc, 0 1px 0 #ffffff, 0 0 5px #ffffff;
  box-shadow: 0 0 20px 8px #fffffc inset;
  transition: 4s ease;
}
.cid-t5xPjVY0L6 #dNaza:not(:hover) {
  transition: 33s ease;
}
.cid-t5xPjVY0L6 .mbr-text DIV {
  text-align: left;
}
.cid-t6zGEPmydO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t6zGEPmydO .mbr-text,
.cid-t6zGEPmydO blockquote {
  color: #767676;
}
.cid-t6zGEPmydO .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t6zGEPmydO #dHr1 {
  padding: 4px 2px;
}
.cid-t6zGEPmydO #hr1 {
  border-width: 3px;
  background-color: #ffe6e6;
  text-shadow: 0 0 5px #fff;
  box-shadow: 0 0 15px 5px #fff, 0 0 11px 5px #ffffcc inset;
}
.cid-t5ydJE2lnJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t5ydJE2lnJ .mbr-text,
.cid-t5ydJE2lnJ blockquote {
  color: #767676;
}
.cid-t5ydJE2lnJ .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t5xOYqfG4x {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t5xOYqfG4x .mbr-text,
.cid-t5xOYqfG4x blockquote {
  color: #767676;
}
.cid-t5xOYqfG4x .mbr-text P {
  color: #465052;
  text-align: left;
  border: 5px solid transparent;
  border-radius: 2px;
  padding: 11px 28px;
  background-color: #dadad7;
}
.cid-t5xOYqfG4x .mbr-text P:hover {
  border: 5px solid #ff1a1a;
  border-radius: 33px;
  box-shadow: 0 0 8px 0 #000099, 0 0 28px 5px #000033, 0 0 3px 1px #000099 inset;
  background-color: #d0d0d0;
  transition: 3s ease;
}
.cid-t5xOYqfG4x .mbr-text P:not(:hover) {
  transition: 11s ease;
  transition-delay: 3s;
}
.cid-t5xOYqfG4x #sNimb {
  color: #4d1a00;
}
.cid-t5xOYqfG4x .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-t5xOYqfG4x #dRonu {
  opacity: 1;
}
.cid-t5MhDk9PU8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t5MhDk9PU8 .mbr-text,
.cid-t5MhDk9PU8 blockquote {
  color: #767676;
}
.cid-t5MhDk9PU8 .mbr-text P {
  color: #465052;
  text-align: left;
  border: 2px solid #dadad7;
  border-radius: 14px;
  padding: 0 11px;
  background-color: #dadad7;
}
.cid-t5MhDk9PU8 .mbr-text P:hover {
  color: #003d99;
  border: 2px solid #ff9900;
  box-shadow: 0 0 8px 1px #ff9900;
  background-color: #e6f2ff;
  transition: 2s ease;
}
.cid-t5MhDk9PU8 .mbr-text P:not(:hover) {
  transition: 4s ease;
}
.cid-t5MhDk9PU8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t5MhBGpLnQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t5MhBGpLnQ .mbr-text,
.cid-t5MhBGpLnQ blockquote {
  color: #767676;
}
.cid-t5MhBGpLnQ .mbr-text P {
  color: #465052;
  text-align: left;
  border: 2px solid #dadad7;
  border-radius: 14px;
  padding: 0 11px;
  background-color: #dadad7;
}
.cid-t5MhBGpLnQ .mbr-text P:hover {
  color: #24478f;
  border: 2px solid #ff9900;
  box-shadow: 0 0 8px 1px #ff9900;
  background-color: #e6f2ff;
  transition: 2s ease;
}
.cid-t5MhBGpLnQ .mbr-text P:not(:hover) {
  transition: 4s ease;
}
.cid-t5MhBGpLnQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t65xf5QX1u {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t65xf5QX1u .mbr-text,
.cid-t65xf5QX1u blockquote {
  color: #767676;
}
.cid-t65xf5QX1u .mbr-text P {
  color: #465052;
  text-align: left;
  border: 2px solid #dadad7;
  border-radius: 14px;
  padding: 0 11px;
  background-color: #dadad7;
}
.cid-t65xf5QX1u .mbr-text P:hover {
  color: #003d99;
  border: 2px solid #ff9900;
  box-shadow: 0 0 8px 1px #ff9900;
  background-color: #e6f2ff;
  transition: 2s ease;
}
.cid-t65xf5QX1u .mbr-text P:not(:hover) {
  transition: 4s ease;
}
.cid-t65xf5QX1u .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t65sscHPKk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t65sscHPKk .mbr-text,
.cid-t65sscHPKk blockquote {
  color: #767676;
}
.cid-t65sscHPKk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t65sscHPKk #sTepu {
  font-size: 80%;
}
.cid-t65sscHPKk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjFTN81w {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t4sjFTN81w .mbr-text,
.cid-t4sjFTN81w blockquote {
  color: #767676;
}
.cid-t4sjFTN81w .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4sjFTN81w #sTestp {
  display: none;
  position: absolute;
  width: 20em;
  font-size: 90%;
  border-radius: 11px;
  border: 2px solid #999;
  padding: 2px 9px;
  background-color: #d0d0de;
  top: -1.8em;
  left: 5em;
}
.cid-t4sjFTN81w #sTestp:hover {
  color: #000099;
  border: 2px solid #ff3333;
  background-color: #f0f0f0;
  transition: 2s ease;
}
.cid-t4sjFTN81w #sTestp:not(:hover) {
  transition: 3s ease;
}
.cid-t4sjFTN81w #sStid {
  border-bottom: 2px solid #999;
}
.cid-t4sjFTN81w .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjIet4lz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t4sjIet4lz .mbr-text,
.cid-t4sjIet4lz blockquote {
  color: #767676;
}
.cid-t4sjIet4lz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4sjIet4lz .sTme {
  font-size: 80%;
  color: #555;
}
.cid-t4sjIet4lz #aNevil {
  color: #465052;
}
.cid-t4sjIet4lz #sPotvk {
  border-bottom: 6px double #b31aff;
}
.cid-t4sjIet4lz #dNavbut {
  display: block;
  position: relative;
  width: 3.3em;
  height: 1.3em;
  border: 2px solid #944dff;
  border-radius: 11px;
  padding: 0 5px;
  background-color: #d580ff;
  right: -75%;
  bottom: .2em;
  z-index: 3;
}
.cid-t4sjIet4lz #dNavbut:hover {
  border: 2px solid #751aff;
  background-color: #c44dff;
}
.cid-t4sjIet4lz #dRvvtrst {
  display: none;
  position: relative;
  width: 97%;
  border-radius: 25px;
  border: 5px solid #d580ff;
  padding: 7px 12px;
  background-color: #dd99ff;
  left: 3%;
  top: .2em;
  z-index: 1;
}
.cid-t4sjIet4lz #dRvvtrst:hover {
  border: 5px solid #bb33ff;
  background-color: #d580ff;
  transition: 1s ease;
}
.cid-t4sjIet4lz #dRvvtrst:not(:hover) {
  transition: 2s ease;
}
.cid-t4sjIet4lz #sRvvtrls,
.cid-t4sjIet4lz #sTergdn,
.cid-t4sjIet4lz #sNscif {
  display: inline-block;
  position: relative;
  width: 99%;
  border-radius: 25px;
  border: 5px solid #99e;
  padding: 7px 12px;
  background-color: #d9bfbf;
  z-index: 1;
}
.cid-t4sjIet4lz #sRvvtrls:hover,
.cid-t4sjIet4lz #sTergdn:hover,
.cid-t4sjIet4lz #sNscif:hover {
  border: 5px solid #ff1aff;
  background-color: #ecdfdf;
  transition: 1s ease;
}
.cid-t4sjIet4lz #sRvvtrls:not(:hover),
.cid-t4sjIet4lz #sTergdn:not(:hover),
.cid-t4sjIet4lz #sNscif:not(:hover) {
  transition: 1s ease;
}
.cid-t4sjIet4lz #sNevil {
  border-bottom: 4px solid #888;
}
.cid-t4sjIet4lz #sNevil:hover {
  border-bottom: 4px solid #e58;
  transition: 2s ease;
}
.cid-t4sjIet4lz #sNevil:not(:hover) {
  transition: 2.5s ease;
}
.cid-t4sjIet4lz #a_dJivni {
  color: #333;
}
.cid-t4sjIet4lz #a_dJivni:hover {
  color: #000;
  transition: 2s ease;
}
.cid-t4sjIet4lz #a_dJivni:hot(:hover) {
  transition: 3s ease;
}
.cid-t4sjIet4lz #dJivni {
  display: none;
  position: absolute;
  width: 75%;
  height: 15em;
  overflow: auto;
  border-radius: 25px;
  border: 5px solid #99e;
  padding: 7px 12px;
  background-color: #d9bfbf;
  left: 22%;
  top: 7.2em;
  z-index: 1;
}
.cid-t4sjIet4lz #dJivni:hover {
  color: #000;
  border: 5px solid #e77;
  background-color: #e2cfcf;
  box-shadow: 0 4px 20px 3px #282828;
  transition: 2s ease;
}
.cid-t4sjIet4lz #dJivni:not(:hover) {
  transition: 3s ease;
}
.cid-t4sjIet4lz #sPerr {
  width: 11em;
  border-bottom: 3px solid #ff2822;
}
.cid-t4sjIet4lz #sToest {
  display: none;
  position: absolute;
  width: 13.1em;
  font-size: 90%;
  padding: 0px 15px;
  border-radius: 25px;
  background-color: #ffaaaa;
  bottom: 0em;
  left: 27vw;
  border: 3px solid #ff2222;
  box-shadow: 0 0 6px 2px #dadad7;
  z-index: 1;
}
.cid-t4sjIet4lz #sToest:hover {
  color: #000;
  font-size: 111%;
  border-radius: 1px;
  background-color: #cc8800;
  border: 3px solid #b30000;
  box-shadow: -1px 0 6px 2px #000022;
  z-index: 1;
  transition: 3s ease;
}
.cid-t4sjIet4lz #sToest:not(:hover) {
  border-radius: 14px;
  transition: 5s ease;
}
.cid-t4sjIet4lz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjK51NuA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t4sjK51NuA .mbr-text,
.cid-t4sjK51NuA blockquote {
  color: #767676;
}
.cid-t4sjK51NuA #sNar {
  border-radius: 5px;
  padding: 1px 5px 2px 5px;
  box-shadow: 0 0 5px 1px #dadad7 inset;
}
.cid-t4sjK51NuA #sNar:hover {
  box-shadow: 0 0 5px 1px #b30000 inset;
  transition: 2s ease;
}
.cid-t4sjK51NuA #sNar:not(:hover) {
  transition: 3s ease;
}
.cid-t4sjK51NuA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4sjK51NuA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjM37nYt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t4sjM37nYt .mbr-text,
.cid-t4sjM37nYt blockquote {
  color: #767676;
}
.cid-t4sjM37nYt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4sjM37nYt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjM37nYt #sZahv {
  color: #000;
}
.cid-t4sjM37nYt #sNachn {
  border-radius: 11px;
  padding: 0 2px;
  background-color: #ff4da6;
}
.cid-t4sjM37nYt #sNachn:hover {
  border-radius: 11px;
  background-color: #4dffd2;
  transition: .5s ease;
}
.cid-t4sjM37nYt #sNachn:not(:hover) {
  transition: 1s ease;
}
.cid-t4sjM37nYt #dGordov {
  display: none;
  position: absolute;
  width: 8em;
  border-radius: 18px;
  background-color: #ddddff;
  box-shadow: 0 0 7px 2px #ffffcc;
  left: 62%;
  top: -9.7em;
}
.cid-t4sjM37nYt #sBuch,
.cid-t4sjM37nYt #sIrp,
.cid-t4sjM37nYt #sChernig,
.cid-t4sjM37nYt #sHark,
.cid-t4sjM37nYt #sMarup {
  border: 3px solid #ddddff;
  border-radius: 18px;
  padding: 0 3px 0 5px;
  transition: 1s ease;
}
.cid-t4sjM37nYt #sBuch:hover,
.cid-t4sjM37nYt #sIrp:hover,
.cid-t4sjM37nYt #sChernig:hover,
.cid-t4sjM37nYt #sHark:hover,
.cid-t4sjM37nYt #sMarup:hover {
  border: 3px solid #ffffaa;
  background-color: #33ff33;
  transition: 1s ease;
}
.cid-t4sjM37nYt #sBuch:not(:hover),
.cid-t4sjM37nYt #sIrp:not(:hover),
.cid-t4sjM37nYt #sChernig:not(:hover),
.cid-t4sjM37nYt #sHark:not(:hover),
.cid-t4sjM37nYt #sMarup:not(:hover) {
  transition: 1s ease;
}
.cid-t4sjM37nYt #sZav {
  text-shadow: 0 0 2px #000;
}
.cid-t4sjM37nYt #sPobv {
  border-bottom: 3px solid #d77;
}
.cid-t4sjM37nYt #sChrn:hover {
  color: #804000;
  text-shadow: 0 0 22px #000000, 0 0 11px #000000, 0 0 17px #000000, 0 0 38px #000000, 0 0 5px #000000, 0 0 45px #000000, 0 0 88px #000000, -1px 0 0 #000000, 1px 0 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000;
  transition: 3s ease;
}
.cid-t4sjM37nYt #sChrn:not(:hover) {
  text-shadow: 0 0 4px #000;
  transition: 7s ease;
}
.cid-t4sjM37nYt #sKapr,
.cid-t4sjM37nYt #sKapr:not(:hover) {
  color: #000;
  font-size: 105%;
  padding: 2px 9px;
  box-shadow: 0 0 10px 5px #ffa64d, inset, -5px 0 15px 2px #ffa64d, 5px 0 22px #ffa64d;
}
.cid-t4sjM37nYt #sKapr:hover {
  border-radius: 6px;
  padding: 2px 9px;
  box-shadow: 0 0 10px 5px #000000 inset, -5px 0 15px 2px red, 5px 0 22px black;
  transition: 3s ease;
}
.cid-t4sjM37nYt #sKapr:not(:hover) {
  transition: 3s ease;
}
.cid-t4sjM37nYt #sAzao {
  display: none;
  position: relative;
  border-radius: 22px;
  padding: 0 15px;
  background-color: #ffa64d;
  box-shadow: 0 2px 10px 2px #4747d1;
}
.cid-t4sjM37nYt #sNem {
  border-bottom: 7px solid #800000;
}
.cid-t4sjM37nYt #sNem:hover {
  color: #660000;
  border-bottom: 7px solid #ff3300;
  transition: 2s ease;
}
.cid-t4sjM37nYt #sNem:not(:hover) {
  transition: 3s ease;
}
.cid-t4sjM37nYt #a_deR,
.cid-t4sjM37nYt #a_deUk,
.cid-t4sjM37nYt #a_Uk {
  border-radius: 15px;
  padding: 0 3px;
  background-color: #daa;
}
.cid-t4sjM37nYt #a_deR:hover {
  background-color: #ff5500;
  transition: 1s ease;
}
.cid-t4sjM37nYt #a_deR:not(:hover) {
  transition: 2s ease;
}
.cid-t4sjM37nYt #a_deUk:hover,
.cid-t4sjM37nYt #a_Uk:hover {
  background-color: #ff6699;
  transition: 1s ease;
}
.cid-t4sjM37nYt #a_deuk:not(:hover),
.cid-t4sjM37nYt #a_Uk:not(:hover) {
  transition: 2s ease;
}
.cid-t4sjM37nYt #sKnoKsta {
  display: block;
  position: relative;
  width: 3.7em;
  height: 1.5em;
  border: 2px solid #5555ff;
  border-radius: 12px;
  background-color: #b3b3ff;
  left: 55vw;
  bottom: 0em;
  z-index: 1;
}
.cid-t4sjM37nYt #sKnoKsta:hover {
  border: 2px solid #3333ff;
  background-color: #ccccff;
  transition: .3s ease;
}
.cid-t4sjM37nYt #sKnoKsta:not(:hover) {
  transition: 1s ease;
}
.cid-t4sjM37nYt #dKsta {
  display: none;
  position: absolute;
  width: 84vw;
  border: 3px solid #f88;
  border-radius: 25px;
  padding: 5px 12px 9px 12px;
  background-color: #e9c8c8;
  box-shadow: 0 0 15px 2px #888;
  left: -0.34em;
  z-index: 3;
}
.cid-t4sjM37nYt #dKsta:hover {
  color: #000;
  border: 3px solid #cc0000;
  background-color: #e2b6b6;
  box-shadow: 0 0 15px 2px #888, 0 5px 25px 3px #f44, 0 8px 22px 1px #ccddff;
  transition: 1s ease;
  z-index: 3;
}
.cid-t4sjM37nYt #dKsta:not(:hover) {
  transition: 1.5s ease;
}
.cid-t4sjOnVDrJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t4sjOnVDrJ .mbr-text,
.cid-t4sjOnVDrJ blockquote {
  color: #767676;
}
.cid-t4sjOnVDrJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4sjOnVDrJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjOnVDrJ #sChil {
  border-bottom: 3px solid #805500;
}
.cid-t4sjOnVDrJ #sChil:hover {
  color: #000;
  border-bottom: 4px solid #000;
  text-shadow: 0 0 17px #000, 0 0 20px #000, 1px 1px 0 red;
  transition: 3s ease;
}
.cid-t4sjOnVDrJ #sChil:not(:hover) {
  transition: 3s ease;
}
.cid-t4sjOnVDrJ #dRam {
  display: none;
  position: absolute;
  width: 17em;
  border: 4px solid #faa;
  border-radius: 22px;
  padding: 8px 17px 12px 17px;
  background-color: #ffcccc;
  bottom: 1.5em;
  left: 4em;
  z-index: 1;
}
.cid-t4sjOnVDrJ #a_bl_0 {
  border-radius: 17px;
  border: 3px solid #b30000;
  padding: 2px 7px;
}
.cid-t4sjOnVDrJ #a_bl_1:hover,
.cid-t4sjOnVDrJ #a_bl_2:hover,
.cid-t4sjOnVDrJ #a_bl_0:hover {
  border-radius: 8px;
  box-shadow: 0 0 15px 1px black;
  transition: 1s ease;
}
.cid-t4sjOnVDrJ #a_bl_1:not(:hover),
.cid-t4sjOnVDrJ #a_bl_2:not(:hover),
.cid-t4sjOnVDrJ #a_bl_0:not(:hover) {
  transition: 2s ease;
}
.cid-t4sjOnVDrJ #dRam:hover {
  border: 4px solid #b30000;
  background-color: #ff8080;
  transition: 2s ease;
}
.cid-t4sjOnVDrJ #dRam:not(:hover) {
  transition: 2s ease;
}
.cid-t4sjQ0PUYc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t4sjQ0PUYc .mbr-text,
.cid-t4sjQ0PUYc blockquote {
  color: #767676;
}
.cid-t4sjQ0PUYc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4sjQ0PUYc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjQ0PUYc #sRazgor:hover {
  text-shadow: 0 0 12px #b30000, 0 0 18px #000;
  transition: 2s ease;
}
.cid-t4sjQ0PUYc #sRazgor:not(:hover) {
  transition: 22s ease;
}
.cid-t4sjQ0PUYc a:hover {
  text-shadow: 0 0 12px #b30000, 0 0 18px #b30000;
  transition: 2s ease;
}
.cid-t4sjQ0PUYc a:not(:hover) {
  transition: 3s ease;
}
.cid-t4sjRvzk2V {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t4sjRvzk2V .mbr-text,
.cid-t4sjRvzk2V blockquote {
  color: #767676;
}
.cid-t4sjRvzk2V .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t4sjRvzk2V .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjRvzk2V #a_sVar,
.cid-t4sjRvzk2V #a_sPrest {
  color: #002080;
}
.cid-t4sjRvzk2V #sVar:hover {
  font-size: 144%;
  text-shadow: -1px 0 0 #ffffff, 1px 0 0 #ffffff, 0 -1px 0 #ffffff, 0 1px 0 #ffffff, 0 0 8px #000000, 0 0 5px #000000, 0 0 8px #000000;
  transition: 1s ease;
}
.cid-t4sjRvzk2V #sVar:not(:hover) {
  transition: 25s ease;
}
.cid-t4sjRvzk2V #sPrest:hover {
  font-size: 144%;
  text-shadow: -1px 0 0 #ff3333, 1px 0 0 #cc0000, 0 -1px 0 #cc0000, 0 1px 0 #cc0000, 0 0 5px #000000;
  transition: 1s ease;
}
.cid-t4sjRvzk2V #sPrest:not(:hover) {
  transition: 25s ease;
}
.cid-t4sjRvzk2V #sEtnet:hover {
  font-size: 155%;
  color: #e6005c;
  transition: 5s ease;
}
.cid-t4sjRvzk2V #sEtnet:not(:hover) {
  transition: 44s ease;
}
.cid-t4sjSYyk5M {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t4sjSYyk5M .mbr-text,
.cid-t4sjSYyk5M blockquote {
  color: #767676;
}
.cid-t4sjSYyk5M .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t4sjUIXQN9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t4sjUIXQN9 .mbr-text,
.cid-t4sjUIXQN9 blockquote {
  color: #767676;
}
.cid-t4sjUIXQN9 .mbr-text P {
  color: #465052;
  text-align: left;
  border-radius: 5px;
  padding: 3px 11px 5px 15px;
  box-shadow: 0 0 8px 1px transparent;
}
.cid-t4sjUIXQN9 .mbr-text P:hover {
  color: #ffe6ff;
  background-color: #131339;
  box-shadow: 0 0 5px 1px #111144, 0 0 11px 1px #111144, 0 0 15px 1px #111144;
  transition: 2s ease;
}
.cid-t4sjUIXQN9 .mbr-text P:not(:hover) {
  transition: 4s ease;
}
.cid-t4sjUIXQN9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjUIXQN9 #a_IdR {
  border-radius: 17px;
  padding: 4px 7px;
  box-shadow: 0 0 11px 3px #dadad7, 0 0 15px 4px #dadad7 inset;
}
.cid-t4sjUIXQN9 #dKvpr {
  display: block;
  position: relative;
  width: 90%;
  font-size: 115%;
  border-radius: 5px;
  padding: 2px 18px 4px 18px;
  margin: 2px 0 11px 0;
  left: 5%;
  z-index: 3;
}
.cid-t4sjUIXQN9 #sKvpr {
  color: #465052;
  transition: 2s ease;
}
.cid-t4sjUIXQN9 #sKvpr:hover {
  color: #e60000;
  text-shadow: -1px 1px 1px #111144, -2px 3px 1px #000099;
  transition: 2s ease;
}
.cid-t4sjUIXQN9 #sKvpr:not(:hover) {
  transition: 4s ease;
}
.cid-t4sjUIXQN9 #dIettchtlnp {
  color: #111;
  font-size: 105%;
  padding: 3px 15px 15px 22px;
}
.cid-t4sjUIXQN9 #sLd {
  border-radius: 15px;
  padding: 0 7px;
  box-shadow: 0 0 3px 1px #dadad7;
}
.cid-t4sjUIXQN9 #sLd:hover {
  color: #009999;
  box-shadow: 0 0 2px 1px #ffffcc, 0 0 7px 1px #fffffc, 0 0 11px 3px #fffffc, 0 0 4px 1px #fffffc inset;
  transition: 2s ease;
}
.cid-t4sjUIXQN9 #sLd:not(:hover) {
  transition: 44s ease;
  transition-delay: 15s;
}
.cid-t4sjUIXQN9 #sVypobp {
  border-bottom: 2px solid #999;
}
.cid-t4sjUIXQN9 #sVypobp:hover {
  border-bottom: 2px solid #e60073;
  transition: 1s ease;
}
.cid-t4sjUIXQN9 #sVypobp:not(:hover) {
  transition: 5s ease;
}
.cid-t4sjUIXQN9 #aEkst {
  color: #343;
  border-radius: 12px;
  padding: 2px 4px;
  background-color: #ffb3ec;
}
.cid-t4sjUIXQN9 #Btn_22_11_24 {
  position: relative;
  width: 4.5em;
  height: 1.4em;
  border: 2px solid #77b;
  border-radius: 9px;
  background-color: #ffb3ff;
  bottom: 0;
  z-index: 1;
}
.cid-t4sjUIXQN9 #Btn_22_11_24:hover {
  border: 2px solid #400080;
  background-color: #ff6699;
  opacity: .9;
  transition: .3s ease;
}
.cid-t4sjUIXQN9 #Btn_22_11_24:not(:hover) {
  transition: .7s ease;
  opacity: .7;
}
.cid-t4sjUIXQN9 #aNagrk {
  color: #222;
  border-radius: 12px;
  padding: 2px 4px;
  background-color: #ffad99;
}
.cid-t4sjUIXQN9 #aEkst:hover {
  color: #323;
  background-color: #ff8566;
  transition: 1s ease;
}
.cid-t4sjUIXQN9 #aNagrk:hover {
  color: #000;
  background-color: #ff3333;
  transition: 1s ease;
}
.cid-t4sjUIXQN9 #aEkst:not(:hover),
.cid-t4sjUIXQN9 #aNagrk:not(:hover) {
  transition: 1.5s ease;
}
.cid-t4sjUIXQN9 #dDlvp {
  display: none;
  position: relative;
  font-size: 90%;
  border-left: 7px solid #b30000;
  border-radius: 0 15px 15px 0;
  padding: 5px 22px 3px 14px;
  background-color: #d0d0d0;
  margin-top: 10px;
  margin-bottom: 10px;
  left: 2em;
}
.cid-t4sjUIXQN9 #dDlvp:hover {
  background-color: #e0d0d0;
  transition: 2s ease;
}
.cid-t4sjUIXQN9 #dDlvp:not(:hover) {
  transition: 7s ease;
}
.cid-t4sjUIXQN9 #a_Dlv {
  border-radius: 19px;
  padding: 4px 5px;
  box-shadow: 0 0 11px 2px #dadad7 inset, 0 0 11px 2px #dadad7;
}
.cid-t4sjUIXQN9 #a_Dlv:hover {
  text-shadow: 0 0 15px #fff, 0 0 11px #ffffcc, 0 0 17px #fffffc, 0 0 19px #fffffc, 0 0 22px #fffffc, 0 0 25px #fffffc;
  box-shadow: 0 0 11px 2px #ffffcc inset, 0 0 11px 2px #fff;
  border-radius: 19px;
  padding: 4px 5px;
  transition: 2s ease;
}
.cid-t4sjUIXQN9 #a_Dlv:not(:hover) {
  transition: 4s ease;
}
.cid-t4sjXmJdbj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t4sjXmJdbj .mbr-text,
.cid-t4sjXmJdbj blockquote {
  color: #767676;
}
.cid-t4sjXmJdbj .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t4sjXmJdbj .mbr-text {
  text-align: center;
}
.cid-t4sjZz6R58 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t4sjZz6R58 .mbr-text,
.cid-t4sjZz6R58 blockquote {
  color: #767676;
}
.cid-t4sjZz6R58 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t4sjZz6R58 #dPk {
  display: block;
  position: absolute;
  width: 111%;
  left: -5.5%;
  z-index: -1;
}
.cid-t4sjZz6R58 #df10_04_22_5 {
  display: block;
}
.cid-t4sjZz6R58 #sNeig {
  border-bottom: 3px solid red;
}
.cid-t4sjZz6R58 #hNejm2 {
  display: block;
  position: relative;
  width: 10%;
  text-align: center;
  border-width: 3px;
  background-color: #dadad7;
  bottom: 5.5em;
  z-index: 1;
}
.cid-t4sjZz6R58 #sNejm {
  display: inline-block;
  position: relative;
  opacity: 1;
}
.cid-t4sjZz6R58 #sIsd {
  display: block;
  position: relative;
  color: #dadad7;
  text-shadow: -2px 0 15px #dadad7, 2px 0 17px #dadad7;
}
.cid-t4sjZz6R58 #sIsd2 {
  display: block;
  position: relative;
  left: 0em;
  color: #dadad7;
  text-shadow: -2px 0 15px #dadad7, 2px 0 17px #dadad7;
  z-index: 1;
  opacity: .01;
}
.cid-t4sjZz6R58 #sNejm2_2 {
  display: none;
  position: relative;
}
.cid-t4sjZz6R58 #dsNejm2 {
  display: none;
  position: absolute;
  height: 10em;
  opacity: .01;
  color: #0066cc;
  font-size: 115%;
  top: 0em;
  z-index: 1;
}
@media only screen and (max-width: 300px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 15.05em;
  }
  .cid-t4sjZz6R58 #dPk {
    height: 40em;
  }
}
@media only screen and (min-width: 301px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 11.85em;
  }
  .cid-t4sjZz6R58 #dPk {
    height: 40em;
  }
}
@media only screen and (min-width: 350px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 10.25em;
  }
  .cid-t4sjZz6R58 #dPk {
    height: 30em;
  }
}
@media only screen and (min-width: 450px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 8.65em;
  }
  .cid-t4sjZz6R58 #dPk {
    height: 28em;
  }
}
@media only screen and (min-width: 500px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 7.05em;
  }
  .cid-t4sjZz6R58 #dPk {
    height: 25em;
  }
}
@media only screen and (min-width: 550px) {
  .cid-t4sjZz6R58 #dPk {
    height: 20em;
  }
}
@media only screen and (min-width: 600px) {
  .cid-t4sjZz6R58 #dPk {
    height: 15em;
  }
}
@media only screen and (min-width: 650px) {
  .cid-t4sjZz6R58 #dPk {
    height: 12em;
  }
}
@media only screen and (min-width: 750px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 5.45em;
  }
}
@media only screen and (min-width: 900px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 3.88em;
  }
}
@media only screen and (min-width: 950px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 5.45em;
  }
}
@media only screen and (min-width: 1050px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 5.45em;
  }
}
@media only screen and (min-width: 1150px) {
  .cid-t4sjZz6R58 #sIsd2 {
    bottom: 3.88em;
  }
}
.cid-t4sjZz6R58 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t4sk2Ethbm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t4sk2Ethbm .mbr-text,
.cid-t4sk2Ethbm blockquote {
  color: #767676;
}
.cid-t4sk2Ethbm .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t4sk6xihLL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t4sk6xihLL .mbr-text,
.cid-t4sk6xihLL blockquote {
  color: #767676;
}
.cid-t4sk6xihLL #dPust1 {
  display: none;
  position: relative;
}
@media only screen and (max-width: 300px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 27em;
  }
}
@media only screen and (min-width: 301px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 25em;
  }
}
@media only screen and (min-width: 350px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 20em;
  }
}
@media only screen and (min-width: 400px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 17em;
  }
}
@media only screen and (min-width: 451px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 15em;
  }
}
@media only screen and (min-width: 500px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 12em;
  }
}
@media only screen and (min-width: 550px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 12em;
  }
}
@media only screen and (min-width: 600px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 14em;
  }
}
@media only screen and (min-width: 650px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 14em;
  }
}
@media only screen and (min-width: 701px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 12em;
  }
}
@media only screen and (min-width: 901px) {
  .cid-t4sk6xihLL #dPust1 {
    height: 12em;
  }
}
.cid-t4sk6xihLL .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t4si2u37TC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t4si2u37TC .mbr-text,
.cid-t4si2u37TC blockquote {
  color: #767676;
}
.cid-t4si2u37TC .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t4si2u37TC .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t4si2u37TC #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-t4si2u37TC #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-t4si2u37TC #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-t4si2urDMN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-t4si2uQXQg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-t4si2uQXQg .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4si2uQXQg .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t4si2uQXQg .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t4si2uQXQg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t4si2uQXQg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t4si2uQXQg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t4si2uQXQg .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t4si2uQXQg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t4si2uQXQg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t4si2uQXQg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t4si2uQXQg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t4si2uQXQg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t4si2uQXQg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t4si2uQXQg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t4si2uQXQg foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-t4si2uQXQg .media-container-row .mbr-text {
  text-align: right;
}
.cid-t5NdiFKZnn {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t5NdiFKZnn .mbr-text,
.cid-t5NdiFKZnn blockquote {
  color: #767676;
}
.cid-t5NdiFKZnn .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t5NdiFKZnn .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t5NdiFKZnn #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-t5NdiFKZnn #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-t5NdiFKZnn a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-t5NdiFKZnn a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-t5NdiFKZnn a.btn1:hover,
.cid-t5NdiFKZnn a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t5NdiFKZnn a.btn1:not(:hover),
.cid-t5NdiFKZnn a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-t5NdiFKZnn a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-t5NdiFKZnn a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-t5NdiFKZnn a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-t5NdiG7Pyb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t5NdiG7Pyb .mbr-text,
.cid-t5NdiG7Pyb blockquote {
  color: #767676;
}
.cid-t5NdiG7Pyb .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t5NdiGg1YX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t5NdiGg1YX .mbr-text,
.cid-t5NdiGg1YX blockquote {
  color: #767676;
}
.cid-t5NdiGg1YX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t5NdiGg1YX .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-t5NdiGg1YX .a_date {
  color: #465052;
}
.cid-t5NdiGg1YX .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t5NdiGg1YX .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t5NdiGg1YX .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t5NdiGg1YX .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t5NdiGg1YX .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t5NdiGg1YX #sNetvojne:hover {
  color: #b30000;
  text-shadow: 0 0 10px #fff, 0 0 7px #fff, 0 0 4px #fff, 0 0 15px #fff, 0 0 9px #fff;
  transition: 3s ease;
}
.cid-t5NdiGg1YX #sNetvojne:not(:hover) {
  transition: 35s ease;
}
.cid-t5NdiGqWCf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-t5NdiGqWCf .mbr-text,
.cid-t5NdiGqWCf blockquote {
  color: #767676;
}
.cid-t5NdiGqWCf .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-t5NdiGqWCf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t5NdiGCGQN {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-t5NdiGCGQN .mbr-text,
.cid-t5NdiGCGQN blockquote {
  color: #767676;
}
.cid-t5NdiGCGQN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-t5NdiGCGQN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t5NdiGLiga {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t5NdiGLiga .mbr-text,
.cid-t5NdiGLiga blockquote {
  color: #767676;
}
.cid-t5NdiGLiga .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-t5NdiGLiga .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t5NdiGLiga #sAjsh {
  border-bottom: 3px solid #aaa;
}
.cid-t5NdiGLiga #sAjsh:hover {
  border-bottom: 4px solid #777;
  transition: 2s ease;
}
.cid-t5NdiGLiga #sAjsh:not(:hover) {
  transition: 2s ease;
}
.cid-t5NdiGLiga #sPon {
  border-bottom: 4px solid #fbb;
}
.cid-t5NpHiyJLA {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t5NpHiyJLA .mbr-text,
.cid-t5NpHiyJLA blockquote {
  color: #767676;
}
.cid-t5NpHiyJLA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t5NpHiyJLA .mbr-text {
  color: #232323;
  text-align: left;
}
.cid-t5NpHiyJLA .a_date {
  color: #465052;
}
.cid-t5NpHiyJLA .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t5NpHiyJLA .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t5NpHiyJLA .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t5NpHiyJLA .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t5NpHiyJLA .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t5NpHiyJLA #sNetvojne:hover {
  color: #b30000;
  text-shadow: 0 0 10px #fff, 0 0 7px #fff, 0 0 4px #fff, 0 0 15px #fff, 0 0 9px #fff;
  transition: 3s ease;
}
.cid-t5NpHiyJLA #sNetvojne:not(:hover) {
  transition: 35s ease;
}
.cid-t5NpJXva4K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t5NpJXva4K .mbr-text,
.cid-t5NpJXva4K blockquote {
  color: #767676;
}
.cid-t5NpJXva4K .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t5NpJXva4K .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t5NpLzTpdG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t5NpLzTpdG .mbr-text,
.cid-t5NpLzTpdG blockquote {
  color: #767676;
}
.cid-t5NpLzTpdG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t5NpLzTpdG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t5NpMIhJt6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t5NpMIhJt6 .mbr-text,
.cid-t5NpMIhJt6 blockquote {
  color: #767676;
}
.cid-t5NpMIhJt6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t5NpMIhJt6 #sPerr {
  border-bottom: 3px solid #ff2822;
}
.cid-t5NpMIhJt6 #sToest {
  display: none;
  position: absolute;
  width: 13em;
  font-size: 90%;
  padding: 0px 15px;
  border-radius: 14px;
  background-color: #ffaaaa;
  top: -3em;
  left: 6em;
  border: 3px solid #ff2222;
}
.cid-t5NpMIhJt6 #sToest:hover {
  color: #000;
  border-radius: 1px;
  background-color: #cc8800;
  border: 3px solid #b30000;
  transition: 2s ease;
}
.cid-t5NpMIhJt6 #sToest:not(:hover) {
  border-radius: 14px;
  transition: 3s ease;
}
.cid-t5NpMIhJt6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t5NydhLIvK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t5NydhLIvK .mbr-text,
.cid-t5NydhLIvK blockquote {
  color: #767676;
}
.cid-t5NydhLIvK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-t5NydhLIvK .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-t5NydhLIvK #dButt_2 {
  height: .5em;
  border: 2px solid #fcc;
  border-radius: 14px;
  padding: 10px 22px;
  background-color: #248f8f;
  box-shadow: 0 0 7px 2px #fffffc inset;
}
.cid-t5NydhLIvK #dButt_2:hover {
  border-radius: 14px;
  background-color: #ccebff;
  text-shadow: -1px 0 0 #ffffcc, 1px 0 0 #ffffff, 0 -1px 0 #fffffc, 0 1px 0 #ffffff;
  box-shadow: 0 0 5px 2px #fffffc inset;
  transition: .5s ease;
}
.cid-t5NydhLIvK #dButt_2:not(:hover) {
  transition: 2s ease;
}
.cid-t5NdiHdmwo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-t5NdiHdmwo .mbr-text,
.cid-t5NdiHdmwo blockquote {
  color: #767676;
}
.cid-t5NdiHdmwo .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t5NdiKhhOY {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t5NdiKhhOY .mbr-text,
.cid-t5NdiKhhOY blockquote {
  color: #767676;
}
.cid-t5NdiKhhOY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-t5NdiKhhOY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-t5NdiKhhOY .a_date {
  color: #465052;
}
.cid-t5NdiKhhOY .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-t5NdiKhhOY .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-t5NdiKhhOY .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-t5NdiKhhOY .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-t5NdiKhhOY .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-t5NdiKhhOY .text-prim_sec {
  color: #107ea2;
}
.cid-t5NdiKhhOY a.text-prim_sec:hover,
.cid-t5NdiKhhOY a.text-prim_sec:focus {
  color: #cc0033;
  transition: 1s ease;
}
.cid-t5NdiKhhOY a.text-prim_sec:not(:hover) {
  transition: 5s ease;
}
.cid-t5NdiKhhOY #dVlOs {
  border-radius: 2px;
}
.cid-t5NdiKhhOY #dVlOs:hover {
  background-color: #f0f0f0;
  transition: 3s ease;
}
.cid-t5NdiKhhOY #dVlOs:not(:hover) {
  transition: 3s ease;
}
.cid-t5NdiKserP {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-t5NdiKserP .mbr-text,
.cid-t5NdiKserP blockquote {
  color: #767676;
}
.cid-t5NdiKserP .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t5NdiKDi82 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-t5NdiKDi82 .mbr-text,
.cid-t5NdiKDi82 blockquote {
  color: #767676;
}
.cid-t5NdiKDi82 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-t5NdiKDi82 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-t5NdiKDi82 #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-t5NdiKDi82 #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-t5NdiKDi82 #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-t5NdiKO5lw {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-t5NdiKY2sn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-t5NdiKY2sn .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5NdiKY2sn .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t5NdiKY2sn .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t5NdiKY2sn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-t5NdiKY2sn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-t5NdiKY2sn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-t5NdiKY2sn .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-t5NdiKY2sn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-t5NdiKY2sn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-t5NdiKY2sn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-t5NdiKY2sn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-t5NdiKY2sn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5NdiKY2sn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-t5NdiKY2sn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-t5NdiKY2sn foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-t5NdiKY2sn .media-container-row .mbr-text {
  text-align: right;
}
.cid-tafTWCAHVj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tafTWCAHVj .mbr-text,
.cid-tafTWCAHVj blockquote {
  color: #767676;
}
.cid-tafTWCAHVj .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tafTWCAHVj .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tafTWCAHVj #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tafTWCAHVj #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tafTWCAHVj a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tafTWCAHVj a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tafTWCAHVj a.btn1:hover,
.cid-tafTWCAHVj a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tafTWCAHVj a.btn1:not(:hover),
.cid-tafTWCAHVj a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tafTWCAHVj a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tafTWCAHVj a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tafTWCAHVj a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tafTWDwKiN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tafTWDwKiN .mbr-text,
.cid-tafTWDwKiN blockquote {
  color: #767676;
}
.cid-tafTWDwKiN .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tag8oARgdQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tag8oARgdQ .mbr-text,
.cid-tag8oARgdQ blockquote {
  color: #767676;
}
.cid-tag8oARgdQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tag8oARgdQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tag8oARgdQ .a_date {
  color: #465052;
}
.cid-tag8oARgdQ .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tag8oARgdQ .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tag8oARgdQ .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tag8oARgdQ .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tag8oARgdQ .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tag94oKAbQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tag94oKAbQ .mbr-text,
.cid-tag94oKAbQ blockquote {
  color: #767676;
}
.cid-tag94oKAbQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tag94oKAbQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tauHRFJxHY {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-tauHRFJxHY .mbr-text,
.cid-tauHRFJxHY blockquote {
  color: #767676;
}
.cid-tauHRFJxHY .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tag98lJFLE {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tag98lJFLE .mbr-text,
.cid-tag98lJFLE blockquote {
  color: #767676;
}
.cid-tag98lJFLE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tag98lJFLE .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tag99xBMWd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tag99xBMWd .mbr-text,
.cid-tag99xBMWd blockquote {
  color: #767676;
}
.cid-tag99xBMWd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tag99xBMWd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tag99xBMWd #sKetp {
  border-bottom: 2px solid #ff9999;
}
.cid-tag99xBMWd #ifr_shdan {
  width: 2px;
  height: 1px;
  opacity: .1;
}
.cid-tay13WpCyR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tay13WpCyR .line {
  background-color: #f9f295;
  color: #f9f295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tay13WpCyR .section-text {
  padding: 2rem 0;
  color: #5b686b;
}
.cid-tay13WpCyR .inner-container {
  margin: 0 auto;
}
.cid-tay13WpCyR #dHr_0 {
  display: block;
  position: relative;
  border: 2px solid #dadad7;
  border-radius: 28px;
  padding: 4px 0 4px 0;
  width: 40%;
  left: 30%;
  right: 30%;
  z-index: 1;
}
.cid-tay13WpCyR #dHr_1 {
  display: none;
  border: 2px solid red;
  border-radius: 28px;
  padding: 7px 0 7px 0;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tay13WpCyR #hHr_1 {
  display: block;
  position: relative;
  width: 65%;
  border-width: 3px;
  border-radius: 0px;
  background-color: #888;
  top: -1.2em;
}
.cid-tay13WpCyR #hHr_0 {
  width: 75%;
  border-width: 3px;
  border-radius: 0px;
  background-color: #ddd;
}
@media (max-width: 768px) {
  .cid-tay13WpCyR .inner-container {
    width: 100% !important;
  }
}
.cid-tag9Syxykt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tag9Syxykt .mbr-text,
.cid-tag9Syxykt blockquote {
  color: #767676;
}
.cid-tag9Syxykt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tag9Syxykt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-taxcKTttds {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-taxcKTttds .mbr-text,
.cid-taxcKTttds blockquote {
  color: #767676;
}
.cid-taxcKTttds .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-taxcKTttds .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-taxcKTttds #dVvB {
  border: 9px solid #dadad7;
  padding: 15px 28px;
}
.cid-taxcKTttds #dVvB:hover {
  color: #00338d;
  border: 9px solid #ffffcc;
  border-radius: 45px;
  padding: 15px 28px;
  background-color: #f1f0f1;
  transition: 3s ease;
}
.cid-taxcKTttds #dVvB:not(:hover) {
  transition: 4s ease;
}
.cid-tagagwUUY1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagagwUUY1 .mbr-text,
.cid-tagagwUUY1 blockquote {
  color: #767676;
}
.cid-tagagwUUY1 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagagwUUY1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagagwUUY1 #dVvB {
  border: 9px solid #dadad7;
  padding: 15px 28px;
}
.cid-tagagwUUY1 #dVvB:hover {
  color: #00338d;
  border: 9px solid #ffffcc;
  border-radius: 45px;
  padding: 15px 28px;
  background-color: #f1f0f1;
  transition: 3s ease;
}
.cid-tagagwUUY1 #dVvB:not(:hover) {
  transition: 4s ease;
}
.cid-tagdpJhvgq {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagdpJhvgq .mbr-text,
.cid-tagdpJhvgq blockquote {
  color: #767676;
}
.cid-tagdpJhvgq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagdpJhvgq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-talZqRUHbq {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-talZqRUHbq .mbr-text,
.cid-talZqRUHbq blockquote {
  color: #767676;
}
.cid-talZqRUHbq .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tagdrz3YL6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagdrz3YL6 .mbr-text,
.cid-tagdrz3YL6 blockquote {
  color: #767676;
}
.cid-tagdrz3YL6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagdrz3YL6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagdrz3YL6 #sPand {
  color: #0033cc;
  background-color: #d0d0d0;
  border: 1px solid #888;
  border-radius: 8px;
}
.cid-tagdrz3YL6 #sPand:hover {
  color: #000d33;
  background-color: #b0b0b0;
  transition: 1s ease;
}
.cid-tagdrz3YL6 #sPand:not(:hover) {
  transition: 1s ease;
}
.cid-tagdrz3YL6 #sRagr {
  color: #993300;
  border: 1px solid #888;
  background-color: #d0d0d0;
  border-radius: 8px;
}
.cid-tagdrz3YL6 #sRagr:hover {
  color: #331100;
  background-color: #b0b0b0;
  transition: 1s ease;
}
.cid-tagdrz3YL6 #sRagr:not(:hover) {
  transition: 1s ease;
}
.cid-tagFALiNrs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagFALiNrs .mbr-text,
.cid-tagFALiNrs blockquote {
  color: #767676;
}
.cid-tagFALiNrs .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagFALiNrs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagFALiNrs #dEslmV_0 {
  width: 81%;
  border-radius: 44px 44px 0 0;
  background-color: #e7e7e7;
  padding: 22px 0 14px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagFEdFlNg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagFEdFlNg .mbr-text,
.cid-tagFEdFlNg blockquote {
  color: #767676;
}
.cid-tagFEdFlNg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagFEdFlNg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagFEdFlNg #dEslmV_1 {
  width: 81%;
  background-color: #e7e7e7;
  padding: 17px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagFF2l4EK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagFF2l4EK .mbr-text,
.cid-tagFF2l4EK blockquote {
  color: #767676;
}
.cid-tagFF2l4EK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagFF2l4EK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagFF2l4EK #dEslmV_2 {
  width: 81%;
  background-color: #e7e7e7;
  padding: 12px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagFGs3VmR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagFGs3VmR .mbr-text,
.cid-tagFGs3VmR blockquote {
  color: #767676;
}
.cid-tagFGs3VmR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagFGs3VmR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagFGs3VmR #dEslmV_3 {
  width: 81%;
  background-color: #e7e7e7;
  padding: 11px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagFHrm3qX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagFHrm3qX .mbr-text,
.cid-tagFHrm3qX blockquote {
  color: #767676;
}
.cid-tagFHrm3qX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagFHrm3qX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagFHrm3qX #dEslmV_4 {
  width: 81%;
  background-color: #e7e7e7;
  padding: 14px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagH9hS1Iq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagH9hS1Iq .mbr-text,
.cid-tagH9hS1Iq blockquote {
  color: #767676;
}
.cid-tagH9hS1Iq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagH9hS1Iq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagH9hS1Iq #dEslmV_5 {
  width: 81%;
  background-color: #e7e7e7;
  padding: 14px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagFIYz2kN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagFIYz2kN .mbr-text,
.cid-tagFIYz2kN blockquote {
  color: #767676;
}
.cid-tagFIYz2kN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagFIYz2kN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagFIYz2kN #sVdslu {
  color: #0033cc;
  font-size: 90%;
  border-radius: 18px;
  background-color: #ffffcc;
}
.cid-tagFIYz2kN #dEslmV_6 {
  width: 81%;
  background-color: #e7e7e7;
  padding: 17px 0 25px 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.cid-tagFKFusXu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagFKFusXu .mbr-text,
.cid-tagFKFusXu blockquote {
  color: #767676;
}
.cid-tagFKFusXu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagFKFusXu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagFKFusXu #dEslmV_7 {
  width: 81%;
  border-radius: 0 0 44px 44px;
  background-color: #e7e7e7;
  padding: 14px 0 24px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagFKFusXu #dMsn {
  display: block;
  position: absolute;
  width: 17em;
  font-size: 1.8rem;
  border: 5px solid #ffaa80;
  border-radius: 17px;
  padding: 20px;
  background-color: #ccffcc;
  left: 3%;
  bottom: 3em;
  opacity: .01;
  transition: 1s ease;
  z-index: 0;
}
.cid-tagFKFusXu #dAf_2 {
  display: none;
  position: absolute;
  width: 12em;
  font-size: 1.4rem;
  border: 5px solid #aaa;
  border-radius: 17px;
  padding: 20px;
  background-color: #b33c00;
  left: 47%;
  top: 67px;
  transition: 1s ease;
  z-index: 1;
}
.cid-tagFKFusXu #dAf_2:hover {
  background-color: #ff8080;
  transition: 1s ease;
  z-index: 2;
}
.cid-tagJP0gnKk {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagJP0gnKk .mbr-text,
.cid-tagJP0gnKk blockquote {
  color: #767676;
}
.cid-tagJP0gnKk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagJP0gnKk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagJPSdCYk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagJPSdCYk .mbr-text,
.cid-tagJPSdCYk blockquote {
  color: #767676;
}
.cid-tagJPSdCYk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagJPSdCYk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagJPSdCYk #dEslmV_8 {
  width: 81%;
  border-radius: 44px 44px 0 0;
  background-color: #e7e7e7;
  padding: 22px 0 14px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagJQybdxc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagJQybdxc .mbr-text,
.cid-tagJQybdxc blockquote {
  color: #767676;
}
.cid-tagJQybdxc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagJQybdxc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagJQybdxc #dEslmV_9 {
  width: 81%;
  border-radius: 0 0 44px 44px;
  background-color: #e7e7e7;
  padding: 22px 0 22px 0;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagKnJrvcb {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagKnJrvcb .mbr-text,
.cid-tagKnJrvcb blockquote {
  color: #767676;
}
.cid-tagKnJrvcb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagKnJrvcb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagFLXi3uq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagFLXi3uq .mbr-text,
.cid-tagFLXi3uq blockquote {
  color: #767676;
}
.cid-tagFLXi3uq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagFLXi3uq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagLPcU94f {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagLPcU94f .mbr-text,
.cid-tagLPcU94f blockquote {
  color: #767676;
}
.cid-tagLPcU94f .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagLPcU94f .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagLPXAGKK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagLPXAGKK .mbr-text,
.cid-tagLPXAGKK blockquote {
  color: #767676;
}
.cid-tagLPXAGKK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagLPXAGKK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagLQLB3Ca {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagLQLB3Ca .mbr-text,
.cid-tagLQLB3Ca blockquote {
  color: #767676;
}
.cid-tagLQLB3Ca .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagLQLB3Ca .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagMIbM8wa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagMIbM8wa .mbr-text,
.cid-tagMIbM8wa blockquote {
  color: #767676;
}
.cid-tagMIbM8wa .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagMIbM8wa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagMJ5PnD9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagMJ5PnD9 .mbr-text,
.cid-tagMJ5PnD9 blockquote {
  color: #767676;
}
.cid-tagMJ5PnD9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagMJ5PnD9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagMJOAeSt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagMJOAeSt .mbr-text,
.cid-tagMJOAeSt blockquote {
  color: #767676;
}
.cid-tagMJOAeSt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagMJOAeSt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagN96evW7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagN96evW7 .mbr-text,
.cid-tagN96evW7 blockquote {
  color: #767676;
}
.cid-tagN96evW7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagN96evW7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagOlAO86E {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagOlAO86E .mbr-text,
.cid-tagOlAO86E blockquote {
  color: #767676;
}
.cid-tagOlAO86E .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagOlAO86E .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagOlAO86E .mbr-text DIV {
  text-align: left;
}
.cid-tagQ10iZhW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagQ10iZhW .mbr-text,
.cid-tagQ10iZhW blockquote {
  color: #767676;
}
.cid-tagQ10iZhW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagQ10iZhW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagQijygmM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagQijygmM .mbr-text,
.cid-tagQijygmM blockquote {
  color: #767676;
}
.cid-tagQijygmM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagQijygmM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagQJWMvkb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagQJWMvkb .mbr-text,
.cid-tagQJWMvkb blockquote {
  color: #767676;
}
.cid-tagQJWMvkb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagQJWMvkb .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tagQjCeb7V {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagQjCeb7V .mbr-text,
.cid-tagQjCeb7V blockquote {
  color: #767676;
}
.cid-tagQjCeb7V .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagQjCeb7V .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagR6stpg6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagR6stpg6 .mbr-text,
.cid-tagR6stpg6 blockquote {
  color: #767676;
}
.cid-tagR6stpg6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagR6stpg6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagR7fJ7Bp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tagR7fJ7Bp .mbr-text,
.cid-tagR7fJ7Bp blockquote {
  color: #767676;
}
.cid-tagR7fJ7Bp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagR7fJ7Bp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagR7MToo3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagR7MToo3 .mbr-text,
.cid-tagR7MToo3 blockquote {
  color: #767676;
}
.cid-tagR7MToo3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagR7MToo3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagR7MToo3 #dJelp {
  border: 4px solid #dadad7;
  padding: 11px 20px;
  border-radius: 35px;
}
.cid-tagR7MToo3 #dJelp:hover {
  border: 4px solid #993300;
  background-color: #ffb31a;
  transition: 2s ease;
}
.cid-tagR7MToo3 #dJelp:not(:hover) {
  transition: 4s ease;
}
.cid-tagRCpUByV {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagRCpUByV .mbr-text,
.cid-tagRCpUByV blockquote {
  color: #767676;
}
.cid-tagRCpUByV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagRCpUByV .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tagRCpUByV #sIrbt {
  display: block;
  position: relative;
  text-align: center;
  background-color: #dadad7;
  padding: 15px 30px;
}
.cid-tagSe8OQQn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagSe8OQQn .mbr-text,
.cid-tagSe8OQQn blockquote {
  color: #767676;
}
.cid-tagSe8OQQn .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagSe8OQQn .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-taxwXfFH1b {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-taxwXfFH1b .mbr-text,
.cid-taxwXfFH1b blockquote {
  color: #767676;
}
.cid-taxwXfFH1b .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-taE2v8cxoV {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-taE2v8cxoV .mbr-text,
.cid-taE2v8cxoV blockquote {
  color: #767676;
}
.cid-taE2v8cxoV .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tagRDE7ljm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagRDE7ljm .mbr-text,
.cid-tagRDE7ljm blockquote {
  color: #767676;
}
.cid-tagRDE7ljm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagRDE7ljm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagSqiBnlQ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagSqiBnlQ .mbr-text,
.cid-tagSqiBnlQ blockquote {
  color: #767676;
}
.cid-tagSqiBnlQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagSqiBnlQ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-taxKqZGf6p {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-taxKqZGf6p .mbr-text,
.cid-taxKqZGf6p blockquote {
  color: #767676;
}
.cid-taxKqZGf6p .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-taxKqZGf6p .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-taxKqZGf6p #sPerv {
  color: #b33c00;
  border-radius: 12px;
  padding: 2px 5px 2px 7px;
  background-color: #f3f3f3;
}
.cid-tagSr7odWY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagSr7odWY .mbr-text,
.cid-tagSr7odWY blockquote {
  color: #767676;
}
.cid-tagSr7odWY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagSr7odWY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagSrUfo91 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagSrUfo91 .mbr-text,
.cid-tagSrUfo91 blockquote {
  color: #767676;
}
.cid-tagSrUfo91 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagSrUfo91 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagT4eIygN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagT4eIygN .mbr-text,
.cid-tagT4eIygN blockquote {
  color: #767676;
}
.cid-tagT4eIygN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagT4eIygN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagT4IiwcQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagT4IiwcQ .mbr-text,
.cid-tagT4IiwcQ blockquote {
  color: #767676;
}
.cid-tagT4IiwcQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagT4IiwcQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagT5d5psj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagT5d5psj .mbr-text,
.cid-tagT5d5psj blockquote {
  color: #767676;
}
.cid-tagT5d5psj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagT5d5psj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagTxioCdk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagTxioCdk .mbr-text,
.cid-tagTxioCdk blockquote {
  color: #767676;
}
.cid-tagTxioCdk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagTxioCdk .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tagT5FNUeW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagT5FNUeW .mbr-text,
.cid-tagT5FNUeW blockquote {
  color: #767676;
}
.cid-tagT5FNUeW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagT5FNUeW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagT6h0Haf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagT6h0Haf .mbr-text,
.cid-tagT6h0Haf blockquote {
  color: #767676;
}
.cid-tagT6h0Haf .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagT6h0Haf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagTSIQRgS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagTSIQRgS .mbr-text,
.cid-tagTSIQRgS blockquote {
  color: #767676;
}
.cid-tagTSIQRgS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagTSIQRgS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagTTmMRW6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagTTmMRW6 .mbr-text,
.cid-tagTTmMRW6 blockquote {
  color: #767676;
}
.cid-tagTTmMRW6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagTTmMRW6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagUaAphGo {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagUaAphGo .mbr-text,
.cid-tagUaAphGo blockquote {
  color: #767676;
}
.cid-tagUaAphGo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagUaAphGo .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tagTTPrMaA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagTTPrMaA .mbr-text,
.cid-tagTTPrMaA blockquote {
  color: #767676;
}
.cid-tagTTPrMaA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagTTPrMaA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagV8xsCz9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagV8xsCz9 .mbr-text,
.cid-tagV8xsCz9 blockquote {
  color: #767676;
}
.cid-tagV8xsCz9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagV8xsCz9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagVpEEK4g {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tagVpEEK4g .mbr-text,
.cid-tagVpEEK4g blockquote {
  color: #767676;
}
.cid-tagVpEEK4g .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagVpEEK4g .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tagVpEEK4g #dSep,
.cid-tagVpEEK4g #dSep2 {
  display: block;
  position: relative;
  text-align: center;
  border: 6px solid #dadad7;
  border-radius: 45px;
  padding: 7px 20px;
  margin-left: auto;
  margin-right: auto;
}
.cid-tagVpEEK4g #dSep:hover,
.cid-tagVpEEK4g #dSep2:hover {
  border: 6px solid #cc3300;
  transition: 2s ease;
}
.cid-tagVpEEK4g #dSep:not(:hover),
.cid-tagVpEEK4g #dSep2:not(:hover) {
  transition: 3s ease;
}
.cid-tagVpEEK4g #dSep2 {
  display: none;
}
.cid-tagVFTMi4H {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagVFTMi4H .mbr-text,
.cid-tagVFTMi4H blockquote {
  color: #767676;
}
.cid-tagVFTMi4H .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagVFTMi4H .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagVXiE4AE {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagVXiE4AE .mbr-text,
.cid-tagVXiE4AE blockquote {
  color: #767676;
}
.cid-tagVXiE4AE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagVXiE4AE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagWhwFBhl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagWhwFBhl .mbr-text,
.cid-tagWhwFBhl blockquote {
  color: #767676;
}
.cid-tagWhwFBhl .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagWhwFBhl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagWhwFBhl #sVtor {
  color: #b33c00;
  border-radius: 12px;
  padding: 2px 5px 2px 7px;
  background-color: #f3f3f3;
}
.cid-taxIXFaU5z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-taxIXFaU5z .mbr-text,
.cid-taxIXFaU5z blockquote {
  color: #767676;
}
.cid-taxIXFaU5z .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-taxIXFaU5z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-taxIXFaU5z #sVtor {
  color: #b33c00;
  border-radius: 12px;
  padding: 2px 5px 2px 7px;
  background-color: #f3f3f3;
}
.cid-tagWi4zVAy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagWi4zVAy .mbr-text,
.cid-tagWi4zVAy blockquote {
  color: #767676;
}
.cid-tagWi4zVAy .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagWi4zVAy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagWivdY0O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagWivdY0O .mbr-text,
.cid-tagWivdY0O blockquote {
  color: #767676;
}
.cid-tagWivdY0O .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagWivdY0O .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagWiUW0rt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagWiUW0rt .mbr-text,
.cid-tagWiUW0rt blockquote {
  color: #767676;
}
.cid-tagWiUW0rt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagWiUW0rt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagWXuv5IL {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tagWXuv5IL .mbr-text,
.cid-tagWXuv5IL blockquote {
  color: #767676;
}
.cid-tagWXuv5IL .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagWXuv5IL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagWYaK6Sh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagWYaK6Sh .mbr-text,
.cid-tagWYaK6Sh blockquote {
  color: #767676;
}
.cid-tagWYaK6Sh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagWYaK6Sh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagXOyWwY2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tagXOyWwY2 .mbr-text,
.cid-tagXOyWwY2 blockquote {
  color: #767676;
}
.cid-tagXOyWwY2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagXOyWwY2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagXViZf5v {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tagXViZf5v .mbr-text,
.cid-tagXViZf5v blockquote {
  color: #767676;
}
.cid-tagXViZf5v .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagXViZf5v .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagXVUm3ct {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagXVUm3ct .mbr-text,
.cid-tagXVUm3ct blockquote {
  color: #767676;
}
.cid-tagXVUm3ct .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagXVUm3ct .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tagYkZWEi3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tagYkZWEi3 .mbr-text,
.cid-tagYkZWEi3 blockquote {
  color: #767676;
}
.cid-tagYkZWEi3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagYkZWEi3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tafTWO2U1g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tafTWO2U1g .mbr-text,
.cid-tafTWO2U1g blockquote {
  color: #767676;
}
.cid-tafTWO2U1g .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tafTWOrNMs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tafTWOrNMs .mbr-text,
.cid-tafTWOrNMs blockquote {
  color: #767676;
}
.cid-tafTWOrNMs .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tafTWOrNMs .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tafTWOrNMs #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tafTWOrNMs #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tafTWOrNMs #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tafTWORW2l {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tafTWPfcsE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tafTWPfcsE .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tafTWPfcsE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tafTWPfcsE .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafTWPfcsE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tafTWPfcsE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tafTWPfcsE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tafTWPfcsE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tafTWPfcsE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tafTWPfcsE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tafTWPfcsE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tafTWPfcsE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tafTWPfcsE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tafTWPfcsE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tafTWPfcsE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tafTWPfcsE foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tafTWPfcsE .media-container-row .mbr-text {
  text-align: right;
}
body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'ariblk';
  font-size: 4.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3.3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.28rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.64rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: #149dcc !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: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !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: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !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: #149dcc !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: #0b566f !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) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  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: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !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;
}
.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: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-t1xUrdpbRN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-t1xUrdpbRN .mbr-text,
.cid-t1xUrdpbRN blockquote {
  color: #767676;
}
.cid-t1xUrdpbRN .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t1xUrdpbRN .mbr-text {
  text-align: center;
  color: #7f1933;
}
.cid-sZEdSkOxI2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sZEdSkOxI2 .mbr-text,
.cid-sZEdSkOxI2 blockquote {
  color: #767676;
}
.cid-sZEdSkOxI2 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sZEwy1SO56 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sZEwy1SO56 .mbr-text,
.cid-sZEwy1SO56 blockquote {
  color: #767676;
}
.cid-sZEwy1SO56 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sYwaNLTElx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sYwaNLTElx .mbr-text,
.cid-sYwaNLTElx blockquote {
  color: #767676;
}
.cid-sYwaNLTElx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sYwaNLTElx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sYwaNLTElx .mbr-text DIV {
  text-align: center;
}
.cid-sYwaNLTElx a:link {
  color: #465052;
}
.cid-sYwaNLTElx #dNUk {
  display: none;
  border-left: 3px solid #aac;
  border-top: 3px solid #aac;
  border-right: 3px solid #aac;
  border-radius: 33px 33px 0 0;
  padding: 11px 15px 5px 15px;
  background-color: #bcb;
}
.cid-sYwak6HFdr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-sYwak6HFdr .mbr-text,
.cid-sYwak6HFdr blockquote {
  color: #767676;
}
.cid-sYwak6HFdr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-sYwak6HFdr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-sYwak6HFdr .mbr-text DIV {
  text-align: left;
}
.cid-sYwak6HFdr a:link {
  color: #465052;
}
.cid-sYwak6HFdr #sInch {
  display: none;
  border-left: 3px solid #aac;
  border-bottom: 3px solid #aac;
  border-right: 3px solid #aac;
  border-radius: 0 0 33px 33px;
  padding: 5px 15px 11px 15px;
  background-color: #bcb;
}
.cid-sUmMrCpqNP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-sUmMrCpqNP .mbr-text,
.cid-sUmMrCpqNP blockquote {
  color: #767676;
}
.cid-sUmMrCpqNP .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-sG3JlUOgJL {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-sG3JlUOgJL .mbr-text,
.cid-sG3JlUOgJL blockquote {
  color: #767676;
}
.cid-sG3JlUOgJL .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-t0FP1w72T5 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-rVPxJf191K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-rVPxJf191K .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVPxJf191K .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVPxJf191K .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rVPxJf191K .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rVPxJf191K .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rVPxJf191K .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rVPxJf191K .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rVPxJf191K .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rVPxJf191K .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rVPxJf191K .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVPxJf191K .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rVPxJf191K .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rVPxJf191K .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rVPxJf191K .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rVPxJf191K foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-rVPxJf191K .media-container-row .mbr-text {
  text-align: right;
}
.cid-tcn72nHO24 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tcn72nHO24 .mbr-text,
.cid-tcn72nHO24 blockquote {
  color: #767676;
}
.cid-tcn72nHO24 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tcn72nHO24 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcn72nHO24 a.btn1:link {
  border: 2px solid #ffffff;
  padding: 7px 34px;
  border-radius: 100px;
  background-color: #cccccc;
}
.cid-tcn72nHO24 a.btn1:hover {
  border: 2px solid #ffffff;
  background-color: #ffabba;
  transition: 1s ease;
}
.cid-tcn72nHO24 a.btn1:not(:hover) {
  border: 2px solid #ffffff;
  background-color: #ffcddc;
  transition: 1s ease;
}
.cid-tcn72nHO24 a.btn2:link {
  border: 2px solid #ffffff;
  padding: 7px 34px;
  border-radius: 100px;
  background-color: #cccccc;
}
.cid-tcn72nHO24 a.btn2:hover {
  border: 2px solid #ffffff;
  background-color: #abbaff;
  transition: 1s ease;
}
.cid-tcn72nHO24 a.btn2:not(:hover) {
  border: 2px solid #ffffff;
  background-color: #cddcff;
  transition: 1s ease;
}
.cid-tcn2mpwA8T {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcn2mpwA8T .mbr-text,
.cid-tcn2mpwA8T blockquote {
  color: #767676;
}
.cid-tcn2mpwA8T .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mpwA8T .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mpXxxM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mpXxxM .mbr-text,
.cid-tcn2mpXxxM blockquote {
  color: #767676;
}
.cid-tcn2mpXxxM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mpXxxM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mqwO2u {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mqwO2u .mbr-text,
.cid-tcn2mqwO2u blockquote {
  color: #767676;
}
.cid-tcn2mqwO2u .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mqwO2u .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mqYNlL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mqYNlL .mbr-text,
.cid-tcn2mqYNlL blockquote {
  color: #767676;
}
.cid-tcn2mqYNlL .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mqYNlL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mrq0nO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mrq0nO .mbr-text,
.cid-tcn2mrq0nO blockquote {
  color: #767676;
}
.cid-tcn2mrq0nO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mrq0nO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn5ZN37KS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn5ZN37KS .mbr-text,
.cid-tcn5ZN37KS blockquote {
  color: #767676;
}
.cid-tcn5ZN37KS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn5ZN37KS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mrTKkt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcn2mrTKkt .mbr-text,
.cid-tcn2mrTKkt blockquote {
  color: #767676;
}
.cid-tcn2mrTKkt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mrTKkt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2msxRC5 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcn2msxRC5 .mbr-text,
.cid-tcn2msxRC5 blockquote {
  color: #767676;
}
.cid-tcn2msxRC5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2msxRC5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2msWR5J {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tcn2msWR5J .mbr-text,
.cid-tcn2msWR5J blockquote {
  color: #767676;
}
.cid-tcn2msWR5J .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2msWR5J .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mtjcoL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcn2mtjcoL .mbr-text,
.cid-tcn2mtjcoL blockquote {
  color: #767676;
}
.cid-tcn2mtjcoL .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mtjcoL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcwf6dBtGp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcwf6dBtGp .mbr-text,
.cid-tcwf6dBtGp blockquote {
  color: #767676;
}
.cid-tcwf6dBtGp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcwf6dBtGp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mtHpL3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mtHpL3 .mbr-text,
.cid-tcn2mtHpL3 blockquote {
  color: #767676;
}
.cid-tcn2mtHpL3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mtHpL3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mu5iHB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mu5iHB .mbr-text,
.cid-tcn2mu5iHB blockquote {
  color: #767676;
}
.cid-tcn2mu5iHB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mu5iHB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnxcZMlDF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tcnxcZMlDF .mbr-text,
.cid-tcnxcZMlDF blockquote {
  color: #767676;
}
.cid-tcnxcZMlDF .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnxcZMlDF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mutz2g {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mutz2g .mbr-text,
.cid-tcn2mutz2g blockquote {
  color: #767676;
}
.cid-tcn2mutz2g .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mutz2g .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2muRjes {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcn2muRjes .mbr-text,
.cid-tcn2muRjes blockquote {
  color: #767676;
}
.cid-tcn2muRjes .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2muRjes .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcpRxcKvmN {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcpRxcKvmN .mbr-text,
.cid-tcpRxcKvmN blockquote {
  color: #767676;
}
.cid-tcpRxcKvmN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcpRxcKvmN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mvfiwy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mvfiwy .mbr-text,
.cid-tcn2mvfiwy blockquote {
  color: #767676;
}
.cid-tcn2mvfiwy .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mvfiwy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn2mvDvq4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn2mvDvq4 .mbr-text,
.cid-tcn2mvDvq4 blockquote {
  color: #767676;
}
.cid-tcn2mvDvq4 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn2mvDvq4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn7DXpvSZ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcn7DXpvSZ .mbr-text,
.cid-tcn7DXpvSZ blockquote {
  color: #767676;
}
.cid-tcn7DXpvSZ .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tcn7DXpvSZ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcn7DXpvSZ a.btn1:link {
  border: 2px solid #ffffff;
  padding: 7px 34px;
  border-radius: 100px;
  background-color: #cccccc;
}
.cid-tcn7DXpvSZ a.btn1:hover {
  border: 2px solid #ffffff;
  background-color: #ffabba;
  transition: 1s ease;
}
.cid-tcn7DXpvSZ a.btn1:not(:hover) {
  border: 2px solid #ffffff;
  background-color: #ffcddc;
  transition: 1s ease;
}
.cid-tcn7DXpvSZ a.btn2:link {
  border: 2px solid #ffffff;
  padding: 7px 34px;
  border-radius: 100px;
  background-color: #cccccc;
}
.cid-tcn7DXpvSZ a.btn2:hover {
  border: 2px solid #ffffff;
  background-color: #abbaff;
  transition: 1s ease;
}
.cid-tcn7DXpvSZ a.btn2:not(:hover) {
  border: 2px solid #ffffff;
  background-color: #cddcff;
  transition: 1s ease;
}
.cid-tcn2mxiO7e {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tcn2mxiO7e .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcn2mxiO7e .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tcn2mxiO7e .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tcn2mxiO7e .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tcn2mxiO7e .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tcn2mxiO7e .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tcn2mxiO7e .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tcn2mxiO7e .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tcn2mxiO7e .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tcn2mxiO7e .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tcn2mxiO7e .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcn2mxiO7e .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcn2mxiO7e .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tcn2mxiO7e .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tcn2mxiO7e foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tcn2mxiO7e .media-container-row .mbr-text {
  text-align: right;
}
.cid-tafTWCAHVj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tafTWCAHVj .mbr-text,
.cid-tafTWCAHVj blockquote {
  color: #767676;
}
.cid-tafTWCAHVj .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tafTWCAHVj .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tafTWCAHVj #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tafTWCAHVj #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tafTWCAHVj a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tafTWCAHVj a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tafTWCAHVj a.btn1:hover,
.cid-tafTWCAHVj a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tafTWCAHVj a.btn1:not(:hover),
.cid-tafTWCAHVj a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tafTWCAHVj a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tafTWCAHVj a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tafTWCAHVj a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tafTWDwKiN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tafTWDwKiN .mbr-text,
.cid-tafTWDwKiN blockquote {
  color: #767676;
}
.cid-tafTWDwKiN .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tag8oARgdQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tag8oARgdQ .mbr-text,
.cid-tag8oARgdQ blockquote {
  color: #767676;
}
.cid-tag8oARgdQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tag8oARgdQ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tag8oARgdQ #sKorv {
  color: #465052;
}
.cid-tag8oARgdQ #sKorv:hover {
  color: #000;
  transition: 2s ease;
}
.cid-tag8oARgdQ #sKorv1:hover {
  text-shadow: 0 0 2px #000;
  transition: 2s ease;
}
.cid-tag8oARgdQ #sKorv:not(:hover) {
  transition: 4s ease;
}
.cid-tag8oARgdQ #sKorv1:not(:hover) {
  transition: 4s ease;
}
.cid-tag8oARgdQ .a_date {
  color: #465052;
}
.cid-tag8oARgdQ .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tag8oARgdQ .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tag8oARgdQ .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tag8oARgdQ .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tag8oARgdQ .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tag8oARgdQ #sPand2022 {
  color: #993300;
  padding: 5px 19px;
  background-color: #dadad7;
}
.cid-tag8oARgdQ #sPand2022:hover {
  color: #330d00;
  text-shadow: 0 0 25px #fff, 0 0 15px #fff, 0 0 8px #fff, 0 0 5px #fff, 0 0 2px #fff;
  background-color: #444;
  transition: 3s ease;
}
.cid-tag8oARgdQ #sPand2022:not(:hover) {
  transition: 22s ease;
}
.cid-tcrhipo4zl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcrhipo4zl .mbr-text,
.cid-tcrhipo4zl blockquote {
  color: #767676;
}
.cid-tcrhipo4zl .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tclWn4CQ3A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tclWn4CQ3A .mbr-text,
.cid-tclWn4CQ3A blockquote {
  color: #767676;
}
.cid-tclWn4CQ3A .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tclWn4CQ3A .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmfhBDwmm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmfhBDwmm .mbr-text,
.cid-tcmfhBDwmm blockquote {
  color: #767676;
}
.cid-tcmfhBDwmm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmfhBDwmm .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tagdpJhvgq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tagdpJhvgq .mbr-text,
.cid-tagdpJhvgq blockquote {
  color: #767676;
}
.cid-tagdpJhvgq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tagdpJhvgq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcmaVrK1tG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcmaVrK1tG .mbr-text,
.cid-tcmaVrK1tG blockquote {
  color: #767676;
}
.cid-tcmaVrK1tG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmaVrK1tG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmaW5gC8D {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcmaW5gC8D .mbr-text,
.cid-tcmaW5gC8D blockquote {
  color: #767676;
}
.cid-tcmaW5gC8D .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmaW5gC8D .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmaWA6Kkc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmaWA6Kkc .mbr-text,
.cid-tcmaWA6Kkc blockquote {
  color: #767676;
}
.cid-tcmaWA6Kkc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmaWA6Kkc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmaWA6Kkc #sGrvi {
  border-bottom: 4px solid #acc;
}
.cid-tcmaWA6Kkc #dNavbut23_07_22 {
  display: inline-block;
  position: relative;
  width: 3.8em;
  height: 2em;
  border: 2px solid #944dff;
  border-radius: 18px;
  padding: 0 8px;
  background-color: #d580ff;
  right: -75%;
  bottom: 0;
  z-index: 3;
}
.cid-tcmaWA6Kkc #dNavbut23_07_22:hover {
  border: 2px solid #751aff;
  background-color: #990033;
  transition: 1s ease;
}
.cid-tcmaWA6Kkc #dNavbut23_07_22:not(:hover) {
  transition: 1.5s ease;
}
.cid-tcmaWA6Kkc #dIetpo {
  display: none;
  position: relative;
  width: 111%;
  background-color: #daa;
  border: 4px solid #f99;
  border-radius: 35px;
  padding: 9px 18px 1px 18px;
  left: -8%;
}
.cid-tcmaWA6Kkc #dIetpo:hover {
  background-color: #f8eded;
  transition: 3s ease;
}
.cid-tcmaWA6Kkc #dIetpo:not(:hover) {
  transition: 4s ease;
}
.cid-tcmaWZvE0Y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcmaWZvE0Y .mbr-text,
.cid-tcmaWZvE0Y blockquote {
  color: #767676;
}
.cid-tcmaWZvE0Y .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmaWZvE0Y .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmmBFjEyH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcmmBFjEyH .mbr-text,
.cid-tcmmBFjEyH blockquote {
  color: #767676;
}
.cid-tcmmBFjEyH .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmmBFjEyH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmmCbpMX2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcmmCbpMX2 .mbr-text,
.cid-tcmmCbpMX2 blockquote {
  color: #767676;
}
.cid-tcmmCbpMX2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmmCbpMX2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmmD105hj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcmmD105hj .mbr-text,
.cid-tcmmD105hj blockquote {
  color: #767676;
}
.cid-tcmmD105hj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmmD105hj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmmD105hj #sAnobr {
  color: #dadad7;
}
.cid-talZqRUHbq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-talZqRUHbq .mbr-text,
.cid-talZqRUHbq blockquote {
  color: #767676;
}
.cid-talZqRUHbq .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tcmpGDWq7U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmpGDWq7U .mbr-text,
.cid-tcmpGDWq7U blockquote {
  color: #767676;
}
.cid-tcmpGDWq7U .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmpGDWq7U .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmpGDWq7U #sSostU {
  border-bottom: 4px solid #dbb;
}
.cid-tcmpGDWq7U #dAsstR {
  display: none;
  position: absolute;
  width: 111%;
  left: -1%;
  border: 4px solid #006633;
  border-radius: 25px;
  background-color: #bbbb77;
  padding: 8px 18px;
  top: 3.2em;
  opacity: 1;
  z-index: 1;
}
.cid-tcmpGDWq7U #dAsstR:hover {
  border: 4px solid #008040;
  background-color: #d4d4aa;
  transition: 2s ease;
}
.cid-tcmpGDWq7U #dAsstR:not(:hover) {
  transition: 3s ease;
}
.cid-tcmqePQv4Z {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcmqePQv4Z .mbr-text,
.cid-tcmqePQv4Z blockquote {
  color: #767676;
}
.cid-tcmqePQv4Z .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmqePQv4Z .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tcmpH9rjlP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcmpH9rjlP .mbr-text,
.cid-tcmpH9rjlP blockquote {
  color: #767676;
}
.cid-tcmpH9rjlP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmpH9rjlP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmpHwwgvZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmpHwwgvZ .mbr-text,
.cid-tcmpHwwgvZ blockquote {
  color: #767676;
}
.cid-tcmpHwwgvZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmpHwwgvZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmpHQgx3Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmpHQgx3Z .mbr-text,
.cid-tcmpHQgx3Z blockquote {
  color: #767676;
}
.cid-tcmpHQgx3Z .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmpHQgx3Z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmpHQgx3Z #sRoddr {
  border-bottom: 3px solid #a67;
}
.cid-tcmpHQgx3Z #sPartk {
  border-bottom: 3px solid #eaa;
}
.cid-tcmpHQgx3Z #sInchb {
  display: none;
  position: relative;
  border: 3px solid #b99;
  border-radius: 22px;
  background-color: #daa;
  padding: 6px 12px;
  z-index: 0;
}
.cid-tcmpHQgx3Z #sInchb:hover {
  background-color: #e9c8c8;
  transition: 3s ease;
  z-index: 2;
}
.cid-tcmpHQgx3Z #sInchb:not(:hover) {
  transition: 4s ease;
}
.cid-tcmpHQgx3Z #dVstrr {
  display: none;
  position: absolute;
  width: 65%;
  border: 3px solid #bad;
  border-radius: 25px;
  padding: 8px 17px;
  background-color: #ff8080;
  left: 4em;
  z-index: 1;
}
.cid-tcmpHQgx3Z #dVstrr:hover {
  background-color: #ffb3b3;
  transition: 1s ease;
}
.cid-tcmpHQgx3Z #dVstrr:not(:hover) {
  transition: 2s ease;
}
.cid-tcmr8lrHsv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tcmr8lrHsv .mbr-text,
.cid-tcmr8lrHsv blockquote {
  color: #767676;
}
.cid-tcmr8lrHsv .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmr8lrHsv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnVPzu3a1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tcnVPzu3a1 .mbr-text,
.cid-tcnVPzu3a1 blockquote {
  color: #767676;
}
.cid-tcnVPzu3a1 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tcmr7KCUBu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcmr7KCUBu .mbr-text,
.cid-tcmr7KCUBu blockquote {
  color: #767676;
}
.cid-tcmr7KCUBu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmr7KCUBu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmr9gXpNS {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcmr9gXpNS .mbr-text,
.cid-tcmr9gXpNS blockquote {
  color: #767676;
}
.cid-tcmr9gXpNS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmr9gXpNS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmvJMpdOQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmvJMpdOQ .mbr-text,
.cid-tcmvJMpdOQ blockquote {
  color: #767676;
}
.cid-tcmvJMpdOQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmvJMpdOQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmvXgAVAm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmvXgAVAm .mbr-text,
.cid-tcmvXgAVAm blockquote {
  color: #767676;
}
.cid-tcmvXgAVAm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmvXgAVAm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcCVKprLom {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcCVKprLom .mbr-text,
.cid-tcCVKprLom blockquote {
  color: #767676;
}
.cid-tcCVKprLom .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcCVKprLom .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmvYivkVU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmvYivkVU .mbr-text,
.cid-tcmvYivkVU blockquote {
  color: #767676;
}
.cid-tcmvYivkVU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmvYivkVU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmvYivkVU #dIzm_1 {
  border-radius: 41px 41px 0 0;
  border-left: 4px solid #dadad7;
  border-top: 4px solid #dadad7;
  border-right: 4px solid #dadad7;
  padding: 22px 0 8px 0;
}
.cid-tcmvYivkVU #sIzms {
  font-size: 115%;
  color: #004080;
  padding: 10px 0 11px 0;
}
.cid-tcmvXPgE2r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcmvXPgE2r .mbr-text,
.cid-tcmvXPgE2r blockquote {
  color: #767676;
}
.cid-tcmvXPgE2r .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmvXPgE2r .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcmvXPgE2r #dIzm_2 {
  border-left: 4px solid #dadad7;
  border-right: 4px solid #dadad7;
}
.cid-tcmvXPgE2r #sPoljsh {
  font-size: 125%;
  color: #b30000;
}
.cid-taE2v8cxoV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-taE2v8cxoV .mbr-text,
.cid-taE2v8cxoV blockquote {
  color: #767676;
}
.cid-taE2v8cxoV .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-taE2v8cxoV #dIzm_3 {
  border-radius: 0 0 41px 41px;
  border-left: 4px solid #dadad7;
  border-bottom: 4px solid #dadad7;
  border-right: 4px solid #dadad7;
  padding: 0 0 22px;
}
.cid-taE2v8cxoV #hrsIzm {
  border-width: 2px;
  background-color: #0000ff;
}
.cid-tcmxT91IfP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcmxT91IfP .mbr-text,
.cid-tcmxT91IfP blockquote {
  color: #767676;
}
.cid-tcmxT91IfP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmxT91IfP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmxTLVYik {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcmxTLVYik .mbr-text,
.cid-tcmxTLVYik blockquote {
  color: #767676;
}
.cid-tcmxTLVYik .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmxTLVYik .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmxUaycaU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcmxUaycaU .mbr-text,
.cid-tcmxUaycaU blockquote {
  color: #767676;
}
.cid-tcmxUaycaU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmxUaycaU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcmz2oR6fB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcmz2oR6fB .mbr-text,
.cid-tcmz2oR6fB blockquote {
  color: #767676;
}
.cid-tcmz2oR6fB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcmz2oR6fB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn8NtIgDF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcn8NtIgDF .mbr-text,
.cid-tcn8NtIgDF blockquote {
  color: #767676;
}
.cid-tcn8NtIgDF .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn8NtIgDF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn90v7tuV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcn90v7tuV .mbr-text,
.cid-tcn90v7tuV blockquote {
  color: #767676;
}
.cid-tcn90v7tuV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tcn90v7tuV .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tcn8NRrfLA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcn8NRrfLA .mbr-text,
.cid-tcn8NRrfLA blockquote {
  color: #767676;
}
.cid-tcn8NRrfLA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn8NRrfLA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcn8Ogc50J {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcn8Ogc50J .mbr-text,
.cid-tcn8Ogc50J blockquote {
  color: #767676;
}
.cid-tcn8Ogc50J .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn8Ogc50J .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcn8MQtcUF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcn8MQtcUF .mbr-text,
.cid-tcn8MQtcUF blockquote {
  color: #767676;
}
.cid-tcn8MQtcUF .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcn8MQtcUF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnaiNf2b3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcnaiNf2b3 .mbr-text,
.cid-tcnaiNf2b3 blockquote {
  color: #767676;
}
.cid-tcnaiNf2b3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnaiNf2b3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnakgBHUT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcnakgBHUT .mbr-text,
.cid-tcnakgBHUT blockquote {
  color: #767676;
}
.cid-tcnakgBHUT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnakgBHUT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnajhLSTa {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcnajhLSTa .mbr-text,
.cid-tcnajhLSTa blockquote {
  color: #767676;
}
.cid-tcnajhLSTa .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnajhLSTa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnajOnA9s {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcnajOnA9s .mbr-text,
.cid-tcnajOnA9s blockquote {
  color: #767676;
}
.cid-tcnajOnA9s .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnajOnA9s .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcncb33sUf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcncb33sUf .mbr-text,
.cid-tcncb33sUf blockquote {
  color: #767676;
}
.cid-tcncb33sUf .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcncb33sUf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcncaimLK2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcncaimLK2 .mbr-text,
.cid-tcncaimLK2 blockquote {
  color: #767676;
}
.cid-tcncaimLK2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tcncaimLK2 .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tcncc3OgzQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcncc3OgzQ .mbr-text,
.cid-tcncc3OgzQ blockquote {
  color: #767676;
}
.cid-tcncc3OgzQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcncc3OgzQ .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tcne4uicNf {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcne4uicNf .mbr-text,
.cid-tcne4uicNf blockquote {
  color: #767676;
}
.cid-tcne4uicNf .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcne4uicNf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcne5TfmJ6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tcne5TfmJ6 .mbr-text,
.cid-tcne5TfmJ6 blockquote {
  color: #767676;
}
.cid-tcne5TfmJ6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcne5TfmJ6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcne6hKHdP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcne6hKHdP .mbr-text,
.cid-tcne6hKHdP blockquote {
  color: #767676;
}
.cid-tcne6hKHdP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcne6hKHdP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcne5phwXc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcne5phwXc .mbr-text,
.cid-tcne5phwXc blockquote {
  color: #767676;
}
.cid-tcne5phwXc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcne5phwXc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcneVqj3bS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcneVqj3bS .mbr-text,
.cid-tcneVqj3bS blockquote {
  color: #767676;
}
.cid-tcneVqj3bS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcneVqj3bS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcneVWFSGk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcneVWFSGk .mbr-text,
.cid-tcneVWFSGk blockquote {
  color: #767676;
}
.cid-tcneVWFSGk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcneVWFSGk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcneWmPUJX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcneWmPUJX .mbr-text,
.cid-tcneWmPUJX blockquote {
  color: #767676;
}
.cid-tcneWmPUJX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcneWmPUJX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnfvNhTpx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcnfvNhTpx .mbr-text,
.cid-tcnfvNhTpx blockquote {
  color: #767676;
}
.cid-tcnfvNhTpx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnfvNhTpx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnfwcIazz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcnfwcIazz .mbr-text,
.cid-tcnfwcIazz blockquote {
  color: #767676;
}
.cid-tcnfwcIazz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnfwcIazz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnfwCdEIE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcnfwCdEIE .mbr-text,
.cid-tcnfwCdEIE blockquote {
  color: #767676;
}
.cid-tcnfwCdEIE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnfwCdEIE .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcng9X8Lkf {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcng9X8Lkf .mbr-text,
.cid-tcng9X8Lkf blockquote {
  color: #767676;
}
.cid-tcng9X8Lkf .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcng9X8Lkf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcngbr03tA {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcngbr03tA .mbr-text,
.cid-tcngbr03tA blockquote {
  color: #767676;
}
.cid-tcngbr03tA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcngbr03tA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcngatxMoB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcngatxMoB .mbr-text,
.cid-tcngatxMoB blockquote {
  color: #767676;
}
.cid-tcngatxMoB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcngatxMoB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcngaQazMW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcngaQazMW .mbr-text,
.cid-tcngaQazMW blockquote {
  color: #767676;
}
.cid-tcngaQazMW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcngaQazMW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcngQCLaZP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcngQCLaZP .mbr-text,
.cid-tcngQCLaZP blockquote {
  color: #767676;
}
.cid-tcngQCLaZP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcngQCLaZP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcngQaJcGv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcngQaJcGv .mbr-text,
.cid-tcngQaJcGv blockquote {
  color: #767676;
}
.cid-tcngQaJcGv .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcngQaJcGv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcBkH9JgRM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcBkH9JgRM .mbr-text,
.cid-tcBkH9JgRM blockquote {
  color: #767676;
}
.cid-tcBkH9JgRM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcBkH9JgRM .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcngR47KBi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcngR47KBi .mbr-text,
.cid-tcngR47KBi blockquote {
  color: #767676;
}
.cid-tcngR47KBi .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcngR47KBi .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnhQ8CvAe {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcnhQ8CvAe .mbr-text,
.cid-tcnhQ8CvAe blockquote {
  color: #767676;
}
.cid-tcnhQ8CvAe .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnhQ8CvAe .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcngRy7gxb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcngRy7gxb .mbr-text,
.cid-tcngRy7gxb blockquote {
  color: #767676;
}
.cid-tcngRy7gxb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcngRy7gxb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcngRy7gxb #sNiodch {
  border-bottom: 3px solid #dadad7;
}
.cid-tcngRy7gxb #dTolpl {
  display: block;
  position: relative;
  width: 73%;
  font-size: 85%;
  border: 3px solid #990000;
  border-radius: 17px;
  padding: 7px 18px;
  background-color: #baa;
  left: 2em;
}
.cid-tcngRy7gxb #dTolpl:hover {
  border: 3px solid #cc0000;
  background-color: #ddd4d4;
  transition: 2s ease;
}
.cid-tcngRy7gxb #dTolpl:not(:hover) {
  transition: 3s ease;
}
.cid-tcnjh2TQ7c {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcnjh2TQ7c .mbr-text,
.cid-tcnjh2TQ7c blockquote {
  color: #767676;
}
.cid-tcnjh2TQ7c .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnjh2TQ7c .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnjgz7Ynn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcnjgz7Ynn .mbr-text,
.cid-tcnjgz7Ynn blockquote {
  color: #767676;
}
.cid-tcnjgz7Ynn .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnjgz7Ynn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnkfDEQ8U {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcnkfDEQ8U .mbr-text,
.cid-tcnkfDEQ8U blockquote {
  color: #767676;
}
.cid-tcnkfDEQ8U .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnkfDEQ8U .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnosmm7B4 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcnosmm7B4 .mbr-text,
.cid-tcnosmm7B4 blockquote {
  color: #767676;
}
.cid-tcnosmm7B4 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tcno9S5n5j {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcno9S5n5j .mbr-text,
.cid-tcno9S5n5j blockquote {
  color: #767676;
}
.cid-tcno9S5n5j .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcno9S5n5j .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnoXqhHCz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcnoXqhHCz .mbr-text,
.cid-tcnoXqhHCz blockquote {
  color: #767676;
}
.cid-tcnoXqhHCz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnoXqhHCz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnoYZfpSA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcnoYZfpSA .mbr-text,
.cid-tcnoYZfpSA blockquote {
  color: #767676;
}
.cid-tcnoYZfpSA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnoYZfpSA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnqj9eIgq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcnqj9eIgq .mbr-text,
.cid-tcnqj9eIgq blockquote {
  color: #767676;
}
.cid-tcnqj9eIgq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnqj9eIgq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnoYzwOHq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcnoYzwOHq .mbr-text,
.cid-tcnoYzwOHq blockquote {
  color: #767676;
}
.cid-tcnoYzwOHq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnoYzwOHq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnoZqwXTM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcnoZqwXTM .mbr-text,
.cid-tcnoZqwXTM blockquote {
  color: #767676;
}
.cid-tcnoZqwXTM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnoZqwXTM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnoY2eqFm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcnoY2eqFm .mbr-text,
.cid-tcnoY2eqFm blockquote {
  color: #767676;
}
.cid-tcnoY2eqFm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnoY2eqFm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnrNzFE5I {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcnrNzFE5I .mbr-text,
.cid-tcnrNzFE5I blockquote {
  color: #767676;
}
.cid-tcnrNzFE5I .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnrNzFE5I .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcnoZMy4qc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tcnoZMy4qc .mbr-text,
.cid-tcnoZMy4qc blockquote {
  color: #767676;
}
.cid-tcnoZMy4qc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcnoZMy4qc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcoheJvHLg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcoheJvHLg .mbr-text,
.cid-tcoheJvHLg blockquote {
  color: #767676;
}
.cid-tcoheJvHLg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcoheJvHLg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcohfX6QXV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcohfX6QXV .mbr-text,
.cid-tcohfX6QXV blockquote {
  color: #767676;
}
.cid-tcohfX6QXV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcohfX6QXV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcohgugulI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcohgugulI .mbr-text,
.cid-tcohgugulI blockquote {
  color: #767676;
}
.cid-tcohgugulI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcohgugulI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcohgZf6pd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcohgZf6pd .mbr-text,
.cid-tcohgZf6pd blockquote {
  color: #767676;
}
.cid-tcohgZf6pd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcohgZf6pd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcojCjG3mO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcojCjG3mO .mbr-text,
.cid-tcojCjG3mO blockquote {
  color: #767676;
}
.cid-tcojCjG3mO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcojCjG3mO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcpXNV6wg6 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcpXNV6wg6 .mbr-text,
.cid-tcpXNV6wg6 blockquote {
  color: #767676;
}
.cid-tcpXNV6wg6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcpXNV6wg6 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tcok1HhVBb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcok1HhVBb .mbr-text,
.cid-tcok1HhVBb blockquote {
  color: #767676;
}
.cid-tcok1HhVBb .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcok1HhVBb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcok1HhVBb #dPokp {
  background-color: #f0f0f0;
  border: 5px solid #888;
  border-radius: 18px;
  padding: 8px 18px;
}
.cid-tcok2qIOdA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tcok2qIOdA .mbr-text,
.cid-tcok2qIOdA blockquote {
  color: #767676;
}
.cid-tcok2qIOdA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcok2qIOdA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcoll72CDQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tcoll72CDQ .mbr-text,
.cid-tcoll72CDQ blockquote {
  color: #767676;
}
.cid-tcoll72CDQ .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tcolHvrWcT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcolHvrWcT .mbr-text,
.cid-tcolHvrWcT blockquote {
  color: #767676;
}
.cid-tcolHvrWcT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcolHvrWcT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcok2PjydY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcok2PjydY .mbr-text,
.cid-tcok2PjydY blockquote {
  color: #767676;
}
.cid-tcok2PjydY .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcok2PjydY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tconrGmECO {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tconrGmECO .mbr-text,
.cid-tconrGmECO blockquote {
  color: #767676;
}
.cid-tconrGmECO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tconrGmECO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tconHhTmDS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tconHhTmDS .mbr-text,
.cid-tconHhTmDS blockquote {
  color: #767676;
}
.cid-tconHhTmDS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tconHhTmDS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tconHORsWQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tconHORsWQ .mbr-text,
.cid-tconHORsWQ blockquote {
  color: #767676;
}
.cid-tconHORsWQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tconHORsWQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tconIii7fR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tconIii7fR .mbr-text,
.cid-tconIii7fR blockquote {
  color: #767676;
}
.cid-tconIii7fR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tconIii7fR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tconJ6eJ1d {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tconJ6eJ1d .mbr-text,
.cid-tconJ6eJ1d blockquote {
  color: #767676;
}
.cid-tconJ6eJ1d .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tconJ6eJ1d .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcqoNigeq4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tcqoNigeq4 .mbr-text,
.cid-tcqoNigeq4 blockquote {
  color: #767676;
}
.cid-tcqoNigeq4 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tco818WDvL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tco818WDvL .mbr-text,
.cid-tco818WDvL blockquote {
  color: #767676;
}
.cid-tco818WDvL .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tco818WDvL #dPustBut {
  display: block;
  position: relative;
  height: 45vh;
  width: 80vw;
  background-color: #dadad7;
  box-shadow: 0 0 25px 4px #dadad7;
  border-radius: 45px;
  left: 10vw;
}
.cid-tco818WDvL #dPustBut:hover {
  background-color: #cecefd;
  box-shadow: 0 0 29px 5px #cecefd;
  transition: 2s ease;
}
.cid-tco818WDvL #dPustBut:not(:hover) {
  transition: 3s ease;
}
.cid-tco8678a62 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tco8678a62 .mbr-text,
.cid-tco8678a62 blockquote {
  color: #767676;
}
.cid-tco8678a62 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tco6IoSkqu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tco6IoSkqu .mbr-text,
.cid-tco6IoSkqu blockquote {
  color: #767676;
}
.cid-tco6IoSkqu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tco6IoSkqu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tco6IoSkqu #a_zvez1 {
  color: #0033cc;
}
.cid-tco6IoSkqu #a_zvez1:hover {
  color: #00b3b3;
}
.cid-tafTWOrNMs {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tafTWOrNMs .mbr-text,
.cid-tafTWOrNMs blockquote {
  color: #767676;
}
.cid-tafTWOrNMs .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tafTWOrNMs .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tafTWOrNMs #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tafTWOrNMs #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tafTWOrNMs #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tafTWORW2l {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tcBuGpnzHb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcBuGpnzHb .mbr-text,
.cid-tcBuGpnzHb blockquote {
  color: #767676;
}
.cid-tcBuGpnzHb .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tcAu4IlvWc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tcAu4IlvWc .mbr-text,
.cid-tcAu4IlvWc blockquote {
  color: #767676;
}
.cid-tcAu4IlvWc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tcAu4IlvWc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tcAu4IlvWc #a_zvez1 {
  color: #0033cc;
}
.cid-tcAu4IlvWc #a_zvez1:hover {
  color: #00b3b3;
}
.cid-tcAu4IlvWc #sEtokiv {
  display: none;
}
.cid-tcBQiV8qU5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tcBQiV8qU5 .mbr-text,
.cid-tcBQiV8qU5 blockquote {
  color: #767676;
}
.cid-tcBQiV8qU5 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tcBQiV8qU5 #dPust3 {
  display: none;
}
.cid-tafTWPfcsE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tafTWPfcsE .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tafTWPfcsE .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tafTWPfcsE .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tafTWPfcsE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tafTWPfcsE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tafTWPfcsE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tafTWPfcsE .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tafTWPfcsE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tafTWPfcsE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tafTWPfcsE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tafTWPfcsE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tafTWPfcsE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tafTWPfcsE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tafTWPfcsE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tafTWPfcsE foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tafTWPfcsE .media-container-row .mbr-text {
  text-align: right;
}
.cid-tds5zSsmCF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds5zSsmCF .mbr-text,
.cid-tds5zSsmCF blockquote {
  color: #767676;
}
.cid-tds5zSsmCF .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tds5zSsmCF .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds5zSsmCF #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tds5zSsmCF #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tds5zSsmCF a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tds5zSsmCF a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tds5zSsmCF a.btn1:hover,
.cid-tds5zSsmCF a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tds5zSsmCF a.btn1:not(:hover),
.cid-tds5zSsmCF a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tds5zSsmCF a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tds5zSsmCF a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tds5zSsmCF a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tds5Bglidp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds5Bglidp .mbr-text,
.cid-tds5Bglidp blockquote {
  color: #767676;
}
.cid-tds5Bglidp .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tds5DoCbRV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds5DoCbRV .mbr-text,
.cid-tds5DoCbRV blockquote {
  color: #767676;
}
.cid-tds5DoCbRV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5DoCbRV .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds5DoCbRV .a_date {
  color: #465052;
}
.cid-tds5DoCbRV .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tds5DoCbRV .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tds5DoCbRV .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tds5DoCbRV .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tds5DoCbRV .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tds5DoCbRV #dBgr {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px 3px #888 inset, 0 0 3px 1px #555 inset;
}
.cid-tdCALd66FR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdCALd66FR .mbr-text,
.cid-tdCALd66FR blockquote {
  color: #767676;
}
.cid-tdCALd66FR .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdCALd66FR .mbr-text {
  color: #465052;
}
.cid-tdCALd66FR .mbr-text DIV {
  text-align: center;
}
.cid-tdCALd66FR #sKr {
  text-shadow: 0 -1px 0 #bf80ff, 0 1px 0 #bf80ff, -1px 0 0 #bf80ff, 1px 0 0 #bf80ff;
}
.cid-tdCALd66FR #dSvz {
  display: block;
  position: relative;
  opacity: .01;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px 3px #888 inset, 0 0 3px 1px #555 inset;
  bottom: 1.6em;
  z-index: 2;
}
.cid-tdw01Nbzr8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdw01Nbzr8 .mbr-text,
.cid-tdw01Nbzr8 blockquote {
  color: #767676;
}
.cid-tdw01Nbzr8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdw01Nbzr8 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tdw01Nbzr8 #dChtji {
  display: block;
  position: relative;
  color: #dadad7;
  bottom: 2em;
}
.cid-tds5FpMxOY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds5FpMxOY .mbr-text,
.cid-tds5FpMxOY blockquote {
  color: #767676;
}
.cid-tds5FpMxOY .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tds5GjSQfI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds5GjSQfI .mbr-text,
.cid-tds5GjSQfI blockquote {
  color: #767676;
}
.cid-tds5GjSQfI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5GjSQfI .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds5IbHBb3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds5IbHBb3 .mbr-text,
.cid-tds5IbHBb3 blockquote {
  color: #767676;
}
.cid-tds5IbHBb3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5IbHBb3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5Jj6jVl {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tds5Jj6jVl .mbr-text,
.cid-tds5Jj6jVl blockquote {
  color: #767676;
}
.cid-tds5Jj6jVl .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5Jj6jVl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5KgCT6N {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds5KgCT6N .mbr-text,
.cid-tds5KgCT6N blockquote {
  color: #767676;
}
.cid-tds5KgCT6N .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tds5LXMJQl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds5LXMJQl .mbr-text,
.cid-tds5LXMJQl blockquote {
  color: #767676;
}
.cid-tds5LXMJQl .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5LXMJQl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5MTbXR1 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds5MTbXR1 .mbr-text,
.cid-tds5MTbXR1 blockquote {
  color: #767676;
}
.cid-tds5MTbXR1 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5MTbXR1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5O4Oz6F {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds5O4Oz6F .mbr-text,
.cid-tds5O4Oz6F blockquote {
  color: #767676;
}
.cid-tds5O4Oz6F .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5O4Oz6F .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5OVuyoA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds5OVuyoA .mbr-text,
.cid-tds5OVuyoA blockquote {
  color: #767676;
}
.cid-tds5OVuyoA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5OVuyoA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5Qh08Bt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds5Qh08Bt .mbr-text,
.cid-tds5Qh08Bt blockquote {
  color: #767676;
}
.cid-tds5Qh08Bt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5Qh08Bt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5R33HRx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds5R33HRx .mbr-text,
.cid-tds5R33HRx blockquote {
  color: #767676;
}
.cid-tds5R33HRx .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tds5R33HRx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5Sgag6g {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds5Sgag6g .mbr-text,
.cid-tds5Sgag6g blockquote {
  color: #767676;
}
.cid-tds5Sgag6g .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5Sgag6g .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5TGHybC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds5TGHybC .mbr-text,
.cid-tds5TGHybC blockquote {
  color: #767676;
}
.cid-tds5TGHybC .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5TGHybC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5UFrwDw {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tds5UFrwDw .mbr-text,
.cid-tds5UFrwDw blockquote {
  color: #767676;
}
.cid-tds5UFrwDw .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5UFrwDw .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds5WeTygZ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tds5WeTygZ .mbr-text,
.cid-tds5WeTygZ blockquote {
  color: #767676;
}
.cid-tds5WeTygZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5WeTygZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5Xr7REG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds5Xr7REG .mbr-text,
.cid-tds5Xr7REG blockquote {
  color: #767676;
}
.cid-tds5Xr7REG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5Xr7REG .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds5Xr7REG #sNezst {
  border-bottom: 3px solid #caa;
}
.cid-tds5YzGZpW {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds5YzGZpW .mbr-text,
.cid-tds5YzGZpW blockquote {
  color: #767676;
}
.cid-tds5YzGZpW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds5YzGZpW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds5YzGZpW .mbr-text DIV {
  text-align: center;
}
.cid-tds5YzGZpW #sIzms {
  font-size: 115%;
  color: #dadad7;
  padding: 10px 0 11px 0;
}
.cid-tds5YzGZpW #dNetn {
  display: block;
  position: absolute;
  width: 70vw;
  font-size: 155%;
  line-height: 1.3;
  color: #dadad7;
  margin-left: auto;
  margin-right: auto;
  left: 1.5em;
  top: .1em;
  opacity: .01;
  z-index: -1;
}
.cid-tds60iGFVq {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tds60iGFVq .mbr-text,
.cid-tds60iGFVq blockquote {
  color: #767676;
}
.cid-tds60iGFVq .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tds61lo6BT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds61lo6BT .mbr-text,
.cid-tds61lo6BT blockquote {
  color: #767676;
}
.cid-tds61lo6BT .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds61lo6BT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds63PS83H {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds63PS83H .mbr-text,
.cid-tds63PS83H blockquote {
  color: #767676;
}
.cid-tds63PS83H .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds63PS83H .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds65tX2El {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds65tX2El .mbr-text,
.cid-tds65tX2El blockquote {
  color: #767676;
}
.cid-tds65tX2El .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds65tX2El .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds66ym4JW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds66ym4JW .mbr-text,
.cid-tds66ym4JW blockquote {
  color: #767676;
}
.cid-tds66ym4JW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds66ym4JW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds67yoH9W {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds67yoH9W .mbr-text,
.cid-tds67yoH9W blockquote {
  color: #767676;
}
.cid-tds67yoH9W .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tds67yoH9W .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds68QE5In {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds68QE5In .mbr-text,
.cid-tds68QE5In blockquote {
  color: #767676;
}
.cid-tds68QE5In .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds68QE5In .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds69W0wwt {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds69W0wwt .mbr-text,
.cid-tds69W0wwt blockquote {
  color: #767676;
}
.cid-tds69W0wwt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds69W0wwt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6blnSAg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6blnSAg .mbr-text,
.cid-tds6blnSAg blockquote {
  color: #767676;
}
.cid-tds6blnSAg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6blnSAg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6chjGUQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6chjGUQ .mbr-text,
.cid-tds6chjGUQ blockquote {
  color: #767676;
}
.cid-tds6chjGUQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6chjGUQ .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tds6ditW81 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6ditW81 .mbr-text,
.cid-tds6ditW81 blockquote {
  color: #767676;
}
.cid-tds6ditW81 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6ditW81 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6eu3A7v {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6eu3A7v .mbr-text,
.cid-tds6eu3A7v blockquote {
  color: #767676;
}
.cid-tds6eu3A7v .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6eu3A7v .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6fqBAjj {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6fqBAjj .mbr-text,
.cid-tds6fqBAjj blockquote {
  color: #767676;
}
.cid-tds6fqBAjj .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6fqBAjj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6gJ0KDz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6gJ0KDz .mbr-text,
.cid-tds6gJ0KDz blockquote {
  color: #767676;
}
.cid-tds6gJ0KDz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6gJ0KDz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6hJNwwl {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6hJNwwl .mbr-text,
.cid-tds6hJNwwl blockquote {
  color: #767676;
}
.cid-tds6hJNwwl .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6hJNwwl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6iNdNmQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6iNdNmQ .mbr-text,
.cid-tds6iNdNmQ blockquote {
  color: #767676;
}
.cid-tds6iNdNmQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6iNdNmQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6jWbTwS {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6jWbTwS .mbr-text,
.cid-tds6jWbTwS blockquote {
  color: #767676;
}
.cid-tds6jWbTwS .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6jWbTwS .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds6kYi6Lz {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6kYi6Lz .mbr-text,
.cid-tds6kYi6Lz blockquote {
  color: #767676;
}
.cid-tds6kYi6Lz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6kYi6Lz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6mcLCZm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6mcLCZm .mbr-text,
.cid-tds6mcLCZm blockquote {
  color: #767676;
}
.cid-tds6mcLCZm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6mcLCZm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6nbvS5a {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6nbvS5a .mbr-text,
.cid-tds6nbvS5a blockquote {
  color: #767676;
}
.cid-tds6nbvS5a .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6nbvS5a .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6ovS0PP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6ovS0PP .mbr-text,
.cid-tds6ovS0PP blockquote {
  color: #767676;
}
.cid-tds6ovS0PP .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6ovS0PP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6pwHkOs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds6pwHkOs .mbr-text,
.cid-tds6pwHkOs blockquote {
  color: #767676;
}
.cid-tds6pwHkOs .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6pwHkOs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6qxlu2K {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6qxlu2K .mbr-text,
.cid-tds6qxlu2K blockquote {
  color: #767676;
}
.cid-tds6qxlu2K .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6qxlu2K .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6rLq0WK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6rLq0WK .mbr-text,
.cid-tds6rLq0WK blockquote {
  color: #767676;
}
.cid-tds6rLq0WK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6rLq0WK .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds6sSUuH2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6sSUuH2 .mbr-text,
.cid-tds6sSUuH2 blockquote {
  color: #767676;
}
.cid-tds6sSUuH2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6sSUuH2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6ufSKYz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6ufSKYz .mbr-text,
.cid-tds6ufSKYz blockquote {
  color: #767676;
}
.cid-tds6ufSKYz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6ufSKYz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6v9MGf1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tds6v9MGf1 .mbr-text,
.cid-tds6v9MGf1 blockquote {
  color: #767676;
}
.cid-tds6v9MGf1 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6v9MGf1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6H9vygs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6H9vygs .mbr-text,
.cid-tds6H9vygs blockquote {
  color: #767676;
}
.cid-tds6H9vygs .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tds6IjdnlK {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tds6IjdnlK .mbr-text,
.cid-tds6IjdnlK blockquote {
  color: #767676;
}
.cid-tds6IjdnlK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6IjdnlK .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds6JKugLI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6JKugLI .mbr-text,
.cid-tds6JKugLI blockquote {
  color: #767676;
}
.cid-tds6JKugLI .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6JKugLI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6KOshGK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6KOshGK .mbr-text,
.cid-tds6KOshGK blockquote {
  color: #767676;
}
.cid-tds6KOshGK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6KOshGK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6M0LxXh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6M0LxXh .mbr-text,
.cid-tds6M0LxXh blockquote {
  color: #767676;
}
.cid-tds6M0LxXh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6M0LxXh .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tds6NqHA0E {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6NqHA0E .mbr-text,
.cid-tds6NqHA0E blockquote {
  color: #767676;
}
.cid-tds6NqHA0E .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6NqHA0E .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tdv4dVRzYG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tdv4dVRzYG .mbr-text,
.cid-tdv4dVRzYG blockquote {
  color: #767676;
}
.cid-tdv4dVRzYG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4dVRzYG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdv4fUoqS8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdv4fUoqS8 .mbr-text,
.cid-tdv4fUoqS8 blockquote {
  color: #767676;
}
.cid-tdv4fUoqS8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4fUoqS8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdv4gWmAB7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdv4gWmAB7 .mbr-text,
.cid-tdv4gWmAB7 blockquote {
  color: #767676;
}
.cid-tdv4gWmAB7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4gWmAB7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdv4iwT9DA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdv4iwT9DA .mbr-text,
.cid-tdv4iwT9DA blockquote {
  color: #767676;
}
.cid-tdv4iwT9DA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4iwT9DA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdv4jyGcZg {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tdv4jyGcZg .mbr-text,
.cid-tdv4jyGcZg blockquote {
  color: #767676;
}
.cid-tdv4jyGcZg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4jyGcZg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdv4l7ZMWN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdv4l7ZMWN .mbr-text,
.cid-tdv4l7ZMWN blockquote {
  color: #767676;
}
.cid-tdv4l7ZMWN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4l7ZMWN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdv4m413WO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdv4m413WO .mbr-text,
.cid-tdv4m413WO blockquote {
  color: #767676;
}
.cid-tdv4m413WO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4m413WO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdv4mVLeUM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdv4mVLeUM .mbr-text,
.cid-tdv4mVLeUM blockquote {
  color: #767676;
}
.cid-tdv4mVLeUM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4mVLeUM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdv4u10nxu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tdv4u10nxu .mbr-text,
.cid-tdv4u10nxu blockquote {
  color: #767676;
}
.cid-tdv4u10nxu .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdv4u10nxu .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tdvdbUC5sH {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tdvdbUC5sH .mbr-text,
.cid-tdvdbUC5sH blockquote {
  color: #767676;
}
.cid-tdvdbUC5sH .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvdbUC5sH .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6w7Qekx {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds6w7Qekx .mbr-text,
.cid-tds6w7Qekx blockquote {
  color: #767676;
}
.cid-tds6w7Qekx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6w7Qekx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6w7Qekx #sRavov {
  border-bottom: 3px solid #aabbaa;
}
.cid-tds6xIx9W8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds6xIx9W8 .mbr-text,
.cid-tds6xIx9W8 blockquote {
  color: #767676;
}
.cid-tds6xIx9W8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6xIx9W8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6xIx9W8 #dStSoz {
  display: none;
  position: relative;
  font-size: 180%;
  line-height: 1.5;
  padding: 8px 18px 22px 18px;
  background-color: #f0f0f0;
  z-index: 1;
}
.cid-tds6xIx9W8 #dPotcht {
  display: none;
  position: absolute;
  width: 70vw;
  border: 7px solid #80dfff;
  border-radius: 35px;
  padding: 15px 33px 15px 33px;
  background-color: #f0f0f0;
  bottom: 0;
  z-index: 1;
}
.cid-tds6AGhRxx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tds6AGhRxx .mbr-text,
.cid-tds6AGhRxx blockquote {
  color: #767676;
}
.cid-tds6AGhRxx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6AGhRxx .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tds6BPL9oX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6BPL9oX .mbr-text,
.cid-tds6BPL9oX blockquote {
  color: #767676;
}
.cid-tds6BPL9oX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6BPL9oX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6D3X6Qp {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tds6D3X6Qp .mbr-text,
.cid-tds6D3X6Qp blockquote {
  color: #767676;
}
.cid-tds6D3X6Qp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6D3X6Qp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6Ejzje1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tds6Ejzje1 .mbr-text,
.cid-tds6Ejzje1 blockquote {
  color: #767676;
}
.cid-tds6Ejzje1 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6Ejzje1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tds6FodNzK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tds6FodNzK .mbr-text,
.cid-tds6FodNzK blockquote {
  color: #767676;
}
.cid-tds6FodNzK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tds6FodNzK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvpWZBKNq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdvpWZBKNq .mbr-text,
.cid-tdvpWZBKNq blockquote {
  color: #767676;
}
.cid-tdvpWZBKNq .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tdvqAcZlbd {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tdvqAcZlbd .mbr-text,
.cid-tdvqAcZlbd blockquote {
  color: #767676;
}
.cid-tdvqAcZlbd .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tdvdcFJSpp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvdcFJSpp .mbr-text,
.cid-tdvdcFJSpp blockquote {
  color: #767676;
}
.cid-tdvdcFJSpp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvdcFJSpp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdve01NY1v {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdve01NY1v .mbr-text,
.cid-tdve01NY1v blockquote {
  color: #767676;
}
.cid-tdve01NY1v .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdve01NY1v .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvedjeUol {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvedjeUol .mbr-text,
.cid-tdvedjeUol blockquote {
  color: #767676;
}
.cid-tdvedjeUol .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvedjeUol .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdveRfHLuG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tdveRfHLuG .mbr-text,
.cid-tdveRfHLuG blockquote {
  color: #767676;
}
.cid-tdveRfHLuG .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdveRfHLuG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvfg5mrKN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdvfg5mrKN .mbr-text,
.cid-tdvfg5mrKN blockquote {
  color: #767676;
}
.cid-tdvfg5mrKN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvfg5mrKN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvff6ppPn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvff6ppPn .mbr-text,
.cid-tdvff6ppPn blockquote {
  color: #767676;
}
.cid-tdvff6ppPn .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvff6ppPn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvfIjoXty {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvfIjoXty .mbr-text,
.cid-tdvfIjoXty blockquote {
  color: #767676;
}
.cid-tdvfIjoXty .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvfIjoXty .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvfJmq8zB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tdvfJmq8zB .mbr-text,
.cid-tdvfJmq8zB blockquote {
  color: #767676;
}
.cid-tdvfJmq8zB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvfJmq8zB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvgMBOpRN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvgMBOpRN .mbr-text,
.cid-tdvgMBOpRN blockquote {
  color: #767676;
}
.cid-tdvgMBOpRN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvgMBOpRN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvgNmZs0E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdvgNmZs0E .mbr-text,
.cid-tdvgNmZs0E blockquote {
  color: #767676;
}
.cid-tdvgNmZs0E .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvgNmZs0E .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvhzJ0cCh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdvhzJ0cCh .mbr-text,
.cid-tdvhzJ0cCh blockquote {
  color: #767676;
}
.cid-tdvhzJ0cCh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvhzJ0cCh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvhIKb4We {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tdvhIKb4We .mbr-text,
.cid-tdvhIKb4We blockquote {
  color: #767676;
}
.cid-tdvhIKb4We .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvhIKb4We .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvhZIQxMC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvhZIQxMC .mbr-text,
.cid-tdvhZIQxMC blockquote {
  color: #767676;
}
.cid-tdvhZIQxMC .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvhZIQxMC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvivDMWuD {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tdvivDMWuD .mbr-text,
.cid-tdvivDMWuD blockquote {
  color: #767676;
}
.cid-tdvivDMWuD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvivDMWuD .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tdvjvik4g5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvjvik4g5 .mbr-text,
.cid-tdvjvik4g5 blockquote {
  color: #767676;
}
.cid-tdvjvik4g5 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvjvik4g5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvjI1LCKp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tdvjI1LCKp .mbr-text,
.cid-tdvjI1LCKp blockquote {
  color: #767676;
}
.cid-tdvjI1LCKp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvjI1LCKp .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tdvjwavy7s {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvjwavy7s .mbr-text,
.cid-tdvjwavy7s blockquote {
  color: #767676;
}
.cid-tdvjwavy7s .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvjwavy7s .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvkz8mg9a {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvkz8mg9a .mbr-text,
.cid-tdvkz8mg9a blockquote {
  color: #767676;
}
.cid-tdvkz8mg9a .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvkz8mg9a .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tdvkMo3huH {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tdvkMo3huH .mbr-text,
.cid-tdvkMo3huH blockquote {
  color: #767676;
}
.cid-tdvkMo3huH .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvkMo3huH .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tdvkSHmRPV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tdvkSHmRPV .mbr-text,
.cid-tdvkSHmRPV blockquote {
  color: #767676;
}
.cid-tdvkSHmRPV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tdvkSHmRPV .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tdvkSHmRPV #sSvetl {
  color: #f8f8f8;
  line-height: 1.3;
  text-shadow: -1px 0 0 #333333, 1px 0 0 #777777, 0 -1px 0 #777777, 0 1px 0 #444444;
}
.cid-tdvkSHmRPV #sSdensv {
  border-bottom: 3px solid #bfbfbf;
  line-height: 1.3;
}
.cid-tds6OXctkq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tds6OXctkq .mbr-text,
.cid-tds6OXctkq blockquote {
  color: #767676;
}
.cid-tds6OXctkq .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tds6OXctkq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tds6OXctkq #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tds6OXctkq #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tds6OXctkq #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tds6QfrXKq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tdpoPIRvWc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tdpoPIRvWc .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdpoPIRvWc .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tdpoPIRvWc .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tdpoPIRvWc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tdpoPIRvWc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tdpoPIRvWc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tdpoPIRvWc .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdpoPIRvWc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tdpoPIRvWc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tdpoPIRvWc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdpoPIRvWc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdpoPIRvWc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdpoPIRvWc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tdpoPIRvWc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tdpoPIRvWc foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tdpoPIRvWc .media-container-row .mbr-text {
  text-align: right;
}
.cid-thsT35xmmL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thsT35xmmL .mbr-text,
.cid-thsT35xmmL blockquote {
  color: #767676;
}
.cid-thsT35xmmL .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-thsT35xmmL .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thsT35xmmL #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-thsT35xmmL #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-thsT35xmmL a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-thsT35xmmL a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-thsT35xmmL a.btn1:hover,
.cid-thsT35xmmL a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-thsT35xmmL a.btn1:not(:hover),
.cid-thsT35xmmL a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-thsT35xmmL a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-thsT35xmmL a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-thsT35xmmL a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-thsT377tlP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thsT377tlP .mbr-text,
.cid-thsT377tlP blockquote {
  color: #767676;
}
.cid-thsT377tlP .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-thsT37J35m {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-thsT37J35m .mbr-text,
.cid-thsT37J35m blockquote {
  color: #767676;
}
.cid-thsT37J35m .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thsT37J35m .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thsT37J35m .a_date {
  color: #465052;
}
.cid-thsT37J35m .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-thsT37J35m .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-thsT37J35m .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-thsT37J35m .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-thsT37J35m .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-thsT37J35m #dChtd,
.cid-thsT37J35m #dSpr,
.cid-thsT37J35m #dChtjsh {
  display: none;
  position: absolute;
  width: 90%;
  color: #0000cc;
  bottom: 0;
}
.cid-thsT37J35m #dChtd:hover,
.cid-thsT37J35m #dChtjsh:hover {
  color: #0000cc;
  text-shadow: 0 0 45px #fff, 0 0 35px #fff, 0 0 25px #fff, 0 0 17px #ffffcc, 0 0 11px #fff, 0 0 5px #ffffcc;
  transition: 1s ease;
}
.cid-thsT37J35m #dSpr:hover {
  color: #003333;
  text-shadow: 0 0 5px #ffffcc, 0 0 11px #fff, 0 0 17px #ffffcc, 0 0 25px #fff, 0 0 35px #fff, 0 0 38px #00ccff, 0 0 45px #fff, 0 0 55px #fffffc, 0 0 55px #fffffc, 0 0 55px #fff;
  transition: 1s ease;
}
.cid-thsT37J35m #dChtd:not(:hover),
.cid-thsT37J35m #dSpr:not(:hover),
.cid-thsT37J35m #dChtjsh:not(:hover) {
  transition: 3s ease;
}
.cid-thsT37J35m #sLinCh {
  border-radius: 25px;
  font-size: .7em;
  box-shadow: 0 0 11px 1px #0099cc inset;
  background-color: #ffff00;
  padding: 11px 24px 0 24px;
  margin-left: 33px;
}
.cid-thsT37J35m #sLinCh:hover {
  box-shadow: 0 0 5px 1px #80ffff inset;
  background-color: #fffffc;
  transition: 1s ease;
}
.cid-thsT37J35m #sLinCh:not(:hover) {
  transition: 1s ease;
}
.cid-thsT37J35m #dDd {
  display: block;
  opacity: 1;
  position: relative;
  width: 90%;
  color: #ff4d4d;
  border-radius: 35px;
  margin-left: auto;
  margin-right: auto;
}
.cid-thsT37J35m #dDd:hover {
  color: #009900;
  border-radius: 35px;
  text-shadow: 0 0 15px #ffffcc, 0 0 22px #ffffcc, 0 0 35px #ffffcc, 0 0 45px #ffffcc, 0 0 45px #ffffcc, 0 0 55px #ffffcc, 0 0 75px #ffffcc;
  box-shadow: 0 0 8px 2px #fffffc;
  transition: 3s ease;
}
.cid-thsT37J35m #dDd:not(:hover) {
  color: #ff4d4d;
  transition: 4s ease;
}
.cid-ti7tmdzuDD {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #dadad7;
}
.cid-ti7tmdzuDD .mbr-text,
.cid-ti7tmdzuDD blockquote {
  color: #767676;
}
.cid-ti7tmdzuDD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-ti7tmdzuDD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ti7tmdzuDD #dGlvr {
  display: block;
  position: relative;
  font-size: 122%;
  line-height: 1.3;
  color: #282828;
  padding: 5px;
}
.cid-ti7tmdzuDD #dGlvr:hover {
  color: #4d1300;
  transition: 1s ease;
}
.cid-ti7tmdzuDD #dGlvr:not(:hover) {
  transition: 2s ease;
}
.cid-ti7tmdzuDD #dMob {
  display: block;
  position: absolute;
  opacity: 1;
  border: 4px solid #3333ff;
  border-radius: 18px;
  padding: 5px 18px;
  z-index: 2;
}
.cid-ti7tmdzuDD #dMob:hover {
  border: 4px solid #ff4d4d;
  transition: 1s ease;
}
.cid-ti7tmdzuDD #dMob:not(:hover) {
  transition: 3s ease;
}
.cid-ti7tmdzuDD #sVR {
  font-size: 115%;
}
.cid-ti7tmdzuDD #dZasch {
  display: none;
  position: absolute;
  opacity: 1;
  text-align: left;
  font-size: 125%;
  color: #465052;
  border: 7px solid #ff4d4d;
  border-radius: 18px;
  padding: 11px 22px 17px 22px;
  z-index: 2;
}
.cid-ti7tmdzuDD #dNechp {
  font-size: 120%;
  opacity: .01;
  position: absolute;
  text-align: center;
  padding-bottom: 1px;
  padding-top: 15px;
  left: 7%;
  bottom: 4em;
  z-index: 1;
}
.cid-ti7tmdzuDD #dIponu {
  display: inline-block;
  position: absolute;
  text-align: left;
  font-size: 110%;
  padding-bottom: 22px;
  padding-right: 122px;
  opacity: .01;
  left: 7%;
  bottom: 1.3em;
  z-index: 1;
}
.cid-ti7tmdzuDD .mbr-text DIV {
  text-align: left;
}
.cid-tis6bvn2su {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tis6bvn2su .mbr-text,
.cid-tis6bvn2su blockquote {
  color: #767676;
}
.cid-tis6bvn2su .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tis6bvn2su #dPust15_09_22 {
  display: none;
}
.cid-ti7vAY8PHq {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-ti7vAY8PHq .mbr-text,
.cid-ti7vAY8PHq blockquote {
  color: #767676;
}
.cid-ti7vAY8PHq .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-ti7vAY8PHq #hOrange {
  display: block;
  position: relative;
}
.cid-thtwbwBi3a {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-thtwbwBi3a .mbr-text,
.cid-thtwbwBi3a blockquote {
  color: #767676;
}
.cid-thtwbwBi3a .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtwbwBi3a .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtwbwBi3a #dPos {
  display: block;
  position: relative;
  color: #0000b3;
  font-size: 95%;
  width: 14em;
  left: -5em;
}
.cid-thtwcZofDJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtwcZofDJ .mbr-text,
.cid-thtwcZofDJ blockquote {
  color: #767676;
}
.cid-thtwcZofDJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtwcZofDJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtwdHEP87 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtwdHEP87 .mbr-text,
.cid-thtwdHEP87 blockquote {
  color: #767676;
}
.cid-thtwdHEP87 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtwdHEP87 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtwejvYUt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtwejvYUt .mbr-text,
.cid-thtwejvYUt blockquote {
  color: #767676;
}
.cid-thtwejvYUt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtwejvYUt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtwfdSy0a {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-thtwfdSy0a .mbr-text,
.cid-thtwfdSy0a blockquote {
  color: #767676;
}
.cid-thtwfdSy0a .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtwfdSy0a .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtwfO0idW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thtwfO0idW .mbr-text,
.cid-thtwfO0idW blockquote {
  color: #767676;
}
.cid-thtwfO0idW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtwfO0idW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtwfO0idW #sPod {
  border-bottom: 2px solid #aaa;
}
.cid-thtwfO0idW #dItran {
  display: none;
  position: absolute;
  width: 16em;
  font-size: 80%;
  border: 3px solid #4d4dff;
  border-radius: 24px;
  padding: 5px 15px;
  background-color: #aaa;
  z-index: 1;
}
.cid-thtwfO0idW #dItran:hover {
  color: #232328;
  border: 3px solid #8080ff;
  border-radius: 1px;
  background-color: #dcc;
  transition: 2s ease;
  z-index: 1;
}
.cid-thtwfO0idW #dItran:not(:hover) {
  transition: 3s ease;
  z-index: 1;
}
.cid-thvXqdAZ09 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-thvXqdAZ09 .mbr-text,
.cid-thvXqdAZ09 blockquote {
  color: #767676;
}
.cid-thvXqdAZ09 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thvXqdAZ09 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtwhAtSa8 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-thtwhAtSa8 .mbr-text,
.cid-thtwhAtSa8 blockquote {
  color: #767676;
}
.cid-thtwhAtSa8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtwhAtSa8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtwhAtSa8 #sOch {
  border-bottom: 2px solid #aaa;
}
.cid-thtwhAtSa8 #dimg1_2 {
  display: none;
  position: absolute;
  bottom: 1.5em;
  background-color: #aaa;
  box-shadow: 3px 4px 12px 2px #323;
  z-index: 1;
}
.cid-thuAOiKWys {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-thuAOiKWys .mbr-text,
.cid-thuAOiKWys blockquote {
  color: #767676;
}
.cid-thuAOiKWys .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thuAOiKWys .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thKhmDZddZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thKhmDZddZ .mbr-text,
.cid-thKhmDZddZ blockquote {
  color: #767676;
}
.cid-thKhmDZddZ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thKhmDZddZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtyAVAswo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thtyAVAswo .mbr-text,
.cid-thtyAVAswo blockquote {
  color: #767676;
}
.cid-thtyAVAswo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtyAVAswo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtyCc3jk0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtyCc3jk0 .mbr-text,
.cid-thtyCc3jk0 blockquote {
  color: #767676;
}
.cid-thtyCc3jk0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtyCc3jk0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtyCMw3Eh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-thtyCMw3Eh .mbr-text,
.cid-thtyCMw3Eh blockquote {
  color: #767676;
}
.cid-thtyCMw3Eh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtyCMw3Eh .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtwgyJ9kN {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-thtwgyJ9kN .mbr-text,
.cid-thtwgyJ9kN blockquote {
  color: #767676;
}
.cid-thtwgyJ9kN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtwgyJ9kN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtwgyJ9kN #aMaK {
  padding: 0 4px;
}
.cid-thtwgyJ9kN #aMaK:hover {
  box-shadow: 0 0 15px 0 #004080;
  border-radius: 7px;
  padding: 0 4px;
  transition: 1s ease;
}
.cid-thtwgyJ9kN #aMaK:not(:hover) {
  transition: 1s ease;
}
.cid-thtwgyJ9kN #aMiN {
  padding: 0 4px;
}
.cid-thtwgyJ9kN #aMiN:hover {
  box-shadow: 0 0 15px 0 #009999;
  border-radius: 7px;
  transition: 1s ease;
}
.cid-thtwgyJ9kN #aMiN:not(:hover) {
  transition: 1s ease;
}
.cid-thtwgyJ9kN #sVschm {
  border-bottom: 2px solid #aaa;
}
.cid-thtwgyJ9kN #dSovn {
  display: none;
  position: absolute;
  width: 65%;
  font-size: 77%;
  color: #232328;
  border: 5px solid #22c;
  border-radius: 22px;
  padding: 5px 17px;
  background-color: #99c;
  left: 44%;
  bottom: 1em;
  z-index: 1;
}
.cid-thtwgyJ9kN #dSovn:hover {
  color: #000d33;
  border: 5px solid #800000;
  border-radius: 0;
  background-color: #ffccb3;
  transition: 1.5s ease;
}
.cid-thtwgyJ9kN #dSovn:not(:hover) {
  transition: 2.5s ease;
}
.cid-thESfYfu70 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thESfYfu70 .mbr-text,
.cid-thESfYfu70 blockquote {
  color: #767676;
}
.cid-thESfYfu70 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thESfYfu70 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thESfYfu70 #dNamvz {
  display: block;
  border: 3px solid #a88;
  border-radius: 35px;
  padding: 5px 15px 8px 21px;
  background-color: #cccccc;
}
.cid-thESfYfu70 #dNamvz:hover {
  border: 3px solid #b44;
  background-color: #e1e1ea;
  transition: 1s ease;
}
.cid-thESfYfu70 #dNamvz:not(:hover) {
  transition: 1.5s ease;
}
.cid-thF0TRGLKn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thF0TRGLKn .mbr-text,
.cid-thF0TRGLKn blockquote {
  color: #767676;
}
.cid-thF0TRGLKn .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thF0TRGLKn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thF0TRGLKn #dPrp {
  display: none;
  border: 3px solid #daa;
  border-radius: 35px;
  padding: 5px 15px 11px 21px;
  background-color: #bfbfbf;
}
.cid-thF0TRGLKn #dPrp:hover {
  border: 3px solid #f55;
  border-radius: 35px;
  padding: 5px 15px 11px 21px;
  background-color: #dadad7;
  transition: 1s ease;
}
.cid-thF0TRGLKn #dPrp:not(:hover) {
  transition: 2s ease;
}
.cid-thF0TRGLKn #sBPrp {
  display: block;
  position: relative;
  width: 97%;
  height: 2em;
  border-radius: 15px;
  padding: 0 5px;
  background-color: #bfbfbf;
  right: -1%;
  bottom: 0;
  opacity: .8;
  z-index: 1;
}
.cid-thF0TRGLKn #sBPrp:hover {
  background-color: #c44dff;
  transition: 1.5s ease;
}
.cid-thF0TRGLKn #sBPrp:not(:hover) {
  transition: 2s ease;
}
.cid-thuYmeAH6p {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-thuYmeAH6p .mbr-text,
.cid-thuYmeAH6p blockquote {
  color: #767676;
}
.cid-thuYmeAH6p .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thuYmeAH6p .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thuYmeAH6p #dPopj {
  color: #b30000;
}
.cid-thuYmeAH6p #dPopj:hover {
  color: #002080;
  transition: 3s ease;
}
.cid-thuYmeAH6p #dPopj:not(:hover) {
  color: #b30000;
  transition: 5s ease;
}
.cid-thtyDg2DIf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-thtyDg2DIf .mbr-text,
.cid-thtyDg2DIf blockquote {
  color: #767676;
}
.cid-thtyDg2DIf .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtyDg2DIf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtyDg2DIf #dRasj {
  line-height: 1.2;
}
.cid-thtyDg2DIf #dRasj:hover {
  color: #800000;
  transition: 3s ease;
}
.cid-thtyDg2DIf #dRasj:not(:hover) {
  transition: 43s ease;
}
.cid-thtyBzveSE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtyBzveSE .mbr-text,
.cid-thtyBzveSE blockquote {
  color: #767676;
}
.cid-thtyBzveSE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtyBzveSE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtyBzveSE #dIetp {
  display: block;
  position: relative;
  width: 115%;
  left: -4%;
}
.cid-thtyBzveSE #dIetp:hover {
  color: #4d0000;
  transition: 3s ease;
}
.cid-thtyBzveSE #dIetp:not(:hover) {
  transition: 43s ease;
}
.cid-thtyBzveSE .mbr-text DIV {
  text-align: center;
}
.cid-thtzbUD6yI {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-thtzbUD6yI .mbr-text,
.cid-thtzbUD6yI blockquote {
  color: #767676;
}
.cid-thtzbUD6yI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtzbUD6yI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thuCgpPzIy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thuCgpPzIy .mbr-text,
.cid-thuCgpPzIy blockquote {
  color: #767676;
}
.cid-thuCgpPzIy .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thuCgpPzIy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtzczdW6m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thtzczdW6m .mbr-text,
.cid-thtzczdW6m blockquote {
  color: #767676;
}
.cid-thtzczdW6m .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thtzczdW6m .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thuH8qrK6n {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thuH8qrK6n .mbr-text,
.cid-thuH8qrK6n blockquote {
  color: #767676;
}
.cid-thuH8qrK6n .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thuH8qrK6n .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thuH9W15Zi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thuH9W15Zi .mbr-text,
.cid-thuH9W15Zi blockquote {
  color: #767676;
}
.cid-thuH9W15Zi .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thuH9W15Zi .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thuHZ5sngh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thuHZ5sngh .mbr-text,
.cid-thuHZ5sngh blockquote {
  color: #767676;
}
.cid-thuHZ5sngh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thuHZ5sngh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thuIg55zs1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thuIg55zs1 .mbr-text,
.cid-thuIg55zs1 blockquote {
  color: #767676;
}
.cid-thuIg55zs1 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-thuIg55zs1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thurvjIp9O {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thurvjIp9O .mbr-text,
.cid-thurvjIp9O blockquote {
  color: #767676;
}
.cid-thurvjIp9O .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thurvjIp9O .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtKmPfxMH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-thtKmPfxMH .mbr-text,
.cid-thtKmPfxMH blockquote {
  color: #767676;
}
.cid-thtKmPfxMH .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-thtzuNVwbr {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-thtzuNVwbr .mbr-text,
.cid-thtzuNVwbr blockquote {
  color: #767676;
}
.cid-thtzuNVwbr .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thtzuNVwbr .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtzuNVwbr #dDomoj {
  color: #465052;
}
.cid-thtzuNVwbr #dDomoj:hover {
  color: #eeffe6;
  text-shadow: 0 0 45px #8080ff;
  transition: 2s ease;
}
.cid-thtzuNVwbr #dDomoj:not(:hover) {
  color: #465052;
  transition: 15s ease;
}
.cid-thtzd675Nq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtzd675Nq .mbr-text,
.cid-thtzd675Nq blockquote {
  color: #767676;
}
.cid-thtzd675Nq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtzd675Nq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtzdyuTz2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtzdyuTz2 .mbr-text,
.cid-thtzdyuTz2 blockquote {
  color: #767676;
}
.cid-thtzdyuTz2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtzdyuTz2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtzdyuTz2 #sKtesch {
  border-bottom: 2px solid #aaa;
}
.cid-thtzdyuTz2 #dNasv {
  display: none;
  position: absolute;
  width: 18em;
  border: 3px solid #adc;
  border-radius: 25px;
  padding: 5px 15px 11px 15px;
  background-color: #ffff33;
  z-index: 2;
}
.cid-thtzdyuTz2 #dNasv:hover {
  border: 3px solid #7fccb3;
  border-radius: 25px;
  padding: 5px 15px 11px 15px;
  background-color: #ffffb3;
  z-index: 2;
  transition: 1s ease;
}
.cid-thtzdyuTz2 #dNasv:not(:hover) {
  transition: 2s ease;
}
.cid-thtzdyuTz2 #dKomk {
  display: none;
  position: absolute;
  width: 23em;
  font-size: 90%;
  color: #0033cc;
  border: 3px solid #caa;
  border-radius: 25px;
  padding: 11px 15px 15px 25px;
  background-color: #ffb84d;
  z-index: 2;
}
.cid-thtzdyuTz2 #dKomk:hover {
  border: 3px solid #b38080;
  background-color: #ffe0b3;
  transition: 1s ease;
}
.cid-thtzdyuTz2 #dKomk:not(:hover) {
  transition: 2s ease;
}
.cid-thtze82O5Y {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtze82O5Y .mbr-text,
.cid-thtze82O5Y blockquote {
  color: #767676;
}
.cid-thtze82O5Y .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtze82O5Y .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtA5osXQT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtA5osXQT .mbr-text,
.cid-thtA5osXQT blockquote {
  color: #767676;
}
.cid-thtA5osXQT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtA5osXQT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtA5osXQT #sIdid {
  border-bottom: 2px solid #99b;
}
.cid-thtA5osXQT #dIfrGr {
  opacity: .01;
  z-index: 1;
}
.cid-thtA5osXQT #sTzkvn {
  display: none;
  position: absolute;
  color: #000;
  font-size: 105%;
  top: 1.4em;
  left: 11em;
  width: 12em;
  border: 3px solid #aaa;
  border-radius: 22px;
  padding: 5px 12px;
  background-color: #ff661a;
  z-index: 1;
}
.cid-thtA5osXQT #sTzkvn:hover {
  color: #fff;
  border: 3px solid #888;
  border-radius: 1px;
  background-color: #6600ff;
  transition: .5s ease;
}
.cid-thtA5osXQT #sTzkvn:not(:hover) {
  transition: 3s ease;
}
.cid-thtA67UrQm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtA67UrQm .mbr-text,
.cid-thtA67UrQm blockquote {
  color: #767676;
}
.cid-thtA67UrQm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtA67UrQm .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtA6GRnUM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtA6GRnUM .mbr-text,
.cid-thtA6GRnUM blockquote {
  color: #767676;
}
.cid-thtA6GRnUM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtA6GRnUM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtA4mXsED {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thtA4mXsED .mbr-text,
.cid-thtA4mXsED blockquote {
  color: #767676;
}
.cid-thtA4mXsED .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtA4mXsED .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtAlJNClt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtAlJNClt .mbr-text,
.cid-thtAlJNClt blockquote {
  color: #767676;
}
.cid-thtAlJNClt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtAlJNClt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtAmNWI1Y {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thtAmNWI1Y .mbr-text,
.cid-thtAmNWI1Y blockquote {
  color: #767676;
}
.cid-thtAmNWI1Y .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtAmNWI1Y .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtAmhh5AD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-thtAmhh5AD .mbr-text,
.cid-thtAmhh5AD blockquote {
  color: #767676;
}
.cid-thtAmhh5AD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtAmhh5AD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtAmhh5AD #dSils {
  display: none;
  position: absolute;
  width: 80%;
  font-size: 80%;
  border: 3px solid #c99;
  border-radius: 25px;
  padding: 5px 15px;
  background-color: #ccc;
  left: 38%;
  z-index: 1;
}
.cid-thtAmhh5AD #dSils:hover {
  border: 3px solid #aa5555;
  border-radius: 2px;
  background-color: #f0f0f0;
  left: 38%;
  z-index: 1;
  transition: 2s ease;
}
.cid-thtAmhh5AD #dSils:not(:hover) {
  transition: 5s ease;
}
.cid-thtAnLBDk6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtAnLBDk6 .mbr-text,
.cid-thtAnLBDk6 blockquote {
  color: #767676;
}
.cid-thtAnLBDk6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtAnLBDk6 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtAofolGv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtAofolGv .mbr-text,
.cid-thtAofolGv blockquote {
  color: #767676;
}
.cid-thtAofolGv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtAofolGv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtCMBrJIX {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-thtCMBrJIX .mbr-text,
.cid-thtCMBrJIX blockquote {
  color: #767676;
}
.cid-thtCMBrJIX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtCMBrJIX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtCN6qaAw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtCN6qaAw .mbr-text,
.cid-thtCN6qaAw blockquote {
  color: #767676;
}
.cid-thtCN6qaAw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtCN6qaAw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtD0muo4N {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-thtD0muo4N .mbr-text,
.cid-thtD0muo4N blockquote {
  color: #767676;
}
.cid-thtD0muo4N .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thtD0muo4N .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtD0muo4N #dMivUk {
  color: #465052;
}
.cid-thtD0muo4N #dMivUk:hover {
  color: #0000ff;
  text-shadow: 0 0 10px #ffff00, 0 0 25px #ffff00, 0 0 35px #ffffcc, 0 0 45px #ffff00, 0 0 55px #ffff00, 0 0 75px #ffff00;
  transition: 2s ease;
}
.cid-thtD0muo4N #dMivUk:not(:hover) {
  color: #465052;
  transition: 12s ease;
}
.cid-thtCNDZRpP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtCNDZRpP .mbr-text,
.cid-thtCNDZRpP blockquote {
  color: #767676;
}
.cid-thtCNDZRpP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtCNDZRpP .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtCNDZRpP #sIdost0 {
  color: #0000b3;
  text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 25px #fff;
}
.cid-thtDbebIXc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thtDbebIXc .mbr-text,
.cid-thtDbebIXc blockquote {
  color: #767676;
}
.cid-thtDbebIXc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thtDbebIXc .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-thtDbebIXc .mbr-text DIV {
  text-align: left;
}
.cid-thtDbebIXc #dNe0 {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-thtDbebIXc #dNedo {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-left: 4px solid #800000;
  padding: 2px 2px 2px 12px;
  margin-top: 11px;
  margin-bottom: 18px;
}
.cid-thtDbebIXc #sVset {
  border-bottom: 3px solid #aaa;
}
.cid-thtCM1gCKg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtCM1gCKg .mbr-text,
.cid-thtCM1gCKg blockquote {
  color: #767676;
}
.cid-thtCM1gCKg .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtCM1gCKg .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtCM1gCKg #sDlkb {
  color: #0044cc;
  border-bottom: 2px solid #dadad7;
}
.cid-thtCM1gCKg #sDlkb:hover {
  color: #0000b3;
  border-bottom: 2px solid #999;
  transition: 1s ease;
}
.cid-thtCM1gCKg #sDlkb:not(:hover) {
  transition: 4s ease;
}
.cid-thtCM1gCKg #sDlkaj {
  color: #0044cc;
}
.cid-thtCM1gCKg #sVoto:hover {
  color: #1f7a7a;
  text-shadow: 0 0 3px #fff, 0 0 1px #fff, 0 0 11px #ffffcc, 0 0 14px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 27px #fff, 0 0 37px #fff;
  transition: 2s ease;
}
.cid-thtCM1gCKg #sVoto:not(:hover) {
  color: #0000b3;
  transition: 7s ease;
}
.cid-ti48pGalA1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-ti48pGalA1 .mbr-text,
.cid-ti48pGalA1 blockquote {
  color: #767676;
}
.cid-ti48pGalA1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-ti48pGalA1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-ti48pGalA1 #sVoto:hover {
  color: #1f7a7a;
  text-shadow: 0 0 3px #fff, 0 0 1px #fff, 0 0 11px #ffffcc, 0 0 14px #fff, 0 0 17px #fff, 0 0 15px #fff, 0 0 27px #fff, 0 0 37px #fff;
  transition: 2s ease;
}
.cid-ti48pGalA1 #sVoto:not(:hover) {
  color: #0000b3;
  transition: 7s ease;
}
.cid-thtOSzMWTz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-thtOSzMWTz .mbr-text,
.cid-thtOSzMWTz blockquote {
  color: #767676;
}
.cid-thtOSzMWTz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thtOSzMWTz .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtDZ3P9ZG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtDZ3P9ZG .mbr-text,
.cid-thtDZ3P9ZG blockquote {
  color: #767676;
}
.cid-thtDZ3P9ZG .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtDZ3P9ZG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtE3X6rNM {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-thtE3X6rNM .mbr-text,
.cid-thtE3X6rNM blockquote {
  color: #767676;
}
.cid-thtE3X6rNM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thtE3X6rNM .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtE3X6rNM #dDomoj2 {
  color: #465052;
}
.cid-thtE3X6rNM #dDomoj2:hover {
  color: #a3297a;
  transition: 3s ease;
}
.cid-thtE3X6rNM #dDomoj2:not(:hover) {
  color: #465052;
  transition: 12s ease;
}
.cid-thtEnoKKPp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtEnoKKPp .mbr-text,
.cid-thtEnoKKPp blockquote {
  color: #767676;
}
.cid-thtEnoKKPp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtEnoKKPp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtEo9sptw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-thtEo9sptw .mbr-text,
.cid-thtEo9sptw blockquote {
  color: #767676;
}
.cid-thtEo9sptw .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-thtEo9sptw .mbr-text {
  color: #465052;
}
.cid-thtEo9sptw #sDjsh {
  border-radius: 18px;
  padding: 4px;
  background-color: #dadad7;
  box-shadow: 0 0 35px 4px #dadad7, 0 0 3px 2px #dadad7;
}
.cid-thtEq1NgAn {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-thtEq1NgAn .mbr-text,
.cid-thtEq1NgAn blockquote {
  color: #767676;
}
.cid-thtEq1NgAn .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtEq1NgAn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thtEq1NgAn #sTach {
  border-bottom: 1px solid #888;
}
.cid-thvQmdNThT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thvQmdNThT .mbr-text,
.cid-thvQmdNThT blockquote {
  color: #767676;
}
.cid-thvQmdNThT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thvQmdNThT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-thvQmdNThT #dKor {
  color: #465052;
  z-index: 55;
}
.cid-thtELk7vCS {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #dadad7;
}
.cid-thtELk7vCS .mbr-text,
.cid-thtELk7vCS blockquote {
  color: #767676;
}
.cid-thtELk7vCS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-thtELk7vCS .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thtELk7vCS #sVtna {
  color: #465052;
  border-radius: 15px;
  padding: 5px 8px;
  background-color: #dadad7;
}
.cid-thsT3T9hsM {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-thsT3T9hsM .mbr-text,
.cid-thsT3T9hsM blockquote {
  color: #767676;
}
.cid-thsT3T9hsM .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-thsT3T9hsM .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-thsT3T9hsM #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-thsT3T9hsM #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-thsT3T9hsM #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-thsT3TFNdj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-thsT3UlIeU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-thsT3UlIeU .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thsT3UlIeU .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-thsT3UlIeU .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-thsT3UlIeU .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-thsT3UlIeU .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-thsT3UlIeU .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-thsT3UlIeU .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thsT3UlIeU .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-thsT3UlIeU .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-thsT3UlIeU .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-thsT3UlIeU .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thsT3UlIeU .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thsT3UlIeU .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-thsT3UlIeU .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-thsT3UlIeU foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-thsT3UlIeU .media-container-row .mbr-text {
  text-align: right;
}
.cid-tk15lq6ILq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk15lq6ILq .mbr-text,
.cid-tk15lq6ILq blockquote {
  color: #767676;
}
.cid-tk15lq6ILq .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tk15lq6ILq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk15lq6ILq #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tk15lq6ILq #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tk15lq6ILq a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tk15lq6ILq a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tk15lq6ILq a.btn1:hover,
.cid-tk15lq6ILq a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tk15lq6ILq a.btn1:not(:hover),
.cid-tk15lq6ILq a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tk15lq6ILq a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tk15lq6ILq a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tk15lq6ILq a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tk3HF7dzOr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk3HF7dzOr .mbr-text,
.cid-tk3HF7dzOr blockquote {
  color: #767676;
}
.cid-tk3HF7dzOr .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tk16DxNz3l {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk16DxNz3l .mbr-text,
.cid-tk16DxNz3l blockquote {
  color: #767676;
}
.cid-tk16DxNz3l .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk16DxNz3l .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk16DxNz3l .a_date {
  color: #465052;
}
.cid-tk16DxNz3l .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tk16DxNz3l .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tk16DxNz3l .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tk16DxNz3l .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tk16DxNz3l .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tk16DxNz3l #sTol:hover {
  transition: 2s ease;
}
.cid-tk16DxNz3l #sTol:not(:hover) {
  transition: 2s ease;
}
.cid-tk16DxNz3l #sEtoch {
  font-size: 90%;
}
.cid-tk16DxNz3l #sRoev {
  border-bottom: 4px solid #dadad7;
}
.cid-tk16DxNz3l #sPuis:hover {
  color: #993300;
  transition: 1s ease;
}
.cid-tk16DxNz3l #sPuis:not(:hover) {
  transition: 3s ease;
}
.cid-tk16DxNz3l .dEtv:hover {
  color: #003399;
  transition: 2s ease;
}
.cid-tk16DxNz3l .dEtv:not(:hover) {
  transition: 3s ease;
}
.cid-tk16DxNz3l .mbr-text DIV {
  text-align: left;
}
.cid-tk16FdK7wj {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tk16FdK7wj .mbr-text,
.cid-tk16FdK7wj blockquote {
  color: #767676;
}
.cid-tk16FdK7wj .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk16FdK7wj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk16FdK7wj #dObrR {
  font-size: 85%;
  border: 7px solid #002b80;
  border-radius: 49px;
  padding: 7px 23px 12px 23px;
  background-color: #c2c2bd;
}
.cid-tk16FdK7wj #dObrR:hover {
  border: 7px solid #cc0000;
  border-radius: 0;
  background-color: #ffd633;
  transition: 1.5s ease;
}
.cid-tk16FdK7wj #dObrR:not(:hover) {
  transition: 4s ease;
}
.cid-tk16JIegdO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk16JIegdO .mbr-text,
.cid-tk16JIegdO blockquote {
  color: #767676;
}
.cid-tk16JIegdO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk16JIegdO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk16JIegdO #dTktg {
  display: none;
  position: absolute;
  width: 15em;
  border: 3px solid #acc;
  border-radius: 25px;
  padding: 5px 15px;
  background-color: #ccccff;
  left: 7.3em;
}
.cid-tk16JIegdO #dTktg:hover {
  color: #003399;
  border: 3px solid #4d4dff;
  background-color: #ffff4d;
  transition: 1s ease;
}
.cid-tk16JIegdO #dTktg:not(:hover) {
  transition: 2s ease;
}
.cid-tk16JIegdO #sOstv {
  display: inline-block;
}
.cid-tk16JIegdO #sVedos {
  display: inline-block;
}
.cid-tk16JIegdO #sTyso {
  border-bottom: 2px solid #9aa;
}
.cid-tk16JIegdO #dDavd {
  display: block;
  position: absolute;
  width: 85%;
  font-size: 90%;
  border: 3px solid #99c;
  border-radius: 25px;
  padding: 5px 15px;
  background-color: #faa;
  opacity: .01;
  z-index: 2;
}
.cid-tk16JIegdO #dDavd:hover {
  color: #ff8080;
  background-color: #4d4dff;
  transition: 1s ease;
}
.cid-tk16JIegdO #dDavd:not(:hover) {
  transition: 2s ease;
}
.cid-tk16JIegdO #sIps {
  opacity: .01;
}
.cid-tk16JIegdO #sVsus {
  border-bottom: 2px solid #a99;
}
.cid-tk16JIegdO #dIdi {
  padding: 8px 28px;
}
.cid-tk16JIegdO #dNuvech,
.cid-tk16JIegdO #dAnum {
  padding: 8px 15px;
}
.cid-tk16JIegdO #dNuvech,
.cid-tk16JIegdO #dAnum,
.cid-tk16JIegdO #dIdi {
  display: none;
  position: absolute;
  width: 98%;
  font-size: 85%;
  border: 5px solid #aba;
  border-radius: 35px;
  background-color: #ffcc66;
  left: 3%;
  z-index: 2;
}
.cid-tk16JIegdO #dNuvech:hover {
  background-color: #ffe6e6;
  transition: 1s ease;
}
.cid-tk16JIegdO #dAnum:hover {
  background-color: #ffccb3;
  transition: 1s ease;
}
.cid-tk16JIegdO #dIdi:hover {
  background-color: #ffcc99;
  transition: 1s ease;
}
.cid-tk16JIegdO #sRoev {
  border-bottom: 4px solid #003399;
}
.cid-tk16JIegdO #sPuis:hover {
  color: #993300;
  transition: 1s ease;
}
.cid-tk16JIegdO #sPuis:not(:hover) {
  transition: 3s ease;
}
.cid-tk16JIegdO #dEtv:hover {
  color: #003399;
  transition: 2s ease;
}
.cid-tk16JIegdO #dEtv:not(:hover) {
  transition: 3s ease;
}
.cid-tk16JIegdO .mbr-text DIV {
  text-align: left;
}
.cid-tk16Gc1ajp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tk16Gc1ajp .mbr-text,
.cid-tk16Gc1ajp blockquote {
  color: #767676;
}
.cid-tk16Gc1ajp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk16Gc1ajp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk16Gc1ajp #dPustpr_1 {
  display: none;
  position: relative;
  padding: 5px;
}
.cid-tk16Gc1ajp #sVsus {
  border-bottom: 3px solid #465052;
}
.cid-tk16Gc1ajp #dIchth {
  display: none;
  color: #767676;
}
.cid-tk16Gc1ajp #dIchth:hover {
  color: #ff5c33;
  transition: 2s ease;
}
.cid-tk16Gc1ajp #dIchth:not(:hover) {
  transition: 2s ease;
}
.cid-tk16Gc1ajp #sNot0,
.cid-tk16Gc1ajp #sVopz {
  display: inline-block;
}
.cid-tk16Gc1ajp #sNot {
  border-bottom: 2px solid #abb;
}
.cid-tk16Gc1ajp #sKotnnp {
  display: none;
  position: relative;
  background-color: #ebb;
  border-radius: 17px;
  padding: 0 7px;
  z-index: 3;
}
.cid-tk16Gc1ajp #sNi {
  border-bottom: 2px solid #9aa;
}
.cid-tk16Gc1ajp #sIdoet {
  display: none;
  position: relative;
  background-color: #ffb380;
  border-radius: 19px;
  padding: 0 17px;
}
.cid-tk16Gc1ajp #sTatv {
  display: inline-block;
  z-index: 2;
}
.cid-tk16Gc1ajp #sIchtstd,
.cid-tk16Gc1ajp #dIchth {
  display: none;
  z-index: 2;
}
.cid-tk16Gc1ajp #sIavl:not(:hover) {
  color: #1a53ff;
  transition: 2s ease;
}
.cid-tk16Gc1ajp #dTktg {
  display: none;
  position: relative;
  width: 42vw;
  font-size: 85%;
  border: 3px solid #acc;
  border-radius: 25px;
  padding: 5px 15px;
  background-color: #ccccff;
  right: 20%;
  top: 0;
  z-index: 1;
}
.cid-tk16Gc1ajp #dTktg:hover {
  color: #003399;
  border: 3px solid #4d4dff;
  background-color: #ffff4d;
  transition: 1s ease;
  z-index: 1;
}
.cid-tk16Gc1ajp #dTktg:not(:hover) {
  transition: 2s ease;
}
.cid-tk16Gc1ajp #sOstv {
  display: inline-block;
}
.cid-tk16Gc1ajp #sVedos {
  display: inline-block;
}
.cid-tk16Gc1ajp #sTyso {
  border-bottom: 2px solid #9aa;
}
.cid-tk16Gc1ajp #dDavd {
  display: block;
  position: absolute;
  width: 85%;
  font-size: 90%;
  border: 3px solid #99c;
  border-radius: 25px;
  padding: 5px 15px;
  background-color: #faa;
  opacity: .01;
  z-index: 2;
}
.cid-tk16Gc1ajp #dDavd:hover {
  color: #ff8080;
  background-color: #4d4dff;
  transition: 1s ease;
}
.cid-tk16Gc1ajp #dDavd:not(:hover) {
  transition: 2s ease;
}
.cid-tk16Gc1ajp #sIps {
  opacity: .01;
}
.cid-tk16Gc1ajp #dNuvech,
.cid-tk16Gc1ajp #dAnum {
  padding: 8px 15px;
  display: none;
  position: absolute;
  width: 51vw;
  font-size: 85%;
  border: 4px solid #aba;
  border-radius: 22px;
  background-color: #ffcc66;
  left: -17%;
  z-index: 1;
  transition: 1.5s ease;
}
.cid-tk16Gc1ajp #dNuvech:hover {
  border: 4px solid #994d00;
  border-radius: 22px;
  background-color: #ffe6e6;
  transition: 1s ease;
}
.cid-tk16Gc1ajp #dAnum:hover {
  border: 4px solid #9900cc;
  border-radius: 22px;
  background-color: #ffddcc;
  transition: 1s ease;
  z-index: 3;
}
.cid-tk16Gc1ajp #sRoev {
  border-bottom: 4px solid #003399;
}
.cid-tk16Gc1ajp #sPuis:hover {
  color: #993300;
  transition: 1s ease;
}
.cid-tk16Gc1ajp #sPuis:not(:hover) {
  transition: 3s ease;
}
.cid-tk16Gc1ajp #dEtv:hover {
  color: #003399;
  transition: 2s ease;
}
.cid-tk16Gc1ajp #dEtv:not(:hover) {
  transition: 3s ease;
}
.cid-tk16Gc1ajp .mbr-text DIV {
  text-align: left;
}
.cid-tk3tcZFSEP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk3tcZFSEP .mbr-text,
.cid-tk3tcZFSEP blockquote {
  color: #767676;
}
.cid-tk3tcZFSEP .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tk3tcZFSEP #dPuspos {
  display: none;
}
.cid-tk18emxKGt {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tk18emxKGt .mbr-text,
.cid-tk18emxKGt blockquote {
  color: #767676;
}
.cid-tk18emxKGt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk18emxKGt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk18emxKGt #sIzah {
  display: inline-block;
  postiton: relative;
}
.cid-tk18emxKGt #sMn {
  display: none;
  postiton: absolute;
}
.cid-tk18emxKGt #sBez {
  font-size: 162%;
  color: #dadad7;
  opacity: .8;
}
.cid-tk18emxKGt #sRoev {
  border-bottom: 4px solid #003399;
}
.cid-tk18emxKGt #sPuis:hover,
.cid-tk18emxKGt #sIzah:hover {
  color: #993300;
  transition: 1s ease;
}
.cid-tk18emxKGt #sPuis:not(:hover),
.cid-tk18emxKGt #sIzah:not(:hover) {
  transition: 3s ease;
}
.cid-tk18emxKGt #dApidiz:hover {
  color: #003399;
  transition: 2s ease;
}
.cid-tk18emxKGt #dApidiz:not(:hover) {
  transition: 3s ease;
}
.cid-tk3tevIedY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk3tevIedY .mbr-text,
.cid-tk3tevIedY blockquote {
  color: #767676;
}
.cid-tk3tevIedY .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tk3tevIedY #dPust28_09_22 {
  display: none;
}
.cid-tk17yDfsct {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tk17yDfsct .mbr-text,
.cid-tk17yDfsct blockquote {
  color: #767676;
}
.cid-tk17yDfsct .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk17yDfsct .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk17yDfsct a:hover {
  transition: 1.5s ease;
}
.cid-tk17yDfsct a:not(:hover) {
  transition: 2s ease;
}
.cid-tk17yDfsct #dChtdk {
  display: block;
  position: relative;
  width: 8em;
  font-size: 65%;
  border: 2px solid #9999ff;
  border-radius: 22px;
  padding: 4px 12px;
  background-color: #cce;
  box-shadow: 0 0 5px 2px #00b300 inset;
  right: 3em;
  bottom: 3em;
  transition: 2s ease;
}
.cid-tk17yDfsct #dSprBo {
  display: block;
  position: absolute;
  opacity: .01;
  z-index: -1;
  width: 6.3em;
  font-size: 65%;
  border: 2px solid #9999ff;
  border-radius: 22px;
  padding: 4px 12px;
  background-color: #cce;
  box-shadow: 0 0 5px 1px #00b300 inset;
  right: 4em;
  bottom: 3em;
  transition: 2s ease;
}
.cid-tk17yDfsct #dIdel {
  display: block;
  position: absolute;
  opacity: .01;
  z-index: -1;
  width: 6em;
  font-size: 88%;
  border: 2px solid #9999ff;
  border-radius: 17px;
  padding: 7px 17px;
  background-color: #cce;
  box-shadow: 0 0 4px 1px #ffffcc, 0 0 5px 2px #00b300 inset;
  right: 2em;
  bottom: 2.7em;
  transition: 2s ease;
}
.cid-tk17yDfsct #dIdel:hover {
  color: #1f7a7a;
  border: 2px solid #ffff00;
  text-shadow: 0 0 7px #fffffc, 0 0 3px #fffffc;
  box-shadow: 0 0 22px 4px #ffffcc, 0 0 4px 1px #00b300 inset;
  transition: 2s ease;
}
.cid-tk17yDfsct #dChtdk:hover,
.cid-tk17yDfsct #dSprBo:hover {
  border: 2px solid #ffff33;
  background-color: #dde;
  transition: 2s ease;
}
.cid-tk17yDfsct #dChtdk:not(:hover),
.cid-tk17yDfsct #dSprBo:not(:hover),
.cid-tk17yDfsct #dIdel:not(:hover) {
  transition: 2.5s ease;
}
.cid-tk17yDfsct #dChtdkp0 {
  display: block;
  position: absolute;
  font-size: 58%;
  line-height: 1.2;
  text-align: left;
  z-index: -1;
  right: -0.2em;
  bottom: .5em;
  opacity: .01;
}
.cid-tk17yDfsct #sKru_Dd {
  color: #fffffc;
}
.cid-tk17yDfsct #sDd {
  padding: 5px 22px 12px 17px;
}
.cid-tk3v1PDz30 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tk3v1PDz30 .mbr-text,
.cid-tk3v1PDz30 blockquote {
  color: #767676;
}
.cid-tk3v1PDz30 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tk1910yIap {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk1910yIap .mbr-text,
.cid-tk1910yIap blockquote {
  color: #767676;
}
.cid-tk1910yIap .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tk1910yIap .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk1910yIap #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tk1910yIap #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tk1910yIap #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tk192rHugs {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tk14KOhnIR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tk14KOhnIR .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk14KOhnIR .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk14KOhnIR .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tk14KOhnIR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tk14KOhnIR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tk14KOhnIR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tk14KOhnIR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tk14KOhnIR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tk14KOhnIR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tk14KOhnIR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tk14KOhnIR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tk14KOhnIR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tk14KOhnIR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tk14KOhnIR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tk14KOhnIR foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tk14KOhnIR .media-container-row .mbr-text {
  text-align: right;
}
.cid-tk1aOb8LyZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk1aOb8LyZ .mbr-text,
.cid-tk1aOb8LyZ blockquote {
  color: #767676;
}
.cid-tk1aOb8LyZ .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tk1aOb8LyZ .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk1aOb8LyZ #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tk1aOb8LyZ #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tk1aOb8LyZ a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tk1aOb8LyZ a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tk1aOb8LyZ a.btn1:hover,
.cid-tk1aOb8LyZ a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tk1aOb8LyZ a.btn1:not(:hover),
.cid-tk1aOb8LyZ a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tk1aOb8LyZ a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tk1aOb8LyZ a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tk1aOb8LyZ a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tk3HJaxsMn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk3HJaxsMn .mbr-text,
.cid-tk3HJaxsMn blockquote {
  color: #767676;
}
.cid-tk3HJaxsMn .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tk1aETzzi0 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #dadad7;
}
.cid-tk1aETzzi0 .mbr-text,
.cid-tk1aETzzi0 blockquote {
  color: #767676;
}
.cid-tk1aETzzi0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk1aETzzi0 .mbr-text {
  color: #7f1933;
  text-align: left;
}
.cid-tk1aETzzi0 .a_date {
  color: #465052;
}
.cid-tk1aETzzi0 .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tk1aETzzi0 .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tk1aETzzi0 .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tk1aETzzi0 .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tk1aETzzi0 .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tk1aETzzi0 #pChtb {
  opacity: 1;
}
.cid-tk1aETzzi0 #aSov:hover,
.cid-tk1aETzzi0 #aVoe:hover,
.cid-tk1aETzzi0 #aPres:hover {
  font-size: 133%;
  border-radius: 11px;
  padding: 0 3px;
  text-shadow: 0 0 3px red;
  transition: .5s ease;
}
.cid-tk1aETzzi0 #aSov:not(:hover),
.cid-tk1aETzzi0 #aVoe:not(:hover),
.cid-tk1aETzzi0 #aPres:not(:hover) {
  text-shadow: 0 0 3px transparent;
  transition: .5s ease;
}
.cid-tk1aETzzi0 #dSvop {
  border: 5px solid #dadad7;
  border-radius: 35px;
  padding: 22px 22px 9px 32px;
  background-color: #dadad7;
}
.cid-tk1aETzzi0 #dSvop:hover {
  border: 5px solid #990000;
  background-color: #f2f2f2;
  box-shadow: 0 0 25px 2px #f2f2f2;
  transition: 2s ease;
}
.cid-tk1aETzzi0 #dSvop:not(:hover) {
  transition: 3s ease;
}
.cid-tk1aQTd4Yx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk1aQTd4Yx .mbr-text,
.cid-tk1aQTd4Yx blockquote {
  color: #767676;
}
.cid-tk1aQTd4Yx .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tk1aQTd4Yx .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk1aQTd4Yx #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tk1aQTd4Yx #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tk1aQTd4Yx #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tk1aRAZqFb {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tk19Zr4VCK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tk19Zr4VCK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk19Zr4VCK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk19Zr4VCK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tk19Zr4VCK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tk19Zr4VCK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tk19Zr4VCK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tk19Zr4VCK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tk19Zr4VCK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tk19Zr4VCK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tk19Zr4VCK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tk19Zr4VCK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tk19Zr4VCK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tk19Zr4VCK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tk19Zr4VCK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tk19Zr4VCK foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tk19Zr4VCK .media-container-row .mbr-text {
  text-align: right;
}
.cid-tk8ZEHhww2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk8ZEHhww2 .mbr-text,
.cid-tk8ZEHhww2 blockquote {
  color: #767676;
}
.cid-tk8ZEHhww2 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tk8ZEHhww2 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk8ZEHhww2 #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tk8ZEHhww2 #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tk8ZEHhww2 a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tk8ZEHhww2 a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tk8ZEHhww2 a.btn1:hover,
.cid-tk8ZEHhww2 a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tk8ZEHhww2 a.btn1:not(:hover),
.cid-tk8ZEHhww2 a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tk8ZEHhww2 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tk8ZEHhww2 a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tk8ZEHhww2 a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tk8ZEHV7KE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk8ZEHV7KE .mbr-text,
.cid-tk8ZEHV7KE blockquote {
  color: #767676;
}
.cid-tk8ZEHV7KE .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tk903zJWDM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk903zJWDM .mbr-text,
.cid-tk903zJWDM blockquote {
  color: #767676;
}
.cid-tk903zJWDM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk903zJWDM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk903zJWDM .a_date {
  color: #465052;
}
.cid-tk903zJWDM .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tk903zJWDM .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tk903zJWDM .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tk903zJWDM .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tk903zJWDM .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tk903zJWDM .mbr-text DIV {
  text-align: left;
}
.cid-tk903zJWDM #sUbobt {
  display: inline-block;
  position: relative;
  color: #002080;
  font-size: 125%;
  border: 4px solid #dadad7;
  border-radius: 28px;
  padding: 15px 25px;
  left: 9%;
}
.cid-tk903zJWDM #sUbobt2 {
  display: inline-block;
  position: relative;
  color: #002080;
  border: 4px solid #dadad7;
  border-radius: 28px;
  padding: 1px 11px;
  left: 0;
}
.cid-tk903zJWDM #dUbob,
.cid-tk903zJWDM #dUbob2 {
  padding-top: 8px;
}
.cid-tk903zJWDM #dUbob {
  display: block;
}
.cid-tk903zJWDM #dUbob2 {
  display: none;
  position: relative;
  top: 0;
}
.cid-tk903zJWDM #sTeh {
  font-size: 55%;
}
.cid-tk903zJWDM #sTeh2 {
  font-size: 95%;
}
.cid-tk903zJWDM #sKtonem,
.cid-tk903zJWDM #sPres1,
.cid-tk903zJWDM #sKtonem2,
.cid-tk903zJWDM #sPres1_2 {
  color: #008fb3;
}
.cid-tk903zJWDM #sChho2,
.cid-tk903zJWDM #sChplo2 {
  font-size: 115%;
  line-heigh: .8;
}
.cid-tk903zJWDM #sPres1,
.cid-tk903zJWDM #sPres2,
.cid-tk903zJWDM #sPres1_2,
.cid-tk903zJWDM #sPres2_2 {
  font-size: 115%;
}
.cid-tk903zJWDM #sPres1_2 {
  font-size: 115%;
  font-weight: 900;
  line-height: .8;
}
.cid-tk903zJWDM #sPrchel2 {
  font-size: 117%;
  line-height: 1.1;
}
.cid-tk903zJWDM #sPrBz2 {
  font-size: 108%;
  line-height: 1.3;
}
.cid-tk903zJWDM #sPrsvs2 {
  font-size: 144%;
  line-height: 1.3;
}
.cid-tk903zJWDM #sTeh2,
.cid-tk903zJWDM #sKto2,
.cid-tk903zJWDM #sNezsh2,
.cid-tk903zJWDM #sChho2,
.cid-tk903zJWDM #sChplo2,
.cid-tk903zJWDM #sKtonem2,
.cid-tk903zJWDM #sNet2,
.cid-tk903zJWDM #sPres1_2,
.cid-tk903zJWDM #sPrchel2,
.cid-tk903zJWDM #sPrBz2,
.cid-tk903zJWDM #sPres2_2,
.cid-tk903zJWDM #sPrsvs2,
.cid-tk903zJWDM #sPres3_2,
.cid-tk903zJWDM #sPro2,
.cid-tk903zJWDM #sSvstr2 {
  display: inline-block;
}
.cid-tk903zJWDM #sTeh,
.cid-tk903zJWDM #sKto,
.cid-tk903zJWDM #sNezsh,
.cid-tk903zJWDM #sChho,
.cid-tk903zJWDM #sChplo,
.cid-tk903zJWDM #sKtonem,
.cid-tk903zJWDM #sNet,
.cid-tk903zJWDM #sPres1,
.cid-tk903zJWDM #sPrchel,
.cid-tk903zJWDM #sPrBz,
.cid-tk903zJWDM #sPres2,
.cid-tk903zJWDM #sPrsvs,
.cid-tk903zJWDM #sPres3,
.cid-tk903zJWDM #sPro,
.cid-tk903zJWDM #sSvstr {
  display: inline-block;
  opacity: .01;
}
.cid-tk903zJWDM #sKto,
.cid-tk903zJWDM #sNezsh,
.cid-tk903zJWDM #sChho,
.cid-tk903zJWDM #sChplo,
.cid-tk903zJWDM #sNet,
.cid-tk903zJWDM #sPrchel,
.cid-tk903zJWDM #sPrBz,
.cid-tk903zJWDM #sPres2,
.cid-tk903zJWDM #sPrsvs,
.cid-tk903zJWDM #sPres3,
.cid-tk903zJWDM #sPro,
.cid-tk903zJWDM #sSvstr,
.cid-tk903zJWDM #sKto2,
.cid-tk903zJWDM #sNezsh2,
.cid-tk903zJWDM #sChho2,
.cid-tk903zJWDM #sChplo2,
.cid-tk903zJWDM #sNet2,
.cid-tk903zJWDM #sPrchel2,
.cid-tk903zJWDM #sPrBz2,
.cid-tk903zJWDM #sPres2_2,
.cid-tk903zJWDM #sPrsvs2,
.cid-tk903zJWDM #sPres3_2,
.cid-tk903zJWDM #sPro2,
.cid-tk903zJWDM #sSvstr2 {
  color: #194d33;
}
.cid-tk903zJWDM #sNet {
  color: #990000;
  font-size: 80%;
}
.cid-tk903zJWDM #sNet2 {
  color: #990000;
}
.cid-tk905u21yc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk905u21yc .mbr-text,
.cid-tk905u21yc blockquote {
  color: #767676;
}
.cid-tk905u21yc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk905u21yc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk905u21yc #sUbobr {
  color: #194d33;
  opacity: .01;
}
.cid-tlzcISlVuI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tlzcISlVuI .mbr-text,
.cid-tlzcISlVuI blockquote {
  color: #767676;
}
.cid-tlzcISlVuI .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tlzcISlVuI .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tlzcISlVuI #dIbok {
  display: block;
  position: absolute;
  font-size: 110%;
  top: 0;
  left: 1em;
  z-index: 0;
  opacity: .01;
}
.cid-tlzcISlVuI #dIbok:hover {
  background-color: #dadad7;
  opacity: 2;
  z-index: 3;
  transition: 8s ease;
}
.cid-tlzcISlVuI #dIbok:not(:hover) {
  transition: 6s ease;
}
.cid-tlzcISlVuI #dAnas {
  display: block;
  position: relative;
  padding-top: 2px;
  padding-bottom: 33px;
  left: 1em;
  opacity: 1;
  z-index: 1;
}
.cid-tlzcISlVuI #dAnas:hover {
  z-index: 2;
}
.cid-tlzcKPahzM {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-tlzcKPahzM .mbr-text,
.cid-tlzcKPahzM blockquote {
  color: #767676;
}
.cid-tlzcKPahzM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tlzcKPahzM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tlzcKPahzM #sGigpr {
  display: block;
  position: relative;
  margin-top: 25px;
  opacity: .01;
}
.cid-tlzcKPahzM #sCupir {
  opacity: .01;
}
.cid-tk906WbY8V {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tk906WbY8V .mbr-text,
.cid-tk906WbY8V blockquote {
  color: #767676;
}
.cid-tk906WbY8V .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk906WbY8V .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk906WbY8V .mbr-text DIV {
  text-align: center;
}
.cid-tk9083033A {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk9083033A .mbr-text,
.cid-tk9083033A blockquote {
  color: #767676;
}
.cid-tk9083033A .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk9083033A .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk909rDFqy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk909rDFqy .mbr-text,
.cid-tk909rDFqy blockquote {
  color: #767676;
}
.cid-tk909rDFqy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk909rDFqy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90arIdpP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk90arIdpP .mbr-text,
.cid-tk90arIdpP blockquote {
  color: #767676;
}
.cid-tk90arIdpP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90arIdpP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90arIdpP #sBzbpr {
  display: block;
  position: relative;
  font-weight: 500;
  text-shadow: 0 -1px 0 transparent, 0 1px 0 transparent, -1px 0 0 transparent, 1px 0 0 transparent;
  padding-top: 11px;
  padding-bottom: 17px;
  top: 4px;
}
.cid-tk90arIdpP #sBzbpr:hover {
  color: #003399;
  font-weight: 700;
  text-shadow: 0 -1px 0 red, 0 1px 0 #ff8080, -1px 0 0 #ff8080, 1px 0 0 #ff8080, 0 0 2px #000000, 0 0 15px #000033, 0 0 35px #000d33, 0 0 45px #000011;
  transition: 8s ease;
}
.cid-tk90arIdpP #sBzbpr:not(:hover) {
  transition: 22s ease;
}
.cid-tk90bDP8Ul {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk90bDP8Ul .mbr-text,
.cid-tk90bDP8Ul blockquote {
  color: #767676;
}
.cid-tk90bDP8Ul .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90bDP8Ul .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90bDP8Ul #dPre0 {
  display: block;
  position: relative;
  bottom: 5px;
  padding-bottom: 17px;
}
.cid-tk90cxVUFp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk90cxVUFp .mbr-text,
.cid-tk90cxVUFp blockquote {
  color: #767676;
}
.cid-tk90cxVUFp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90cxVUFp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90e8m4T6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk90e8m4T6 .mbr-text,
.cid-tk90e8m4T6 blockquote {
  color: #767676;
}
.cid-tk90e8m4T6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90e8m4T6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90e8m4T6 #sKotnnn:hover {
  color: #b30000;
  transition: 2s ease;
}
.cid-tk90e8m4T6 #sKotnnn:not(:hover) {
  transition: 3s ease;
}
.cid-tk90e8m4T6 #dNeuvd0 {
  display: block;
  position: absolute;
  padding: 5px;
  left: 1%;
  bottom: 4em;
}
.cid-tk90e8m4T6 #dNeuvd0 #dNeuvd {
  display: none;
  position: relative;
  width: 14.7em;
  font-size: 70%;
  color: #767475;
  border: 7px solid #b3b3ff;
  border-radius: 27px;
  padding: 7px 18px;
  margin-top: 7px;
  background-color: #ff99cc;
  opacity: .9;
}
.cid-tk90e8m4T6 #dNeuvd0 #dNeuvd:hover {
  color: black;
  width: 95%;
  font-size: 168%;
  border: 18px solid #993300;
  border-radius: 0;
  padding: 23px 44px;
  background-color: #ff531a;
  box-shadow: 0 0 10px 2px #330000, 0 0 3px 7px #e60000, 0 0 7px 1px #e60000, 0 0 25px 11px #cc3300,  0 0 1px 14px #0039e6 inset, 0 0 15px 14px #ffffcc inset;
  opacity: 1;
  transition: 4s ease;
}
.cid-tk90e8m4T6 #dNeuvd0 #dNeuvd:not(:hover) {
  transition: 4.5s ease;
}
.cid-tk90e8m4T6 #dPopn {
  display: inline-block;
  position: relative;
}
.cid-tk90e8m4T6 #sBod:hover {
  color: #0099cc;
  text-shadow: 0 0 1px #fffffc, 0 0 3px #ffffcc, 0 0 5px #ffff00, 0 0 5px #ffffcc, 0 0 12px #ffffcc, 0 0 17px #fffffc;
  transition: 2s ease;
}
.cid-tk90e8m4T6 #sBod:not(:hover) {
  transition: 7s ease;
}
.cid-tk90e8m4T6 #dNavbut16_10_22 {
  display: inline-block;
  position: relative;
  width: 5.5em;
  height: 1.6em;
  border: 2px solid #9cb0b0;
  border-radius: 12px;
  padding: 0 5px;
  background-color: #b8c6c6;
  bottom: -12px;
  z-index: 3;
}
.cid-tk90e8m4T6 #dNavbut16_10_22:hover {
  border: 2px solid #e67300;
  background-color: #ffb366;
}
.cid-tk90e8m4T6 #sPrpu {
  border-bottom: 2px solid #9aa;
}
.cid-tk90e8m4T6 #sKonpm {
  display: none;
  position: relative;
  width: 85%;
  border: 1px solid #a99;
  border-radius: 25px;
  padding: 8px 15px;
  background-color: #b8c6c6;
  left: 1em;
}
.cid-tk90e8m4T6 #sKonpm:hover {
  border: 1px solid #b9acac;
  background-color: #ffd9b3;
  transition: 2s ease;
}
.cid-tk90e8m4T6 #sKonpm:not(:hover) {
  transition: 3s ease;
}
.cid-tk90f7uHGW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk90f7uHGW .mbr-text,
.cid-tk90f7uHGW blockquote {
  color: #767676;
}
.cid-tk90f7uHGW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90f7uHGW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90g0XVt5 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk90g0XVt5 .mbr-text,
.cid-tk90g0XVt5 blockquote {
  color: #767676;
}
.cid-tk90g0XVt5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90g0XVt5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90g0XVt5 #sJavatnp {
  color: #004d4d;
}
.cid-tk90g0XVt5 #sJavatnp:hover {
  text-shadow: 0 0 7px #003333;
  transition: 3s ease;
}
.cid-tk90g0XVt5 #sJavatnp:not(:hover) {
  transition: 4s ease;
}
.cid-tk90hci8j3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk90hci8j3 .mbr-text,
.cid-tk90hci8j3 blockquote {
  color: #767676;
}
.cid-tk90hci8j3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90hci8j3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90hci8j3 #sSrok {
  text-shadow: 0 -1px 0 #dadad7, 0 1px 0 #dadad7, -1px 0 0 #dadad7, 1px 0 0 #dadad7;
}
.cid-tk90hci8j3 #sSrok:hover {
  text-shadow: 0 -1px 0 #ff1a1a, 0 1px 0 #e60000, -1px 0 0 #ff1a1a, 1px 0 0 #e60000;
  transition: 1s ease;
}
.cid-tk90hci8j3 #sSrok:not(:hover) {
  transition: 12s ease;
}
.cid-tk90hci8j3 #sKtre:hover {
  color: #663300;
  transition: 2s ease;
  text-shadow: 0 0 11px #663300;
}
.cid-tk90hci8j3 #sKtre:not(:hover) {
  transition: 3s ease;
}
.cid-tk90hci8j3 #sSopres {
  border: 3px solid #dadad7;
  border-radius: 15px;
  padding: 2px 5px;
  background-color: #dadad7;
}
.cid-tk90hci8j3 #sSopres:hover {
  border: 3px solid #b30000;
  background-color: #ffb3b3;
  transition: 2s ease;
}
.cid-tk90hci8j3 #sSopres:not(hover) {
  transition: 7s ease;
}
.cid-tk90hci8j3 #sSpsto {
  font-size: 112%;
}
.cid-tk90hci8j3 #sSpsto:hover {
  text-shadow: 0 0 3px #b30000;
  transition: 2s ease;
}
.cid-tk90hci8j3 #sSpsto:not(:hover) {
  transition: 3s ease;
}
.cid-tk90i1UVk6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk90i1UVk6 .mbr-text,
.cid-tk90i1UVk6 blockquote {
  color: #767676;
}
.cid-tk90i1UVk6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90i1UVk6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90i1UVk6 #dPotprs:hover {
  color: #0033cc;
  text-shadow: 0 -1px 0 #990000, 0 1px 0 #990000, -1px 0 0 #990000, 1px 0 0 #e60000;
  transition: 2s ease;
}
.cid-tk90i1UVk6 #dPotprs:not(:hover) {
  text-shadow: 0 -1px 0 #dadad7, 0 1px 0 #dadad7, -1px 0 0 #dadad7, 1px 0 0 #dadad7;
  transition: 14s ease;
}
.cid-tk90i1UVk6 .mbr-text DIV {
  text-align: center;
}
.cid-tk90jBuhx1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk90jBuhx1 .mbr-text,
.cid-tk90jBuhx1 blockquote {
  color: #767676;
}
.cid-tk90jBuhx1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tk90jBuhx1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90klh4Ir {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tk90klh4Ir .mbr-text,
.cid-tk90klh4Ir blockquote {
  color: #767676;
}
.cid-tk90klh4Ir .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90klh4Ir .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tk90m8VKNa {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk90m8VKNa .mbr-text,
.cid-tk90m8VKNa blockquote {
  color: #767676;
}
.cid-tk90m8VKNa .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90m8VKNa .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90nyJAQX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk90nyJAQX .mbr-text,
.cid-tk90nyJAQX blockquote {
  color: #767676;
}
.cid-tk90nyJAQX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90nyJAQX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90ousfyq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk90ousfyq .mbr-text,
.cid-tk90ousfyq blockquote {
  color: #767676;
}
.cid-tk90ousfyq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90ousfyq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90pA52FJ {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tk90pA52FJ .mbr-text,
.cid-tk90pA52FJ blockquote {
  color: #767676;
}
.cid-tk90pA52FJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90pA52FJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90qt2NaO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tk90qt2NaO .mbr-text,
.cid-tk90qt2NaO blockquote {
  color: #767676;
}
.cid-tk90qt2NaO .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90qt2NaO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90rNTQ5k {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk90rNTQ5k .mbr-text,
.cid-tk90rNTQ5k blockquote {
  color: #767676;
}
.cid-tk90rNTQ5k .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90rNTQ5k .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90t19ySM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tk90t19ySM .mbr-text,
.cid-tk90t19ySM blockquote {
  color: #767676;
}
.cid-tk90t19ySM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90t19ySM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90ugZoIq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tk90ugZoIq .mbr-text,
.cid-tk90ugZoIq blockquote {
  color: #767676;
}
.cid-tk90ugZoIq .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90ugZoIq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90vlWRBh {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tk90vlWRBh .mbr-text,
.cid-tk90vlWRBh blockquote {
  color: #767676;
}
.cid-tk90vlWRBh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90vlWRBh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tk90vlWRBh a:hover {
  transition: 1s ease;
}
.cid-tk90vlWRBh a:not(:hover) {
  transition: 2s ease;
}
.cid-tk90vlWRBh #sSfevdo {
  border-bottom: 3px solid #465052;
}
.cid-tk90vlWRBh #sSfevdo:hover {
  color: #800000;
  transition: 4s ease;
}
.cid-tk90vlWRBh #sSfevdo:not(:hover) {
  transition: 22s ease;
}
.cid-tk90x6rC2q {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tk90x6rC2q .mbr-text,
.cid-tk90x6rC2q blockquote {
  color: #767676;
}
.cid-tk90x6rC2q .mbr-text DIV {
  text-align: center;
}
.cid-tk90x6rC2q .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tk90x6rC2q .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk90x6rC2q #dEtnepr {
  display: block;
  position: relative;
  padding-bottom: 2px;
}
.cid-tk90x6rC2q #dEtdbk {
  display: block;
  position: relative;
  width: 133%;
  left: -16%;
}
.cid-tk90x6rC2q #sEtdbk {
  padding-bottom: 11px;
  border-bottom: 2px solid #dadad7;
}
.cid-tk8ZEJeRlL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tk8ZEJeRlL .mbr-text,
.cid-tk8ZEJeRlL blockquote {
  color: #767676;
}
.cid-tk8ZEJeRlL .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tk8ZEJeRlL .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tk8ZEJeRlL #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tk8ZEJeRlL #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tk8ZEJeRlL #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tk8ZEJMnZd {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tk8ZEKgllB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tk8ZEKgllB .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk8ZEKgllB .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tk8ZEKgllB .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tk8ZEKgllB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tk8ZEKgllB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tk8ZEKgllB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tk8ZEKgllB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tk8ZEKgllB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tk8ZEKgllB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tk8ZEKgllB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tk8ZEKgllB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tk8ZEKgllB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tk8ZEKgllB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tk8ZEKgllB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tk8ZEKgllB foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tk8ZEKgllB .media-container-row .mbr-text {
  text-align: right;
}
.cid-tmsnr6Rg7e {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmsnr6Rg7e .mbr-text,
.cid-tmsnr6Rg7e blockquote {
  color: #767676;
}
.cid-tmsnr6Rg7e .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmsnr6Rg7e .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmsnr6Rg7e #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tmsnr6Rg7e #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-tmsnr6Rg7e a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tmsnr6Rg7e a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tmsnr6Rg7e a.btn1:hover,
.cid-tmsnr6Rg7e a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmsnr6Rg7e a.btn1:not(:hover),
.cid-tmsnr6Rg7e a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tmsnr6Rg7e a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tmsnr6Rg7e a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmsnr6Rg7e a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tmsnr7GzOX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsnr7GzOX .mbr-text,
.cid-tmsnr7GzOX blockquote {
  color: #767676;
}
.cid-tmsnr7GzOX .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tmsqZWT7tA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmsqZWT7tA .mbr-text,
.cid-tmsqZWT7tA blockquote {
  color: #767676;
}
.cid-tmsqZWT7tA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmsqZWT7tA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsqZWT7tA .a_date {
  color: #465052;
}
.cid-tmsqZWT7tA .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-tmsqZWT7tA .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-tmsqZWT7tA .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-tmsqZWT7tA .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-tmsqZWT7tA .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-tmsqZWT7tA .mbr-text DIV {
  text-align: left;
}
.cid-tmBtzuDpEp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmBtzuDpEp .mbr-text,
.cid-tmBtzuDpEp blockquote {
  color: #767676;
}
.cid-tmBtzuDpEp .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmBtzuDpEp .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmBtzuDpEp #dTsel {
  display: block;
  position: absolute;
  width: 80%;
  color: #465052;
  border: 4px solid #0059b3;
  border-radius: 28px;
  padding: 5px 22px;
  background-color: #b3cccc;
  box-shadow: 2px 3px 7px 1px #114;
  outline: 5px;
  bottom: -1.5em;
  left: 5em;
  z-index: 1;
}
.cid-tmBtzuDpEp #dTsel:hover {
  border: 4px solid #ff7733;
  border-radius: 12px;
  background-color: #d1e0e0;
  box-shadow: 2px 3px 7px 1px #511;
  transition: 2s ease;
}
.cid-tmBtzuDpEp #dTsel:not(:hover) {
  transition: 4s ease;
}
.cid-tmsN1qEVQm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsN1qEVQm .mbr-text,
.cid-tmsN1qEVQm blockquote {
  color: #767676;
}
.cid-tmsN1qEVQm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsN1qEVQm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsN09jemk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmsN09jemk .mbr-text,
.cid-tmsN09jemk blockquote {
  color: #767676;
}
.cid-tmsN09jemk .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsN09jemk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsOWXtzBo {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmsOWXtzBo .mbr-text,
.cid-tmsOWXtzBo blockquote {
  color: #767676;
}
.cid-tmsOWXtzBo .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tmsnreZVoC {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmsnreZVoC .mbr-text,
.cid-tmsnreZVoC blockquote {
  color: #767676;
}
.cid-tmsnreZVoC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmsnreZVoC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsnrfo4Cn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsnrfo4Cn .mbr-text,
.cid-tmsnrfo4Cn blockquote {
  color: #767676;
}
.cid-tmsnrfo4Cn .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsnrfo4Cn .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tmswcCjiQ8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmswcCjiQ8 .mbr-text,
.cid-tmswcCjiQ8 blockquote {
  color: #767676;
}
.cid-tmswcCjiQ8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmswcCjiQ8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmswp7b8By {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmswp7b8By .mbr-text,
.cid-tmswp7b8By blockquote {
  color: #767676;
}
.cid-tmswp7b8By .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmswp7b8By .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmswGVQz4P {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmswGVQz4P .mbr-text,
.cid-tmswGVQz4P blockquote {
  color: #767676;
}
.cid-tmswGVQz4P .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmswGVQz4P .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tmsxfvL2yA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsxfvL2yA .mbr-text,
.cid-tmsxfvL2yA blockquote {
  color: #767676;
}
.cid-tmsxfvL2yA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsxfvL2yA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsxuXnBXp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmsxuXnBXp .mbr-text,
.cid-tmsxuXnBXp blockquote {
  color: #767676;
}
.cid-tmsxuXnBXp .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsxuXnBXp .mbr-text {
  color: #465052;
}
.cid-tmszLgQbWy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmszLgQbWy .mbr-text,
.cid-tmszLgQbWy blockquote {
  color: #767676;
}
.cid-tmszLgQbWy .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmszLgQbWy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmszM2krpX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmszM2krpX .mbr-text,
.cid-tmszM2krpX blockquote {
  color: #767676;
}
.cid-tmszM2krpX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmszM2krpX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmszOc7TiU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmszOc7TiU .mbr-text,
.cid-tmszOc7TiU blockquote {
  color: #767676;
}
.cid-tmszOc7TiU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmszOc7TiU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmszNvr14L {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmszNvr14L .mbr-text,
.cid-tmszNvr14L blockquote {
  color: #767676;
}
.cid-tmszNvr14L .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmszNvr14L .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmszMMOzPe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmszMMOzPe .mbr-text,
.cid-tmszMMOzPe blockquote {
  color: #767676;
}
.cid-tmszMMOzPe .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmszMMOzPe .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmszKqidId {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmszKqidId .mbr-text,
.cid-tmszKqidId blockquote {
  color: #767676;
}
.cid-tmszKqidId .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmszKqidId .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsANXqzht {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmsANXqzht .mbr-text,
.cid-tmsANXqzht blockquote {
  color: #767676;
}
.cid-tmsANXqzht .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsANXqzht .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tmsAQsDHEx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmsAQsDHEx .mbr-text,
.cid-tmsAQsDHEx blockquote {
  color: #767676;
}
.cid-tmsAQsDHEx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsAQsDHEx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsAR1D2Tm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsAR1D2Tm .mbr-text,
.cid-tmsAR1D2Tm blockquote {
  color: #767676;
}
.cid-tmsAR1D2Tm .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsAR1D2Tm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsBcf7RPD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmsBcf7RPD .mbr-text,
.cid-tmsBcf7RPD blockquote {
  color: #767676;
}
.cid-tmsBcf7RPD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsBcf7RPD .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tmsAPI3v9U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsAPI3v9U .mbr-text,
.cid-tmsAPI3v9U blockquote {
  color: #767676;
}
.cid-tmsAPI3v9U .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsAPI3v9U .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsC0tCEmV {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmsC0tCEmV .mbr-text,
.cid-tmsC0tCEmV blockquote {
  color: #767676;
}
.cid-tmsC0tCEmV .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsC0tCEmV .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tmsCj59q7H {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsCj59q7H .mbr-text,
.cid-tmsCj59q7H blockquote {
  color: #767676;
}
.cid-tmsCj59q7H .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsCj59q7H .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsEo9Fq5D {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmsEo9Fq5D .mbr-text,
.cid-tmsEo9Fq5D blockquote {
  color: #767676;
}
.cid-tmsEo9Fq5D .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsEo9Fq5D .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tmsEq3L3M3 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmsEq3L3M3 .mbr-text,
.cid-tmsEq3L3M3 blockquote {
  color: #767676;
}
.cid-tmsEq3L3M3 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsEq3L3M3 .mbr-text {
  color: #465052;
}
.cid-tmsF7flEtN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsF7flEtN .mbr-text,
.cid-tmsF7flEtN blockquote {
  color: #767676;
}
.cid-tmsF7flEtN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsF7flEtN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsF7UKTQn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsF7UKTQn .mbr-text,
.cid-tmsF7UKTQn blockquote {
  color: #767676;
}
.cid-tmsF7UKTQn .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsF7UKTQn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsF8ATE2O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsF8ATE2O .mbr-text,
.cid-tmsF8ATE2O blockquote {
  color: #767676;
}
.cid-tmsF8ATE2O .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsF8ATE2O .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsF9fTcIz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsF9fTcIz .mbr-text,
.cid-tmsF9fTcIz blockquote {
  color: #767676;
}
.cid-tmsF9fTcIz .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsF9fTcIz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsF6tnAeW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsF6tnAeW .mbr-text,
.cid-tmsF6tnAeW blockquote {
  color: #767676;
}
.cid-tmsF6tnAeW .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsF6tnAeW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsG1m8DBJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsG1m8DBJ .mbr-text,
.cid-tmsG1m8DBJ blockquote {
  color: #767676;
}
.cid-tmsG1m8DBJ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsG1m8DBJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsG2Vm3f0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsG2Vm3f0 .mbr-text,
.cid-tmsG2Vm3f0 blockquote {
  color: #767676;
}
.cid-tmsG2Vm3f0 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsG2Vm3f0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsG2hTXJv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsG2hTXJv .mbr-text,
.cid-tmsG2hTXJv blockquote {
  color: #767676;
}
.cid-tmsG2hTXJv .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsG2hTXJv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsG3x20F9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsG3x20F9 .mbr-text,
.cid-tmsG3x20F9 blockquote {
  color: #767676;
}
.cid-tmsG3x20F9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsG3x20F9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsHgLkBEU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsHgLkBEU .mbr-text,
.cid-tmsHgLkBEU blockquote {
  color: #767676;
}
.cid-tmsHgLkBEU .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsHgLkBEU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsHvEQBPX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsHvEQBPX .mbr-text,
.cid-tmsHvEQBPX blockquote {
  color: #767676;
}
.cid-tmsHvEQBPX .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsHvEQBPX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsHPbCOqx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmsHPbCOqx .mbr-text,
.cid-tmsHPbCOqx blockquote {
  color: #767676;
}
.cid-tmsHPbCOqx .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsHPbCOqx .mbr-text {
  color: #465052;
}
.cid-tmsI4VBcDM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsI4VBcDM .mbr-text,
.cid-tmsI4VBcDM blockquote {
  color: #767676;
}
.cid-tmsI4VBcDM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsI4VBcDM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsI6k7Kze {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsI6k7Kze .mbr-text,
.cid-tmsI6k7Kze blockquote {
  color: #767676;
}
.cid-tmsI6k7Kze .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsI6k7Kze .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tmsIaTWHgg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmsIaTWHgg .mbr-text,
.cid-tmsIaTWHgg blockquote {
  color: #767676;
}
.cid-tmsIaTWHgg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsIaTWHgg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmsIe7lUP7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tmsIe7lUP7 .mbr-text,
.cid-tmsIe7lUP7 blockquote {
  color: #767676;
}
.cid-tmsIe7lUP7 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmsIe7lUP7 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuBQ0xSvV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuBQ0xSvV .mbr-text,
.cid-tmuBQ0xSvV blockquote {
  color: #767676;
}
.cid-tmuBQ0xSvV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuBQ0xSvV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuBQCyu3N {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuBQCyu3N .mbr-text,
.cid-tmuBQCyu3N blockquote {
  color: #767676;
}
.cid-tmuBQCyu3N .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuBQCyu3N .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuBStjUh1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuBStjUh1 .mbr-text,
.cid-tmuBStjUh1 blockquote {
  color: #767676;
}
.cid-tmuBStjUh1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuBStjUh1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuBRjdGiL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuBRjdGiL .mbr-text,
.cid-tmuBRjdGiL blockquote {
  color: #767676;
}
.cid-tmuBRjdGiL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuBRjdGiL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuBRTdUMx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuBRTdUMx .mbr-text,
.cid-tmuBRTdUMx blockquote {
  color: #767676;
}
.cid-tmuBRTdUMx .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuBRTdUMx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuCPMf3Gy {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmuCPMf3Gy .mbr-text,
.cid-tmuCPMf3Gy blockquote {
  color: #767676;
}
.cid-tmuCPMf3Gy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuCPMf3Gy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuCRl7Erf {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmuCRl7Erf .mbr-text,
.cid-tmuCRl7Erf blockquote {
  color: #767676;
}
.cid-tmuCRl7Erf .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuCRl7Erf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuCQGJkSr {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmuCQGJkSr .mbr-text,
.cid-tmuCQGJkSr blockquote {
  color: #767676;
}
.cid-tmuCQGJkSr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuCQGJkSr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuEJ5b3Ym {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuEJ5b3Ym .mbr-text,
.cid-tmuEJ5b3Ym blockquote {
  color: #767676;
}
.cid-tmuEJ5b3Ym .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuEJ5b3Ym .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuEKrQYAd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmuEKrQYAd .mbr-text,
.cid-tmuEKrQYAd blockquote {
  color: #767676;
}
.cid-tmuEKrQYAd .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuEKrQYAd .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuEKrQYAd #sUzsh {
  font-size: 125%;
}
.cid-tmuEJTDG4C {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmuEJTDG4C .mbr-text,
.cid-tmuEJTDG4C blockquote {
  color: #767676;
}
.cid-tmuEJTDG4C .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuEJTDG4C .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuEJTDG4C #sA {
  display: block;
  position: absolute;
  margin-bottom: 15px;
  top: 0;
  left: 0;
  z-index: 3;
}
.cid-tmsnrjDtjd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmsnrjDtjd .mbr-text,
.cid-tmsnrjDtjd blockquote {
  color: #767676;
}
.cid-tmsnrjDtjd .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmsnrjDtjd .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmsnrjDtjd #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tmsnrjDtjd #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tmsnrjDtjd #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tmsnrk0DlF {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tmsnrknzar {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tmsnrknzar .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmsnrknzar .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmsnrknzar .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmsnrknzar .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmsnrknzar .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmsnrknzar .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmsnrknzar .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmsnrknzar .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmsnrknzar .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmsnrknzar .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmsnrknzar .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmsnrknzar .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmsnrknzar .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmsnrknzar .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tmsnrknzar foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tmsnrknzar .media-container-row .mbr-text {
  text-align: right;
}
.cid-tmuAXarM8X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuAXarM8X .mbr-text,
.cid-tmuAXarM8X blockquote {
  color: #767676;
}
.cid-tmuAXarM8X .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmuAXarM8X .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuAXarM8X #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tmuAXarM8X #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #d9ff66;
}
.cid-tmuAXarM8X a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tmuAXarM8X a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tmuAXarM8X a.btn1:hover,
.cid-tmuAXarM8X a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmuAXarM8X a.btn1:not(:hover),
.cid-tmuAXarM8X a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tmuAXarM8X a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tmuAXarM8X a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmuAXarM8X a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tmuAXbgd6N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuAXbgd6N .mbr-text,
.cid-tmuAXbgd6N blockquote {
  color: #767676;
}
.cid-tmuAXbgd6N .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tmuGt2UJVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuGt2UJVJ .mbr-text,
.cid-tmuGt2UJVJ blockquote {
  color: #767676;
}
.cid-tmuGt2UJVJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuGt2UJVJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuGv7wqnV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuGv7wqnV .mbr-text,
.cid-tmuGv7wqnV blockquote {
  color: #767676;
}
.cid-tmuGv7wqnV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuGv7wqnV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuGuGJZyK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmuGuGJZyK .mbr-text,
.cid-tmuGuGJZyK blockquote {
  color: #767676;
}
.cid-tmuGuGJZyK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuGuGJZyK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuGw4Dd6D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuGw4Dd6D .mbr-text,
.cid-tmuGw4Dd6D blockquote {
  color: #767676;
}
.cid-tmuGw4Dd6D .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuGw4Dd6D .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuGw4Dd6D #dGr1 {
  padding-top: 10px;
}
.cid-tmuGwBk0uj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuGwBk0uj .mbr-text,
.cid-tmuGwBk0uj blockquote {
  color: #767676;
}
.cid-tmuGwBk0uj .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuGwBk0uj .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuGtFQ6kX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuGtFQ6kX .mbr-text,
.cid-tmuGtFQ6kX blockquote {
  color: #767676;
}
.cid-tmuGtFQ6kX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuGtFQ6kX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuGvEWsqk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuGvEWsqk .mbr-text,
.cid-tmuGvEWsqk blockquote {
  color: #767676;
}
.cid-tmuGvEWsqk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuGvEWsqk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuGufYlm0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuGufYlm0 .mbr-text,
.cid-tmuGufYlm0 blockquote {
  color: #767676;
}
.cid-tmuGufYlm0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuGufYlm0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuHQcc0YM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuHQcc0YM .mbr-text,
.cid-tmuHQcc0YM blockquote {
  color: #767676;
}
.cid-tmuHQcc0YM .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuHQcc0YM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuHPFy8ss {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuHPFy8ss .mbr-text,
.cid-tmuHPFy8ss blockquote {
  color: #767676;
}
.cid-tmuHPFy8ss .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuHPFy8ss .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuHRyTnrX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuHRyTnrX .mbr-text,
.cid-tmuHRyTnrX blockquote {
  color: #767676;
}
.cid-tmuHRyTnrX .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuHRyTnrX .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuK95K6ww {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuK95K6ww .mbr-text,
.cid-tmuK95K6ww blockquote {
  color: #767676;
}
.cid-tmuK95K6ww .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmuK95K6ww .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuIC5Tipo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuIC5Tipo .mbr-text,
.cid-tmuIC5Tipo blockquote {
  color: #767676;
}
.cid-tmuIC5Tipo .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmuIC5Tipo .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuIZL0sa6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuIZL0sa6 .mbr-text,
.cid-tmuIZL0sa6 blockquote {
  color: #767676;
}
.cid-tmuIZL0sa6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuIZL0sa6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuIZL0sa6 #dGr11 {
  padding-bottom: 15px;
}
.cid-tmuAXc32oR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuAXc32oR .mbr-text,
.cid-tmuAXc32oR blockquote {
  color: #767676;
}
.cid-tmuAXc32oR .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmuAXc32oR .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuAXc32oR #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tmuAXc32oR #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tmuAXc32oR #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tmuAXcte5d {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tmuAXcO3YW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tmuAXcO3YW .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmuAXcO3YW .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmuAXcO3YW .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmuAXcO3YW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmuAXcO3YW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmuAXcO3YW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmuAXcO3YW .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmuAXcO3YW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmuAXcO3YW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmuAXcO3YW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmuAXcO3YW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmuAXcO3YW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmuAXcO3YW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmuAXcO3YW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tmuAXcO3YW foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tmuAXcO3YW .media-container-row .mbr-text {
  text-align: right;
}
.cid-tmuLvEnjXN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuLvEnjXN .mbr-text,
.cid-tmuLvEnjXN blockquote {
  color: #767676;
}
.cid-tmuLvEnjXN .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmuLvEnjXN .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuLvEnjXN #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tmuLvEnjXN #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #d9ff66;
}
.cid-tmuLvEnjXN a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tmuLvEnjXN a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tmuLvEnjXN a.btn1:hover,
.cid-tmuLvEnjXN a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmuLvEnjXN a.btn1:not(:hover),
.cid-tmuLvEnjXN a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tmuLvEnjXN a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tmuLvEnjXN a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmuLvEnjXN a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tmuLvFM59m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuLvFM59m .mbr-text,
.cid-tmuLvFM59m blockquote {
  color: #767676;
}
.cid-tmuLvFM59m .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tmuLvGfAHu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuLvGfAHu .mbr-text,
.cid-tmuLvGfAHu blockquote {
  color: #767676;
}
.cid-tmuLvGfAHu .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuLvGfAHu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuLvH9Rrw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuLvH9Rrw .mbr-text,
.cid-tmuLvH9Rrw blockquote {
  color: #767676;
}
.cid-tmuLvH9Rrw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuLvH9Rrw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuLvHJsQm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuLvHJsQm .mbr-text,
.cid-tmuLvHJsQm blockquote {
  color: #767676;
}
.cid-tmuLvHJsQm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuLvHJsQm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuLvIeIaC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuLvIeIaC .mbr-text,
.cid-tmuLvIeIaC blockquote {
  color: #767676;
}
.cid-tmuLvIeIaC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuLvIeIaC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuLvIAwgW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuLvIAwgW .mbr-text,
.cid-tmuLvIAwgW blockquote {
  color: #767676;
}
.cid-tmuLvIAwgW .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuLvIAwgW .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuLvJ153c {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuLvJ153c .mbr-text,
.cid-tmuLvJ153c blockquote {
  color: #767676;
}
.cid-tmuLvJ153c .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuLvJ153c .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuLvJmcRT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuLvJmcRT .mbr-text,
.cid-tmuLvJmcRT blockquote {
  color: #767676;
}
.cid-tmuLvJmcRT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuLvJmcRT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmW6Nwhl28 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmW6Nwhl28 .mbr-text,
.cid-tmW6Nwhl28 blockquote {
  color: #767676;
}
.cid-tmW6Nwhl28 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmW6Nwhl28 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuLvMg8Pf {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuLvMg8Pf .mbr-text,
.cid-tmuLvMg8Pf blockquote {
  color: #767676;
}
.cid-tmuLvMg8Pf .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmuLvMg8Pf .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuLvMg8Pf #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tmuLvMg8Pf #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tmuLvMg8Pf #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tmuLvMEywU {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tmuLvN041T {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tmuLvN041T .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmuLvN041T .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmuLvN041T .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmuLvN041T .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmuLvN041T .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmuLvN041T .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmuLvN041T .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmuLvN041T .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmuLvN041T .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmuLvN041T .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmuLvN041T .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmuLvN041T .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmuLvN041T .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmuLvN041T .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tmuLvN041T foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tmuLvN041T .media-container-row .mbr-text {
  text-align: right;
}
.cid-tmuOLjxlXo {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuOLjxlXo .mbr-text,
.cid-tmuOLjxlXo blockquote {
  color: #767676;
}
.cid-tmuOLjxlXo .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmuOLjxlXo .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuOLjxlXo #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tmuOLjxlXo #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #d9ff66;
}
.cid-tmuOLjxlXo a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tmuOLjxlXo a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tmuOLjxlXo a.btn1:hover,
.cid-tmuOLjxlXo a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmuOLjxlXo a.btn1:not(:hover),
.cid-tmuOLjxlXo a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tmuOLjxlXo a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tmuOLjxlXo a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmuOLjxlXo a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tmuOLkuIFM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuOLkuIFM .mbr-text,
.cid-tmuOLkuIFM blockquote {
  color: #767676;
}
.cid-tmuOLkuIFM .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tmuOLkXSnP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuOLkXSnP .mbr-text,
.cid-tmuOLkXSnP blockquote {
  color: #767676;
}
.cid-tmuOLkXSnP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuOLkXSnP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuOLlj5fY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuOLlj5fY .mbr-text,
.cid-tmuOLlj5fY blockquote {
  color: #767676;
}
.cid-tmuOLlj5fY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuOLlj5fY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuOLlGPo2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuOLlGPo2 .mbr-text,
.cid-tmuOLlGPo2 blockquote {
  color: #767676;
}
.cid-tmuOLlGPo2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuOLlGPo2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuOLmnhnB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuOLmnhnB .mbr-text,
.cid-tmuOLmnhnB blockquote {
  color: #767676;
}
.cid-tmuOLmnhnB .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuOLmnhnB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuOLmLkFi {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmuOLmLkFi .mbr-text,
.cid-tmuOLmLkFi blockquote {
  color: #767676;
}
.cid-tmuOLmLkFi .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuOLmLkFi .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuOLn6kPq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuOLn6kPq .mbr-text,
.cid-tmuOLn6kPq blockquote {
  color: #767676;
}
.cid-tmuOLn6kPq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuOLn6kPq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuRsipeiw {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmuRsipeiw .mbr-text,
.cid-tmuRsipeiw blockquote {
  color: #767676;
}
.cid-tmuRsipeiw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuRsipeiw .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuRFXHBma {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuRFXHBma .mbr-text,
.cid-tmuRFXHBma blockquote {
  color: #767676;
}
.cid-tmuRFXHBma .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmuRFXHBma .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuOLnqZjG {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuOLnqZjG .mbr-text,
.cid-tmuOLnqZjG blockquote {
  color: #767676;
}
.cid-tmuOLnqZjG .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmuOLnqZjG .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuOLnqZjG #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tmuOLnqZjG #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tmuOLnqZjG #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tmuOLnLOkj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tmuOLo5fdP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tmuOLo5fdP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmuOLo5fdP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmuOLo5fdP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmuOLo5fdP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmuOLo5fdP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmuOLo5fdP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmuOLo5fdP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmuOLo5fdP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmuOLo5fdP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmuOLo5fdP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmuOLo5fdP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmuOLo5fdP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmuOLo5fdP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmuOLo5fdP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tmuOLo5fdP foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tmuOLo5fdP .media-container-row .mbr-text {
  text-align: right;
}
.cid-tmuP8AebY9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuP8AebY9 .mbr-text,
.cid-tmuP8AebY9 blockquote {
  color: #767676;
}
.cid-tmuP8AebY9 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmuP8AebY9 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuP8AebY9 #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-tmuP8AebY9 #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #d9ff66;
}
.cid-tmuP8AebY9 a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-tmuP8AebY9 a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-tmuP8AebY9 a.btn1:hover,
.cid-tmuP8AebY9 a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmuP8AebY9 a.btn1:not(:hover),
.cid-tmuP8AebY9 a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-tmuP8AebY9 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-tmuP8AebY9 a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-tmuP8AebY9 a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-tmuP8B3qd3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuP8B3qd3 .mbr-text,
.cid-tmuP8B3qd3 blockquote {
  color: #767676;
}
.cid-tmuP8B3qd3 .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tmuP8BJRYL {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuP8BJRYL .mbr-text,
.cid-tmuP8BJRYL blockquote {
  color: #767676;
}
.cid-tmuP8BJRYL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuP8BJRYL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuP8Ccnlg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuP8Ccnlg .mbr-text,
.cid-tmuP8Ccnlg blockquote {
  color: #767676;
}
.cid-tmuP8Ccnlg .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuP8Ccnlg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuP8CC789 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuP8CC789 .mbr-text,
.cid-tmuP8CC789 blockquote {
  color: #767676;
}
.cid-tmuP8CC789 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuP8CC789 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuP8Dd19W {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuP8Dd19W .mbr-text,
.cid-tmuP8Dd19W blockquote {
  color: #767676;
}
.cid-tmuP8Dd19W .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuP8Dd19W .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuP8DAICz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmuP8DAICz .mbr-text,
.cid-tmuP8DAICz blockquote {
  color: #767676;
}
.cid-tmuP8DAICz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmuP8DAICz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmuP8DAICz #sNiknev {
  border-bottom: 2px solid #a99;
}
.cid-tmuP8DAICz #dMozshnt {
  display: none;
  position: relative;
  width: 155%;
  border: 3px solid #a99;
  border-radius: 35px;
  padding: 8px 22px 15px 22px;
  background-color: #baa;
  left: -4em;
  z-index: 1;
}
.cid-tmuP8DAICz #dMozshnt:hover {
  border: 3px solid #b99;
  border-radius: 11px;
  background-color: #d2c6c6;
  transition: 2s ease;
}
.cid-tmuP8DAICz #dMozshnt:not(:hover) {
  transition: 3s ease;
}
.cid-tmBlP2pAhY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmBlP2pAhY .mbr-text,
.cid-tmBlP2pAhY blockquote {
  color: #767676;
}
.cid-tmBlP2pAhY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmBlP2pAhY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmv6Poyj1L {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmv6Poyj1L .mbr-text,
.cid-tmv6Poyj1L blockquote {
  color: #767676;
}
.cid-tmv6Poyj1L .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmv6Poyj1L .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmv6OG7kDN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmv6OG7kDN .mbr-text,
.cid-tmv6OG7kDN blockquote {
  color: #767676;
}
.cid-tmv6OG7kDN .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmv6OG7kDN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmv79lsSgL {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmv79lsSgL .mbr-text,
.cid-tmv79lsSgL blockquote {
  color: #767676;
}
.cid-tmv79lsSgL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmv79lsSgL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmv7cU1DqZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmv7cU1DqZ .mbr-text,
.cid-tmv7cU1DqZ blockquote {
  color: #767676;
}
.cid-tmv7cU1DqZ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmv7cU1DqZ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmv7az7h33 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmv7az7h33 .mbr-text,
.cid-tmv7az7h33 blockquote {
  color: #767676;
}
.cid-tmv7az7h33 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmv7az7h33 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmv7az7h33 #dOsta {
  border-left: 3px solid #dadad7;
  border-top: 3px solid #dadad7;
  border-right: 3px solid #dadad7;
  border-radius: 33px 33px 0 0;
  padding: 12px 25px 3px 25px;
}
.cid-tmwwRcbpzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwwRcbpzo .mbr-text,
.cid-tmwwRcbpzo blockquote {
  color: #767676;
}
.cid-tmwwRcbpzo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwwRcbpzo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwwRcbpzo #dKnopvn {
  display: none;
  position: absolute;
  width: 1.7em;
  height: 2.2em;
  border-radius: 15px ;
  border: 2px solid #acc;
  background-color: #b6b6af;
  z-index: 1;
  bottom: 2em;
  left: 97%;
  opacity: .1;
}
.cid-tmwwRcbpzo #dKnopvn:hover {
  border-radius: 0 15px 15px 0;
  border: 2px solid #0000cc;
  transition: 1s ease;
}
.cid-tmwwRcbpzo #dKnopvn:not(:hover) {
  transition: 1s ease;
}
.cid-tmwwRcbpzo #dEgoor {
  border-radius: 0 0 33px 33px;
  border-left: 3px solid #dadad7;
  border-bottom: 3px solid #dadad7;
  border-right: 3px solid #dadad7;
  padding: 5px 25px 18px 25px;
}
.cid-tmwxiheND7 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmwxiheND7 .mbr-text,
.cid-tmwxiheND7 blockquote {
  color: #767676;
}
.cid-tmwxiheND7 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwxiheND7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwZz5egoC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwZz5egoC .mbr-text,
.cid-tmwZz5egoC blockquote {
  color: #767676;
}
.cid-tmwZz5egoC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwZz5egoC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmCM8LU9iK {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmCM8LU9iK .mbr-text,
.cid-tmCM8LU9iK blockquote {
  color: #767676;
}
.cid-tmCM8LU9iK .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-tmCM8LU9iK .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmCHz0VBQK {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmCHz0VBQK .mbr-text,
.cid-tmCHz0VBQK blockquote {
  color: #767676;
}
.cid-tmCHz0VBQK .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmCHz0VBQK .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmCkiq5M9D {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmCkiq5M9D .mbr-text,
.cid-tmCkiq5M9D blockquote {
  color: #767676;
}
.cid-tmCkiq5M9D .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tmCGN3opPr {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmCGN3opPr .mbr-text,
.cid-tmCGN3opPr blockquote {
  color: #767676;
}
.cid-tmCGN3opPr .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmCGN3opPr .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwwQ7O755 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwwQ7O755 .mbr-text,
.cid-tmwwQ7O755 blockquote {
  color: #767676;
}
.cid-tmwwQ7O755 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwwQ7O755 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwAmBKEzD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwAmBKEzD .mbr-text,
.cid-tmwAmBKEzD blockquote {
  color: #767676;
}
.cid-tmwAmBKEzD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwAmBKEzD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwAnxITFh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwAnxITFh .mbr-text,
.cid-tmwAnxITFh blockquote {
  color: #767676;
}
.cid-tmwAnxITFh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwAnxITFh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwAn6jwYn {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwAn6jwYn .mbr-text,
.cid-tmwAn6jwYn blockquote {
  color: #767676;
}
.cid-tmwAn6jwYn .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwAn6jwYn .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwAnZpXOU {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmwAnZpXOU .mbr-text,
.cid-tmwAnZpXOU blockquote {
  color: #767676;
}
.cid-tmwAnZpXOU .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwAnZpXOU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwBCiB57k {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwBCiB57k .mbr-text,
.cid-tmwBCiB57k blockquote {
  color: #767676;
}
.cid-tmwBCiB57k .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwBCiB57k .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwBCOohPe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwBCOohPe .mbr-text,
.cid-tmwBCOohPe blockquote {
  color: #767676;
}
.cid-tmwBCOohPe .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwBCOohPe .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwBCOohPe #sEpitet {
  font-size: 95%;
}
.cid-tmwBDjAI12 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwBDjAI12 .mbr-text,
.cid-tmwBDjAI12 blockquote {
  color: #767676;
}
.cid-tmwBDjAI12 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwBDjAI12 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwCH4j33e {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwCH4j33e .mbr-text,
.cid-tmwCH4j33e blockquote {
  color: #767676;
}
.cid-tmwCH4j33e .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwCH4j33e .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwCGfy27Q {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwCGfy27Q .mbr-text,
.cid-tmwCGfy27Q blockquote {
  color: #767676;
}
.cid-tmwCGfy27Q .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwCGfy27Q .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwCIYIBLP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwCIYIBLP .mbr-text,
.cid-tmwCIYIBLP blockquote {
  color: #767676;
}
.cid-tmwCIYIBLP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwCIYIBLP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwCIpHnd4 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwCIpHnd4 .mbr-text,
.cid-tmwCIpHnd4 blockquote {
  color: #767676;
}
.cid-tmwCIpHnd4 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwCIpHnd4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwCHQW2aV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwCHQW2aV .mbr-text,
.cid-tmwCHQW2aV blockquote {
  color: #767676;
}
.cid-tmwCHQW2aV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwCHQW2aV .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwDfB2nOv {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwDfB2nOv .mbr-text,
.cid-tmwDfB2nOv blockquote {
  color: #767676;
}
.cid-tmwDfB2nOv .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwDfB2nOv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwDh4WDMl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwDh4WDMl .mbr-text,
.cid-tmwDh4WDMl blockquote {
  color: #767676;
}
.cid-tmwDh4WDMl .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwDh4WDMl .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwDhAo17a {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwDhAo17a .mbr-text,
.cid-tmwDhAo17a blockquote {
  color: #767676;
}
.cid-tmwDhAo17a .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwDhAo17a .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwDg7u54w {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwDg7u54w .mbr-text,
.cid-tmwDg7u54w blockquote {
  color: #767676;
}
.cid-tmwDg7u54w .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwDg7u54w .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwDf3hhxz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwDf3hhxz .mbr-text,
.cid-tmwDf3hhxz blockquote {
  color: #767676;
}
.cid-tmwDf3hhxz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwDf3hhxz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwEtas8Bh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwEtas8Bh .mbr-text,
.cid-tmwEtas8Bh blockquote {
  color: #767676;
}
.cid-tmwEtas8Bh .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwEtas8Bh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwEtORXjT {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwEtORXjT .mbr-text,
.cid-tmwEtORXjT blockquote {
  color: #767676;
}
.cid-tmwEtORXjT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwEtORXjT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwEtORXjT #sPrimav {
  color: #767676;
}
.cid-tmwEulF5nD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwEulF5nD .mbr-text,
.cid-tmwEulF5nD blockquote {
  color: #767676;
}
.cid-tmwEulF5nD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwEulF5nD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwEOLz22Z {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmwEOLz22Z .mbr-text,
.cid-tmwEOLz22Z blockquote {
  color: #767676;
}
.cid-tmwEOLz22Z .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwEOLz22Z .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwFa4DpET {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwFa4DpET .mbr-text,
.cid-tmwFa4DpET blockquote {
  color: #767676;
}
.cid-tmwFa4DpET .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwFa4DpET .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwF9sohwD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwF9sohwD .mbr-text,
.cid-tmwF9sohwD blockquote {
  color: #767676;
}
.cid-tmwF9sohwD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwF9sohwD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwFb781RY {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwFb781RY .mbr-text,
.cid-tmwFb781RY blockquote {
  color: #767676;
}
.cid-tmwFb781RY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwFb781RY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwFbCeuaE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwFbCeuaE .mbr-text,
.cid-tmwFbCeuaE blockquote {
  color: #767676;
}
.cid-tmwFbCeuaE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwFbCeuaE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwFazlMRx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwFazlMRx .mbr-text,
.cid-tmwFazlMRx blockquote {
  color: #767676;
}
.cid-tmwFazlMRx .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwFazlMRx .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwG7mvipT {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwG7mvipT .mbr-text,
.cid-tmwG7mvipT blockquote {
  color: #767676;
}
.cid-tmwG7mvipT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwG7mvipT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwG83Rvn4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmwG83Rvn4 .mbr-text,
.cid-tmwG83Rvn4 blockquote {
  color: #767676;
}
.cid-tmwG83Rvn4 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwG83Rvn4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwG8Z4KbF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwG8Z4KbF .mbr-text,
.cid-tmwG8Z4KbF blockquote {
  color: #767676;
}
.cid-tmwG8Z4KbF .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwG8Z4KbF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwG8xiL8i {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwG8xiL8i .mbr-text,
.cid-tmwG8xiL8i blockquote {
  color: #767676;
}
.cid-tmwG8xiL8i .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwG8xiL8i .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwGT8zeIi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwGT8zeIi .mbr-text,
.cid-tmwGT8zeIi blockquote {
  color: #767676;
}
.cid-tmwGT8zeIi .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwGT8zeIi .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmwGUGXbkY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwGUGXbkY .mbr-text,
.cid-tmwGUGXbkY blockquote {
  color: #767676;
}
.cid-tmwGUGXbkY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwGUGXbkY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwGUfhoPz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwGUfhoPz .mbr-text,
.cid-tmwGUfhoPz blockquote {
  color: #767676;
}
.cid-tmwGUfhoPz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwGUfhoPz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwGTJ6hbz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwGTJ6hbz .mbr-text,
.cid-tmwGTJ6hbz blockquote {
  color: #767676;
}
.cid-tmwGTJ6hbz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwGTJ6hbz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwHhVDA16 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwHhVDA16 .mbr-text,
.cid-tmwHhVDA16 blockquote {
  color: #767676;
}
.cid-tmwHhVDA16 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwHhVDA16 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwHiyJzTJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwHiyJzTJ .mbr-text,
.cid-tmwHiyJzTJ blockquote {
  color: #767676;
}
.cid-tmwHiyJzTJ .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwHiyJzTJ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwHhvyuJs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwHhvyuJs .mbr-text,
.cid-tmwHhvyuJs blockquote {
  color: #767676;
}
.cid-tmwHhvyuJs .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwHhvyuJs .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwHj0dW8u {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmwHj0dW8u .mbr-text,
.cid-tmwHj0dW8u blockquote {
  color: #767676;
}
.cid-tmwHj0dW8u .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwHj0dW8u .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwI65RdHm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwI65RdHm .mbr-text,
.cid-tmwI65RdHm blockquote {
  color: #767676;
}
.cid-tmwI65RdHm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwI65RdHm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwI74A47j {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwI74A47j .mbr-text,
.cid-tmwI74A47j blockquote {
  color: #767676;
}
.cid-tmwI74A47j .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwI74A47j .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwI7zX3Fb {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwI7zX3Fb .mbr-text,
.cid-tmwI7zX3Fb blockquote {
  color: #767676;
}
.cid-tmwI7zX3Fb .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwI7zX3Fb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwI6AyiSi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwI6AyiSi .mbr-text,
.cid-tmwI6AyiSi blockquote {
  color: #767676;
}
.cid-tmwI6AyiSi .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwI6AyiSi .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwITUeJE7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwITUeJE7 .mbr-text,
.cid-tmwITUeJE7 blockquote {
  color: #767676;
}
.cid-tmwITUeJE7 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwITUeJE7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwIUnpbrq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwIUnpbrq .mbr-text,
.cid-tmwIUnpbrq blockquote {
  color: #767676;
}
.cid-tmwIUnpbrq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwIUnpbrq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwIUT12H2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmwIUT12H2 .mbr-text,
.cid-tmwIUT12H2 blockquote {
  color: #767676;
}
.cid-tmwIUT12H2 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwIUT12H2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwITnCE8k {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmwITnCE8k .mbr-text,
.cid-tmwITnCE8k blockquote {
  color: #767676;
}
.cid-tmwITnCE8k .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwITnCE8k .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmwJJs95kb {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwJJs95kb .mbr-text,
.cid-tmwJJs95kb blockquote {
  color: #767676;
}
.cid-tmwJJs95kb .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwJJs95kb .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwJK1Bwaq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwJK1Bwaq .mbr-text,
.cid-tmwJK1Bwaq blockquote {
  color: #767676;
}
.cid-tmwJK1Bwaq .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwJK1Bwaq .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwJKXaqdP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwJKXaqdP .mbr-text,
.cid-tmwJKXaqdP blockquote {
  color: #767676;
}
.cid-tmwJKXaqdP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwJKXaqdP .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwJLtd5x5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwJLtd5x5 .mbr-text,
.cid-tmwJLtd5x5 blockquote {
  color: #767676;
}
.cid-tmwJLtd5x5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwJLtd5x5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwJLtd5x5 #sSlefr {
  font-size: 85%;
}
.cid-tmwJLtd5x5 #ifrSJY,
.cid-tmwJLtd5x5 #ifrt8x {
  width: 1px;
  height: 1px;
}
.cid-tmwJLtd5x5 #dButt8x {
  display: block;
  opsition: relative;
  width: 1px;
  height: 1px;
  border: 2px solid transparent;
  border-radius: 19px;
  background-color: #80bfff;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 430px;
}
.cid-tmwJLtd5x5 #dButt8x:hover {
  background-color: #0080ff;
  border: 2px solid #caa;
  transition: 1s ease;
}
.cid-tmwJLtd5x5 #dButt8x:not(:hover) {
  transition: 2s ease;
}
.cid-tmwJLtd5x5 #dt8x {
  display: block;
  position: relative;
  width: 1px;
  height: 1px;
  background-color: #dadad7;
}
.cid-tmwJLtd5x5 #dButSJY {
  display: block;
  opsition: relative;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  border-radius: 19px;
  background-color: #ff9999;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-left: 430px;
}
.cid-tmwJLtd5x5 #dButSJY:hover {
  background-color: #ffd480;
  border: 2px solid #aac;
  transition: 1s ease;
}
.cid-tmwJLtd5x5 #dButSJY:not(:hover) {
  transition: 2s ease;
}
.cid-tmwJLtd5x5 #dSJY {
  display: block;
  position: relative;
  width: 1px;
  height: 1px;
  background-color: #dadad7;
}
.cid-tmwJLtd5x5 #sOtljsh,
.cid-tmwJLtd5x5 #sLjshi {
  border-bottom: 2px solid #abb;
}
.cid-tmwKSzfMru {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwKSzfMru .mbr-text,
.cid-tmwKSzfMru blockquote {
  color: #767676;
}
.cid-tmwKSzfMru .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwKSzfMru .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwKT5yuI3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwKT5yuI3 .mbr-text,
.cid-tmwKT5yuI3 blockquote {
  color: #767676;
}
.cid-tmwKT5yuI3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwKT5yuI3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwKKMetf8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwKKMetf8 .mbr-text,
.cid-tmwKKMetf8 blockquote {
  color: #767676;
}
.cid-tmwKKMetf8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwKKMetf8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwKTyZeiG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwKTyZeiG .mbr-text,
.cid-tmwKTyZeiG blockquote {
  color: #767676;
}
.cid-tmwKTyZeiG .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwKTyZeiG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwKS1gTUV {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmwKS1gTUV .mbr-text,
.cid-tmwKS1gTUV blockquote {
  color: #767676;
}
.cid-tmwKS1gTUV .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwKS1gTUV .mbr-text {
  color: #465052;
  text-align: right;
}
.cid-tmwLtzNlCk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmwLtzNlCk .mbr-text,
.cid-tmwLtzNlCk blockquote {
  color: #767676;
}
.cid-tmwLtzNlCk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwLtzNlCk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmzBJDIFtC {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmzBJDIFtC .mbr-text,
.cid-tmzBJDIFtC blockquote {
  color: #767676;
}
.cid-tmzBJDIFtC .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-tmwLt0KV0J {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwLt0KV0J .mbr-text,
.cid-tmwLt0KV0J blockquote {
  color: #767676;
}
.cid-tmwLt0KV0J .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwLt0KV0J .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwM5mPpfA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwM5mPpfA .mbr-text,
.cid-tmwM5mPpfA blockquote {
  color: #767676;
}
.cid-tmwM5mPpfA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwM5mPpfA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwM6oDR0V {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwM6oDR0V .mbr-text,
.cid-tmwM6oDR0V blockquote {
  color: #767676;
}
.cid-tmwM6oDR0V .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwM6oDR0V .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwM5TNiTk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwM5TNiTk .mbr-text,
.cid-tmwM5TNiTk blockquote {
  color: #767676;
}
.cid-tmwM5TNiTk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwM5TNiTk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwMpDQtAO {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwMpDQtAO .mbr-text,
.cid-tmwMpDQtAO blockquote {
  color: #767676;
}
.cid-tmwMpDQtAO .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwMpDQtAO .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwMpDQtAO #sPosna {
  border-bottom: 2px solid #abb;
}
.cid-tmwMqHPEOA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwMqHPEOA .mbr-text,
.cid-tmwMqHPEOA blockquote {
  color: #767676;
}
.cid-tmwMqHPEOA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwMqHPEOA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwMqHPEOA #dNask {
  opacity: .01;
}
.cid-tmwMrcfOa9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-tmwMrcfOa9 .mbr-text,
.cid-tmwMrcfOa9 blockquote {
  color: #767676;
}
.cid-tmwMrcfOa9 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwMrcfOa9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwMqdIrEt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmwMqdIrEt .mbr-text,
.cid-tmwMqdIrEt blockquote {
  color: #767676;
}
.cid-tmwMqdIrEt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwMqdIrEt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwN05jNVm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwN05jNVm .mbr-text,
.cid-tmwN05jNVm blockquote {
  color: #767676;
}
.cid-tmwN05jNVm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwN05jNVm .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwN05jNVm #dNaplz {
  display: none;
  position: absolute;
  width: 7em;
  text-align: center;
  border: 4px solid #aaa;
  border-radius: 11px;
  background-color: #aac;
  padding: 3px 11px;
  z-index: 1;
  left: 50%;
  right: 50%;
  bottom: 65%;
  opacity: .5;
}
.cid-tmwN05jNVm #dNaplz:hover {
  border: 4px solid #70dbdb;
  border-radius: 44px;
  background-color: #ccffcc;
  opacity: 1;
  transition: 2s ease;
}
.cid-tmwN05jNVm #dNaplz:not(:hover) {
  transition: 4s ease;
}
.cid-tmwMZBi3F4 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tmwMZBi3F4 .mbr-text,
.cid-tmwMZBi3F4 blockquote {
  color: #767676;
}
.cid-tmwMZBi3F4 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwMZBi3F4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwN152VeS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwN152VeS .mbr-text,
.cid-tmwN152VeS blockquote {
  color: #767676;
}
.cid-tmwN152VeS .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwN152VeS .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwN0EdsYG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-tmwN0EdsYG .mbr-text,
.cid-tmwN0EdsYG blockquote {
  color: #767676;
}
.cid-tmwN0EdsYG .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwN0EdsYG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwMZ48YLu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwMZ48YLu .mbr-text,
.cid-tmwMZ48YLu blockquote {
  color: #767676;
}
.cid-tmwMZ48YLu .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwMZ48YLu .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwNGQwr7J {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-tmwNGQwr7J .mbr-text,
.cid-tmwNGQwr7J blockquote {
  color: #767676;
}
.cid-tmwNGQwr7J .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwNGQwr7J .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwNIeUkZA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmwNIeUkZA .mbr-text,
.cid-tmwNIeUkZA blockquote {
  color: #767676;
}
.cid-tmwNIeUkZA .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwNIeUkZA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwNINBJDR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-tmwNINBJDR .mbr-text,
.cid-tmwNINBJDR blockquote {
  color: #767676;
}
.cid-tmwNINBJDR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwNINBJDR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwNHyZ6dY {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tmwNHyZ6dY .mbr-text,
.cid-tmwNHyZ6dY blockquote {
  color: #767676;
}
.cid-tmwNHyZ6dY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-tmwNHyZ6dY .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-tmwNHyZ6dY #sNorm {
  color: #dadad7;
  font-size: 150%;
}
.cid-tmuP8EJJLN {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-tmuP8EJJLN .mbr-text,
.cid-tmuP8EJJLN blockquote {
  color: #767676;
}
.cid-tmuP8EJJLN .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-tmuP8EJJLN .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-tmuP8EJJLN #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-tmuP8EJJLN #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-tmuP8EJJLN #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-tmuP8F3Rza {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-tmuP8FnEXP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-tmuP8FnEXP .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmuP8FnEXP .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tmuP8FnEXP .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tmuP8FnEXP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tmuP8FnEXP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tmuP8FnEXP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tmuP8FnEXP .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tmuP8FnEXP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-tmuP8FnEXP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tmuP8FnEXP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tmuP8FnEXP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tmuP8FnEXP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tmuP8FnEXP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-tmuP8FnEXP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-tmuP8FnEXP foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-tmuP8FnEXP .media-container-row .mbr-text {
  text-align: right;
}
.cid-toEdxsOBoq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxsOBoq .mbr-text,
.cid-toEdxsOBoq blockquote {
  color: #767676;
}
.cid-toEdxsOBoq .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-toEdxsOBoq .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxsOBoq #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-toEdxsOBoq #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-toEdxsOBoq a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-toEdxsOBoq a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-toEdxsOBoq a.btn1:hover,
.cid-toEdxsOBoq a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-toEdxsOBoq a.btn1:not(:hover),
.cid-toEdxsOBoq a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-toEdxsOBoq a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-toEdxsOBoq a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-toEdxsOBoq a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-toEdxufhLD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxufhLD .mbr-text,
.cid-toEdxufhLD blockquote {
  color: #767676;
}
.cid-toEdxufhLD .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-toEdxuXCtw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxuXCtw .mbr-text,
.cid-toEdxuXCtw blockquote {
  color: #767676;
}
.cid-toEdxuXCtw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxuXCtw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxuXCtw #sKazhd {
  border-bottom: 2px solid #dadad7;
}
.cid-toEdxuXCtw #sKazhd:hover {
  color: #002080;
  border-bottom: 2px solid #002080;
  transition: 2s ease;
}
.cid-toEdxuXCtw #sKazhd:not(:hover) {
  transition: 4s ease;
}
.cid-toEdxvJak5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxvJak5 .mbr-text,
.cid-toEdxvJak5 blockquote {
  color: #767676;
}
.cid-toEdxvJak5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxvJak5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxwgaDy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxwgaDy .mbr-text,
.cid-toEdxwgaDy blockquote {
  color: #767676;
}
.cid-toEdxwgaDy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxwgaDy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxwOAMY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxwOAMY .mbr-text,
.cid-toEdxwOAMY blockquote {
  color: #767676;
}
.cid-toEdxwOAMY .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxwOAMY .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxxiU72 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxxiU72 .mbr-text,
.cid-toEdxxiU72 blockquote {
  color: #767676;
}
.cid-toEdxxiU72 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxxiU72 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxxiU72 #sNiknev {
  border-bottom: 2px solid #a99;
}
.cid-toEdxxiU72 #dMozshnt {
  display: none;
  position: relative;
  width: 155%;
  border: 3px solid #a99;
  border-radius: 35px;
  padding: 8px 22px 15px 22px;
  background-color: #baa;
  left: -4em;
  z-index: 1;
}
.cid-toEdxxiU72 #dMozshnt:hover {
  border: 3px solid #b99;
  border-radius: 11px;
  background-color: #d2c6c6;
  transition: 2s ease;
}
.cid-toEdxxiU72 #dMozshnt:not(:hover) {
  transition: 3s ease;
}
.cid-toEdxy14tm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxy14tm .mbr-text,
.cid-toEdxy14tm blockquote {
  color: #767676;
}
.cid-toEdxy14tm .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxy14tm .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxyshON {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxyshON .mbr-text,
.cid-toEdxyshON blockquote {
  color: #767676;
}
.cid-toEdxyshON .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxyshON .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxyshON #sMobi {
  text-shadow: -1px 0 0 #dadad7, 1px 0 0 #dadad7, 0 -1px 0 #dadad7, 0 1px 0 #dadad7;
}
.cid-toEdxyshON #sMobi:hover {
  text-shadow: -1px 0 0 #b30000, 1px 0 0 red, 0 -1px 0 #b30000, 0 1px 0 red;
  transition: 2s ease;
}
.cid-toEdxyshON #sMobi:not(:hover) {
  transition: 4s ease;
}
.cid-toEdxySixG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxySixG .mbr-text,
.cid-toEdxySixG blockquote {
  color: #767676;
}
.cid-toEdxySixG .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxySixG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toL0K3yrE8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toL0K3yrE8 .mbr-text,
.cid-toL0K3yrE8 blockquote {
  color: #767676;
}
.cid-toL0K3yrE8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toL0K3yrE8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toL1inrtwy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toL1inrtwy .mbr-text,
.cid-toL1inrtwy blockquote {
  color: #767676;
}
.cid-toL1inrtwy .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toL1inrtwy .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxzhaLU {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxzhaLU .mbr-text,
.cid-toEdxzhaLU blockquote {
  color: #767676;
}
.cid-toEdxzhaLU .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxzhaLU .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxzhaLU #adRadiche {
  color: #000;
}
.cid-toEdxzhaLU #dRadiche {
  display: block;
  position: absolute;
  widht: 142%;
  font-size: 344%;
  text-align: center;
  border: 15px solid #99ebff;
  border-radius: 65px;
  padding: 0 18px;
  background-color: #acc;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: -4px;
  opacity: .01;
  z-index: 2;
}
.cid-toEdxzhaLU #dRadiche:hover {
  color: #000;
  border: 15px solid #cc3300;
  border-radius: 1px;
  background-color: #ff704d;
  text-shadow: -2px 3px 55px #000000, -2px 3px 35px #000000, -2px 3px 15px #556655, -1px 2px 2px #ffffff;
  box-shadow: -2px 5px 15px 2px #222233, 0 0 15px 2px #bbbbbb inset, 0 0 88px 2px #ff3300;
  opacity: .9;
  transition: 3s ease;
  transition-delay: 1s;
}
.cid-toEdxzhaLU #dRadiche:not(:hover) {
  transition: 5s ease;
}
.cid-toEdxAyxXf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxAyxXf .mbr-text,
.cid-toEdxAyxXf blockquote {
  color: #767676;
}
.cid-toEdxAyxXf .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxAyxXf .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxAyxXf #dKnopvn {
  display: none;
  position: absolute;
  width: 1.7em;
  height: 2.2em;
  border-radius: 15px ;
  border: 2px solid #acc;
  background-color: #b6b6af;
  z-index: 1;
  bottom: 2em;
  left: 97%;
  opacity: .1;
}
.cid-toEdxAyxXf #dKnopvn:hover {
  border-radius: 0 15px 15px 0;
  border: 2px solid #0000cc;
  transition: 1s ease;
}
.cid-toEdxAyxXf #dKnopvn:not(:hover) {
  transition: 1s ease;
}
.cid-toEdxAyxXf #dEgoor {
  border-radius: 0 0 33px 33px;
  border-left: 3px solid #dadad7;
  border-bottom: 3px solid #dadad7;
  border-right: 3px solid #dadad7;
  padding: 5px 25px 18px 25px;
}
.cid-toEdxBprOw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxBprOw .mbr-text,
.cid-toEdxBprOw blockquote {
  color: #767676;
}
.cid-toEdxBprOw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxBprOw .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toIZuJxkuI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toIZuJxkuI .mbr-text,
.cid-toIZuJxkuI blockquote {
  color: #767676;
}
.cid-toIZuJxkuI .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-toEdxBQv84 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toEdxBQv84 .mbr-text,
.cid-toEdxBQv84 blockquote {
  color: #767676;
}
.cid-toEdxBQv84 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEdxBQv84 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxCfu0J {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxCfu0J .mbr-text,
.cid-toEdxCfu0J blockquote {
  color: #767676;
}
.cid-toEdxCfu0J .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxCfu0J .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxD5qYR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toEdxD5qYR .mbr-text,
.cid-toEdxD5qYR blockquote {
  color: #767676;
}
.cid-toEdxD5qYR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxD5qYR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxDBkTP {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toEdxDBkTP .mbr-text,
.cid-toEdxDBkTP blockquote {
  color: #767676;
}
.cid-toEdxDBkTP .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxDBkTP .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxE0wAD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxE0wAD .mbr-text,
.cid-toEdxE0wAD blockquote {
  color: #767676;
}
.cid-toEdxE0wAD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxE0wAD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxEshQz {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-toEdxEshQz .mbr-text,
.cid-toEdxEshQz blockquote {
  color: #767676;
}
.cid-toEdxEshQz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxEshQz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxERaF7 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxERaF7 .mbr-text,
.cid-toEdxERaF7 blockquote {
  color: #767676;
}
.cid-toEdxERaF7 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxERaF7 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxFffKz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxFffKz .mbr-text,
.cid-toEdxFffKz blockquote {
  color: #767676;
}
.cid-toEdxFffKz .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxFffKz .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxFDiaF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toEdxFDiaF .mbr-text,
.cid-toEdxFDiaF blockquote {
  color: #767676;
}
.cid-toEdxFDiaF .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxFDiaF .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxGrldk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxGrldk .mbr-text,
.cid-toEdxGrldk blockquote {
  color: #767676;
}
.cid-toEdxGrldk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxGrldk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxGQhrk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxGQhrk .mbr-text,
.cid-toEdxGQhrk blockquote {
  color: #767676;
}
.cid-toEdxGQhrk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxGQhrk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxHeZI0 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toEdxHeZI0 .mbr-text,
.cid-toEdxHeZI0 blockquote {
  color: #767676;
}
.cid-toEdxHeZI0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxHeZI0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxHDg4C {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxHDg4C .mbr-text,
.cid-toEdxHDg4C blockquote {
  color: #767676;
}
.cid-toEdxHDg4C .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxHDg4C .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxI39Ij {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxI39Ij .mbr-text,
.cid-toEdxI39Ij blockquote {
  color: #767676;
}
.cid-toEdxI39Ij .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxI39Ij .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxIs5Vw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxIs5Vw .mbr-text,
.cid-toEdxIs5Vw blockquote {
  color: #767676;
}
.cid-toEdxIs5Vw .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxIs5Vw .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxIRFW6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxIRFW6 .mbr-text,
.cid-toEdxIRFW6 blockquote {
  color: #767676;
}
.cid-toEdxIRFW6 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxIRFW6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxJh5S1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxJh5S1 .mbr-text,
.cid-toEdxJh5S1 blockquote {
  color: #767676;
}
.cid-toEdxJh5S1 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxJh5S1 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxJGK0D {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toEdxJGK0D .mbr-text,
.cid-toEdxJGK0D blockquote {
  color: #767676;
}
.cid-toEdxJGK0D .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxJGK0D .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxK5wby {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxK5wby .mbr-text,
.cid-toEdxK5wby blockquote {
  color: #767676;
}
.cid-toEdxK5wby .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxK5wby .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toVJ3ACbUc {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toVJ3ACbUc .mbr-text,
.cid-toVJ3ACbUc blockquote {
  color: #767676;
}
.cid-toVJ3ACbUc .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toVJ3ACbUc .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toVJ3ACbUc .mbr-text DIV {
  text-align: left;
}
.cid-toVJ3ACbUc #sBessm {
  border-bottom: 2px solid #aae;
}
.cid-toVJ3ACbUc #sBessm:hover {
  color: #800000;
  border-bottom: 2px solid #f44;
  transition: 1s ease;
}
.cid-toVJ3ACbUc #sBessm:not(:hover) {
  transition: 2s ease;
}
.cid-toVJ3ACbUc #dRevkos {
  display: none;
  position: relative;
  width: 118%;
  font-size: 90%;
  border-radius: 35px;
  border: 3px solid #fcc;
  padding: 7px 18px;
  background-color: #bcc;
  left: -1.6em;
}
.cid-toVJ3ACbUc #dRevkos:hover {
  border: 3px solid #f55;
  background-color: #e6e6e6;
  box-shadow: 0 0 13px 2px #0033cc;
  transition: 2s ease;
}
.cid-toVJ3ACbUc #dRevkos:not(:hover) {
  transition: 3s ease;
}
.cid-toEdxKvAMs {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxKvAMs .mbr-text,
.cid-toEdxKvAMs blockquote {
  color: #767676;
}
.cid-toEdxKvAMs .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxKvAMs .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxLjML5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toEdxLjML5 .mbr-text,
.cid-toEdxLjML5 blockquote {
  color: #767676;
}
.cid-toEdxLjML5 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxLjML5 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxLjML5 #dEtlu {
  color: #767676;
  border-radius: 25px;
  padding: 8px 25px;
}
.cid-toEdxLjML5 #dEtlu:hover {
  color: #003399;
  background-color: #f1f1f1;
  transition: 1s ease;
}
.cid-toEdxLjML5 #dEtlu:not(:hover) {
  transition: 2s ease;
}
.cid-toEdxLLhio {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdxLLhio .mbr-text,
.cid-toEdxLLhio blockquote {
  color: #767676;
}
.cid-toEdxLLhio .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEdxLLhio .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toVieZmBA6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toVieZmBA6 .mbr-text,
.cid-toVieZmBA6 blockquote {
  color: #767676;
}
.cid-toVieZmBA6 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toVieZmBA6 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxKUIf0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxKUIf0 .mbr-text,
.cid-toEdxKUIf0 blockquote {
  color: #767676;
}
.cid-toEdxKUIf0 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxKUIf0 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxKUIf0 #sButdown {
  font-size: 80%;
  color: #999;
  border: 2px solid #aaa;
  border-radius: 8px;
  padding: 2px 3px 0 3px;
  box-shadow: 0 0 2px 0 #fff;
  background-color: #bbb;
  opacity: .01;
  z-index: 1;
}
.cid-toEdxKUIf0 #sButdown:hover {
  color: #555;
  border: 2px solid #00b3b3;
  text-shadow: 0 0 1px #ebfafa;
  box-shadow: 0 0 3px 1px #fff;
  background-color: #70dbdb;
  transition: 1s ease;
}
.cid-toEdxKUIf0 #sButdown:not(:hover) {
  transition: 2s ease;
}
.cid-toViTS1dG4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toViTS1dG4 .mbr-text,
.cid-toViTS1dG4 blockquote {
  color: #767676;
}
.cid-toViTS1dG4 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toViTS1dG4 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toViTS1dG4 #sIkom {
  border-bottom: 2px solid #99c;
}
.cid-toVjLHhQbt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toVjLHhQbt .mbr-text,
.cid-toVjLHhQbt blockquote {
  color: #767676;
}
.cid-toVjLHhQbt .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toVjLHhQbt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toVjLHhQbt #sPropa {
  border-bottom: 2px solid #99d;
}
.cid-toVjLHhQbt #sPropa:hover {
  color: #425051;
  border-bottom: 2px solid #87b;
  transition: .7s ease;
}
.cid-toVjLHhQbt #sPropa:hot(:hover) {
  transition: 2s ease;
}
.cid-toVC7Gnm3A {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toVC7Gnm3A .mbr-text,
.cid-toVC7Gnm3A blockquote {
  color: #767676;
}
.cid-toVC7Gnm3A .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toVC7Gnm3A #sZahna {
  border-bottom: 2px solid #a99;
  transition: 1s ease;
}
.cid-toVC7Gnm3A #sZahna:hover {
  border-bottom: 2px solid #aaa;
  color: #808000;
}
.cid-toVC7Gnm3A #sZahna:not(:hover) {
  transition: 25s ease;
}
.cid-toVC7Gnm3A #dVotkakum {
  display: none;
  position: absolute;
  width: 97%;
  border: 4px solid #acc;
  border-radius: 33px;
  background-color: #aaa;
  padding: 0 15px;
  top: -2.5em;
  z-index: 2;
}
.cid-toVC7Gnm3A #dVotkakum:hover {
  color: #000;
  border: 4px solid #7a7a52;
  border-radius: 1px;
  background-color: #bfb3cc;
  box-shadow: 0 0 15px 2px #000;
  transition: 1s ease;
  z-index: 2;
}
.cid-toVC7Gnm3A #dVotkakum:not(:hover) {
  transition: 3s ease;
}
.cid-toVC7Gnm3A #dAcho {
  display: block;
  position: relative;
  width: 80%;
  font-size: 90%;
  padding-left: 45px;
  padding-bottom: 15px;
}
.cid-toVC7Gnm3A #sRosc:hover {
  color: #800000;
}
.cid-toVC7Gnm3A #sRosc:not(:hover) {
  transition: 25s ease;
}
.cid-toVC7Gnm3A #sSobz:hover {
  color: #cc0000;
  transition: 1s ease;
}
.cid-toVC7Gnm3A #sSobz:not(:hover) {
  transition: 25s ease;
}
.cid-toVC7Gnm3A #sVlasm:hover {
  color: #751aff;
}
.cid-toVC7Gnm3A #sVlasm:not(:hover) {
  transition: 25s ease;
}
.cid-toVC7Gnm3A #dVoz0 {
  display: none;
  border-radius: 40px;
  box-shadow: 0 0 4px 2px #994d00;
  margin-bottom: 24px;
}
.cid-toVC7Gnm3A #dVozn {
  display: block;
  border-radius: 40px 40px 0 0;
  padding: 8px 25px;
  background-color: #9cc;
  margin-top: 12px;
}
.cid-toVC7Gnm3A #dNepo {
  display: block;
  padding: 8px 25px;
  background-color: #9cc;
}
.cid-toVC7Gnm3A #dIbro {
  display: block;
  border-radius: 0;
  padding: 8px 25px;
  background-color: #9cc;
}
.cid-toVC7Gnm3A #dVoj {
  display: block;
  border-radius: 0;
  padding: 8px 25px;
  background-color: #9cc;
}
.cid-toVC7Gnm3A #dEgopo {
  display: block;
  text-align: center;
  font-size: 127%;
  border-radius: 0;
  padding: 8px 22px;
  background-color: #9cc;
}
.cid-toVC7Gnm3A #dTsest {
  display: block;
  border-radius: 0 0 40px 40px;
  padding: 8px 25px;
  margin-bottom: 15px;
  background-color: #9cc;
}
.cid-toVC7Gnm3A #buttv {
  display: block;
  position: relative;
  width: 9em;
  height: .5em;
  border-radius: 25px;
  background-color: #aad;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 37px;
}
.cid-toVC7Gnm3A #buttv:hover {
  background-color: #faa;
  transition: .6s ease;
}
.cid-toVC7Gnm3A #buttv:not(:hover) {
  transition: 2s ease;
}
.cid-toVC7Gnm3A .mbr-text DIV {
  text-align: left;
}
.cid-toLXhxfEVL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toLXhxfEVL .mbr-text,
.cid-toLXhxfEVL blockquote {
  color: #767676;
}
.cid-toLXhxfEVL .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toLXhxfEVL .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toMeZRIGaW {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-toMeZRIGaW .mbr-text,
.cid-toMeZRIGaW blockquote {
  color: #767676;
}
.cid-toMeZRIGaW .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-toEdxMAKFe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toEdxMAKFe .mbr-text,
.cid-toEdxMAKFe blockquote {
  color: #767676;
}
.cid-toEdxMAKFe .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxMAKFe .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxMAKFe #sChm {
  color: #dadad7;
}
.cid-toEdxMAKFe #dSolnb {
  text-shadow: -1px 0 0 #dadad7, 1px 0 0 #dadad7, 0 -1px 0 #dadad7, 0 1px 0 #dadad7;
}
.cid-toEdxMAKFe #dSolnb:hover {
  text-shadow: -1px 0 0 #00ccff, 1px 0 0 #00ccff, 0 -1px 0 #00ccff, 0 1px 0 #8080ff;
  transition: 2s ease;
}
.cid-toEdxMAKFe #dSolnb:not(:hover) {
  transition: 4s ease;
}
.cid-toEdxMZHGB {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toEdxMZHGB .mbr-text,
.cid-toEdxMZHGB blockquote {
  color: #767676;
}
.cid-toEdxMZHGB .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxMZHGB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxMZHGB #dVrnev:hover {
  color: #cc4400;
  transition: 3s ease;
}
.cid-toEdxMZHGB #dVrnev:not(:hover) {
  transition: 6s ease;
}
.cid-toEdxNN9F3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEdxNN9F3 .mbr-text,
.cid-toEdxNN9F3 blockquote {
  color: #767676;
}
.cid-toEdxNN9F3 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxNN9F3 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxOds8K {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-toEdxOds8K .mbr-text,
.cid-toEdxOds8K blockquote {
  color: #767676;
}
.cid-toEdxOds8K .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxOds8K .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEdxOds8K #aSvsS {
  font-size: 100%;
  color: #465052;
}
.cid-toEdxOds8K #dSvgo {
  font-size: 100%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cid-toEdxOds8K #dSvgo:hover {
  width: 100%;
  font-size: 188%;
  color: #fff;
  text-shadow: -1px 0 0 #ffb3b3, 1px 0 0 #ff3333, 0 -1px 0 #ffb3b3, 0 1px 0 #ff3333;
  margin-left: auto;
  margin-right: auto;
  transition: 5s ease;
}
.cid-toEdxOds8K #dSvgo:not(:hover) {
  color: #465052;
  transition: 55s ease;
}
.cid-toEdxOds8K .mbr-text DIV {
  text-align: center;
}
.cid-toEdxP4Jzc {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #dadad7;
}
.cid-toEdxP4Jzc .mbr-text,
.cid-toEdxP4Jzc blockquote {
  color: #767676;
}
.cid-toEdxP4Jzc .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toEdxP4Jzc .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdxP4Jzc #dInemud {
  display: block;
  position: absolute;
  width: 12em;
  text-align: center;
  font-family: Rubik;
  color: transparent;
  font-size: 211%;
  border-radius: 28px;
  padding: 5px 11px;
  border: 9px solid transparent;
  background-color: transparent;
  box-shadow: 0 0 25px 2px transparent, 0 0 45px 5px transparent,  0 0 18px 4px transparent inset;
  bottom: -2em;
  left: 25%;
  z-index: -1;
}
.cid-toEdxP4Jzc #dInemud:hover {
  color: #465052;
  border: 9px solid #fffffc;
  background-color: #b3f0ff;
  box-shadow: 0 0 25px 2px #fff, 0 0 45px 5px #fff,  0 0 18px 4px #ffffcc inset;
  transition: 4s ease;
}
.cid-toEdxP4Jzc #dInemud:not(hover) {
  transition: 5s ease;
}
.cid-toEdxP4Jzc #sIdap {
  font-size: 111%;
}
.cid-toEdxP4Jzc #dIdapre {
  border: 9px solid #dadad7;
  border-radius: 15px;
  padding: 15px 25px 22px 35px;
  background-color: #dadad7;
  z-index: 1;
}
.cid-toEdxP4Jzc #dIdapre:hover {
  color: #232328;
  border: 9px solid #fffffc;
  border-radius: 55px;
  background-color: #e6fff2;
  box-shadow: 0 0 25px 2px #fff, 0 0 45px 5px #fff,  0 0 18px 4px #ffffcc inset;
  transition: 2s ease;
  z-index: 3;
}
.cid-toEdxP4Jzc #dIdapre:not(:hover) {
  transition: 34s ease;
}
.cid-toEdybeuqd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toEdybeuqd .mbr-text,
.cid-toEdybeuqd blockquote {
  color: #767676;
}
.cid-toEdybeuqd .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-toEdybeuqd .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toEdybeuqd #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-toEdybeuqd #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-toEdybeuqd #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-toEdybIb5G {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-toEdycara1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-toEdycara1 .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toEdycara1 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toEdycara1 .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toEdycara1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toEdycara1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toEdycara1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toEdycara1 .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-toEdycara1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toEdycara1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toEdycara1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-toEdycara1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toEdycara1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toEdycara1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toEdycara1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toEdycara1 foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-toEdycara1 .media-container-row .mbr-text {
  text-align: right;
}
.cid-toDSHEcPa7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toDSHEcPa7 .mbr-text,
.cid-toDSHEcPa7 blockquote {
  color: #767676;
}
.cid-toDSHEcPa7 .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-toDSHEcPa7 .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toDSHEcPa7 #dChislo {
  display: inline-block;
  position: absolute;
  left: -14em;
}
.cid-toDSHEcPa7 #sChislo {
  color: #802000;
  border-radius: 2px;
  border: 3px solid #888;
  padding: 0 4px;
  background-color: #ccccff;
}
.cid-toDSHEcPa7 a.btn1:link {
  padding: 5px 28px;
  border-radius: 100px;
}
.cid-toDSHEcPa7 a.btn4:link {
  padding: 5px 31px;
  border-radius: 100px;
}
.cid-toDSHEcPa7 a.btn1:hover,
.cid-toDSHEcPa7 a.btn4:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-toDSHEcPa7 a.btn1:not(:hover),
.cid-toDSHEcPa7 a.btn4:not(:hover) {
  color: #dacad9;
  border: 2px solid #999;
  background-color: #ffd9cc;
  transition: 1s ease;
}
.cid-toDSHEcPa7 a.btn2:link {
  padding: 5px 14px;
  border-radius: 100px;
}
.cid-toDSHEcPa7 a.btn2:hover {
  color: #767676;
  border: 2px solid #ccc;
  background-color: #ff8c66;
  box-shadow: 0 0 3px blue;
  transition: 1s ease;
}
.cid-toDSHEcPa7 a.btn2:not(:hover) {
  color: #ccb;
  border: 2px solid #999;
  background-color: #ffcccc;
  transition: 1s ease;
}
.cid-toDSHFqnrC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toDSHFqnrC .mbr-text,
.cid-toDSHFqnrC blockquote {
  color: #767676;
}
.cid-toDSHFqnrC .mbr-text P {
  text-align: left;
  color: #465052;
}
.cid-toDSHFVtUd {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-toDSHFVtUd .mbr-text,
.cid-toDSHFVtUd blockquote {
  color: #767676;
}
.cid-toDSHFVtUd .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toDSHFVtUd .mbr-text {
  color: #635a51;
  text-align: left;
}
.cid-toDSHFVtUd .a_date {
  color: #465052;
}
.cid-toDSHFVtUd .a_date:hover {
  color: #007799;
  border-radius: 14px;
  text-shadow: 0 0 2px #809fff;
  z-index: 1;
  transition: .3s ease;
}
.cid-toDSHFVtUd .a_date:not(:hover) {
  transition: 1s ease;
}
.cid-toDSHFVtUd .a_datpa {
  background-color: #dadad7;
  box-shadow: 0 0 2px 1px #b3b3ff inset;
  padding: 2px 1px;
  border-radius: 14px;
}
.cid-toDSHFVtUd .a_datpa:hover {
  background-color: #b7cbff;
  box-shadow: 0 0 2px 1px #006666 inset;
  z-index: 1;
  transition: .7s ease;
}
.cid-toDSHFVtUd .a_datpa:not(:hover) {
  transition: 1.4s ease;
}
.cid-toDSHFVtUd a:hover {
  transition: 1s ease;
}
.cid-toDSHFVtUd a:link {
  transition: 2s ease;
}
.cid-toDSHFVtUd #dUspn {
  width: 92%;
  font-size: 87%;
  border-radius: 44px;
  background-color: #dadad7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.cid-toDSHFVtUd #dUspn:hover {
  background-color: #ffb3b3;
  box-shadow: 0 0 11px 5px #fffffc, 0 0 25px 2px #fff, 0 0 35px 7px #fffffc, 0 0 14px 3px #fffffc inset, 0 0 35px 7px #fffffc inset;
  transition: 2s ease;
}
.cid-toDSHFVtUd #dUspn:not(:hover) {
  transition: 5s ease;
}
.cid-toDSHFVtUd .mbr-text DIV {
  text-align: center;
}
.cid-toE2qj2a9H {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toE2qj2a9H .mbr-text,
.cid-toE2qj2a9H blockquote {
  color: #767676;
}
.cid-toE2qj2a9H .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE2qj2a9H .mbr-text {
  color: #465052;
}
.cid-toE2qj2a9H #sZhiv:hover,
.cid-toE2qj2a9H #sInasv:hover {
  color: #993333;
  text-shadow: 0 0 4px #80aaff;
  transition: 1s ease;
}
.cid-toE2qj2a9H #sZhiv:not(:hover),
.cid-toE2qj2a9H #sInasv:not(:hover) {
  text-shadow: 0 0 4px #dadad7;
  transition: 15s ease;
}
.cid-toE2qj2a9H #sGrsvs {
  border-bottom: 2px solid #e88;
}
.cid-toE2qj2a9H #sGrsvs:hover {
  border-bottom: 2px solid #ff9999;
  transition: .7s ease;
}
.cid-toE2qj2a9H #sGrsvs:not(:hover) {
  transition: 1.5s ease;
}
.cid-toE2qj2a9H #dUkot {
  display: none;
  position: absolute;
  width: 17em;
  font-size: 75%;
  border: 6px solid #bbb;
  border-radius: 9px;
  padding: 5px 18px 9px 18px;
  margin-top: 5px;
  background-color: #ccccff;
  left: 12em;
  bottom: 3.8em;
}
.cid-toE2qj2a9H #dUkot:hover {
  border: 6px solid #f48b8b;
  border-radius: 32px;
  background-color: #ffff99;
  transition: 2s ease;
}
.cid-toE2qj2a9H #dUkot:not(:hover) {
  transition: 3s ease;
}
.cid-toE4m3kQpC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE4m3kQpC .mbr-text,
.cid-toE4m3kQpC blockquote {
  color: #767676;
}
.cid-toE4m3kQpC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE4m3kQpC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE4m3kQpC a:link {
  color: #465052;
}
.cid-toE4mROmT8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE4mROmT8 .mbr-text,
.cid-toE4mROmT8 blockquote {
  color: #767676;
}
.cid-toE4mROmT8 .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE4mROmT8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE4mROmT8 #dAchtmd {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 12px 7px 12px;
  background-color: #dadad7;
}
.cid-toE4mROmT8 #dAchtmd:hover {
  color: #232323;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #99b3ff;
  transition: 2s ease;
}
.cid-toE4mROmT8 #dAchtmd:not(:hover) {
  transition: 4s ease;
}
.cid-toE4ntP1JC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE4ntP1JC .mbr-text,
.cid-toE4ntP1JC blockquote {
  color: #767676;
}
.cid-toE4ntP1JC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE4ntP1JC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE4ntP1JC a:link {
  color: #006699;
}
.cid-toE4ntP1JC a:hover {
  color: #0086b3;
}
.cid-toE4ntP1JC #dApochp {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 15px 7px 15px;
  background-color: #dadad7;
}
.cid-toE4ntP1JC #dApochp:hover {
  color: #232323;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #99b3ff;
  transition: 2s ease;
}
.cid-toE4ntP1JC #dApochp:not(:hover) {
  transition: 4s ease;
}
.cid-toE4o5PHmE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE4o5PHmE .mbr-text,
.cid-toE4o5PHmE blockquote {
  color: #767676;
}
.cid-toE4o5PHmE .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE4o5PHmE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE4o5PHmE #dPochub {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 12px 7px 12px;
}
.cid-toE4o5PHmE #dPochub:hover {
  color: #232323;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #99b3ff;
  transition: 2s ease;
}
.cid-toE4o5PHmE #dPochub:not(:hover) {
  transition: 4s ease;
}
.cid-toE6p8L5ea {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE6p8L5ea .mbr-text,
.cid-toE6p8L5ea blockquote {
  color: #767676;
}
.cid-toE6p8L5ea .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE6p8L5ea .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE6p8L5ea #dMycht {
  border: 8px solid #dadad7;
  border-radius: 35px;
  padding: 5px 15px 7px 15px;
  text-shadow: 0 0 3px #dadad7, 0 0 2px #dadad7;
  background-color: #dadad7;
}
.cid-toE6p8L5ea #dMycht:hover {
  color: #f22;
  border: 8px solid #331a00;
  border-radius: 3px;
  text-shadow: 0 0 3px #000, 0 0 2px #008;
  background-color: #f1f1f1;
  transition: 2s ease;
}
.cid-toE6p8L5ea #dMycht:not(:hover) {
  transition: 4s ease;
}
.cid-toE6pXuQwB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dadad7;
}
.cid-toE6pXuQwB .mbr-text,
.cid-toE6pXuQwB blockquote {
  color: #767676;
}
.cid-toE6pXuQwB .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE6pXuQwB .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE6pXuQwB #dTogokp {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 15px 7px 15px;
  background-color: #dadad7;
}
.cid-toE6pXuQwB #dTogokp:hover {
  color: #232323;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #99b3ff;
  transition: 2s ease;
}
.cid-toE6pXuQwB #dTogokp:not(:hover) {
  transition: 4s ease;
}
.cid-toE6UqWxn8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toE6UqWxn8 .mbr-text,
.cid-toE6UqWxn8 blockquote {
  color: #767676;
}
.cid-toE6UqWxn8 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE6UqWxn8 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE6UqWxn8 #dVyter {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 25px 7px 25px;
  background-color: #dadad7;
  z-index: 3;
}
.cid-toE6UqWxn8 #dVyter:hover {
  color: #232323;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #ccd9ff;
  z-index: 3;
  transition: 2s ease;
}
.cid-toE6UqWxn8 #dVyter:not(:hover) {
  transition: 4s ease;
}
.cid-toE7ckiMDk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toE7ckiMDk .mbr-text,
.cid-toE7ckiMDk blockquote {
  color: #767676;
}
.cid-toE7ckiMDk .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE7ckiMDk .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE6UUQoNv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toE6UUQoNv .mbr-text,
.cid-toE6UUQoNv blockquote {
  color: #767676;
}
.cid-toE6UUQoNv .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE6UUQoNv .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE6UUQoNv #dApocht {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 25px 9px 25px;
  background-color: #dadad7;
}
.cid-toE6UUQoNv #dApocht:hover {
  color: #232323;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #ccd9ff;
  transition: 2s ease;
}
.cid-toE6UUQoNv #dApocht:not(:hover) {
  transition: 4s ease;
}
.cid-toE6VP0Xem {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toE6VP0Xem .mbr-text,
.cid-toE6VP0Xem blockquote {
  color: #767676;
}
.cid-toE6VP0Xem .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE6VP0Xem .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE6VnxGb9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toE6VnxGb9 .mbr-text,
.cid-toE6VnxGb9 blockquote {
  color: #767676;
}
.cid-toE6VnxGb9 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE6VnxGb9 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE6VnxGb9 #dKtvdpr:hover {
  text-shadow: 0 0 3px red, 0 0 5px red;
  transition: 2s ease;
}
.cid-toE6VnxGb9 #dKtvdpr:not(:hover) {
  text-shadow: 0 0 3px #dadad7, 0 0 5px #dadad7;
  transition: 7s ease;
}
.cid-toE6WemMxQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toE6WemMxQ .mbr-text,
.cid-toE6WemMxQ blockquote {
  color: #767676;
}
.cid-toE6WemMxQ .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE6WemMxQ .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE6WemMxQ #dKtodalv:hover {
  color: #003399;
  text-shadow: 2px 3px 0 #663300, 0 0 2px red, 0 0 5px red, 2px 3px 2px #ff3300, -1px 1px 1px red;
  transition: 3s ease;
}
.cid-toE6WemMxQ #dKtodalv:not(:hover) {
  color: #465052;
  text-shadow: 3px 3px 0 #dadad7, 0 0 2px #dadad7;
  transition: 7s ease;
}
.cid-toE8eOzvwo {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE8eOzvwo .mbr-text,
.cid-toE8eOzvwo blockquote {
  color: #767676;
}
.cid-toE8eOzvwo .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE8eOzvwo .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE8eOzvwo a:link {
  color: #4d0000;
}
.cid-toE8eOzvwo #dRakil:hover {
  color: #000080;
  text-shadow: 0 1px 0 red, -5px 6px 8px #333333, -2px 6px 8px #000033, 1px 2px 2px #ff9999, -1px 0 0 red;
  transition: 2s ease;
}
.cid-toE8eOzvwo #dRakil:not(:hover) {
  text-shadow: 0 1px 0 #dadad7, 1px 1px 1px #dadad7;
  transition: 34s ease;
}
.cid-toE8fNbC2N {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE8fNbC2N .mbr-text,
.cid-toE8fNbC2N blockquote {
  color: #767676;
}
.cid-toE8fNbC2N .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE8fNbC2N .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE8fNbC2N a:link {
  color: #465052;
}
.cid-toE8fNbC2N #dGrso:hover {
  color: #465052;
  text-shadow: 2px 2px 1px #3377ff, 0 -1px 1px #802000, 2px 2px 42px #4d4dff;
  transition: 3s ease;
}
.cid-toE8fNbC2N #dGrso:not(:hover) {
  text-shadow: 2px 2px 1px #dadad7;
  transition: 6s ease;
}
.cid-toE8dZScJC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE8dZScJC .mbr-text,
.cid-toE8dZScJC blockquote {
  color: #767676;
}
.cid-toE8dZScJC .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE8dZScJC .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE8dZScJC #dNiplnsd:hover {
  color: #003399;
  text-shadow: 0 0 2px #0055ff, 0 0 8px #ffff00, 0 0 5px #ffffcc, 0 0 17px red, 0 0 11px red, 0 0 8px red;
  transition: 3s ease;
}
.cid-toE8dZScJC #dNiplnsd:not(:hover) {
  color: #465052;
  transition: 6s ease;
}
.cid-toE8HRtPh2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toE8HRtPh2 .mbr-text,
.cid-toE8HRtPh2 blockquote {
  color: #767676;
}
.cid-toE8HRtPh2 .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toE8HRtPh2 .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE8HRtPh2 #dBog:hover {
  font-size: 244%;
  color: #fff;
  text-shadow: -1px 0 0 #ff4d4d, 1px 0 0 #ff4d4d, 0 -1px 0 #ff4d4d, 0 1px 0 #ff4d4d;
  transition: 1s ease;
}
.cid-toE8HRtPh2 #dBog:not(:hover) {
  font-size: 100%;
  transition: 38s ease;
}
.cid-toE8XtxWBG {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toE8XtxWBG .mbr-text,
.cid-toE8XtxWBG blockquote {
  color: #767676;
}
.cid-toE8XtxWBG .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE8XtxWBG .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE8XtxWBG #dBogza {
  display: block;
  position: relative;
  border-radius: 65px;
  padding: 2px 28px;
}
.cid-toE8XtxWBG #dBogza:hover {
  text-shadow: 0 0 1px #00cc7a, 0 0 2px #fffffc, 0 0 6px #fffffc, 0 0 8px #fffffc, 0 0 12px #fffffc, 0 0 25px #fffffc, 0 0 28px #fffffc, 0 0 35px #fffffc;
  box-shadow: 0 0 25px 5px #fffffc, 0 0 35px 5px #fffffc, 0 0 55px 5px #fffffc, 0 0 15px 5px #fffffc inset;
  transition: 2s ease;
}
.cid-toE8XtxWBG #dBogza:not(:hover) {
  transition: 47s ease;
}
.cid-toE9f7m8wR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toE9f7m8wR .mbr-text,
.cid-toE9f7m8wR blockquote {
  color: #767676;
}
.cid-toE9f7m8wR .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE9f7m8wR .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE9f7m8wR #dNeub {
  display: block;
  position: relative;
  width: 125%;
  border-radius: 65px;
  padding: 2px 22px;
  left: -12%;
}
.cid-toE9f7m8wR #dNeub:hover {
  font-size: 115%;
  color: #0033cc;
  text-shadow: 0 0 1px #00cc7a, 0 0 2px #fffffc, 0 0 6px #fffffc, 0 0 8px #fffffc, 0 0 12px #fffffc, 0 0 25px #fffffc, 0 0 28px #fffffc, 0 0 35px #fffffc, 0 0 48px #fffffc, 0 0 55px #fffffc, 0 0 68px #fffffc, 0 0 75px #fffffc, 0 0 57px #ffffff, 0 0 95px #ffffff;
  transition: 5s ease;
}
.cid-toE9f7m8wR #dNeub:not(:hover) {
  transition: 15s ease;
}
.cid-toE9f7m8wR .mbr-text DIV {
  text-align: center;
}
.cid-toE9BDRbsT {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toE9BDRbsT .mbr-text,
.cid-toE9BDRbsT blockquote {
  color: #767676;
}
.cid-toE9BDRbsT .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE9BDRbsT .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE9BDRbsT #dTakkto:hover {
  font-size: 188%;
  color: #002080;
  text-shadow: 0 0 1px red, 0 0 2px #ffffcc, 4px 4px 9px #6b6b47, 4px 4px 15px #6b6b47;
  transition: 4s ease;
}
.cid-toE9BDRbsT #dTakkto:not(:hover) {
  font-size: 100%;
  color: #465052;
  transition: 34s ease;
}
.cid-toE9CmruIt {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE9CmruIt .mbr-text,
.cid-toE9CmruIt blockquote {
  color: #767676;
}
.cid-toE9CmruIt .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE9CmruIt .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE9CmruIt #dVyter:hover {
  color: #990000;
  transition: 3s ease;
}
.cid-toE9CmruIt #dVyter:not(:hover) {
  color: #465052;
  transition: 6s ease;
}
.cid-toE9CUoBOD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toE9CUoBOD .mbr-text,
.cid-toE9CUoBOD blockquote {
  color: #767676;
}
.cid-toE9CUoBOD .mbr-text P {
  color: #465052;
  text-align: right;
}
.cid-toE9CUoBOD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toE9CUoBOD #dAtaket {
  border: 7px solid #dadad7;
  border-radius: 22px;
  padding: 5px 25px 9px 25px;
  background-color: #dadad7;
}
.cid-toE9CUoBOD #dAtaket:hover {
  color: #002b80;
  border: 7px solid #ff8080;
  border-radius: 45px;
  background-color: #ccffff;
  transition: 2s ease;
}
.cid-toE9CUoBOD #dAtaket:not(:hover) {
  color: #465052;
  transition: 4s ease;
}
.cid-toEadQSStE {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEadQSStE .mbr-text,
.cid-toEadQSStE blockquote {
  color: #767676;
}
.cid-toEadQSStE .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEadQSStE .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEadQSStE #sEe {
  border-bottom: 2px solid #bbc;
}
.cid-toEadQSStE #dNuvp {
  display: none;
  position: absolute;
  width: 8em;
  font-size: 95%;
  border-radius: 13px;
  padding: 2px 9px;
  background-color: #ffd9cc;
  box-shadow: 1px 1px 5px 1px blue;
  left: 30%;
  top: 1em;
}
.cid-toEadQSStE #dNppu {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 15px 7px 15px;
  background-color: #dadad7;
}
.cid-toEadQSStE #dNppu:hover {
  color: #232323;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #dadad7;
  transition: 2s ease;
}
.cid-toEadQSStE #dNppu:not(:hover) {
  transition: 4s ease;
}
.cid-toEaeQZIRg {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #dadad7;
}
.cid-toEaeQZIRg .mbr-text,
.cid-toEaeQZIRg blockquote {
  color: #767676;
}
.cid-toEaeQZIRg .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEaeQZIRg .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEaeQZIRg #dVyznob {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 15px 7px 15px;
  background-color: #dadad7;
}
.cid-toEaeQZIRg #dVyznob:hover {
  color: #232323;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #dadad7;
  transition: 2s ease;
}
.cid-toEaeQZIRg #dVyznob:not(:hover) {
  transition: 4s ease;
}
.cid-toEaeouvYA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEaeouvYA .mbr-text,
.cid-toEaeouvYA blockquote {
  color: #767676;
}
.cid-toEaeouvYA .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEaeouvYA .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEaeouvYA #dRazag {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 19px 9px 19px;
  background-color: #dadad7;
  z-index: 1;
}
.cid-toEaeouvYA #dRazag:hover {
  color: #002699;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #ffcccc;
  transition: 2s ease;
}
.cid-toEaeouvYA #dRazag:not(:hover) {
  transition: 4s ease;
}
.cid-toEaTPSgcN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEaTPSgcN .mbr-text,
.cid-toEaTPSgcN blockquote {
  color: #767676;
}
.cid-toEaTPSgcN .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEaTPSgcN .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEaTPSgcN #dEtnep {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 25px 7px 25px;
  background-color: #dadad7;
}
.cid-toEaTPSgcN #dEtnep:hover {
  color: #002699;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #ffcccc;
  transition: 2s ease;
}
.cid-toEaTPSgcN #dEtnep:not(:hover) {
  transition: 4s ease;
}
.cid-toEaUijyQh {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toEaUijyQh .mbr-text,
.cid-toEaUijyQh blockquote {
  color: #767676;
}
.cid-toEaUijyQh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEaUijyQh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEaUijyQh #dRazndt {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 21px 7px 21px;
  background-color: #dadad7;
}
.cid-toEaUijyQh #dRazndt:hover {
  color: #002699;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #ffcccc;
  transition: 2s ease;
}
.cid-toEaUijyQh #dRazndt:not(:hover) {
  transition: 4s ease;
}
.cid-toEaVlokDh {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #dadad7;
}
.cid-toEaVlokDh .mbr-text,
.cid-toEaVlokDh blockquote {
  color: #767676;
}
.cid-toEaVlokDh .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEaVlokDh .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEaVlokDh #dPrprts {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 25px 7px 25px;
  background-color: #dadad7;
}
.cid-toEaVlokDh #dPrprts:hover {
  color: #002699;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #ffcccc;
  transition: 2s ease;
}
.cid-toEaVlokDh #dPrprts:not(:hover) {
  transition: 4s ease;
}
.cid-toEbAVNQLM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toEbAVNQLM .mbr-text,
.cid-toEbAVNQLM blockquote {
  color: #767676;
}
.cid-toEbAVNQLM .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEbAVNQLM .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEbAVNQLM #dPonoch {
  border: 3px solid #dadad7;
  border-radius: 35px;
  padding: 5px 25px 7px 25px;
  background-color: #dadad7;
}
.cid-toEbAVNQLM #dPonoch:hover {
  color: #002699;
  border: 3px solid #ff3333;
  border-radius: 3px;
  background-color: #ffcccc;
  transition: 2s ease;
}
.cid-toEbAVNQLM #dPonoch:not(:hover) {
  transition: 4s ease;
}
.cid-toEbBskeNe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toEbBskeNe .mbr-text,
.cid-toEbBskeNe blockquote {
  color: #767676;
}
.cid-toEbBskeNe .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEbBskeNe .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEbBskeNe #dRazim {
  border: 6px solid #dadad7;
  border-radius: 35px;
  padding: 5px 15px 7px 25px;
  background-color: #dadad7;
}
.cid-toEbBskeNe #dRazim:hover {
  color: #002699;
  border: 6px solid #ff3333;
  border-radius: 3px;
  background-color: #ffcccc;
  transition: 2s ease;
}
.cid-toEbBskeNe #dRazim:not(:hover) {
  transition: 4s ease;
}
.cid-toEbBWEpxD {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #dadad7;
}
.cid-toEbBWEpxD .mbr-text,
.cid-toEbBWEpxD blockquote {
  color: #767676;
}
.cid-toEbBWEpxD .mbr-text P {
  color: #465052;
  text-align: left;
}
.cid-toEbBWEpxD .mbr-text {
  color: #465052;
  text-align: left;
}
.cid-toEbBWEpxD #dTakvy {
  border: 9px solid #dadad7;
  border-radius: 35px;
  padding: 5px 15px 7px 15px;
  background-color: #dadad7;
}
.cid-toEbBWEpxD #dTakvy:hover {
  color: #330000;
  border: 9px solid #003399;
  border-radius: 35px;
  background-color: #dadad7;
  transition: 2s ease;
}
.cid-toEbBWEpxD #dTakvy:not(:hover) {
  transition: 4s ease;
}
.cid-toDSHGk7Cg {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #dadad7;
}
.cid-toDSHGk7Cg .mbr-text,
.cid-toDSHGk7Cg blockquote {
  color: #767676;
}
.cid-toDSHGk7Cg .mbr-text P {
  color: #465052;
  text-align: center;
}
.cid-toDSHGk7Cg .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-toDSHGk7Cg #Btn_24_10_21_1_2 {
  width: 35px;
  height: 35px;
  border-radius: 15px;
}
.cid-toDSHGk7Cg #Btn_24_10_21_1_2:hover {
  color: #aac;
  background-color: #ffe6ff;
  border: 2px solid #ccc;
  transition: .3s ease;
}
.cid-toDSHGk7Cg #Btn_24_10_21_1_2:not(:hover) {
  color: #ffb3ff;
  background-color: #ffb3ff;
  border: 2px solid #777;
  transition: .5s ease;
}
.cid-toDSHGQzRR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #dadad7;
}
.cid-toDSHHiPoe {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #c7c7c7;
}
.cid-toDSHHiPoe .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toDSHHiPoe .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-toDSHHiPoe .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toDSHHiPoe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-toDSHHiPoe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-toDSHHiPoe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-toDSHHiPoe .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-toDSHHiPoe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-toDSHHiPoe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-toDSHHiPoe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-toDSHHiPoe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-toDSHHiPoe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-toDSHHiPoe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-toDSHHiPoe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-toDSHHiPoe foot-menu-item {
  text-align: right;
  color: #232323;
}
.cid-toDSHHiPoe .media-container-row .mbr-text {
  text-align: right;
}
