/*------------cabiten custom css-----------*/
.fs-x16 {
    font-size:14px;
}
.hiddenInput {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: transparent;
}
.c-blue {
  color: #00aeef;
}
.c-red {
  color: #ee2316;
}
.c-red-1 {
  color: #eb5757;
}
.c-gray-4 {
    color: #9e9e9e;
}
.c-black {
    color: #464646;
}
.hidden {
    display: none
}
hr.new_gray {
  border-color: rgba(0, 0, 0, 0.12);
}
hr.new_gray.__xs {
  margin: 0;
}
hr.new_gray.__sm {
  margin: 7.5px 0;
}
hr.new_gray.__md {
  margin: 15px 0;
}
hr.new_gray.__lg {
  margin: 22.5px 0;
}
.simple_horisontal_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  overflow: hidden;
}
.simple_horisontal_menu li {
  display: inline-block;
  margin: 0 12px;
}
.simple_horisontal_menu li:nth-child(1) {
  margin-left: 0;
}
.simple_horisontal_menu li:nth-last-child(1) {
  margin-right: 0;
}
.simple_horisontal_menu li a {
  display: block;
  border-bottom: 2px solid transparent;
  padding: 14px 0;
  color: #9e9e9e;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.simple_horisontal_menu li a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -2px;
  right: 0;
  transition: all 0.5s;
  width: 0%;
  border-bottom: 2px solid #00aeef;
}
.HotelPriceSubscribe_form .__email::after {
    left: 8px;
    margin-top: -7px;
}
.HotelPriceSubscribe_form .__tourist::after {
    content: "\e93a" !important;
    left: 8px;
    margin-top: -7px;
}
.HotelPriceSubscribe_form input[name="HotelPriceSubscribe__email"]{
    padding-left: 30px !important;
}
.HotelPriceSubscribe_form input[name="HotelPriceSubscribeg__name"] {
    padding-left: 30px !important;
}
@media (min-width: 1200px) {
    .simple_horisontal_menu li a:after {
    border-bottom: 2px solid #1f1f1f;
  }
}
.simple_horisontal_menu li a,
.simple_horisontal_menu li a:hover {
  color: #9e9e9e;
}
.simple_horisontal_menu li:hover a,
.simple_horisontal_menu li.active a,
.simple_horisontal_menu li a.active,
.simple_horisontal_menu li.swiper-slide-active a {
  color: #1f1f1f;
}
.simple_horisontal_menu li:hover a:after,
.simple_horisontal_menu li.active a:after,
.simple_horisontal_menu li a.active:after,
.simple_horisontal_menu li.swiper-slide-active a:after {
  width: 100%;
}
.simple_horisontal_menu.__justify {
  display: table;
  width: 100%;
}
.simple_horisontal_menu.__justify li {
  display: table-cell;
  width: 50%;
}
.simple_horisontal_menu.__justify li a {
  text-align: center;
}
@media (max-width: 1199px) {
  .simple_horisontal_menu.swiper-container {
    border-bottom: none;
  }
}
header#header .has-user_image {
  margin: 6px 0;
}
.has-user_image {
  display: table;
  cursor: pointer;
}
.has-user_image > * {
  display: table-cell;
  vertical-align: middle;
}
.has-user_image > *:not(.user_image) {
  padding-left: 5px;
  padding-right: 5px;
}
.user_image {
  width: 128px;
  display: inline-block;
  cursor: pointer;
}
.user_image .user_image__container {
  border-radius: 50%;
  position: relative;
  background: #ebebeb;
  color: #9e9e9e;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}
.user_image .user_image__container:after {
  content: '';
  display: block;
  clear: both;
  padding-top: 100%;
}
.user_image .user_image__container > div {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.user_image .user_image__container > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}
.user_image .user_image__container .user_image__container__closer {
  position: absolute;
  top: 5%;
  left: auto;
  bottom: auto;
  right: 5%;
  background: white;
  width: 21px;
  height: 21px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  cursor: pointer;
}
.user_image .user_image__container .user_image__container__closer:before,
.user_image .user_image__container .user_image__container__closer:after {
  content: '';
  display: block;
  clear: both;
  border-top: 1px solid #9e9e9e;
  width: 70%;
}
.user_image .user_image__container .user_image__container__closer:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 9px auto 0 auto;
}
.user_image .user_image__container .user_image__container__closer:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: -1px auto 10px auto;
}
.user_image .user_image__label {
  display: block;
  padding: 14px 0;
  text-align: center;
}
.user_image .user_image__label span {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
}
.user_image .user_image__label input {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: transparent;
}
.user_image.__xs {
  width: 25px;
  padding-top:3px;
}
.user_image.__xs .user_image__container {
  font-size: 14px;
}
@media (max-width: 1199px) {
  .user_image:not(.__xs) {
    display: table;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .user_image:not(.__xs) .user_image__container,
  .user_image:not(.__xs) .user_image__label {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
  .user_image:not(.__xs) .user_image__container {
    text-align: right;
  }
  .user_image:not(.__xs) .user_image__label {
    text-align: left;
    padding: 0 14px;
  }
}
.text-normalize {
  text-transform: none !important;
}
.input-group__white {
  background: white;
  max-width: 100%;
}
.input-group__white .input-group-addon {
  background: transparent;
  background-color: transparent;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding-left: 10px;
  padding-right: 10px;
}
.input-group__white .input-group-addon:nth-child(1) {
  border-right: none;
}
.input-group__white .input-group-addon:nth-last-child(1) {
  border-left: none;
  color: #9e9e9e;
}
.input-group__white .form-control {
  padding-left: 10px;
  padding-right: 10px;
}
.input-group__white .form-control:not(:nth-child(1)) {
  border-left: none;
}
.input-group__white .form-control:not(:nth-last-child(1)) {
  border-right: none;
}
@media (max-width: 1199px) {
  .input-group__white .form-control {
    box-shadow: none !important;
  }
}
.travelers_panel__container {
  overflow: hidden;
  padding: 0!important;
}
.travelers_panel__container.swiper-container {
  margin-left: 0 !important;
}
.travelers_panel__next,
.travelers_panel__prew,
.naw-tabs-arrow__next,
.naw-tabs-arrow__prew {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: rgba(31, 31, 31, 0.25);
  border-radius: 50%;
  color: white;
  z-index: 999;
  cursor: pointer;
}
.travelers_panel__next:before,
.travelers_panel__prew:before,
.naw-tabs-arrow__next:before,
.naw-tabs-arrow__prew:before {
  margin: 13px;
  display: block;
}
.travelers_panel__next.swiper-button-disabled,
.travelers_panel__prew.swiper-button-disabled,
.naw-tabs-arrow__next.swiper-button-disabled,
.naw-tabs-arrow__prew.swiper-button-disabled {
  display: none;
}
.travelers_panel__next,
.travelers_panel__prew {
  margin: -20px 0 auto 0;
}
.naw-tabs-arrow__next,
.naw-tabs-arrow__prew {
  margin: -20px 10px auto 10px;
}
.travelers_panel__next,
.naw-tabs-arrow__next {
  right: 0;
}
.travelers_panel__prew,
.naw-tabs-arrow__prew {
  left: 0;
}
.travelers-panel {
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  margin: 7px 0;
  padding: 14px;
  color: #9e9e9e;
  position: relative;
  display: block;
}
.travelers-panel .travelers-panel__title {
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.travelers-panel .travelers-panel__desc {
  margin: 7px 0 0 0;
  font-size: 14px;
}
.travelers-panel .travelers-panel__btns {
  margin: 7px 0 0 0;
}
.travelers-panel .travelers-panel__btns__edit {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #00aeef;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.travelers-panel .travelers-panel__btns__remove {
  float: right;
}
.travelers-panel.active {
  background: rgba(0, 174, 239, 0.1);
  border-color: #00aeef;
}
.travelers-panel.active .travelers-panel__title {
  color: #1f1f1f;
}
.travelers-panel.double {
  padding: 12px 28px;
  margin: 14px 0;
}
.travelers-panel.swiper-slide {
  min-width: 250px;
}
.btn-close,
.btn-add-remove {
  display: inline-block;
  min-width: 1.5em;
  background: transparent;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.btn-close:before,
.btn-add-remove:before,
.btn-close:after,
.btn-add-remove:after {
  content: '';
  display: block;
  clear: both;
  height: 2px;
  background: #cccccc;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 15%;
  bottom: auto;
  right: 15%;
  margin-top: -1px;
  transition: all 0.5s;
}
.btn-close:before,
.btn-add-remove:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-close:after,
.btn-add-remove:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  .btn .dropdown_selected_value {
    text-align: left;
  }
  .btn .btn-select-arrow {
    display: table-cell;
  }
}
.btn-close {
  height: 1em;
  width: 1em;
}
.btn-close:hover:before,
.btn-close:hover:after {
  background: #00aeef;
}
.btn-add-remove {
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  border: 1px solid #cccccc;
  transition: all 0.5s;
}
.btn-add-remove.current,
.btn-add-remove.active:active,
.btn-add-remove.hover:hover,
.btn-add-remove.focus:focus {
  border-color: transparent;
}
.btn-add-remove.current:before,
.btn-add-remove.active:active:before,
.btn-add-remove.hover:hover:before,
.btn-add-remove.focus:focus:before,
.btn-add-remove.current:after,
.btn-add-remove.active:active:after,
.btn-add-remove.hover:hover:after,
.btn-add-remove.focus:focus:after {
  background: #00aeef;
  left: 0;
  right: 0;
  width: 100%;
}
.btn-add-remove.current:before,
.btn-add-remove.active:active:before,
.btn-add-remove.hover:hover:before,
.btn-add-remove.focus:focus:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-add-remove.current:after,
.btn-add-remove.active:active:after,
.btn-add-remove.hover:hover:after,
.btn-add-remove.focus:focus:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 1200px) {
  .btn-fake-group {
    display: table;
    width: 100%;
  }
  .btn-fake-group > .btn {
    display: table-cell;
  }
  .btn-fake-group.__first_btn_is_main > .btn:nth-child(1) {
    width: 99%;
  }
}
.cab_table {
  width: 100%;
}
.cab_table tr th,
.cab_table tr td {
  padding: 15px 24px;
}
.cab_table tr th.cab_table__min_coll,
.cab_table tr td.cab_table__min_coll {
  width: 1%;
  white-space: nowrap;
}
.cab_table thead tr th {
  color: #9e9e9e;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}
.cab_table tbody tr td {
  color: #1f1f1f;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}
.cab_table tbody tr:nth-last-child(1) td {
  border-bottom: none;
}
.cab_table tbody tr.disabled td {
  color: #cccccc;
}
.cab_table tfoot tr td {
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}
.box-lighteen.box-default-2 .cab_table__container {
  margin: 0 -23px;
}
.cab_table-2 {
  color: #1f1f1f;
  width: 100%;
}
.cab_table-2 thead tr td,
.cab_table-2 tbody tr td,
.cab_table-2 tfoot tr td,
.cab_table-2 thead tr th,
.cab_table-2 tbody tr th,
.cab_table-2 tfoot tr th {
  padding: 14px 8px;
}
.cab_table-2 thead tr td,
.cab_table-2 tbody tr td,
.cab_table-2 thead tr th,
.cab_table-2 tbody tr th {
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}
.cab_table-2 thead tr:nth-child(1) td,
.cab_table-2 tbody tr:nth-child(1) td,
.cab_table-2 thead tr:nth-child(1) th,
.cab_table-2 tbody tr:nth-child(1) th {
  border-top: 1px solid rgba(31, 31, 31, 0.1);
}
@media (max-width: 1199px) {
  .cab_table {
    margin-bottom: 12px;
  }
  .cab_table thead tr th,
  .cab_table tbody tr th,
  .cab_table tfoot tr th {
    color: #cccccc;
    font-weight: 400;
    font-size: 14px;
    width: 1%;
    white-space: nowrap;
  }
  .cab_table thead tr th,
  .cab_table tbody tr th,
  .cab_table tfoot tr th,
  .cab_table thead tr td,
  .cab_table tbody tr td,
  .cab_table tfoot tr td {
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
    border-left: 1px solid rgba(31, 31, 31, 0.1);
    padding: 5px 12px;
  }
  .cab_table thead tr th:nth-child(1),
  .cab_table tbody tr th:nth-child(1),
  .cab_table tfoot tr th:nth-child(1),
  .cab_table thead tr td:nth-child(1),
  .cab_table tbody tr td:nth-child(1),
  .cab_table tfoot tr td:nth-child(1) {
    border-left: none;
  }
  .cab_table thead tr th.disabled,
  .cab_table tbody tr th.disabled,
  .cab_table tfoot tr th.disabled,
  .cab_table thead tr td.disabled,
  .cab_table tbody tr td.disabled,
  .cab_table tfoot tr td.disabled {
    color: #cccccc;
  }
  .cab_table thead tr:nth-child(1) th,
  .cab_table tbody tr:nth-child(1) th,
  .cab_table tfoot tr:nth-child(1) th,
  .cab_table thead tr:nth-child(1) td,
  .cab_table tbody tr:nth-child(1) td,
  .cab_table tfoot tr:nth-child(1) td {
    border-top: 1px solid rgba(31, 31, 31, 0.1);
  }
  .cab_table thead tr:nth-last-child(1) td,
  .cab_table tbody tr:nth-last-child(1) td,
  .cab_table tfoot tr:nth-last-child(1) td,
  .cab_table thead tr:nth-last-child(1) th,
  .cab_table tbody tr:nth-last-child(1) th,
  .cab_table tfoot tr:nth-last-child(1) th {
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  }
  .cab_table__container {
    max-width: 100%;
    overflow: auto;
  }
  .box-lighteen.box-default-2 .cab_table__container {
    max-width: calc(100% + 46px);
  }
}
.btn.btn__remove-padding-lr {
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-new.btn_gray_b {
  border: 1px solid #9e9e9e;
  color: #9e9e9e;
}
.icon_in_row {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.icon_in_row > i,
.icon_in_row > span {
  display: inline-block;
}
.icon_in_row > span {
  padding-left: 5px;
}
.new_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.new_modal .new_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(31, 31, 31, 0.5);
}
.new_modal .new_modal__container {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  background: white;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  overflow: auto;
  max-height: 90%;
  margin-top: -100%;
  transition: margin ease 0.5s 0.25s, opacity ease 0.25s 0.25s;
  max-width: 90%;
  padding: 16px 24px;
  width: 360px;
}
.new_modal .new_modal__container hr {
  margin-left: -24px;
  margin-right: -24px;
}
.new_modal .new_modal__container .new_modal__title {
  display: table;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
}
.new_modal .new_modal__container .new_modal__title > span {
  display: table-cell;
}
.new_modal .new_modal__container .new_modal__title > span.new_modal__closer {
  width: 1%;
  min-width: 1em;
}
.new_modal .new_modal__container .new_modal__title > span.new_modal__closer:before,
.new_modal .new_modal__container .new_modal__title > span.new_modal__closer:after {
  top: 12px;
}
.new_modal.new_modal-active .new_modal__container {
  margin-top: 0%;
  opacity: 1;
}
@media (min-width: 1200px) {
  .new_modal.new_modal-xs .new_modal__container {
    padding: 16px 24px;
    width: 416px;
  }
  .new_modal.new_modal-xs .new_modal__container hr {
    margin-left: -24px;
    margin-right: -24px;
  }
  .new_modal.new_modal-sm .new_modal__container {
    padding: 28px 40px;
    width: 552px;
  }
  .new_modal.new_modal-sm .new_modal__container hr {
    margin-left: -40px;
    margin-right: -40px;
  }
  .new_modal.new_modal-md .new_modal__title {
    font-size: 24px;
    font-weight: 500;
  }
  .new_modal.new_modal-md .new_modal__container {
    padding: 54px 96px;
    width: 936px;
  }
  .new_modal.new_modal-md .new_modal__container hr {
    margin: 15px -96px;
  }
  .new_modal.new_modal-lg .new_modal__container {
    padding: 54px 96px;
    width: 90%;
  }
  .new_modal.new_modal-lg .new_modal__container hr {
    margin-left: -96px;
    margin-right: -96px;
  }
}
.btn-padding-square.btn-xs {
  padding: 1px 2px;
}
.btn-padding-square.btn-sm {
  padding: 5px 6px;
}
.btn-padding-square.btn-md {
  padding: 12px 13px;
}
.btn-padding-square.btn-lg {
  padding: 11px 12px;
}
.cards {
  border: none;
}
.card {
  background: white;
  border: 1px solid rgba(31, 31, 31, 0.1);
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.12);
  margin-bottom: 14px!important;
  border-radius: 3px;
}
.card.active:not(.tab-pane) {
  border-color: #00aeef;
  box-shadow: 0 0 4px 0 rgba(0, 174, 239, 0.12), 0 4px 12px 0 rgba(0, 174, 239, 0.24);
}
.card .card_header {
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 400;
  color: #9e9e9e;
}
.card .card_content {
  padding: 3px 7px;
}
.card.card-lg .card_header {
  padding: 3px 7px;
  font-size: 14px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
}
@media (max-width: 1199px) {
  .card.card-lg .card_header._imix {
    padding: 7px 12px;
  }
}
.card.card-lg .card_content {
  padding: 3px 7px;
}
.card.card-lg .card_content > .tour.row {
  margin-left: -7px;
  margin-right: -7px;
}
.card .new_gray {
  margin: 10px 0;
}
.card .stars {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .card:not(.card-lg) .stars.stars-xs .star {
    width: 1.1em;
    height: 1.1em;
    margin: 0 0.1em;
  }
}
@media (min-width: 1200px) {
  .card {
    margin-bottom: 24px!important;
  }
  .card .card_header {
    padding: 7px 16px;
    font-size: 14px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  }
  .card .card_content {
    padding: 7px 16px;
  }
  .card.card-lg .card_header {
    padding: 7px 24px;
  }
  .card.card-lg .card_content {
    padding: 19px 24px;
  }
  .card.card-lg .card_content > .tour.row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.stars.stars-xs .star {
  width: 0.9em;
  height: 0.9em;
  margin: 0 0.03em;
}
.stars.stars-sm .star {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.05em;
}
.stars .star.active.fade-light {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
}
.new_alert {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 14px 15px;
}
.new_alert .new_alert__icon {
  color: #cccccc;
  position: relative;
}
.new_alert .new_alert__icon > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.new_alert.new_alert-danger {
  border-color: #ee2316;
}
.new_alert.new_alert-danger .new_alert__icon {
  color: #ee2316;
}
.table_inline {
  display: table;
  width: 100%;
}
.table_inline > * {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.inputs-fs-x16 .form-control,
.inputs-fs-x16 .dropdown {
  font-size: 16px;
}
.form-control.__type_2 {
  box-shadow: none;
  border-radius: 3px;
  padding: 13px 16px 12px 16px;
  font-size: 16px;
  color: #464646;
  height: 44px;
}
.form-control.__type_2.dropdown-toggle {
  padding-top: 11px;
}
.tour.__active {
  border: 1px solid #00aeef;
}
.tour__image .tour__checkbox {
  position: absolute;
  top: 18px;
  left: 18px;
  bottom: auto;
  right: auto;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}
.tour__image .tour__close {
  position: absolute;
  top: 18px;
  left: auto;
  bottom: auto;
  right: 18px;
  z-index: 2;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  width: 24px;
  height: 24px;
}
.tour__image .tour__close:before,
.tour__image .tour__close:after {
  background: rgba(31, 31, 31, 0.64);
}
.tour__image .tour__close:hover {
  background: white;
}
.tour__image .tour__close:hover:before,
.tour__image .tour__close:hover:after {
  background: #00aeef;
}
.tour__image__container._use_FLEX {
  min-height: 150px;
  max-height: 200px;
}
.tour__image__container._use_FLEX > a {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  right: 15px;
}
.tour__image__container._use_FLEX img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.clear_button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.checkbox.checkbox__invert label {
  padding-left: 0;
  padding-right: 20px;
}
.checkbox.checkbox__invert .ic.ic-checkbox {
  margin: -5.5px 0 -2px 0;
  right: 0;
  top: 50%;
}
@media (max-width: 1199px) {
  .checkbox._fix_xs label {
    padding-left: 0px;
  }
  .checkbox._fix_xs span:nth-last-child(1) {
    display: block;
    padding-left: 22px;
  }
}
.button-removeStyles {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  cursor: pointer;
}
.button-removeStyles._add-hover {
  padding: 7.5px 15px;
  margin: -7.5px -15px;
  width: calc(100% +  30px );
}
.button-removeStyles._add-hover:hover {
  background: rgba(0, 174, 239, 0.1);
}
.local-graybg-xs {
  background: #fcfcfc;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.nav-tab-roundedBlock-xs {
  display: table;
  border-radius: 50px;
  border: 1px solid #00aeef;
  overflow: hidden;
  width: 100%;
}
.nav-tab-roundedBlock-xs > li {
  display: table-cell;
  background: white;
  color: #00aeef;
  float: none;
  width: 33.33333%;
}
.nav-tab-roundedBlock-xs > li.active {
  background: #00aeef;
  color: white;
}
.nav-tab-roundedBlock-xs > li label {
  font-weight: 300;
  display: block;
  white-space: nowrap;
  font-size: 13px;
  padding: 5px 8px;
  margin-bottom: 0;
}
.nav-tab-roundedBlock-xs > li:not(:nth-child(1)) {
  border-left: 1px solid #00aeef;
}
.new_dropdown {
  position: relative;
}
.new_dropdown .new_dropdown__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: auto;
  bottom: auto;
  right: 0;
  background: white;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.24);
  min-width: 150px;
  white-space: nowrap;
  border-radius: 4px;
  z-index: 999;
  text-align: left;
}
.new_dropdown .new_dropdown__menu > li {
  position: relative;
}
.new_dropdown .new_dropdown__menu > li:not(:nth-child(1)) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.new_dropdown .new_dropdown__menu > li > a,
.new_dropdown .new_dropdown__menu > li > span {
  display: block;
  padding: 14px 50px 14px 16px;
}
.new_dropdown .new_dropdown__menu > li > a:not(.c-main),
.new_dropdown .new_dropdown__menu > li > span:not(.c-main) {
  color: #1f1f1f;
}
.new_dropdown .new_dropdown__menu > li a + .badge_sq {
  position: absolute;
  right: 12px;
  top: 12px;
}
.new_dropdown.active .new_dropdown__menu {
  display: block;
}
.badge_sq {
  border-radius: 3px;
  background: #00aeef;
  color: white;
  display: inline;
  padding: 1px 7px 1px 3px;
}
.ic {
    display: inline-block;
    width: 1.22em;
    height: 1.22em
}
@media (max-width: 991px) and (min-width: 620px) {
  .row__FLEX > .col-add-xs-6-sm-6,
  .row > .col-add-xs-6-sm-6 {
    width: 49%;
    float: left;
  }
  .row__FLEX > .col-add-xs-6-sm-6:nth-child(2n+1),
  .row > .col-add-xs-6-sm-6:nth-child(2n+1) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .row-xs {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .row-sm {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .row-md {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 1200px) {
  .row-lg {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.section__main-content {
  padding: 105px 0;
  margin: 0;
}
.section__main-content:not(.__no_gradient) {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.m-0,
.m-0-0-0-0 {
  margin: 0;
}
.has-backgroundImage.has_visible-content {
  overflow: visible;
}
.has-backgroundImage.has_visible-content .backgroundImage {
  overflow: hidden;
}
.has-backgroundImage.has_gradient .backgroundImage:before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0));
}
.mastercard-header-search-box .mastercard-header-search-box__container {
  background: rgba(0, 34, 73, 0.8);
  color: white;
}
.mastercard-header-search-box .mastercard-header-search-box__container.__type-1 {
  border-radius: 0px 3px 3px 3px;
  padding: 11.25px 15px 7.5px 15px;
}
.mastercard-header-search-box .mastercard-header-search-box__container.__type-2 {
  border-radius: 3px 3px 0px 0;
  padding: 5px 15px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mastercard-header-search-box .mastercard-header-search-box__container.__type-3 {
  border-radius: 3px;
  padding: 0 15px;
}
.mastercard-header-search-box .btn-group:not(.btn-group_titles) .btn-select-container:hover {
  background: #effbff;
}
.mastercard-header-search-box .btn-group.btn-group_titles .btn-select-container:hover {
  color: white;
}
.mastercard-header-search-box .search_form_switcher {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
.mastercard-header-search-box .vertical-container-fluid {
  padding-bottom: 0;
  padding-top: 7.5px;
}
.mastercard-header-search-box.open {
  background: rgba(0, 34, 73, 0.8);
}
.mastercard-header-search-box.open .mastercard-header-search-box__container {
  background: transparent;
}
.title-box {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.title-box label {
  display: table-cell;
  float: none;
  width: 1%;
}
.flux_select {
  position: relative;
  white-space: nowrap;
  display: block;
}
.flux_select .flux_select__label {
  display: table;
  cursor: pointer;
}
.flux_select .flux_select__label > i,
.flux_select .flux_select__label > span,
.flux_select .flux_select__label > div {
  display: table-cell;
  padding: 0 7.5px 3.75px 7.5px;
  vertical-align: middle;
}
.flux_select .flux_select__label > i:nth-child(1),
.flux_select .flux_select__label > span:nth-child(1),
.flux_select .flux_select__label > div:nth-child(1) {
  padding-left: 0;
}
.flux_select .flux_select__label > i:last-nth-child(1),
.flux_select .flux_select__label > span:last-nth-child(1),
.flux_select .flux_select__label > div:last-nth-child(1) {
  padding-right: 0;
}
.flux_select .flux_select__label > i {
  min-width: 2em;
}
.flux_select .flux_select__input {
  height: 0px;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: auto;
  right: 0;
  display: block;
  width: 100%;
  color: #1f1f1f;
}
.flux_select .flux_select__value {
  display: inline-block;
}
.flux_select .flux_select__value .btn-select-container {
  position: static;
  padding: 0;
  text-decoration: none!important;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px dashed white;
}
.flux_select .flux_select__value .btn-select-container,
.flux_select .flux_select__value .btn-select-container .btn-select-value {
  color: white;
}
.flux_select .flux_select__value .btn-select-container .btn-select-dropdown {
  color: #1f1f1f;
}
.flux_select .flux_select__value .btn-select-container .btn-select-dropdown li:hover {
  background: rgba(0, 174, 239, 0.1);
}
.flux_select._active .flux_select__input {
  height: auto;
  z-index: 999;
  border: 1px solid #002249;
  border-top: none;
}
.btn-group._has-labels {
  margin-top: 22.5px;
}
.btn-group._has-labels .btn-select-container {
  position: relative;
  margin-top: 22.5px;
}
.btn-group._has-labels .btn-select-container > label {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 100%;
  right: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.btn-group._has-labels .btn-select-container > label.c-white {
  opacity: 0.75;
}
.btn-group._unset_rounds-left > .btn:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group._unset_rounds-right > .btn:last-child:not(:first-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group._fix__btn-select-arrow .btn-select-arrow .ic {
  display: block;
  height: 21px;
}
.penal_block {
  display: table;
}
.penal_block .penal_block__image,
.penal_block .penal_block__text {
  display: table-cell;
  vertical-align: top;
}
.penal_block .penal_block__image {
  width: 200px;
}
.penal_block .penal_block__image img {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.parent-height {
  min-height: 100%;
}
.box-lighteen._rounded {
  border-radius: 3px;
}
.input-group__minimalized {
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: white;
}
.input-group__minimalized .input-group-addon {
  background: transparent;
  border: none;
}
.input-group__minimalized .form-control {
  background: transparent;
  border: none;
}
.small_subscribe_form {
  background: #fffbed;
  border-radius: 3px;
  overflow: hidden;
  padding: 0 15px 15px 15px;
  max-width: 300px;
  margin: 0 auto;
}
.small_subscribe_form:before {
  content: '';
  display: block;
  clear: both;
  height: 10px;
  background-image: linear-gradient(90deg, #f4bb3d 0%, #f4bb3d 19.999%, #f29900 20%, #f29900 39.999%, #cd3045 40%, #cd3045 59.999%, #952020 60%, #952020 79.999%, #00698f 80%, #00698f 100%);
  margin: 0 -15px 15px -15px;
}
.tour__tag.mastercard {
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%22-321.1%20219.5%20202.2%20125.2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cstyle%3E%3C%2Fstyle%3E%3Cpath%20d%3D%22M-192.9%20331.1H-247v-97.2h54.1v97.2z%22%20fill%3D%22%23ff5f00%22%2F%3E%3Cpath%20d%3D%22M-243.5%20282.465c0-19.75%209.25-37.25%2023.625-48.625-10.5-8.25-23.75-13.25-38.25-13.25-34.125%200-61.75%2027.625-61.75%2061.75s27.625%2061.75%2061.75%2061.75c14.375%200%2027.625-5%2038.25-13.25-14.375-11.125-23.625-28.625-23.625-48.375%22%20fill%3D%22%23eb001b%22%2F%3E%3Cpath%20d%3D%22M-119.95%20282.465c0%2034.125-27.625%2061.75-61.75%2061.75-14.375%200-27.625-5-38.25-13.25%2014.375-11.375%2023.625-28.875%2023.625-48.625s-9.25-37.25-23.625-48.625c10.5-8.25%2023.75-13.25%2038.25-13.25%2034%20.125%2061.75%2027.875%2061.75%2062%22%20fill%3D%22%23f79e1b%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent !important;
  background-size: contain !important;
  padding: 3px 12px!important;
}
.hovered_panel {
  padding: 7.5px 15px;
  border: 1px solid rgba(31, 31, 31, 0);
  border-radius: 3px;
}
.hovered_panel.checkbox-inline {
  padding-left: 30px;
}
.hovered_panel.checkbox-inline:hover > label {
  color: #1f1f1f;
}
.hovered_panel:hover {
  border: 1px solid rgba(31, 31, 31, 0.1);
}
.hovered_panel > label {
  margin-bottom: 0;
}
.btn_title {
  display: inline-block;
  border-radius: 3px;
  background: #feefb3;
  padding: 4px 10px;
  line-height: 1.3em;
  position: relative;
  text-align: center;
}
.btn_title:after {
  content: '';
  display: block;
  clear: both;
  border-right: 10px solid #feefb3;
  border-bottom: 10px solid transparent;
}
.btn_title.__left {
  margin-left: 10px;
}
.btn_title.__left:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin-right: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 100%;
}
.btn_title.__right {
  margin-right: 10px;
}
.btn_title.__right:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  left: 100%;
  bottom: auto;
  right: auto;
}
.btn_title.__top {
  margin-top: 10px;
}
.btn_title.__top:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: -5px;
  margin-bottom: -5px;
  position: absolute;
  top: auto;
  left: auto;
  bottom: 100%;
  right: 50%;
}
.btn_title.__bottom {
  margin-bottom: 10px;
}
.btn_title.__bottom:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: -5px;
  margin-top: -5px;
  position: absolute;
  top: 100%;
  left: auto;
  bottom: auto;
  right: 50%;
}
.btn_new_disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}
.catalogue__search .mastercard-header-search-box.open,
.hotel__search .mastercard-header-search-box.open {
  background: #264363 !important;
}
.desktop_view #callback_phone-send-btn {
  height: 35px;
  padding: 0 10px;
}
.desktop_view #callback_phone-send-btn > span {
  font-size: 16px;
}
.own_phone_button {
  position: fixed;
  bottom: 175px;
  right: 76px;
  display: block;
  height: 45px;
  width: 45px;
  margin-bottom: 25px;
  margin-right: 25px;
  z-index: 999990!important;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  transition: all 0.3s ease-in-out;
}
.own_phone_button .own_phone_body {
  height: 48px;
  width: 48px;
  position: absolute;
  left: 70px;
  top: 70px;
  border-radius: 50%;
  background: #00aeef;
  box-shadow: 0 0 0 15px rgba(246, 200, 62, 0);
  cursor: pointer;
  z-index: 999992;
  transition: box-shadow 0.8s ease-in-out;
}
.own_phone_button .own_phone_icon {
  height: 45px;
  width: 45px;
  position: absolute;
  left: 84px;
  top: 83px;
  cursor: pointer;
  z-index: 999993;
  font-size: 20px;
}
.own_phone_button .own_phone_circle2 {
  background: #00aeef;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
}
.own_phone_button.__active {
  height: 150px;
  width: 150px;
  bottom: 70px;
  right: -29px;
}
.own_phone_button.__active .own_phone_circle1 {
  background: #00aeef;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 59px;
  top: 59px;
  z-index: 999991;
  border: 1px solid #00aeef;
  border-radius: 50%;
  -webkit-animation: pulse2 2.5s infinite ease-in-out;
          animation: pulse2 2.5s infinite ease-in-out;
  -webkit-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
}
.own_phone_button.__active .own_phone_fill {
  height: 120px;
  width: 120px;
  background: #00aeef;
  border-radius: 50%;
  position: absolute;
  top: 34px;
  left: 34px;
  -webkit-animation: pulse 2.5s infinite ease-in-out;
          animation: pulse 2.5s infinite ease-in-out;
  z-index: 999992;
}
.own_phone_button a {
  z-index: 99999999994;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 103px;
  right: 11px;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4, 0.4);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4, 0.4);
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.1);
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.InviteFriend header h1,
.InviteFriend header h2,
.InviteFriend header h3 {
  margin-top: 0;
}
.StrongButtonsList {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.StrongButtonsList > li {
  background: transparent;
  padding: 0;
}
.StrongButtonsList > li > button,
.StrongButtonsList > li > a {
  display: block;
  background: transparent;
  border: none;
  margin: 0;
  padding: 7.5px 15px;
  text-align: center;
  cursor: pointer;
}
.StrongButtonsList > li > button > i,
.StrongButtonsList > li > a > i {
  position: relative;
  display: block;
  padding: 30px;
  margin: 0 auto 5px auto;
  background-color: white;
  border-radius: 3px;
  background-size: 32px!important;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  transition: all ease 0.25s;
}
.StrongButtonsList > li > button:hover > i,
.StrongButtonsList > li > a:hover > i {
  top: -2px;
  background-size: 42px!important;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.TourPoints__item {
  color: #9e9e9e;
  display: inline-block;
}
.TourPoints__item + .TourPoints__item {
  margin-left: 15px;
}
.SmallTable {
  position: relative;
}
.SmallTable__container {
  border-radius: 3px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: white;
}
.SmallTable__header {
  padding: 15px 15px 3.75px 15px;
  font-size: 20px;
  font-weight: 500;
}
.SmallTable__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.SmallTable__list__item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 11.25px 15px;
}
.SmallTable__list__item:before {
  content: '';
  display: block;
  clear: both;
  background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%2213%22%20viewBox%3D%220%200%2012%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.65454%2013C3.70908%2013%201.30908%2010.0982%201.30908%206.5C1.30908%202.90179%203.70908%200%206.65454%200C9.59999%200%2012%202.90179%2012%206.5C12%2010.0982%209.59999%2013%206.65454%2013Z%22%20fill%3D%22%23FFD949%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.30909%206.5C1.30909%203.18036%203.36%200.441071%206%200.0464286C5.78182%200.0232143%205.56364%200%205.34545%200C2.4%200%200%202.90179%200%206.5C0%2010.0982%202.4%2013%205.34545%2013C5.56364%2013%205.78182%2012.9768%206%2012.9536C3.36%2012.5589%201.30909%209.81964%201.30909%206.5Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M6.67636%2012.4661C6.48%2012.4661%206.30545%2012.4661%206.13091%2012.4428C6%2012.4196%205.89091%2012.3036%205.91272%2012.1411C5.93454%2012.0018%206.04363%2011.8857%206.19636%2011.9089C6.34909%2011.9321%206.50182%2011.9321%206.65454%2011.9321C6.78545%2011.9321%206.91636%2012.0482%206.91636%2012.1875C6.91636%2012.35%206.80727%2012.4661%206.67636%2012.4661ZM8.11636%2012.1875C8.00727%2012.1875%207.92%2012.1178%207.87636%2012.025C7.83272%2011.8857%207.89818%2011.7464%208.02909%2011.6768C8.18182%2011.6303%208.31273%2011.5607%208.44363%2011.4678C8.57454%2011.3982%208.70545%2011.4446%208.77091%2011.5839C8.83636%2011.7232%208.79273%2011.8625%208.66182%2011.9321C8.50909%2012.025%208.35636%2012.0946%208.18182%2012.1643C8.18182%2012.1643%208.16%2012.1875%208.11636%2012.1875ZM4.75636%2011.9786C4.71272%2011.9786%204.66909%2011.9786%204.64727%2011.9553C4.49454%2011.8625%204.34182%2011.7696%204.18909%2011.6768C4.08%2011.6071%204.03636%2011.4214%204.12363%2011.3053C4.18909%2011.1893%204.36363%2011.1428%204.47272%2011.2357C4.60363%2011.3286%204.73454%2011.4214%204.86545%2011.4911C4.99636%2011.5607%205.04%2011.7232%204.97454%2011.8393C4.93091%2011.9321%204.84363%2011.9786%204.75636%2011.9786ZM9.75273%2011.0268C9.68727%2011.0268%209.62182%2011.0036%209.57818%2010.9571C9.49091%2010.8643%209.46909%2010.6786%209.57818%2010.5857C9.68727%2010.4696%209.79636%2010.3536%209.88363%2010.2143C9.97091%2010.0982%2010.1236%2010.075%2010.2327%2010.1678C10.3418%2010.2607%2010.3636%2010.4232%2010.2764%2010.5393C10.1673%2010.6786%2010.0582%2010.8178%209.92727%2010.9571C9.88363%2011.0036%209.81818%2011.0268%209.75273%2011.0268ZM3.22909%2010.6553C3.16363%2010.6553%203.07636%2010.6321%203.03272%2010.5625C2.92363%2010.4232%202.81454%2010.2839%202.72727%2010.1214C2.64%2010.0053%202.68363%209.84284%202.79272%209.74999C2.90181%209.65713%203.05454%209.70356%203.14181%209.81963C3.22909%209.95891%203.31636%2010.0982%203.42545%2010.2143C3.51272%2010.3303%203.49091%2010.4928%203.38181%2010.5857C3.33818%2010.6321%203.29454%2010.6553%203.22909%2010.6553ZM10.8436%209.30891C10.8%209.30891%2010.7782%209.30891%2010.7345%209.2857C10.6036%209.21606%2010.56%209.07677%2010.6036%208.93749C10.6691%208.77499%2010.7127%208.6357%2010.7782%208.4732C10.8218%208.33391%2010.9527%208.26427%2011.0836%208.3107C11.2145%208.35713%2011.28%208.49641%2011.2364%208.6357C11.1709%208.7982%2011.1273%208.98391%2011.0618%209.14641C11.04%209.23927%2010.9527%209.30891%2010.8436%209.30891ZM2.29091%208.84463C2.18181%208.84463%202.09454%208.77499%202.05091%208.65891C1.98545%208.49641%201.94181%208.3107%201.89818%208.12499C1.85454%207.9857%201.94181%207.84641%202.07272%207.79999C2.20363%207.75356%202.33454%207.84641%202.37818%207.9857C2.42181%208.1482%202.46545%208.3107%202.50909%208.4732C2.55272%208.61249%202.48727%208.75177%202.35636%208.7982C2.33454%208.82141%202.31272%208.84463%202.29091%208.84463ZM11.3236%207.26606C11.3236%207.26606%2011.3018%207.26606%2011.3236%207.26606C11.1709%207.24284%2011.0618%207.12677%2011.0836%206.98749C11.1055%206.82499%2011.1055%206.66249%2011.1055%206.49999C11.1055%206.3607%2011.2145%206.22141%2011.3455%206.22141C11.4764%206.22141%2011.5855%206.33749%2011.5855%206.47677V6.49999C11.5855%206.6857%2011.5855%206.8482%2011.5636%207.03391C11.5636%207.1732%2011.4545%207.26606%2011.3236%207.26606ZM1.96363%206.77856C1.83272%206.77856%201.72363%206.66249%201.72363%206.5232C1.72363%206.33749%201.72363%206.15177%201.74545%205.98927C1.76727%205.84999%201.87636%205.73391%202.00727%205.75713C2.13818%205.78034%202.24727%205.89641%202.22545%206.0357C2.20363%206.1982%202.20363%206.3607%202.20363%206.5232C2.22545%206.63927%202.09454%206.77856%201.96363%206.77856ZM11.1709%205.19999C11.0618%205.19999%2010.9527%205.13034%2010.9309%204.99106C10.8873%204.82856%2010.8436%204.66606%2010.8%204.50356C10.7564%204.36427%2010.8218%204.22499%2010.9527%204.17856C11.0836%204.13213%2011.2145%204.20177%2011.2582%204.34106C11.3236%204.50356%2011.3673%204.68927%2011.4109%204.87499C11.4545%205.01427%2011.3673%205.15356%2011.2364%205.19999C11.1927%205.17677%2011.1709%205.19999%2011.1709%205.19999ZM2.29091%204.71249C2.26909%204.71249%202.24727%204.71249%202.20363%204.68927C2.07272%204.64284%202.00727%204.50356%202.05091%204.36427C2.11636%204.20177%202.16%204.01606%202.24727%203.85356C2.31272%203.71427%202.44363%203.66784%202.57454%203.71427C2.70545%203.78391%202.74909%203.9232%202.70545%204.06249C2.64%204.22499%202.57454%204.36427%202.53091%204.52677C2.48727%204.64284%202.37818%204.71249%202.29091%204.71249ZM10.3636%203.2732C10.2764%203.2732%2010.2109%203.22677%2010.1673%203.15713C10.08%203.01784%209.99273%202.87856%209.88363%202.76249C9.79636%202.64641%209.81818%202.48391%209.92727%202.39106C10.0364%202.2982%2010.1891%202.32141%2010.2764%202.43749C10.3855%202.57677%2010.4945%202.71606%2010.5818%202.87856C10.6691%202.99463%2010.6255%203.15713%2010.5164%203.24999C10.4509%203.2732%2010.4073%203.2732%2010.3636%203.2732ZM3.22909%202.87856C3.16363%202.87856%203.12%202.85534%203.07636%202.80891C2.96727%202.71606%202.94545%202.55356%203.03272%202.43749C3.14181%202.2982%203.25091%202.15891%203.38181%202.01963C3.46909%201.92677%203.64363%201.92677%203.73091%202.01963C3.81818%202.11249%203.81818%202.2982%203.73091%202.39106C3.62182%202.50713%203.51272%202.6232%203.42545%202.76249C3.36%202.83213%203.29454%202.87856%203.22909%202.87856ZM8.96727%201.8107C8.92363%201.8107%208.88%201.78749%208.83636%201.76427C8.70545%201.67141%208.57454%201.60177%208.42182%201.50891C8.29091%201.43927%208.24727%201.27677%208.31273%201.1607C8.37818%201.02141%208.53091%200.974986%208.64%201.04463C8.79273%201.13749%208.94545%201.23034%209.09818%201.3232C9.20727%201.39284%209.25091%201.57856%209.16363%201.69463C9.14182%201.76427%209.05454%201.8107%208.96727%201.8107ZM4.73454%201.55534C4.64727%201.55534%204.56%201.50891%204.51636%201.41606C4.45091%201.27677%204.49454%201.13749%204.62545%201.06784C4.77818%200.974986%204.93091%200.905343%205.10545%200.8357C5.23636%200.789272%205.36727%200.858915%205.43272%200.9982C5.47636%201.13749%205.41091%201.27677%205.28%201.34641C5.12727%201.39284%204.99636%201.46249%204.86545%201.55534C4.82182%201.55534%204.77818%201.55534%204.73454%201.55534ZM7.13454%201.09106H7.11272C6.96%201.06784%206.80727%201.06784%206.65454%201.06784C6.52363%201.06784%206.39272%200.951772%206.39272%200.812486C6.39272%200.6732%206.50182%200.557129%206.63272%200.557129C6.80727%200.557129%206.98182%200.557129%207.13454%200.580343C7.26545%200.603557%207.37454%200.719629%207.35273%200.882129C7.37454%200.9982%207.26545%201.09106%207.13454%201.09106Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.30909%206.73218H0C0%206.89468%200.0218182%207.03396%200.0218182%207.19647H1.33091C1.33091%207.03396%201.30909%206.89468%201.30909%206.73218Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.35273%205.57141H0.0436364C0.0218182%205.73391%200.0218182%205.8732%200%206.0357H1.30909C1.33091%205.8732%201.33091%205.73391%201.35273%205.57141Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.41798%207.89282H0.108887C0.130705%208.05532%200.174341%208.19461%200.217978%208.35711H1.52707C1.48343%208.19461%201.46161%208.05532%201.41798%207.89282Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.72364%209.05359H0.414551C0.480005%209.21609%200.523642%209.35537%200.589096%209.51787H1.89819C1.85455%209.35537%201.7891%209.21609%201.72364%209.05359Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.5925%204.41064H0.283407C0.239771%204.57314%200.196135%204.71243%200.174316%204.87493H1.48341C1.50523%204.71243%201.54886%204.57314%201.5925%204.41064Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.02889%203.25H0.719801C0.654347%203.4125%200.588892%203.55179%200.523438%203.71429H1.83253C1.87616%203.55179%201.94162%203.4125%202.02889%203.25Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.90183%201.85718H1.59274C1.46183%201.99646%201.35274%202.15896%201.24365%202.32146H2.55274C2.66183%202.15896%202.79274%201.99646%202.90183%201.85718Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M4.25432%200.696411H2.94523C2.72705%200.835697%202.50886%200.998197%202.3125%201.1607H3.62159C3.81796%200.998197%204.01432%200.835697%204.25432%200.696411Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.39991%2010.4464H1.09082C1.19991%2010.6089%201.309%2010.7714%201.41809%2010.9107H2.72718C2.61809%2010.7714%202.509%2010.6089%202.39991%2010.4464Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.0293%2011.6072C2.20384%2011.7697%202.37839%2011.9322%202.57475%2012.0715H3.88384C3.68748%2011.9322%203.51293%2011.7697%203.33839%2011.6072H2.0293Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M6.17455%203.69116C5.43273%203.99294%204.75637%203.94652%204.27637%203.85366V5.29294C5.10546%205.45544%205.93455%205.24652%206.63273%204.96794C8.11637%204.4108%209.03273%204.87509%209.33818%204.96794V3.50544C8.72727%203.29651%207.65818%203.06437%206.17455%203.69116Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M4.29834%209.70359H5.80379V8.00895H8.79288V6.61609H4.29834V9.70359Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
  background-size: contain;
  width: 1em;
}
.SmallTable__list__item > b,
.SmallTable__list__item > span {
  display: block;
}
.SmallTable__list__item > b {
  flex: auto;
  padding: 0 11.25px;
}
.SmallTable__list__item > span {
  text-align: right;
}
.SmallTable__list__item:not(.__disabled) > span {
  color: #00aeef;
}
.SmallTable__list__item.__disabled:before {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.SmallTable__list__item.__disabled > span {
  color: #9e9e9e;
}
.SmallTable__lastButton {
  color: #00aeef;
  background: transparent;
  border: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 15px;
}
.SmallTable__lastButton:hover {
  background: #00aeef;
  color: white;
}
.SummaryTable {
  margin-top: 15px;
  margin-bottom: 15px;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}
.referalPage {
  text-align: center;
}
.referalPage__image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.referalPage__header {
  margin: 0 auto 30px auto;
  max-width: 992px;
}
.referalPage__content {
  margin-top: 30px;
}
.iconicText {
  display: flex;
}
.iconicText__item {
  flex: auto;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 0 15px;
}
.iconicText__item > .i,
.iconicText__item .ic,
.iconicText__item .mm {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}
.iconicText__item > p {
  margin-top: 15px;
}
.form-control__siderBadge {
  position: relative;
  top: -37px;
  left: 100%;
  margin-left: 15px;
  height: 0px;
}
.form-control__siderBadge.__error {
  color: #ee2316;
}
.form-control__siderBadge.__success {
  color: #1fc02f;
}
.form-control__siderBadge .ic,
.form-control__siderBadge .mm {
  width: 1em;
  height: 1em;
  position: relative;
  top: 0;
  left: 0.25em;
}
#user_image__container-name + .glyphicon {
  margin-left: 7.5px;
}
/*-----old styles----*/
.fs-x32 {
    font-size: 32px;
}
.fs-x24 {
    font-size: 24px;
}
.fs-x14 {
    font-size: 14px;
}
.f-100 {
    font-weight: 100;
}
.f-400 {
    font-weight: 400;
}
.f-500 {
    font-weight: 500;
}
.text-uppercase {
    text-transform: uppercase;
}
.vertical-break {
    padding-top: 12px;
    clear: both;
}
.c-blue {
    color: #00aeef;
}
.user_image .user_image__label {
    display: block;
    padding: 14px 0;
    text-align: center;
}
.btn.btn-new.btn_blue_b {
    color: #00aeef;
    border: 1px solid #00aeef;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.btn.btn-new {
    font-weight: 400;
    border: none;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn:hover, .btn:active, .btn:focus {
    box-shadow: none;
    outline: none!important;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.c-gray-1 {
    color: #818181;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
	    font-weight: 400;
}
.inputs-fs-x16 .form-control, .inputs-fs-x16 .dropdown {
    font-size: 16px;
}
.form-control {
    box-shadow: none;
    padding: 13px 12px;
    height: 47px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.vcf._\5fhalf {
    padding-top: 6px;
    padding-bottom: 6px;
}

.vcf {
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn.btn-new.btn_blue_g-hor {
    background-image: -webkit-linear-gradient(0deg,#00aeef,#00d7f9);
    background-image: -moz-linear-gradient(0deg,#00aeef,#00d7f9);
    background-image: -ms-linear-gradient(0deg,#00aeef,#00d7f9);
    background-image: -o-linear-gradient(0deg,#00aeef,#00d7f9);
    background-image: linear-gradient(90deg,#00aeef,#00d7f9);
    color: #fff;
}

.iconzedBlock {
    display: flex!important;
    align-items: center;
    white-space: normal;
    padding: 14px!important
}

.iconzedBlock>i,
.iconzedBlock>span,
.iconzedBlock>b,
.iconzedBlock>.iconzedBlock__content {
    display: block
}

.iconzedBlock>i {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    margin-right: 10px
}

.iconzedBlock>i+.iconzedBlock__content,
.iconzedBlock>i+span,
.iconzedBlock>i+b {
    max-width: calc(100% - 32px)
}

.iconzedBlock>i._\5fxl {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
    margin-right: 20px
}

.iconzedBlock>i._\5fxl+.iconzedBlock__content,
.iconzedBlock>i._\5fxl+span,
.iconzedBlock>i._\5fxl+b {
    max-width: calc(100% - 112px)
}

.iconzedBlock>span,
.iconzedBlock>b,
>.iconzedBlock__content {
    flex: auto
}

.iconzedBlock,
.iconzedBlock>b,
.iconzedBlock>span,
.iconzedBlock>.iconzedBlock__content {
    color: #464646
}
.iconzedBlock, .iconzedBlock>b, .iconzedBlock>span, .iconzedBlock>.iconzedBlock__content {
    color: #464646;
}
.burger-menu__content__footer .iconzedBlock {
    padding: 0!important
}

.mm {
    text-align: center
}

.mm._\5finvert {
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .5
}

.mm._\5finline {
    display: inline-block;
    width: 1.1em;
    height: 1.1em
}

.mm.mastercard,
.mm.m {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%22-321.1%20219.5%20202.2%20125.2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cstyle%3E%3C%2Fstyle%3E%3Cpath%20d%3D%22M-192.9%20331.1H-247v-97.2h54.1v97.2z%22%20fill%3D%22%23ff5f00%22%2F%3E%3Cpath%20d%3D%22M-243.5%20282.465c0-19.75%209.25-37.25%2023.625-48.625-10.5-8.25-23.75-13.25-38.25-13.25-34.125%200-61.75%2027.625-61.75%2061.75s27.625%2061.75%2061.75%2061.75c14.375%200%2027.625-5%2038.25-13.25-14.375-11.125-23.625-28.625-23.625-48.375%22%20fill%3D%22%23eb001b%22%2F%3E%3Cpath%20d%3D%22M-119.95%20282.465c0%2034.125-27.625%2061.75-61.75%2061.75-14.375%200-27.625-5-38.25-13.25%2014.375-11.375%2023.625-28.875%2023.625-48.625s-9.25-37.25-23.625-48.625c10.5-8.25%2023.75-13.25%2038.25-13.25%2034%20.125%2061.75%2027.875%2061.75%2062%22%20fill%3D%22%23f79e1b%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain;
    color: #fff
}

.mm.d {
    background: #ee2316;
    color: #fff;
    border-radius: 3px;
    padding: 2.4px 6px
}

.mm.finger_up,
.mm.p {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222.629%22%20height%3D%222.619%22%20viewBox%3D%220%200%200.696%200.693%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.208.309v.307L.272.64C.299.65.33.662.361.67a.591.591%200%200%200%20.178.023.12.12%200%200%200%20.05-.012.101.101%200%200%200%20.033-.026.08.08%200%200%200%20.02-.05V.6A.098.098%200%200%201%20.653.565l.01-.02a.066.066%200%200%200%20.005-.02V.5c0-.008%200-.015.002-.024L.677.454.678.45.685.432C.687.425.69.42.69.414A.051.051%200%200%200%20.685.4V.399A.054.054%200%200%201%20.68.383C.681.379.683.375.685.37V.368A.127.127%200%200%200%20.695.342a.1.1%200%200%200%200-.033.09.09%200%200%200-.012-.033A.088.088%200%200%200%20.656.25.085.085%200%200%200%20.614.238a.89.89%200%200%200-.05-.002H.538A.116.116%200%200%201%20.503.23C.498.229.498.227.503.22L.504.213V.212A.175.175%200%200%200%20.53.139a.24.24%200%200%200%200-.052.114.114%200%200%200-.012-.045A.075.075%200%200%200%20.483.01.112.112%200%200%200%20.432%200C.416%200%20.405.007.398.018a.136.136%200%200%200-.015.05v.004A.249.249%200%200%201%20.36.145a.438.438%200%200%201-.117.142C.23.297.22.303.208.309zM.186.634V.292H0v.342z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.finger_down,
.mm.pm {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222.629%22%20height%3D%222.619%22%20viewBox%3D%220%200%200.696%200.693%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.208.384V.077L.272.053A.591.591%200%200%201%20.539%200a.12.12%200%200%201%20.05.01.101.101%200%200%201%20.033.027.08.08%200%200%201%20.02.05v.005a.098.098%200%200%200%20.011.035l.01.02a.066.066%200%200%201%20.005.02v.025c0%20.008%200%20.015.002.024l.007.022.001.003.007.019C.687.268.69.273.69.279c0%20.005-.002.01-.004.015v.001A.054.054%200%200%200%20.68.31c0%20.004.002.008.004.013v.002a.127.127%200%200%201%20.009.026.1.1%200%200%201%200%20.033.09.09%200%200%201-.012.033.088.088%200%200%201-.026.026.085.085%200%200%201-.042.012.89.89%200%200%201-.05.002H.538a.116.116%200%200%200-.035.005C.498.464.498.466.503.473L.504.48V.48A.175.175%200%200%201%20.53.554a.24.24%200%200%201%200%20.052.114.114%200%200%201-.012.045.075.075%200%200%201-.034.032.112.112%200%200%201-.051.01C.416.693.405.686.398.675a.136.136%200%200%201-.015-.05V.622A.249.249%200%200%200%20.36.548.438.438%200%200%200%20.244.406C.23.396.22.39.208.384zM.186.059v.342H0V.059z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.check,
.mm.r {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.203%22%20height%3D%222.513%22%20viewBox%3D%220%200%200.848%200.665%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke-width%3D%22.265%22%20data-name%3D%22Badge%20Recommended%22%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%3E%3Cpath%20d%3D%22M.772.11L.277.615.051.384l.058-.06.169.172L.714.05l.058.06z%22%20stroke-width%3D%22.0701137%22%2F%3E%3Cpath%20d%3D%22M.772.11L.277.615.051.384l.058-.06.169.172L.714.05l.058.06z%22%20stroke-width%3D%22.0701137%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.check_b,
.mm.r_b {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-42%20165.9%20510%20510%22%3E%3Cpath%20d%3D%22M213%20165.9c-140.3%200-255%20114.8-255%20255s114.8%20255%20255%20255%20255-114.8%20255-255-114.7-255-255-255zm-51%20382.5L34.5%20420.9l35.7-35.7L162%20477l193.8-193.8%2035.7%2035.7L162%20548.4z%22%20fill%3D%22%236e6e6e%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.check_g,
.mm.r_g {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-284%20407.9%2026%2026%22%3E%3Cpath%20d%3D%22M-283.7%20421.9c-.2-.2-.3-.5-.3-.7s.1-.5.3-.7l1.4-1.4c.4-.4%201-.4%201.4%200l.1.1%205.5%205.9c.2.2.5.2.7%200l13.5-13.9c.4-.4%201-.4%201.4%200l1.4%201.4c.4.4.4%201%200%201.4l-16%2016.6c-.2.2-.4.3-.7.3s-.5-.1-.7-.3l-7.8-8.4-.2-.3z%22%20fill%3D%22%231fc02f%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.best,
.mm.b {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222.321%22%20height%3D%222.295%22%20viewBox%3D%220%200%200.614%200.607%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.267.158q0%20.035-.008.063Q.25.25.235.27.218.29.192.301.167.31.132.31q-.039%200-.064-.01Q.043.289.028.27.012.25.006.222%200%20.195%200%20.162T.008.1Q.015.072.03.052.048.032.073.02.099.008.135.008.175.008.2.02q.026.013.04.033.015.02.02.048.007.027.007.057zM.179.16q0-.025-.003-.042T.168.091Q.163.081.154.076.144.07.133.07q-.011%200-.02.005Q.105.08.1.09.093.1.09.118.088.134.088.158q0%20.028.003.046.003.017.01.028.005.01.013.013.009.004.02.004.013%200%20.021-.005Q.164.239.17.228.174.218.176.201.18.184.18.16zm.435.285q0%20.035-.008.063Q.598.537.582.557.565.577.54.59q-.026.01-.061.01Q.44.6.415.59.39.577.375.558.36.538.354.51.347.483.347.45T.355.387Q.362.36.378.34.395.32.42.308.446.297.482.297q.04%200%20.065.012.026.012.04.032t.021.048q.006.027.006.057zM.526.449q0-.025-.003-.042T.515.38Q.51.37.501.364.492.359.48.359q-.011%200-.02.005Q.452.368.446.379.441.389.438.406t-.003.04q0%20.028.004.046.003.017.008.028.006.01.015.013.008.004.02.004t.02-.005Q.513.527.517.516.521.506.524.489.526.472.526.449zm-.38.14l-.01.008Q.134.601.127.603.12.606.111.606L.09.607.066.606Q.057.604.053.6.05.597.05.592.051.587.056.581l.41-.563L.476.01l.01-.006L.5.001.522%200q.015%200%20.023.002.01.002.013.005.004.004.003.009%200%20.004-.005.01z%22%20stroke-width%3D%22.023%22%20fill%3D%22%23fff%22%20aria-label%3D%22%25%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.fire,
.mm.h {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222.439%22%20height%3D%222.913%22%20viewBox%3D%220%200%200.645%200.771%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.129.77A.33.33%200%200%201%20.193.481a.337.337%200%200%200%200%20.193C.26.746.323.776.42.77A.298.298%200%200%200%20.612.61a.334.334%200%200%200%200-.29C.6.4.55.47.483.482A.412.412%200%200%200%20.258%200C.259.189.013.31%200%20.48A.322.322%200%200%200%20.13.77z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.clock,
.mm.e {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.193%22%20height%3D%222.992%22%20viewBox%3D%220%200%200.845%200.792%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23fff%22%20stroke-width%3D%22.07%22%3E%3Cpath%20d%3D%22M.425.11a.346.346%200%200%200-.192.057.344.344%200%200%200-.128.154.342.342%200%200%200%20.074.375.346.346%200%200%200%20.376.075A.344.344%200%200%200%20.71.644a.343.343%200%200%200%20.058-.19.342.342%200%200%200-.1-.243A.345.345%200%200%200%20.425.11zm.17.382l-.138.03A.05.05%200%200%201%20.412.507L.254.351A.04.04%200%200%201%20.297.286C.302.288.307.29.31.295L.457.44.578.415a.04.04%200%200%201%20.047.03.04.04%200%200%201-.03.048zM.291.05A.002.002%200%200%200%20.293.048a.003.003%200%200%200%200-.003A.179.179%200%200%200%20.18.007.183.183%200%200%200%20.029.09a.181.181%200%200%200-.013.173.004.004%200%200%200%20.004.002.005.005%200%200%200%20.004-.002.398.398%200%200%201%20.11-.137A.4.4%200%200%201%20.29.05zM.664%200a.18.18%200%200%200-.107.035.005.005%200%200%200-.002.005.004.004%200%200%200%20.003.003.4.4%200%200%201%20.264.214.004.004%200%200%200%20.003.002.003.003%200%200%200%20.003-.002A.18.18%200%200%200%20.75.022a.183.183%200%200%200-.087-.023z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.fav_a {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226.144%22%20height%3D%225.797%22%20viewBox%3D%220%200%201.626%201.534%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.81%201.48a.027.027%200%200%200%20.02-.007c.024-.022.609-.554.692-.777C1.59.513%201.586.319%201.49.22S1.265.033%201.095.055a.384.384%200%200%200-.285.16.384.384%200%200%200-.285-.16C.355.033.226.121.13.22.034.32.03.513.098.696c.083.223.668.755.693.777a.027.027%200%200%200%20.02.007z%22%20fill%3D%22%23fff%22%20fill-opacity%3D%22.432%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.106%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.fav_a.active,
.mm.fav_b {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226.144%22%20height%3D%225.797%22%20viewBox%3D%220%200%201.626%201.534%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.81%201.48a.027.027%200%200%200%20.02-.007c.024-.022.609-.554.692-.777C1.59.513%201.586.319%201.49.22S1.265.033%201.095.055a.384.384%200%200%200-.285.16.384.384%200%200%200-.285-.16C.355.033.226.121.13.22.034.32.03.513.098.696c.083.223.668.755.693.777a.027.027%200%200%200%20.02.007z%22%20fill%3D%22%23ee2316%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.106%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.a_left {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.704%22%20height%3D%226.35%22%20viewBox%3D%220%200%200.98%201.68%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.98%200v.105L.218.84l.762.735v.105H.871L0%20.84.87%200z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.a_right {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.704%22%20height%3D%226.35%22%20viewBox%3D%220%200%200.98%201.68%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200v.105L.762.84%200%201.575v.105h.109L.98.84.11%200z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.star_a {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-275%20276%2016.9%2016.9%22%3E%3Cpath%20d%3D%22M-266.6%20276l-2.4%205.9-6.1.5%204.6%204.2-1.4%206.3%205.3-3.3%205.3%203.3-1.4-6.3%204.6-4.2-6.1-.5-2.4-5.9z%22%20fill%3D%22%23ffb500%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.star_b {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-275%20276%2016.9%2016.9%22%3E%3Cpath%20d%3D%22M-271.9%20292.9l1.4-6.3-4.6-4.2%206.1-.5%202.4-5.9%202.4%205.9%206.1.5-4.6%204.2%201.4%206.3-5.3-3.3-5.3%203.3zm5.3-4.5l3.8%202.4-1-4.5%203.4-3.1-4.5-.4-1.7-4.2-1.7%204.2-4.5.4%203.4%203.1-1%204.5%203.8-2.4z%22%20fill%3D%22%23d0d0d0%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.pageup {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-193%20317.7%20207.2%20207.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%2300aeef%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-24.6%20349.2h-129.5c-5%200-9%204-9%209s4%209%209%209h129.5c5%200%209-4%209-9s-4.1-9-9-9zM-83.1%20385.3c-3.5-3.5-9.2-3.5-12.7%200l-40.3%2040.3c-3.5%203.5-3.5%209.2%200%2012.7s9.2%203.5%2012.7%200l25-25v71c0%205%204%209%209%209s9-4%209-9v-71l25%2025c1.8%201.8%204.1%202.6%206.4%202.6s4.6-.9%206.4-2.6c3.5-3.5%203.5-9.2%200-12.7l-40.5-40.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.phonecall {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-290%20413.9%2014%2014%22%3E%3Cpath%20d%3D%22M-284.1%20422c1.4%201.4%203%202.7%203.6%202.1.9-.9%201.5-1.7%203.5-.1%202%201.6.5%202.7-.4%203.6-1%201-4.8.1-8.5-3.7-3.7-3.7-4.7-7.5-3.7-8.5.9-.9%201.9-2.4%203.6-.4%201.6%202%20.8%202.6-.1%203.5-.7.5.6%202.1%202%203.5%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.jet_a {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.74%22%20height%3D%223.74%22%20viewBox%3D%220%200%200.989%200.989%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.743.95L.852.895.743.351.961.188a.561.561%200%200%200%200-.164.561.561%200%200%200-.164%200L.634.242.09.133l-.055.11.381.162-.163.218H.09L.035.678l.163.109.11.163.054-.055V.732L.58.57z%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%22.045%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.jet_b {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.705%22%20height%3D%223.707%22%20viewBox%3D%220%200%200.98%200.981%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.723.33l.038.16A.217.217%200%200%200%20.67.51C.668.513.664.512.663.51L.61.449.594.43zm.034.607C.652.937.572.851.572.737c0-.118.082-.202.184-.202.107%200%20.184.087.185.202%200%20.113-.08.2-.184.2zm.07-.263L.714.795.702.78.671.746C.661.735.648.734.64.744.632.753.633.766.643.777l.055.06c.013.014.023.014.035%200l.1-.107L.87.687c.01-.01.01-.023.002-.033C.865.645.853.646.843.655zM.13.224L.144.23l.217.08c.008.003.014.008.016.017C.38.336.375.344.368.35L.243.473C.23.486.219.488.203.48.164.46.12.443.079.424c-.003%200-.009-.002-.01%200C.06.432.053.44.047.448l.006.009.07.098C.136.569.136.578.124.591a.019.019%200%200%200-.004.024C.125.625.13.627.14.623L.16.616A2.405%202.405%200%200%200%20.563.397%201.475%201.475%200%200%200%20.74.257C.78.219.82.18.858.14a.21.21%200%200%200%20.04-.062C.909.056.909.053.887.048a.264.264%200%200%200-.13.009.478.478%200%200%200-.183.109.044.044%200%200%201-.031.012h-.36c-.004%200-.009%200-.011.002L.13.224zM.63.535L.558.453.496.492a2.485%202.485%200%200%201-.338.172.057.057%200%200%201-.065-.015.065.065%200%200%201-.01-.07C.084.573.082.569.08.564L.01.466C-.004.449-.003.44.01.426L.05.382C.058.372.065.372.077.376l.135.06H.22L.315.342.317.339.267.32.094.256C.072.248.068.232.083.215.104.193.124.173.142.15A.043.043%200%200%201%20.178.133c.063.001.125%200%20.188%200l.168.001a.03.03%200%200%200%20.02-.008.5.5%200%200%201%20.197-.113.274.274%200%200%201%20.165.002c.022.009.03.023.025.049a.206.206%200%200%201-.054.107C.847.213.806.252.765.292.76.297.758.302.76.31l.042.178C.804.494.807.497.813.5a.252.252%200%200%201%20.039.457C.742%201.016.608.963.554.84A.255.255%200%200%201%20.621.543l.01-.008z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23707070%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.moon {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.693%22%20height%3D%223.694%22%20viewBox%3D%220%200%200.977%200.977%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.666.89a.458.458%200%200%201-.32%200A.454.454%200%200%201%20.073.35.453.453%200%200%201%20.269.087a.515.515%200%200%200%20.132.487.515.515%200%200%200%20.488.133.45.45%200%200%201-.223.183zM.941.628A.457.457%200%200%201%20.444.535L.443.533A.457.457%200%200%201%20.348.034C.36.008.325-.007.306.001A.508.508%200%200%200%20.033.65c.046.118.136.219.251.275A.508.508%200%200%200%20.974.67C.983.65.968.616.94.628z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23707070%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%22.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.food___old {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.855%22%20height%3D%223.59%22%20viewBox%3D%220%200%201.02%200.95%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cmask%20id%3D%22a%22%20x%3D%22-1%22%20y%3D%22-1%22%20width%3D%2216%22%20height%3D%2215%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cpath%20d%3D%22M-1-1h16v15H-1z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M.185.002a.183.183%200%200%200-.13.055A.194.194%200%200%200%200%20.192v1.051c0%20.323.19.598.463.71v1.2c0%20.076.03.15.082.203a.273.273%200%200%200%20.392%200%20.291.291%200%200%200%20.082-.203v-1.2a.764.764%200%200%200%20.463-.71V.193a.194.194%200%200%200-.055-.135.183.183%200%200%200-.13-.057.183.183%200%200%200-.132.056.194.194%200%200%200-.054.135v.764a.097.097%200%200%201-.027.068.091.091%200%200%201-.13%200A.097.097%200%200%201%20.925.956V.193A.194.194%200%200%200%20.872.058.183.183%200%200%200%20.74%200%20.183.183%200%200%200%20.61.057a.194.194%200%200%200-.054.135v.764a.097.097%200%200%201-.028.068.091.091%200%200%201-.13%200A.097.097%200%200%201%20.37.956V.193A.194.194%200%200%200%20.316.058.183.183%200%200%200%20.186%200zm3.127%200c-.025%200-.049.017-.07.03l-.65.4v.716h-.74v.382h.185l.185%201.91h1.112l.185-1.91h.185v-.382h-.74V.64l.462-.287C3.52.3%203.543.193%203.49.097a.177.177%200%200%200-.178-.095z%22%20stroke-width%3D%22.265%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(.02%20.02)%20scale(.26458)%22%20fill%3D%22none%22%20mask%3D%22url(%23a)%22%20stroke-width%3D%22.151%22%20data-name%3D%22Vector%22%3E%3Cpath%20d%3D%22M.185.002a.183.183%200%200%200-.13.055A.194.194%200%200%200%200%20.192v1.051c0%20.323.19.598.463.71v1.2c0%20.076.03.15.082.203a.273.273%200%200%200%20.392%200%20.291.291%200%200%200%20.082-.203v-1.2a.764.764%200%200%200%20.463-.71V.193a.194.194%200%200%200-.055-.135.183.183%200%200%200-.13-.057.183.183%200%200%200-.132.056.194.194%200%200%200-.054.135v.764a.097.097%200%200%201-.027.068.091.091%200%200%201-.13%200A.097.097%200%200%201%20.925.956V.193A.194.194%200%200%200%20.872.058.183.183%200%200%200%20.74%200%20.183.183%200%200%200%20.61.057a.194.194%200%200%200-.054.135v.764a.097.097%200%200%201-.028.068.091.091%200%200%201-.13%200A.097.097%200%200%201%20.37.956V.193A.194.194%200%200%200%20.316.058.183.183%200%200%200%20.186%200zm3.127%200c-.025%200-.049.017-.07.03l-.65.4v.716h-.74v.382h.185l.185%201.91h1.112l.185-1.91h.185v-.382h-.74V.64l.462-.287C3.52.3%203.543.193%203.49.097a.177.177%200%200%200-.178-.095z%22%20stroke%3D%22%23707070%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.food {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-41%20164.9%20512%20512%22%3E%3Cpath%20d%3D%22M421.7%20661.5H251.9l-24.4-252.7H202V332h97.4v-88.9l91.5-56.6c4.3-2.7%209.1-5.7%2015.1-6%2014.1-1.5%2028.2%205.9%2035.7%2019.3%2010.6%2019%204.9%2041.2-13.1%2051.7l-54.4%2033.9v46.8h97.4v76.7H446l-24.3%20252.6zm-146.1-26.3H398l24.4-252.7h23.2v-24.2h-97.4v-87.6l67.1-41.7c7.2-4.2%206.6-11.1%203.8-16.3-2.4-4.3-6.3-6.5-10.3-6l-4.3%202.3-78.9%2048.9v100.5H228v24.3h23.1l24.5%20252.5zM68.8%20661.5c-13.1%200-26-5.5-35.2-15.1-9.3-9.6-14.4-22.3-14.4-35.9V460.2c-37.3-19.2-60.9-58.4-60.9-102.4v-139c0-10%203.8-19.6%2010.7-26.9%207-7.3%2016.7-11.4%2026.6-11.4%2010%200%2019.7%204.2%2026.7%2011.5%205%205.2%208.4%2011.7%209.9%2018.6%201.5-7%204.9-13.4%209.9-18.7%207-7.2%2016.7-11.4%2026.6-11.4%2010.1.1%2019.8%204.2%2026.7%2011.5%205%205.2%208.4%2011.7%209.9%2018.6%201.5-7%204.9-13.4%209.9-18.7%207-7.2%2016.7-11.4%2026.6-11.4%2010.1.1%2019.8%204.2%2026.7%2011.5%206.9%207.3%2010.8%2016.8%2010.7%2027v138.9c0%2044-23.6%2083.2-60.9%20102.4v150.3c.1%2013.4-5%2026.2-14.4%2035.9-9.1%209.5-21.9%2015-35.1%2015zm-73-454.8c-3%200-5.8%201.3-7.9%203.4-2.2%202.3-3.4%205.4-3.4%208.7v139c0%2036.4%2020.7%2068.5%2052.8%2081.9l8.1%203.4v167.4c0%206.6%202.5%2013.1%207%2017.7%208.7%209.1%2024.3%209.1%2032.9%200%204.6-4.8%207.1-11%207-17.6V443l8.1-3.4c32.1-13.3%2052.8-45.5%2052.8-81.9V218.9c0-3.3-1.2-6.4-3.5-8.8-4.1-4.3-11.4-4.4-15.7%200-2.2%202.3-3.5%205.4-3.5%208.7v101.1c0%206.8-2.6%2013.2-7.2%2018-4.7%204.9-11%207.6-17.7%207.7-6.4.9-13-2.5-17.8-7.2-5.2-5.4-7.7-11.8-7.7-18.5v-101c0-3.3-1.2-6.4-3.5-8.8-4-4.3-11.5-4.4-15.7%200-2.2%202.3-3.5%205.4-3.5%208.7v101.1c0%206.8-2.6%2013.2-7.2%2018-4.7%204.9-11%207.6-17.7%207.7-6.8.9-13-2.5-17.8-7.2C9.5%20333%207%20326.6%207%20319.9v-101c0-3.3-1.2-6.4-3.5-8.8-2-2.1-4.8-3.4-7.7-3.4z%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.user {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.643%22%20height%3D%223.643%22%20viewBox%3D%220%200%200.964%200.964%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.512.58c-.184%200-.49.082-.49.245v.123h.919V.825C.94.662.635.58.512.58zm0-.061a.245.245%200%201%200%200-.49.245.245%200%200%200-.245.245c0%20.135.11.245.245.245z%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%22.045%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.bed {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%223.171%22%20height%3D%223.705%22%20viewBox%3D%220%200%200.839%200.98%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.289.37h.038C.355.37.372.353.372.328.372.305.352.285.328.284a2.48%202.48%200%200%200-.08%200%20.043.043%200%200%200-.043.044C.205.352.224.37.25.37h.04zm.261%200h.042a.041.041%200%200%200%20.04-.03C.64.312.62.285.59.284a2.823%202.823%200%200%200-.08%200%20.043.043%200%200%200-.042.044.042.042%200%200%200%20.042.042H.55zM.698.108A.044.044%200%200%200%20.66.058a.763.763%200%200%200-.085-.01A2.57%202.57%200%200%200%20.25.052a.655.655%200%200%200-.076.01.042.042%200%200%200-.032.047h.557zm-.534.2L.166.303A.084.084%200%200%201%20.25.243h.078c.038%200%20.068.022.08.058.002.006.005.008.01.008.006%200%20.01%200%20.013-.008A.084.084%200%200%201%20.51.243h.082c.034.001.059.018.074.048a.139.139%200%200%201%20.007.017H.7V.15H.14v.158zM.042.857h.755V.73H.042zM.048.685h.743V.681L.71.373C.704.35.704.35.68.35.673.35.67.352.668.358A.082.082%200%200%201%20.59.41H.511A.08.08%200%200%201%20.433.358C.43.35.425.35.42.35.412.35.409.352.406.358A.08.08%200%200%201%20.33.41H.247A.076.076%200%200%201%20.176.366C.169.35.16.348.147.349.138.35.135.352.133.36l-.05.19zM.765.9v.064c0%20.014-.01.022-.023.021C.731.983.724.975.724.963V.899H.117v.063c0%20.01-.003.017-.013.021C.09.988.077.979.077.964V.898h-.05C.007.898%200%20.892%200%20.872V.71c0-.012.004-.024.007-.036C.038.562.068.45.096.337.098.331.098.325.098.32V.111c0-.047.026-.08.072-.089A2.16%202.16%200%200%201%20.672.02c.044.007.07.042.07.087v.205c0%20.025.008.047.014.07l.083.323a.06.06%200%200%201%200%20.011v.156c0%20.02-.005.026-.026.026H.767L.764.9z%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23707070%22%20fill-rule%3D%22evenodd%22%20stroke-width%3D%22.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.route {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2258.986%22%20height%3D%2260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%23707070%22%3E%3Cpath%20d%3D%22M34.986%2024h2a1%201%200%201%200%200-2h-2a1%201%200%201%200%200%202zM31.488%2031a3.517%203.517%200%200%201-1.252-.23%201.004%201.004%200%200%200-1.291.578%201.002%201.002%200%200%200%20.578%201.291c.626.238%201.285.36%201.963.361h.357a1%201%200%201%200%200-2zM29.114%2024.676a1%201%200%200%200%20.528-.151%203.451%203.451%200%200%201%201.454-.503%201.001%201.001%200%200%200-.219-1.989%205.423%205.423%200%200%200-2.294.794%201%201%200%200%200%20.531%201.849zM35.486%2040c-.086%200-.171.002-.256.006a1%201%200%200%200%20.04%201.999l.042-.001L37.271%2042a1%201%200%201%200%200-2zM42.986%2024a1%201%200%201%200%200-2h-2a1%201%200%201%200%200%202zM47.271%2040a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2zM50.844%2032a1%201%200%200%200-1-1h-2a1%201%200%201%200%200%202h2a1%201%200%200%200%201-1zM41.271%2042h2a1%201%200%201%200%200-2h-2a1%201%200%201%200%200%202zM44.844%2032a1%201%200%200%200-1-1h-2a1%201%200%201%200%200%202h2a1%201%200%200%200%201-1zM35.844%2031a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2zM23.557%2058h-2a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2zM17.557%2058h-2a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2zM52.097%2054.517a1%201%200%200%200-1.195.756%203.47%203.47%200%200%201-.663%201.392%201%201%200%201%200%201.572%201.236%205.51%205.51%200%200%200%201.042-2.188%201%201%200%200%200-.756-1.196zM51.024%2052.719a1%201%200%200%200%20.785-1.618%205.543%205.543%200%200%200-1.879-1.528%201%201%200%201%200-.891%201.791c.463.229.877.566%201.197.974.198.25.491.381.788.381zM46.558%2050a1%201%200%200%200-1-1h-2a1%201%200%201%200%200%202h2a1%201%200%200%200%201-1zM47.486%2058h-1.93a1%201%200%201%200%200%202l1.971-.001.029-1v1c.553%200%20.965-.447.965-1%200-.552-.482-.999-1.035-.999zM58.919%2035.632a1%201%200%201%200-1.975.317%203.502%203.502%200%200%201-.1%201.54%201%201%200%201%200%201.92.562%205.51%205.51%200%200%200%20.155-2.419zM27.522%2029.855c.524-.173.81-.738.638-1.263a3.494%203.494%200%200%201-.146-1.537%201%201%200%200%200-.867-1.117.995.995%200%200%200-1.117.867%205.504%205.504%200%200%200%20.229%202.412%201.001%201.001%200%200%200%201.263.638zM56.239%2031.738a5.438%205.438%200%200%200-2.317-.722%201%201%200%201%200-.156%201.994%203.443%203.443%200%200%201%201.47.458%201%201%200%200%200%201.003-1.73zM54.838%2039.729c-.429.18-.883.271-1.352.271h-.215a1%201%200%201%200%200%202h.215a5.46%205.46%200%200%200%202.125-.427%201%201%200%201%200-.773-1.844zM32.048%2044.839c.099-.514.307-.989.619-1.413a1%201%200%200%200-1.611-1.185%205.48%205.48%200%200%200-.973%202.222%201.001%201.001%200%200%200%201.965.376zM33.615%2050.594a1%201%200%200%200%20.417-1.909%203.538%203.538%200%200%201-1.228-.936%201%201%200%201%200-1.531%201.287%205.538%205.538%200%200%200%201.927%201.467c.135.061.276.091.415.091zM29.557%2058h-2a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2zM35.557%2058h-2a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2zM40.558%2050a1%201%200%200%200-1-1h-2a1%201%200%201%200%200%202h2a1%201%200%200%200%201-1zM41.557%2058h-2a1%201%200%201%200%200%202h2a1%201%200%201%200%200-2zM20.514%2028.977C18.243%2026.412%2015.215%2025%2011.986%2025s-6.257%201.412-8.527%203.977c-4.612%205.211-4.612%2013.688%200%2018.899l8.527%209.633%208.527-9.633c4.613-5.211%204.613-13.688.001-18.899zM11.986%2043c-3.309%200-6-2.691-6-6s2.691-6%206-6%206%202.691%206%206-2.691%206-6%206zM48.24%2024.507l6.464-7.286c3.478-3.92%203.478-10.296%200-14.216C52.984%201.067%2050.688%200%2048.239%200c-2.448%200-4.744%201.067-6.464%203.005-3.477%203.92-3.477%2010.296%200%2014.216zM48.486%204c3.032%200%205.5%202.468%205.5%205.5s-2.468%205.5-5.5%205.5-5.5-2.468-5.5-5.5%202.468-5.5%205.5-5.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.bus {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2276.334%22%20height%3D%2271.562%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.386%2019.081h2.386v14.312H2.386A2.381%202.381%200%200%201%200%2031.008v-9.542a2.388%202.388%200%200%201%202.386-2.385zm71.562%200H71.56v14.312h2.388a2.382%202.382%200%200%200%202.386-2.385v-9.542a2.387%202.387%200%200%200-2.386-2.385zm-7.156-4.769v42.937a4.767%204.767%200%200%201-4.771%204.771v4.771a4.766%204.766%200%200%201-4.771%204.771h-4.772a4.77%204.77%200%200%201-4.771-4.771V62.02H28.626v4.771a4.767%204.767%200%200%201-4.771%204.771h-4.769a4.77%204.77%200%200%201-4.771-4.771V62.02a4.77%204.77%200%200%201-4.771-4.771V14.312C9.542%206.41%2015.954%200%2023.855%200H52.48c7.902%200%2014.312%206.408%2014.312%2014.312zm-38.166-4.77h19.083V4.771H28.626zM23.855%2052.48a4.765%204.765%200%200%200-4.769-4.771%204.768%204.768%200%200%200-4.771%204.771%204.77%204.77%200%201%200%209.54%200zm38.166%200c0-2.641-2.133-4.771-4.771-4.771s-4.771%202.133-4.771%204.771a4.77%204.77%200%201%200%209.542%200zm0-38.168H14.313v28.625h47.708z%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.b_angle_down {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222.646%22%20height%3D%221.323%22%20viewBox%3D%220%200%200.7%200.35%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.082%200L.35.217.618%200%20.7.067.35.35%200%20.067z%22%20fill%3D%22%2300aeef%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.b_angle_up {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%222.646%22%20height%3D%221.323%22%20viewBox%3D%220%200%200.7%200.35%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.082.35L.35.133.618.35.7.283.35%200%200%20.283z%22%20fill%3D%22%2300aeef%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.b_angle_left {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221.323%22%20height%3D%222.646%22%20viewBox%3D%220%200%200.35%200.7%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M.35.08L.133.348.35.616.283.698%200%20.348l.283-.35z%22%20fill%3D%22%2300aeef%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.b_angle_right {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221.323%22%20height%3D%222.646%22%20viewBox%3D%220%200%200.35%200.7%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%20.08l.217.268L0%20.616l.067.082.283-.35-.283-.35z%22%20fill%3D%22%2300aeef%22%20stroke-width%3D%22.07%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.home-blue {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2271.838%22%20height%3D%2256%22%20viewBox%3D%22-261%20384.9%2071.838%2056%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-189.563%20412.4c.2.2.4.6.4%201s-.1.8-.3%201.1l-3.1%203.9c-.2.3-.6.5-1%20.5s-.8-.1-1.1-.4l-29.4-24.1c-.3-.3-.7-.4-1-.4s-.7.1-1%20.4l-29.4%2024.1c-.3.2-.7.4-1.1.4s-.7-.2-1-.5l-3.1-3.9c-.3-.3-.4-.7-.3-1.1%200-.4.2-.7.4-1l31.7-26.1c1.1-.9%202.3-1.4%203.7-1.4s2.7.5%203.9%201.4l11.1%209.2v-9.1c0-.4.1-.8.4-1.1s.6-.4%201.1-.4h7c.4%200%20.8.1%201.1.4s.4.6.4%201.1v17.4zm-10.5%207.6c0-.5-.2-.9-.5-1.2l-23.5-19.2c-.3-.2-.7-.4-1-.4s-.7.1-1%20.4l-23.5%2019.2c-.3.3-.5.7-.5%201.2v17.9c0%20.8.3%201.5.9%202.1s1.3.9%202.1.9h14.5c.4%200%20.8-.1%201.1-.4s.4-.6.4-1.1v-14c0-.4.1-.8.4-1.1s.6-.4%201.1-.4h9c.4%200%20.8.1%201.1.4s.4.6.4%201.1v14c0%20.4.1.8.4%201.1s.6.4%201.1.4h14.5c.8%200%201.5-.3%202.1-.9s.9-1.3.9-2.1z%22%20fill%3D%22%2300aeef%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.home {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2271.838%22%20height%3D%2256%22%20viewBox%3D%22-261%20384.9%2071.838%2056%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-189.563%20412.4c.2.2.4.6.4%201s-.1.8-.3%201.1l-3.1%203.9c-.2.3-.6.5-1%20.5s-.8-.1-1.1-.4l-29.4-24.1c-.3-.3-.7-.4-1-.4s-.7.1-1%20.4l-29.4%2024.1c-.3.2-.7.4-1.1.4s-.7-.2-1-.5l-3.1-3.9c-.3-.3-.4-.7-.3-1.1%200-.4.2-.7.4-1l31.7-26.1c1.1-.9%202.3-1.4%203.7-1.4s2.7.5%203.9%201.4l11.1%209.2v-9.1c0-.4.1-.8.4-1.1s.6-.4%201.1-.4h7c.4%200%20.8.1%201.1.4s.4.6.4%201.1v17.4zm-10.5%207.6c0-.5-.2-.9-.5-1.2l-23.5-19.2c-.3-.2-.7-.4-1-.4s-.7.1-1%20.4l-23.5%2019.2c-.3.3-.5.7-.5%201.2v17.9c0%20.8.3%201.5.9%202.1s1.3.9%202.1.9h14.5c.4%200%20.8-.1%201.1-.4s.4-.6.4-1.1v-14c0-.4.1-.8.4-1.1s.6-.4%201.1-.4h9c.4%200%20.8.1%201.1.4s.4.6.4%201.1v14c0%20.4.1.8.4%201.1s.6.4%201.1.4h14.5c.8%200%201.5-.3%202.1-.9s.9-1.3.9-2.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.home-white {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2271.838%22%20height%3D%2256%22%20viewBox%3D%22-261%20384.9%2071.838%2056%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-189.563%20412.4c.2.2.4.6.4%201s-.1.8-.3%201.1l-3.1%203.9c-.2.3-.6.5-1%20.5s-.8-.1-1.1-.4l-29.4-24.1c-.3-.3-.7-.4-1-.4s-.7.1-1%20.4l-29.4%2024.1c-.3.2-.7.4-1.1.4s-.7-.2-1-.5l-3.1-3.9c-.3-.3-.4-.7-.3-1.1%200-.4.2-.7.4-1l31.7-26.1c1.1-.9%202.3-1.4%203.7-1.4s2.7.5%203.9%201.4l11.1%209.2v-9.1c0-.4.1-.8.4-1.1s.6-.4%201.1-.4h7c.4%200%20.8.1%201.1.4s.4.6.4%201.1v17.4zm-10.5%207.6c0-.5-.2-.9-.5-1.2l-23.5-19.2c-.3-.2-.7-.4-1-.4s-.7.1-1%20.4l-23.5%2019.2c-.3.3-.5.7-.5%201.2v17.9c0%20.8.3%201.5.9%202.1s1.3.9%202.1.9h14.5c.4%200%20.8-.1%201.1-.4s.4-.6.4-1.1v-14c0-.4.1-.8.4-1.1s.6-.4%201.1-.4h9c.4%200%20.8.1%201.1.4s.4.6.4%201.1v14c0%20.4.1.8.4%201.1s.6.4%201.1.4h14.5c.8%200%201.5-.3%202.1-.9s.9-1.3.9-2.1z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.world {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-78%20201.4%20438.5%20438.5%22%3E%3Cpath%20d%3D%22M331.1%20310.6c-19.6-33.6-46.2-60.2-79.8-79.8-33.6-19.6-70.3-29.4-110.1-29.4s-76.5%209.8-110.1%2029.4C-2.4%20250.4-29%20277-48.6%20310.6c-19.6%2033.6-29.4%2070.2-29.4%20110s9.8%2076.5%2029.4%20110.1c19.6%2033.6%2046.2%2060.2%2079.8%2079.8%2033.6%2019.6%2070.3%2029.4%20110.1%2029.4s76.5-9.8%20110.1-29.4c33.6-19.6%2060.2-46.2%2079.8-79.8%2019.6-33.6%2029.4-70.3%2029.4-110.1-.1-39.8-9.9-76.4-29.5-110zM168.7%20536c-1.9-2.3-2.6-4.2-2-5.7-.2%201-.9%201.8-2%202.6-1-1.1-2.7-2.6-5.1-4.3-2.5-1.7-4.2-3.1-5.1-4.3-.4-.6-.9-1.4-1.6-2.4-.7-1-1.5-2.4-2.6-4.1-1-1.7-1.8-3.2-2.3-4.4-.5-1.2-.5-2-.1-2.1-3.6%201.5-8.9.5-15.7-3.1-1.3-.8-3.3-2.8-6-6s-5.4-4.7-8.3-4.3c-.9.2-2.2.5-3.9%201-1.6.5-3%20.7-4.1.7-1.1%200-2.7-.4-4.6-1.1-1.5-.6-3.6-1.7-6.1-3.3-2.6-1.6-4.3-2.6-5.3-3-2.5-1.3-3.7-2-3.7-2l-4.6-2.3c-1.1-.6-2.3-1.5-3.6-2.7-1.2-1.2-2-2.5-2.4-3.9-.4-1.1-.9-3.4-1.4-6.9-.6-3.4-1.3-5.9-2.3-7.4-1.1-1.9-2.8-3.8-4.9-5.7-2.1-1.9-4-2.9-5.7-2.9%201.5%200%201.5-1.3%200-3.9-1.5-2.6-2.9-4.4-4-5.6-.4-.4-1.5-1.6-3.4-3.7s-3.5-3.9-4.9-5.4c-1.3-1.5-2.5-3.3-3.4-5.3-.9-2-1.1-3.7-.6-5%20.2-.2%200-.5-.6-.9s-1.3-.8-2.1-1.1c-.9-.4-1.7-.7-2.4-1-.8-.3-1.3-.4-1.7-.4.4.8.8%202.1%201.3%204.1.5%202%201%203.5%201.6%204.4.4.8%202%203.5%204.9%208.3%205%208%207.2%2013.9%206.9%2017.7-1.1.4-1.9.2-2.3-.6-.4-.8-.7-1.8-.9-3.1-.2-1.3-.4-2.3-.6-2.9-.6-1.1-2-2.4-4.4-3.7-2.4-1.3-3.9-2.7-4.4-4%20.2%200%20.4-.1.7-.3.3-.2.5-.3.7-.3.2-1.7-.8-3.9-3-6.6-2.2-2.7-3.1-4.6-2.7-5.7-1.5-1.1-2.9-3.4-4-6.7-1.1-3.3-2.1-5.5-2.9-6.4-.8-1.1-1.7-2.1-2.9-3-1.1-.9-2.6-1.8-4.3-2.9-1.7-1-2.9-1.8-3.4-2.1-.4-.2-1.1-1-2.3-2.6-6.3-7.6-8.2-11.7-5.7-12.3-2.5.6-4.5-1.3-6.1-5.6-1.6-4.3-2.1-7.6-1.6-9.9l-.6-.3c.2-.8.3-3%20.3-6.7s.2-7.1.7-10.1c.5-3%201.4-4.6%202.7-4.6-1.3.2-2.3-1-3-3.6-.7-2.6-.7-4.3-.1-5.3.2-.6%201-.2%202.6%201.1%201.5%201.3%202.4%202.2%202.6%202.6%202.5-1.3%203.4-3%202.9-5.1-.4-.8-2.4-2.8-6-6-8.2-5.3-12.4-7.9-12.6-7.7%201.1-2.1.9-3.9-.9-5.4-1.9%201.1-3%201.4-3.3.9-.3-.6-.5-1.6-.7-3.1-.2-1.5-.7-2.4-1.4-2.6-1-.2-2.1-.9-3.4-2.3%2016.9-27%2039.3-48.2%2067.1-63.4%201.1-.2%203.2-.3%206.3-.3%201.5.2%202.9.7%204.3%201.4%201.3.8%202.7%201.8%204.1%203.1%201.4%201.3%202.5%202.3%203.3%202.9.4-1.1-.1-2.9-1.4-5.1.4-1.1%202.5-2.3%206.3-3.4%204.4-.6%207.2-.5%208.6.3-1.1-1.7-3-4.1-5.7-7.1l-1.4%201.4c-1.5-1.3-5.5-.7-12%202-.4.2-1.3.7-2.9%201.6-1.5.9-2.8%201.5-3.7%201.9-1.1.4-2.3.5-3.4.3%209.1-4.9%2018.1-8.9%2026.8-11.7.6.4%201.5%201.2%202.9%202.4%201.3%201.2%202.4%202.1%203.1%202.7-.6-.4-1-.2-1.1.6-.8%202.3-.8%204.2%200%205.7.9%201.3%202.2%202.1%203.9%202.3%201.6.2%203.6.1%205.9-.3%202.3-.4%203.8-.6%204.6-.6l2.9.3c6.1.6%208.5%200%207.1-1.7.6.8%201.2%202.3%202%204.7.8%202.4%201.6%204%202.6%205%201-.8%201.1-2.1.6-4-.6-1.9-.6-3.2%200-4%20.2-.4.8-.8%201.7-1.1%201-.4%202-.8%203.3-1.3%201.2-.5%202-.8%202.4-1%201.1-.8.4-2.1-2.3-4-.4-.2-1.2-.5-2.4-.9s-2.3-.8-3.3-1.1c-.9-.4-1.9-.9-3-1.6-1-.7-1.5-1.4-1.4-2.3.1-.9.6-2%201.6-3.3%201.1-.9%203-1.3%205.6-1.1%202.6.2%204.5.7%205.9%201.4%205.1%202.9%205.9%205.4%202.3%207.7%201.9.2%204.2.9%206.9%202.3%202.7%201.3%203.7%202.8%203.1%204.3%201.5-2.9%203-4.3%204.6-4.3.9.2%201.9%201.5%202.7%203.9.9%202.4%201.4%203.7%201.6%203.9%201.5%202.1%203%202.6%204.6%201.4%201.5-1.1%203.1-2.8%204.7-5s2.5-3.2%202.7-3c-1.9-.8-2.1-1.5-.6-2.3%202.8-1.7%205.4-2.2%207.7-1.4.6.4%201.3%201.2%202.3%202.6%201.7%203.4%201.4%205-.9%204.9%201.7%201.5%202.4%203.4%202.1%205.7-.3%202.3-1.8%203.3-4.4%203.1-.9%200-2.3-.5-4.1-1.4-1.8-1-3.2-1.5-4.1-1.6-1-.1-2.3.4-4%201.6-.8%201-1.8%202.6-3%204.9-1.2%202.3-2.3%203.9-3.3%204.9-2.9%202.9-7.6%203.9-14.3%203.1.6%200%20.5.6-.1%201.7-.7%201.1-1.6%202.4-2.7%203.9-1.1%201.4-1.8%202.2-2%202.4-1.7%201.9-2.9%204.1-3.4%206.6%200%20.4-.1%201.7-.3%203.9-.2%202.2-.6%203.9-1.1%205%202.3-.6%204.1.6%205.4%203.4%201.1%202.7%201.1%204.1%200%204.3%206.3-.9%2011.8-.6%2016.6%201.1%206.9%202.5%2010.8%204.9%2011.7%207.4%201.1-1.7%203.9-1.8%208.3-.3%201.7%201%203.2%203.8%204.6%208.6.8%202.9%202%205.3%203.9%207.4%201.8%202.1%203.8%202.7%205.9%201.7l.9-.6c.8-.4%201.4-.7%201.9-1%20.5-.3%201-.7%201.6-1.1.6-.5.9-.9%201-1.3.1-.4%200-.8-.4-1.1-1.3-1.1-2.3-2.7-3-4.7-.7-2-.5-3.8.4-5.3.6-.8%202.1-1.9%204.6-3.4%202.5-1.5%204-3%204.6-4.6.8-2.5-.2-4.5-2.9-6.1-2.7-1.6-4-3.1-4-4.4%200-1%20.6-2.1%201.9-3.4%201.2-1.3%201.8-2.6%201.6-3.7%200-.6-.3-1.8-1-3.6s-1-3.1-1.1-4c-.1-.9.3-1.9%201.3-3%201.3-.8%204.5-.7%209.4.1%204.9.9%208.2%201.8%209.7%202.7.6.4%201.8.9%203.7%201.7%201.9.8%203.6%201.6%205%202.4%201.4.9%202.2%201.7%202.4%202.4h-1.4c1.3%201.1%202.1%202.5%202.4%204%20.3%201.5-.4%202.7-2.1%203.4%201.1-.2%202.7.1%204.6.9%203%201.1%203.1%202.2.3%203.1.6-.2%201.4-.4%202.4-.6%201-.2%201.9-.5%202.4-.9.4-.2.9-.5%201.4-1%20.6-.5%201-.8%201.3-.9.3-.1.7-.2%201.3-.3.6-.1%201.1%200%201.7.4.2%200%20.6-.5%201.3-1.4.7-.9%201.4-1.9%202.1-2.9.8-.9%201.4-1.4%202-1.4.6%200%201.1.2%201.6.7.5.5.9%201%201.1%201.6.3.6.6%201.2.9%201.9.3.7.5%201.2.7%201.6.4%201%201.3%202%202.7%203%201.4%201%202.3%202%202.7%203%20.2.6.6%202%201.1%204.3.6%202.3%201.3%203.9%202.3%204.7%201%20.9%202.4%201.6%204.3%202.1.4.2%201.2.1%202.6-.3%201.3-.4%202.4-.5%203.3-.3.9.2%201.3.9%201.3%202.3%201.1-1.1%201.7-1.9%201.7-2.3.2%202.5.8%204.5%201.9%206%201%201.5%202.7%202.2%205%202l-.6%206.3c-.6%201-2%201.7-4.3%202.1-2.3.5-3.7.9-4.3%201.3-.6.2-2%201.3-4.1%203.4-2.2%202.1-3.1%203.3-2.7%203.7-3.2-3.6-8.1-4.7-14.6-3.1-7.2%201.1-12.2%202.3-14.8%203.4-3%201.5-5.1%202.9-6.3%204.3-.2.2-.5.9-1%202s-1%202.2-1.4%203.1c-.5%201-.9%201.4-1.3%201.4%201.1-.2%202.4-1.1%203.9-2.7%201.4-1.6%202.3-2.5%202.7-2.7%204.9-3.2%209-4.4%2012.3-3.4%204.2%201.1%204.9%202.7%202%204.6-.4.4-1.4.5-3%20.4-1.6-.1-2.7-.1-3.3.1%201.7.4%203.1.9%204.3%201.6%201.1.7%201.4%201.6.9%202.7%203%201.7%203.6%203.6%201.7%205.7-2.5%202.5-5.4%203.5-8.9%203.1.6%200%20.6.4%200%201.1l-4.9%203.1c-.4.2-1.6.7-3.7%201.4-2.1.8-3.5%201.6-4.3%202.6-.6.8-.9%201.9-.9%203.4s-.1%202.7-.3%203.4c-.2.8-1%20.9-2.3.6-.6%201.1-2.3%202-5.3%202.7-3%20.7-4.9%201.7-5.9%203%201.1%201.5%201%203-.3%204.6-2.3%201.9-4.3%201.7-6-.6-1%20.4-1.7%201.3-2.1%202.9-.5%201.5-1.2%202.6-2.1%203.1%201.3%202.1%201.1%203.6-.6%204.6.2%200%20.6.2%201.3.6.7.4%201.4.9%202.1%201.4.8.6%201.2.9%201.4.9-.8%201.7-1.8%202.6-3.1%202.6%201.1%203-.3%206.4-4.3%2010-.8.8-2%201.5-3.6%202.3-1.6.8-3.1%201.4-4.4%201.9-1.3.5-2.1.8-2.3%201-1.9%201.7-3.3%203.5-4.3%205.3-.9%201.8-1.1%203.6-.4%205.3.7%201.7%202.4%202.9%205.3%203.4l.3%202.3v5.1l.3%202.3c.2%201.3.3%202.5.4%203.6.1%201%20.1%202.4%200%204s-.5%202.5-1.3%202.7c-.8.2-1.8%200-3.1-.6-1.5-.8-3.3-4.9-5.4-12.6-.4-1.9-1.5-4.2-3.4-6.9-1%201-1.8%201.6-2.4%201.9-.7.3-1.1.3-1.4.1-.3-.2-.8-.6-1.6-1.3-.8-.7-1.4-1.2-2-1.6-1-.6-2.6-1-5-1.4-2.4-.4-3.9-.9-4.4-1.4-4.6%203.4-7.3%202.6-8.3-2.6-.4.9-.3%202.2.1%203.9.5%201.6.7%202.5.7%202.7-1.3%202.5-3.4%202.7-6.3.6-1.1-1.1-3.8-1.3-7.9-.4-4.1.9-6.8%201-8.1.4.2%200%20.6.3%201.1.9.6.4%201%20.7%201.1.9-.2.8-.5%201.3-.9%201.7-.4.4-.8.5-1.1.4-.4-.1-.8-.1-1.3%200s-.9.2-1.3.4c-.8.6-1.7%201.6-2.9%203-1.1%201.4-2%202.3-2.6%202.7%201.1%203%201.7%205.4%201.6%207-.1%201.6-.4%204-.9%207.1s-.7%205.7-.7%207.6c0%203%20.9%206.6%202.7%2010.6%201.8%204%203.9%206.8%206.4%208.3%201.3.8%203.6%201.2%206.9%201.4%203.2.2%205.5%200%206.9-.6%201.1-.6%202-1.2%202.6-2s1-1.9%201.4-3.3c.4-1.4.7-2.4.9-3%201.3-3.6%203.8-5.5%207.4-5.7%202.3-.2%203.9.1%205%20.7%201%20.7%201.5%201.6%201.3%202.7-.2%201.1-.6%202.3-1.1%203.6-.6%201.2-1.3%202.6-2.1%204.1-.9%201.5-1.4%202.7-1.6%203.4-.4%201.5-.7%203.7-1%206.4-.3%202.8-.5%204.4-.7%205%20.4.2%201.8.3%204.3.3%200-.4.1-1%20.4-1.9.3-.9.4-1.4.4-1.6%201%201.5%202.5%202.4%204.6%202.6%202.1.2%203.6-.6%204.6-2.3.4.6%201.5%202%203.4%204.3s2.9%204.2%203.1%205.7c.2.8.6%202%201.1%203.7.6%201.7.8%202.9.6%203.6-.2.7-1.1%201-2.9%201-.8%200-1.2.3-1.4.9-.2.6-.2%201.3%200%202.1.2.9.4%201.7.7%202.4.3.8.7%201.6%201.1%202.4.5.8.7%201.4.7%201.6%203.4%206.3%208.1%208%2014%205.1%200%205.5-1.3%208.6-4%209.1-2.3.7-4-.2-5.9-2.5zm4.3%2064.5c-.4-1.9-.6-3.4-.5-4.6-.2-1.5.5-3.6%202-6.1%201.5-2.6%202.3-4.5%202.3-5.9-3-.8-4.2-3.2-3.4-7.4.4-2.9%203.1-6.7%208.3-11.4%203.6-3.2%204.8-7.8%203.4-13.7-.6-2.5-1.1-6.1-1.4-10.9-.4-4.8-.8-8.1-1.1-10%200%20.6.9%201.1%202.7%201.6%201.8.5%202.9%201.1%203.3%201.8.4-.6.9-1.6%201.4-3.1.6-1.5%201.1-2.7%201.7-3.4.4-.6%201.2-1.3%202.4-2.1%201.2-.9%202-1.4%202.4-1.6.4-.2%201.2-.8%202.6-1.9%201.3-1%202.4-1.9%203.3-2.4.9-.6%202-1%203.4-1.3%201.4-.3%202.4.1%203%201.3%201%201.1.8%202.9-.6%205.3-1.3%202.4-1.3%204%200%205%20.2-.6.4-1.8.6-3.7.2-1.9.8-3.3%201.7-4.3%201.1-1.1%202.2-1.8%203.3-2%201-.2%202-.1%202.8.4.9.5%201.9%201.1%203%202%201.1.9%202.2%201.4%203.1%201.6%202.9%201%206.3%203%2010.3%206.3-.2-.2-.2-.4%200-.7.2-.3.6-.6%201.1-.9.6-.3%201.1-.6%201.6-.9.5-.3%201-.5%201.6-.7l.9-.3c1.3%200%202.3-.1%202.9-.3.6-.2%201.4%200%202.4.6s1.8%201%202.1%201.3c.4.3%201%20.8%202%201.6s1.6%201.3%202%201.7c.6.4%201.6%201%203.1%202s2.7%201.7%203.6%202.3c.9.6%201.6%201.4%202.3%202.6.7%201.2.9%202.4.7%203.7%201.1.2%203.4.9%206.9%202.3.6.4%201.8.7%203.6%201%201.8.3%203%20.7%203.6%201.3-27.8%2029.1-61.2%2047-100.4%2053.9z%22%20fill%3D%22%23818181%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.usersign {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028.4%2028.4%22%3E%3Cpath%20d%3D%22M14.2.1c2.5%200%204.9.6%207%201.9s3.9%203%205.1%205.1%201.9%204.5%201.9%207-.6%204.9-1.9%207-3%203.9-5.1%205.1c-2.2%201.3-4.5%201.9-7%201.9s-4.9-.6-7-1.9c-2.2-1.3-3.9-3-5.1-5.1s-1.9-4.5-1.9-7%20.6-4.9%201.9-7S5%203.3%207.1%202%2011.6.1%2014.2.1zm0%202.7c-2%200-3.9.5-5.7%201.5S5.4%206.8%204.4%208.5s-1.5%203.6-1.5%205.7.5%204%201.6%205.7c.2-.8.6-1.6%201.1-2.2.6-.7%201.4-1.2%202.4-1.5-.7-1.2-1.1-2.4-1.1-3.8s.3-2.6%201-3.7%201.5-2%202.6-2.6%202.3-1%203.7-1%202.5.3%203.7%201c1.1.6%202%201.5%202.6%202.6.6%201.1%201%202.3%201%203.7%200%201.4-.4%202.7-1.1%203.9%201%20.3%201.8.8%202.4%201.5.5.6.9%201.3%201.1%202.2%201.1-1.7%201.6-3.6%201.6-5.7s-.5-4-1.5-5.7-2.4-3.1-4.1-4.1-3.7-1.7-5.7-1.7zM6.9%2022.9c1%20.8%202.1%201.5%203.4%201.9%201.2.5%202.5.7%203.9.7s2.7-.2%203.9-.7c1.2-.5%202.4-1.1%203.4-1.9v-1.6c0-.6-.2-1.1-.5-1.6s-.8-.8-1.4-.9l-1.4-.4c-1.2.8-2.5%201.2-4%201.2s-2.8-.4-4-1.2l-1.4.4c-.6.2-1%20.5-1.4.9-.3.5-.5%201-.5%201.6v1.6zm11.8-10.5c0-1.2-.4-2.3-1.3-3.2s-2-1.3-3.2-1.3-2.3.4-3.2%201.3c-.9.9-1.3%202-1.3%203.2s.4%202.3%201.3%203.2c.9.9%202%201.3%203.2%201.3s2.3-.4%203.2-1.3%201.3-2%201.3-3.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm._\5f for_mobile {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px 15px
}

.mm.phone {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-40%20164.6%20513.3%20513.3%22%3E%3Cstyle%3E.st0%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M366.8%20479.3c-11.1-11.6-24.5-17.7-38.8-17.7-14.2%200-27.7%206.1-39.2%2017.5l-31.6%2031.5c-1-.5-2-1-2.9-1.5-.9-.5-1.8-.9-2.8-1.4-3.7-1.9-7.3-3.6-10.2-5.4-31.2-19.8-59.5-45.6-86.7-79-12.3-15.6-20.7-28.6-27.1-42%207.2-6.7%2013.9-13.5%2020.4-20.1l2.3-2.3%204.5-4.5%204.5-4.5c11.7-11.7%2017.9-25.4%2017.9-39.6%200-14.2-6.2-27.9-17.9-39.6l-29.1-29.1c-3.3-3.3-6.7-6.7-9.9-10.1-6.3-6.5-13.1-13.4-20.1-19.9-11.1-11-24.4-16.7-38.4-16.7-14.1%200-27.5%205.8-39%2016.8l-36.4%2036.7c-14.3%2014.3-22.5%2031.8-24.2%2052-2.6%2031.8%206.7%2061.3%2013.9%2080.7%2017.5%2047.1%2043.6%2090.7%2082.1%20137%2047%2056.2%20103.6%20100.5%20168.2%20131.7%2024.9%2011.8%2058.3%2025.7%2095.2%2028.1%202.4.1%204.7.2%206.9.2%2025.8%200%2047.4-9.3%2064.3-27.7l.4-.4v-.1c.1-.1.2-.2.3-.4%205-6%2010.7-11.5%2016.7-17.3l1.5-1.4c5.6-5.3%2010-9.7%2014-13.9%2011.2-11.7%2017.2-25.4%2017.2-39.6%200-14.3-6.1-27.9-17.5-39.3l-58.5-58.7zm33.5%20110.9l-1.9%202c-3.1%203.3-6.3%206.4-9.6%209.7l-2.4%202.4c-6.8%206.5-14%2013.6-20.8%2021.5-10%2010.7-21.8%2015.6-37.1%2015.6-1.6%200-3.2%200-4.6-.1-31-2-59.9-14.2-81.6-24.5-59.8-29-112.3-70-155.8-122.1-35.9-43.3-60.1-83.5-76-126.5-9.6-25.8-13.3-45.9-11.7-64.9%201-11.5%205.4-21%2013.6-29.2l36.3-36.3c4.5-4.2%209.2-6.5%2013.4-6.5%205.3%200%209.9%203.4%2012.8%206.3l.4.4c6.1%205.7%2012.1%2011.7%2019%2018.9%201.7%201.7%203.4%203.5%205.1%205.2%201.7%201.7%203.3%203.4%205.1%205.2l29.1%2029.1c9.7%209.7%209.7%2017.7%200%2027.4l-3.1%203.1-6%206-.1.1c-9.5%209.7-17.6%2017.8-26.5%2025.8l-.1.1c-.2.1-.5.4-.8.8-10.2%2010.4-8.5%2020.9-6.2%2027.9l.3%201%20.1.3c7.6%2018.4%2018.4%2036%2034.9%2057l.3.3c29.7%2036.5%2060.9%2064.9%2095.4%2086.7%204.5%202.9%209.1%205.1%2013.5%207.3%203.7%201.9%207.3%203.6%2010.2%205.5l.3.2c.1.1.2.1.3.2.3.2.6.4%201%20.6%204.1%202.1%208.2%203.1%2012.3%203.1%2010.5%200%2016.9-6.4%2019-8.5l36.4-36.4c3.1-3.1%208-6.8%2013.3-6.8%205.7%200%2010.2%204.1%2012.4%206.5l59%2059c8.7%208.9%209%2017.4.8%2026.6zM237.2%20293.4c27%204.5%2051.6%2017.3%2071.3%2037%2019.6%2019.6%2032.4%2044.2%2037%2071.3%201.5%208.8%209.1%2015.2%2018%2015.2%201%200%201.9-.1%202.7-.2l.4-.1c9.9-1.6%2016.7-11.1%2015.1-21.2-5.9-34.6-22.2-66-47.2-91-25-25-56.5-41.3-91.1-47.2-10.1-1.6-19.3%204.9-21.1%2014.9-.9%204.9.2%209.8%203.1%2013.8%202.9%204.1%207.1%206.7%2011.8%207.5zM473%20391.4c-9.6-56.4-36.2-107.8-77-148.5-40.8-40.8-92.1-67.4-148.5-77-9.8-1.8-19.3%204.9-21.1%2015-1.6%2010.1%205%2019.3%2015%2021.1%2048.7%208.3%2093.2%2031.3%20128.7%2066.7%2035.4%2035.4%2058.4%2079.9%2066.7%20128.7%201.5%208.8%209.1%2015.2%2018%2015.2%201%200%201.9-.1%202.7-.2h.4c4.8-.7%209-3.3%2011.9-7.3%203-4%204.1-8.9%203.2-13.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.phone_blue {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20viewBox%3D%22-40%20164.6%20513.3%20513.3%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cstyle%3E%3C%2Fstyle%3E%3Cpath%20d%3D%22M473%20391.4c-9.6-56.4-36.2-107.8-77-148.5-40.8-40.8-92.1-67.4-148.5-77-9.8-1.8-19.3%204.9-21.1%2015-1.6%2010.1%205%2019.3%2015%2021.1%2048.7%208.3%2093.2%2031.3%20128.7%2066.7%2035.4%2035.4%2058.4%2079.9%2066.7%20128.7%201.5%208.8%209.1%2015.2%2018%2015.2%201%200%201.9-.1%202.7-.2h.4c4.8-.7%209-3.3%2011.9-7.3%203-4%204.1-8.9%203.2-13.7zm-235.8-98c27%204.5%2051.6%2017.3%2071.3%2037%2019.6%2019.6%2032.4%2044.2%2037%2071.3%201.5%208.8%209.1%2015.2%2018%2015.2%201%200%201.9-.1%202.7-.2l.4-.1c9.9-1.6%2016.7-11.1%2015.1-21.2-5.9-34.6-22.2-66-47.2-91s-56.5-41.3-91.1-47.2c-10.1-1.6-19.3%204.9-21.1%2014.9-.9%204.9.2%209.8%203.1%2013.8%202.9%204.1%207.1%206.7%2011.8%207.5zm129.6%20185.9c-11.1-11.6-24.5-17.7-38.8-17.7-14.2%200-27.7%206.1-39.2%2017.5l-31.6%2031.5c-1-.5-2-1-2.9-1.5s-1.8-.9-2.8-1.4c-3.7-1.9-7.3-3.6-10.2-5.4-31.2-19.8-59.5-45.6-86.7-79-12.3-15.6-20.7-28.6-27.1-42%207.2-6.7%2013.9-13.5%2020.4-20.1l11.3-11.3c11.7-11.7%2017.9-25.4%2017.9-39.6s-6.2-27.9-17.9-39.6l-29.1-29.1c-3.3-3.3-6.7-6.7-9.9-10.1-6.3-6.5-13.1-13.4-20.1-19.9-11.1-11-24.4-16.7-38.4-16.7-14.1%200-27.5%205.8-39%2016.8l-36.4%2036.7c-14.3%2014.3-22.5%2031.8-24.2%2052-2.6%2031.8%206.7%2061.3%2013.9%2080.7%2017.5%2047.1%2043.6%2090.7%2082.1%20137%2047%2056.2%20103.6%20100.5%20168.2%20131.7%2024.9%2011.8%2058.3%2025.7%2095.2%2028.1%202.4.1%204.7.2%206.9.2%2025.8%200%2047.4-9.3%2064.3-27.7l.4-.4v-.1c.1-.1.2-.2.3-.4%205-6%2010.7-11.5%2016.7-17.3l1.5-1.4c5.6-5.3%2010-9.7%2014-13.9%2011.2-11.7%2017.2-25.4%2017.2-39.6%200-14.3-6.1-27.9-17.5-39.3zm33.5%20110.9l-1.9%202c-3.1%203.3-6.3%206.4-9.6%209.7l-2.4%202.4c-6.8%206.5-14%2013.6-20.8%2021.5-10%2010.7-21.8%2015.6-37.1%2015.6-1.6%200-3.2%200-4.6-.1-31-2-59.9-14.2-81.6-24.5-59.8-29-112.3-70-155.8-122.1-35.9-43.3-60.1-83.5-76-126.5-9.6-25.8-13.3-45.9-11.7-64.9%201-11.5%205.4-21%2013.6-29.2l36.3-36.3c4.5-4.2%209.2-6.5%2013.4-6.5%205.3%200%209.9%203.4%2012.8%206.3l.4.4c6.1%205.7%2012.1%2011.7%2019%2018.9%201.7%201.7%203.4%203.5%205.1%205.2s3.3%203.4%205.1%205.2l29.1%2029.1c9.7%209.7%209.7%2017.7%200%2027.4l-9.2%209.2c-9.5%209.7-17.6%2017.8-26.5%2025.8l-.1.1c-.2.1-.5.4-.8.8-10.2%2010.4-8.5%2020.9-6.2%2027.9l.3%201%20.1.3c7.6%2018.4%2018.4%2036%2034.9%2057l.3.3c29.7%2036.5%2060.9%2064.9%2095.4%2086.7%204.5%202.9%209.1%205.1%2013.5%207.3%203.7%201.9%207.3%203.6%2010.2%205.5l.3.2c.1.1.2.1.3.2.3.2.6.4%201%20.6%204.1%202.1%208.2%203.1%2012.3%203.1%2010.5%200%2016.9-6.4%2019-8.5l36.4-36.4c3.1-3.1%208-6.8%2013.3-6.8%205.7%200%2010.2%204.1%2012.4%206.5l59%2059c8.7%208.9%209%2017.4.8%2026.6z%22%20fill%3D%22%2300aeef%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.globus {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-40%20164.6%20513.3%20513.3%22%3E%3Cpath%20d%3D%22M397.6%20239.7c-48.4-48.4-112.8-75.1-181.3-75.1-68.5%200-132.9%2026.7-181.3%2075.1S-40.2%20352.5-40.2%20421c0%2068.5%2026.7%20132.9%2075.1%20181.3%2048.4%2048.4%20112.8%2075.1%20181.3%2075.1%2068.5%200%20132.9-26.7%20181.3-75.1%2048.4-48.4%2075.1-112.8%2075.1-181.3s-26.6-132.9-75-181.3zm-58.2%2039.8l9-37.3c38.1%2028.2%2066.3%2067.8%2080.3%20112.8-10.6%202.3-19.1%2010.4-21.7%2021l-.2.9-6.7-5c-8.7-6.5-20.6-7.5-30.3-2.4l-16.7%208.7c-10.1%205.3-15.9%2015.6-15.2%2027%20.6%209%205.1%2016.9%2012.3%2021.7l-2.6%202.9-24-15.5c-8.1-5.2-18.2-6-27-2.1s-15%2011.9-16.5%2021.4l-2.2%2013.2c-1.5%209.4%201.7%2018.9%208.6%2025.4l11.2%2010.5-21.2%2032.2c-2.9%204.3-4.5%209.4-4.7%2014.5l-2%2049.5-27.1%2026.6-14.8-8.7c-9.6-43.3-9.9-44.2-10.1-44.7l-9.1-24.3c-3.8-10.2-13.3-17.5-24.2-18.4l-38.6-3.4-21.2-36.5%205.3-35.3%2031.9-24.1%2032.2%2013.4c2.5%201%205.2%201.7%207.9%202l48.6%205.3c7%20.8%2014-1.1%2019.7-5.2l32.2-23.1c10.9-7.8%2014.9-22.5%209.4-34.7l-3-6.7c-4.4-9.8-13.7-16.2-24.4-16.8l-57.4-3.1c2.7-1.3%205.2-3%207.4-5l31.9-30.1%2048.1-5c12.1-1.2%2022.1-9.9%2024.9-21.6zm-151.3-52.2c3.4-6.4%204.5-13.8%203-20.9l-1.3-6.2c13.1-1.6%2026.3-2%2039.5-1.2l-11.2%204.5c-4.7%201.9-8.8%204.9-12.1%208.7l-25.9%2030.2%208-15.1zm-127%2034.5v20c0%207.3-3.7%2014.1-9.8%2018.1l-24%2015.6c-4.6%203-8.8%206.6-12.3%2010.8%2011.3-23.9%2026.8-45.7%2046.1-64.5zm12.7%20329.8c-29.2-24.4-51.5-55.5-65.1-90.8H14l28.4%2044.3c1.6%202.4%203.4%204.7%205.6%206.6l27.6%2025.2-1.8%2014.7zm142.4%2051.8c-39%200-77.3-10.3-110.9-29.7l4.1-33.1c1.3-10.7-2.6-21.4-10.6-28.6-10.2-9.3-25.4-23.2-28.1-25.8l-28.3-44.1c-6.1-9.6-16.6-15.3-28-15.3H-1.4c-3.2-15-4.8-30.4-4.8-45.8v-3.9L39.7%20350c1.6-2.4%203.7-4.4%206.1-5.9l24-15.5c15.9-10.3%2025.3-27.7%2025.3-46.6v-47.3c19-12.4%2039.7-21.8%2061.4-27.8l1.1%205.5-18.2%2034.3c-1.4%202.6-2.8%207.7-3.2%209.2l-.1.3c-1.9%209.5.7%2019.1%206.9%2026.4%205.9%206.9%2014.6%2010.9%2023.6%2010.9%202.4.1%2014.5-.2%2023.9-10.9l40.8-47.7%2025.8-10.4c4.6-1.9%208.8-4.8%2012.1-8.6l7.6-8.8c14.2%204%2028.1%209.5%2041.2%2016.3-1.4%205.8-4.4%2018-10.8%2044.4l-46.1%204.7c-6.2.6-12.1%203.3-16.6%207.6l-32.2%2030.4-25.8%207c-11.2%203-19.3%2012.4-20.8%2023.8-1.5%2011.5%204.1%2022.6%2014.1%2028.3%203.8%202.2%208.2%203.5%2012.6%203.7l86.2%204.7-26.1%2018.7-45.8-5-34.3-14.3c-9.3-3.9-20.1-2.5-28.1%203.5l-36.2%2027.4c-6%204.5-9.9%2011.1-11%2018.5L91%20466.4c-1%206.4.3%2012.9%203.5%2018.5l23.6%2040.7c4.6%208%2012.9%2013.3%2022.2%2014.1l38%203.3%207.7%2020.7%209.4%2042.8c1.7%207.7%206.6%2014.5%2013.4%2018.5l20.6%2012c4.3%202.5%209.3%203.9%2014.4%203.9%207.5%200%2014.6-2.9%2019.9-8.1l31.7-31.1c5.2-5.1%208.2-11.9%208.5-19.2l2-50.1%2023-34.8c7.7-11.6%205.8-26.9-4.3-36.5L312%20449.5l.3-1.9%2020.9%2013.5c11.8%207.6%2027.7%205.4%2036.9-5.2l10.4-11.9c6.1-7%208.4-16.6%206.1-25.7-1.4-5.7-4.6-10.7-8.9-14.5l4.7-2.5%2010.6%207.9c7.7%205.7%2017.6%207.3%2026.6%204%208.3-3%2014.7-9.6%2017.5-17.9%201%208.5%201.5%2017.1%201.5%2025.7%200%20122.6-99.7%20222.4-222.4%20222.4z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.globus_blue {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-40%20164.6%20513.3%20513.3%22%3E%3Cpath%20d%3D%22M397.6%20239.7c-48.4-48.4-112.8-75.1-181.3-75.1S83.4%20191.3%2035%20239.7-40.2%20352.5-40.2%20421s26.7%20132.9%2075.1%20181.3%20112.8%2075.1%20181.3%2075.1%20132.9-26.7%20181.3-75.1%2075.1-112.8%2075.1-181.3-26.6-132.9-75-181.3zm-58.2%2039.8l9-37.3c38.1%2028.2%2066.3%2067.8%2080.3%20112.8-10.6%202.3-19.1%2010.4-21.7%2021l-.2.9-6.7-5c-8.7-6.5-20.6-7.5-30.3-2.4l-16.7%208.7c-10.1%205.3-15.9%2015.6-15.2%2027%20.6%209%205.1%2016.9%2012.3%2021.7l-2.6%202.9-24-15.5c-8.1-5.2-18.2-6-27-2.1s-15%2011.9-16.5%2021.4l-2.2%2013.2c-1.5%209.4%201.7%2018.9%208.6%2025.4l11.2%2010.5-21.2%2032.2c-2.9%204.3-4.5%209.4-4.7%2014.5l-2%2049.5-27.1%2026.6-14.8-8.7c-9.6-43.3-9.9-44.2-10.1-44.7l-9.1-24.3c-3.8-10.2-13.3-17.5-24.2-18.4l-38.6-3.4-21.2-36.5%205.3-35.3%2031.9-24.1%2032.2%2013.4c2.5%201%205.2%201.7%207.9%202l48.6%205.3c7%20.8%2014-1.1%2019.7-5.2l32.2-23.1c10.9-7.8%2014.9-22.5%209.4-34.7l-3-6.7c-4.4-9.8-13.7-16.2-24.4-16.8l-57.4-3.1c2.7-1.3%205.2-3%207.4-5l31.9-30.1%2048.1-5c12.1-1.2%2022.1-9.9%2024.9-21.6zm-151.3-52.2c3.4-6.4%204.5-13.8%203-20.9l-1.3-6.2c13.1-1.6%2026.3-2%2039.5-1.2l-11.2%204.5c-4.7%201.9-8.8%204.9-12.1%208.7l-25.9%2030.2%208-15.1zm-127%2034.5v20c0%207.3-3.7%2014.1-9.8%2018.1l-24%2015.6c-4.6%203-8.8%206.6-12.3%2010.8%2011.3-23.9%2026.8-45.7%2046.1-64.5zm12.7%20329.8c-29.2-24.4-51.5-55.5-65.1-90.8H14l28.4%2044.3c1.6%202.4%203.4%204.7%205.6%206.6l27.6%2025.2-1.8%2014.7zm142.4%2051.8c-39%200-77.3-10.3-110.9-29.7l4.1-33.1c1.3-10.7-2.6-21.4-10.6-28.6-10.2-9.3-25.4-23.2-28.1-25.8l-28.3-44.1c-6.1-9.6-16.6-15.3-28-15.3H-1.4c-3.2-15-4.8-30.4-4.8-45.8v-3.9L39.7%20350c1.6-2.4%203.7-4.4%206.1-5.9l24-15.5c15.9-10.3%2025.3-27.7%2025.3-46.6v-47.3c19-12.4%2039.7-21.8%2061.4-27.8l1.1%205.5-18.2%2034.3c-1.4%202.6-2.8%207.7-3.2%209.2l-.1.3c-1.9%209.5.7%2019.1%206.9%2026.4%205.9%206.9%2014.6%2010.9%2023.6%2010.9%202.4.1%2014.5-.2%2023.9-10.9l40.8-47.7%2025.8-10.4c4.6-1.9%208.8-4.8%2012.1-8.6l7.6-8.8c14.2%204%2028.1%209.5%2041.2%2016.3-1.4%205.8-4.4%2018-10.8%2044.4l-46.1%204.7c-6.2.6-12.1%203.3-16.6%207.6l-32.2%2030.4-25.8%207c-11.2%203-19.3%2012.4-20.8%2023.8-1.5%2011.5%204.1%2022.6%2014.1%2028.3%203.8%202.2%208.2%203.5%2012.6%203.7l86.2%204.7-26.1%2018.7-45.8-5-34.3-14.3c-9.3-3.9-20.1-2.5-28.1%203.5l-36.2%2027.4c-6%204.5-9.9%2011.1-11%2018.5L91%20466.4c-1%206.4.3%2012.9%203.5%2018.5l23.6%2040.7c4.6%208%2012.9%2013.3%2022.2%2014.1l38%203.3%207.7%2020.7%209.4%2042.8c1.7%207.7%206.6%2014.5%2013.4%2018.5l20.6%2012c4.3%202.5%209.3%203.9%2014.4%203.9%207.5%200%2014.6-2.9%2019.9-8.1l31.7-31.1c5.2-5.1%208.2-11.9%208.5-19.2l2-50.1%2023-34.8c7.7-11.6%205.8-26.9-4.3-36.5L312%20449.5l.3-1.9%2020.9%2013.5c11.8%207.6%2027.7%205.4%2036.9-5.2l10.4-11.9c6.1-7%208.4-16.6%206.1-25.7-1.4-5.7-4.6-10.7-8.9-14.5l4.7-2.5%2010.6%207.9c7.7%205.7%2017.6%207.3%2026.6%204%208.3-3%2014.7-9.6%2017.5-17.9%201%208.5%201.5%2017.1%201.5%2025.7%200%20122.6-99.7%20222.4-222.4%20222.4z%22%20fill%3D%22%2300aeef%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.login {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-40%20164.6%20513.3%20513.3%22%3E%3Cpath%20d%3D%22M306.5%20481.1c49.2-29.9%2081.3-83.4%2081.3-145.4%200-94.1-77-171.1-171.1-171.1s-171.1%2077-171.1%20171.1c0%2062%2032.1%20115.5%2081.3%20145.4C41.3%20513.2-22.9%20588.1-40%20677.9h513.4c-17.2-92-81.4-166.8-166.9-196.8zM88.3%20335.7c0-70.6%2057.7-128.3%20128.3-128.3S345%20265.1%20345%20335.7%20287.2%20464%20216.7%20464%2088.3%20406.3%2088.3%20335.7zM14.6%20640.5c33-78.8%20111.1-133.7%20202.1-133.7s169.1%2054.8%20202.1%20133.7H14.6z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.login_blue {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-40%20164.6%20513.3%20513.3%22%3E%3Cpath%20d%3D%22M306.5%20481.1c49.2-29.9%2081.3-83.4%2081.3-145.4%200-94.1-77-171.1-171.1-171.1s-171.1%2077-171.1%20171.1c0%2062%2032.1%20115.5%2081.3%20145.4C41.3%20513.2-22.9%20588.1-40%20677.9h513.4c-17.2-92-81.4-166.8-166.9-196.8zM88.3%20335.7c0-70.6%2057.7-128.3%20128.3-128.3S345%20265.1%20345%20335.7%20287.2%20464%20216.7%20464%2088.3%20406.3%2088.3%20335.7zM14.6%20640.5c33-78.8%20111.1-133.7%20202.1-133.7s169.1%2054.8%20202.1%20133.7H14.6z%22%20fill%3D%22%2300aeef%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.creditcard {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20595.3%20594%22%3E%3Cstyle%3E.st0%7Bfill%3A%23333%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M573.5%20265C526.9%20232.3%20266.9%2049.1%20231.1%2023.9c-10.5-7.4-23.1-10.3-35.4-8.1-12.4%202.2-23.3%209.3-30.7%2020C148%2060.2%2053.3%20194.5%2037.7%20216.6c-2.4%203.4-4.4%207.4-6%2011.9-3.5%209.8-3.3%2020.1.6%2030.9C11.7%20266.8%200%20283.4%200%20305v220c0%2027%2020.4%2047.4%2047.4%2047.5%2029.9.1%20401.5%200%20419.7%200%2013.3%200%2025.5-4.8%2034.2-13.6%208.7-8.8%2013.5-20.9%2013.5-34.3%200-11.1-.1-70.3-.1-88.8%200-2.1.3-2.8.4-3%206.7-9.8%2071-100.7%2071-100.7%205.1-7.2%207.9-14.2%208.6-21.5%202-19-5.2-34.3-21.2-45.6zM65.3%20235.9c10.1-14.3%2056.5-80.3%2069.7-98.9l170.4%20120h-229c-5%200-8.4-2.4-11.9-8.2-2.6-4.1-2.3-8.4.8-12.9zm-31.6%2069.7c0-9.7%205.2-14.8%2015-14.8h417.4c8%200%2013.2%203.6%2014.8%2010%20.2.8.3%2029%20.3%2042.3H33.7v-37.5zm447.6%20218.8c0%209.1-5.2%2014.3-14.2%2014.3-18.8%200-418.9.1-421.1-.1-6.8-.4-12.2-5.9-12.2-12.5-.1-33.3-.1-121.1-.1-121.1h447.6v119.4zm77-211.4c-5.4%207.8-21.9%2031.2-21.9%2031.2-1-.7-15.3-10.7-21.2-15-.1-.3-.3-23-.3-25.8-.1-25.1-20.4-45.8-45.4-46.3-10.3-.2-46.4-.1-54.2-.2-1.6%200-3.5-.6-4.7-1.4-62.9-44.2-240.1-169-240.1-169%202-2.8%2017.4-24.9%2023.4-33%204-5.5%2011.4-6.4%2017.6-2.2%209.8%206.8%20312.5%20220%20343.3%20241.8%207.5%205.4%208.7%2012.5%203.5%2019.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M336.9%20475h110v46.1h-110z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.m_creditcard_gray {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20595.3%20594%22%3E%3Cstyle%3E.st0%7Bfill%3A%23959595%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M573.5%20265C526.9%20232.3%20266.9%2049.1%20231.1%2023.9c-10.5-7.4-23.1-10.3-35.4-8.1-12.4%202.2-23.3%209.3-30.7%2020C148%2060.2%2053.3%20194.5%2037.7%20216.6c-2.4%203.4-4.4%207.4-6%2011.9-3.5%209.8-3.3%2020.1.6%2030.9C11.7%20266.8%200%20283.4%200%20305v220c0%2027%2020.4%2047.4%2047.4%2047.5%2029.9.1%20401.5%200%20419.7%200%2013.3%200%2025.5-4.8%2034.2-13.6%208.7-8.8%2013.5-20.9%2013.5-34.3%200-11.1-.1-70.3-.1-88.8%200-2.1.3-2.8.4-3%206.7-9.8%2071-100.7%2071-100.7%205.1-7.2%207.9-14.2%208.6-21.5%202-19-5.2-34.3-21.2-45.6zM65.3%20235.9c10.1-14.3%2056.5-80.3%2069.7-98.9l170.4%20120h-229c-5%200-8.4-2.4-11.9-8.2-2.6-4.1-2.3-8.4.8-12.9zm-31.6%2069.7c0-9.7%205.2-14.8%2015-14.8h417.4c8%200%2013.2%203.6%2014.8%2010%20.2.8.3%2029%20.3%2042.3H33.7v-37.5zm447.6%20218.8c0%209.1-5.2%2014.3-14.2%2014.3-18.8%200-418.9.1-421.1-.1-6.8-.4-12.2-5.9-12.2-12.5-.1-33.3-.1-121.1-.1-121.1h447.6v119.4zm77-211.4c-5.4%207.8-21.9%2031.2-21.9%2031.2-1-.7-15.3-10.7-21.2-15-.1-.3-.3-23-.3-25.8-.1-25.1-20.4-45.8-45.4-46.3-10.3-.2-46.4-.1-54.2-.2-1.6%200-3.5-.6-4.7-1.4-62.9-44.2-240.1-169-240.1-169%202-2.8%2017.4-24.9%2023.4-33%204-5.5%2011.4-6.4%2017.6-2.2%209.8%206.8%20312.5%20220%20343.3%20241.8%207.5%205.4%208.7%2012.5%203.5%2019.9z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M336.9%20475h110v46.1h-110z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.creditcard_gray {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22262%20-186.6%20666.5%20513.3%22%3E%3Cstyle%3E.st0%7Bfill%3A%23959595%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M870.4-36.7h-64.2v-91.8c0-32-26.1-58.1-58.1-58.1H320.7c-32%200-58.1%2026.1-58.1%2058.1v247.2c0%2032%2026.1%2058.1%2058.1%2058.1h64.1v91.8c0%2032%2026.1%2058.1%2058.1%2058.1h427.5c32%200%2058.1-26.1%2058.1-58.1V21.4c-.1-32-26.1-58.1-58.1-58.1zM388.6.9c-2.5%206.5-3.8%2013.4-3.8%2020.5v117.9h-64.2c-11.4%200-20.6-9.3-20.6-20.6V.9h88.6zm380.1-37.6H442.9c-1%200-2.1%200-3.3.1H300V-72h468.7v35.3zM422.3%2021.4c0-10.6%208.3-19.6%2018.8-20.5h346.4c.6%200%201.2%200%201.9-.1h81c11.4%200%2020.6%209.3%2020.6%2020.6v247.2c0%2011.4-9.3%2020.6-20.6%2020.6H442.9c-11.4%200-20.6-9.3-20.6-20.6V21.4zM300-109.5v-19c0-11.4%209.3-20.6%2020.6-20.6h427.5c11.4%200%2020.6%209.3%2020.6%2020.6v19H300z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M609.2%20223.9c17.4%200%2033.8-5.5%2047.5-15.9%2013.6%2010.2%2030.3%2015.9%2047.4%2015.9%2043.5%200%2078.9-35.4%2078.9-78.9s-35.4-78.9-78.9-78.9c-17%200-33.7%205.6-47.4%2015.9-13.6-10.2-30.3-15.9-47.5-15.9-43.5%200-78.9%2035.4-78.9%2078.9s35.4%2078.9%2078.9%2078.9zm53.4-78.9c0-22.8%2018.6-41.4%2041.4-41.4%2022.8%200%2041.4%2018.6%2041.4%2041.4s-18.6%2041.4-41.4%2041.4c-22.8%200-41.4-18.6-41.4-41.4zm-37.4%200c0%2011.9%202.6%2023.3%207.7%2034-6.9%204.9-15.1%207.4-23.7%207.4-11%200-21.4-4.3-29.3-12.1-7.8-7.8-12.1-18.2-12.1-29.3%200-22.8%2018.6-41.4%2041.4-41.4%208.6%200%2016.7%202.6%2023.7%207.4-5.1%2010.7-7.7%2022.1-7.7%2034z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.heart {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20141.7%20141.7%22%3E%3Cpath%20d%3D%22M124.3%2028c-5.4-7.5-14.3-11.8-24.2-11.7-1.3%200-2.6.1-4.1.3-9%201.1-15.7%204.9-20.1%2011.3l-4.9%207-5-7.1c-4.4-6.3-11.2-10-20.2-11-1.3-.2-2.7-.2-4.1-.2-9.9.1-18.7%204.4-24.1%2012-6.4%209-7%2021.5-1.8%2035.1%205.4%2014.1%2040%2047.5%2055.6%2061.7%2019.2-17.9%2050.2-49.1%2055-62.3%205.1-13.7%204.3-26.2-2.1-35.1z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M134%2021c-7.7-10.7-20.1-16.8-34-16.7-1.7%200-3.5.1-5.5.4C83.4%206%2075.9%2010.5%2070.9%2015.2c-5-4.7-12.6-9.1-23.8-10.4-1.8-.2-3.6-.3-5.5-.3-13.8.1-26.1%206.4-33.7%2017.1C-.8%2034-2%2050.4%204.6%2067.9c7.7%2020.3%2055.8%2063.7%2061.2%2068.5%201.6%201.4%203.6%202.2%205.6%202.1h.1c2.1%200%204.1-.8%205.7-2.2%2012.4-11.5%2053.6-50.4%2060.5-69.2%206.5-17.5%205.2-33.9-3.7-46.1zm-7.5%2042c-4.9%2013.2-35.8%2044.4-55%2062.3C55.8%20111%2021.2%2077.7%2015.9%2063.6c-5.2-13.6-4.5-26.1%201.8-35.1%205.4-7.6%2014.1-11.9%2024.1-12%201.4%200%202.7.1%204.1.2%209%201%2015.9%204.7%2020.2%2011l5%207.1%204.9-7.2c4.2-6.2%2011-10%2020-11.1%201.4-.2%202.8-.3%204.1-.3%2010-.1%2018.8%204.2%2024.2%2011.7%206.4%209%207.2%2021.5%202.2%2035.1z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.heart_black {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20141.7%20141.7%22%3E%3Cpath%20d%3D%22M124.3%2028c-5.4-7.5-14.3-11.8-24.2-11.7-1.3%200-2.6.1-4.1.3-9%201.1-15.7%204.9-20.1%2011.3l-4.9%207-5-7.1c-4.4-6.3-11.2-10-20.2-11-1.3-.2-2.7-.2-4.1-.2-9.9.1-18.7%204.4-24.1%2012-6.4%209-7%2021.5-1.8%2035.1%205.4%2014.1%2040%2047.5%2055.6%2061.7%2019.2-17.9%2050.2-49.1%2055-62.3%205.1-13.7%204.3-26.2-2.1-35.1z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M134%2021c-7.7-10.7-20.1-16.8-34-16.7-1.7%200-3.5.1-5.5.4C83.4%206%2075.9%2010.5%2070.9%2015.2c-5-4.7-12.6-9.1-23.8-10.4-1.8-.2-3.6-.3-5.5-.3-13.8.1-26.1%206.4-33.7%2017.1C-.8%2034-2%2050.4%204.6%2067.9c7.7%2020.3%2055.8%2063.7%2061.2%2068.5%201.6%201.4%203.6%202.2%205.6%202.1h.1c2.1%200%204.1-.8%205.7-2.2%2012.4-11.5%2053.6-50.4%2060.5-69.2%206.5-17.5%205.2-33.9-3.7-46.1zm-7.5%2042c-4.9%2013.2-35.8%2044.4-55%2062.3C55.8%20111%2021.2%2077.7%2015.9%2063.6c-5.2-13.6-4.5-26.1%201.8-35.1%205.4-7.6%2014.1-11.9%2024.1-12%201.4%200%202.7.1%204.1.2%209%201%2015.9%204.7%2020.2%2011l5%207.1%204.9-7.2c4.2-6.2%2011-10%2020-11.1%201.4-.2%202.8-.3%204.1-.3%2010-.1%2018.8%204.2%2024.2%2011.7%206.4%209%207.2%2021.5%202.2%2035.1z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.heart_blue {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20viewBox%3D%220%200%20141.7%20141.7%22%3E%3Cstyle%20id%3D%22style830%22%3E%3C%2Fstyle%3E%3Cpath%20id%3D%22path834%22%20d%3D%22M134%2021c-7.7-10.7-20.1-16.8-34-16.7-1.7%200-3.5.1-5.5.4C83.4%206%2075.9%2010.5%2070.9%2015.2c-5-4.7-12.6-9.1-23.8-10.4-1.8-.2-3.6-.3-5.5-.3-13.8.1-26.1%206.4-33.7%2017.1C-.8%2034-2%2050.4%204.6%2067.9c7.7%2020.3%2055.8%2063.7%2061.2%2068.5%201.6%201.4%203.6%202.2%205.6%202.1h.1c2.1%200%204.1-.8%205.7-2.2%2012.4-11.5%2053.6-50.4%2060.5-69.2%206.5-17.5%205.2-33.9-3.7-46.1zm-7.5%2042c-4.9%2013.2-35.8%2044.4-55%2062.3C55.8%20111%2021.2%2077.7%2015.9%2063.6c-5.2-13.6-4.5-26.1%201.8-35.1%205.4-7.6%2014.1-11.9%2024.1-12%201.4%200%202.7.1%204.1.2%209%201%2015.9%204.7%2020.2%2011l5%207.1%204.9-7.2c4.2-6.2%2011-10%2020-11.1%201.4-.2%202.8-.3%204.1-.3%2010-.1%2018.8%204.2%2024.2%2011.7%206.4%209%207.2%2021.5%202.2%2035.1z%22%20fill%3D%22%2300aeef%22%20stroke-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.burgermenu {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%228%20114.9%20612%20612%22%3E%3Cpath%20d%3D%22M8%20164.9h612V215H8zm0%20461.9h612v50.1H8zm0-230h612v50.1H8z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.facebook {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-41%20164.9%20512%20512%22%3E%3Cpath%20d%3D%22M93.9%20437.6H150v231.1c0%204.6%203.7%208.3%208.3%208.3h95.2c4.6%200%208.3-3.7%208.3-8.3v-230h64.5c4.2%200%207.7-3.1%208.2-7.3l9.8-85.1c.3-2.3-.5-4.7-2-6.4-1.6-1.8-3.8-2.8-6.2-2.8h-74.3v-53.3c0-16.1%208.7-24.2%2025.7-24.2h48.6c4.6%200%208.3-3.7%208.3-8.3v-78.1c0-4.6-3.7-8.3-8.3-8.3h-67c-.5%200-1.5-.1-3.1-.1-11.6%200-52%202.3-83.9%2031.6-35.3%2032.5-30.4%2071.5-29.3%2078.2V337H93.9c-4.6%200-8.3%203.7-8.3%208.3v84c.1%204.6%203.8%208.3%208.3%208.3z%22%20fill%3D%22%23385c8e%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.viber {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3C!--%20Created%20with%20Inkscape%20(http%3A%2F%2Fwww.inkscape.org%2F)%20--%3E%0D%0A%3Csvg%20width%3D%22121.94mm%22%20height%3D%22135.47mm%22%20version%3D%221.1%22%20viewBox%3D%220%200%20121.94%20135.47%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0D%0A%20%3Cmetadata%3E%0D%0A%20%20%3Crdf%3ARDF%3E%0D%0A%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%0D%0A%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0D%0A%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%0D%0A%20%20%20%20%3Cdc%3Atitle%2F%3E%0D%0A%20%20%20%3C%2Fcc%3AWork%3E%0D%0A%20%20%3C%2Frdf%3ARDF%3E%0D%0A%20%3C%2Fmetadata%3E%0D%0A%20%3Cg%20transform%3D%22translate(-24.455%20-77.32)%22%3E%0D%0A%20%20%3Cpath%20d%3D%22m98.971%2077.32h-27.097c-26.147%200-47.419%2021.272-47.419%2047.419v20.323c0%2018.357%2010.587%2035.016%2027.097%2042.852v22.632c0%201.9651%202.4582%202.9924%203.8547%201.5968l19.661-19.661h23.904c26.147%200%2047.419-21.272%2047.419-47.419v-20.323c0-26.147-21.272-47.419-47.419-47.419z%22%20fill%3D%22%23665cac%22%20stroke-width%3D%22.26458%22%2F%3E%0D%0A%20%20%3Cpath%20d%3D%22m119.51%20161.48-2.0302-10.998c-0.16801-0.90858-0.8718-1.6232-1.7777-1.8045l-15.967-3.1933c-0.74163-0.14764-1.5057%200.0839-2.0399%200.61754l-6.4868%206.487c-10.929-4.8972-16.995-10.976-22.332-22.375l6.4659-6.4656c0.53366-0.53393%200.76544-1.2996%200.61754-2.0399l-3.1933-15.967c-0.18124-0.90567-0.89588-1.61-1.8045-1.7777l-10.998-2.0299c-0.3011-0.0553-0.61119-0.0495-0.91017%200.0185-2.9038%200.65961-5.5533%202.1228-7.6623%204.2323-3.6518%203.6518-5.0475%208.9805-4.0357%2015.41%201.6984%2010.797%206.9879%2025.822%2016.747%2035.62l0.13335%200.13229c9.7906%209.7523%2024.816%2015.042%2035.613%2016.741%201.3602%200.21431%202.6702%200.32041%203.9264%200.32041%204.6818%200%208.6042-1.4769%2011.484-4.3564%202.109-2.1093%203.5727-4.7588%204.232-7.6621%200.0669-0.29925%200.0733-0.60881%200.0177-0.91043z%22%20fill%3D%22%23fff%22%20stroke-width%3D%22.26458%22%2F%3E%0D%0A%20%20%3Cg%20transform%3D%22matrix(.26458%200%200%20.26458%2017.689%2077.32)%22%20fill%3D%22%23fff%22%3E%0D%0A%20%20%20%3Cpath%20d%3D%22m273.07%20145.08c-4.713%200-8.534%203.821-8.534%208.534s3.821%208.534%208.534%208.534c18.824%200%2034.138%2015.314%2034.138%2034.138%200%204.65%203.884%208.534%208.534%208.534s8.534-3.884%208.534-8.534c1e-3%20-28.236-22.97-51.206-51.206-51.206z%22%2F%3E%0D%0A%20%20%20%3Cpath%20d%3D%22m273.07%20110.95c-3.157%200-6.343%200.175-9.471%200.52-4.685%200.517-8.064%204.734-7.547%209.42s4.743%208.056%209.42%207.547c2.508-0.277%205.064-0.418%207.598-0.418%2037.647%200%2068.275%2030.628%2068.275%2068.275%200%202.535-0.141%205.091-0.418%207.599-0.51%204.621%202.924%208.911%207.547%209.42%204.622%200.509%208.909-2.924%209.42-7.547%200.345-3.128%200.52-6.314%200.52-9.472%200-47.058-38.285-85.344-85.344-85.344z%22%2F%3E%0D%0A%20%20%20%3Cpath%20d%3D%22m273.07%2076.81c-3.05%200-6.139%200.116-9.179%200.347-4.7%200.356-8.222%204.456-7.866%209.155%200.355%204.7%204.469%208.222%209.155%207.866%202.613-0.199%205.268-0.299%207.89-0.299%2056.471%200%20102.41%2045.942%20102.41%20102.41%200%207.99-0.922%2015.944-2.74%2023.64-1.043%204.41%201.673%208.994%206.046%2010.192%204.601%201.26%209.469-1.625%2010.565-6.266%202.122-8.981%203.198-18.255%203.198-27.566%200-65.883-53.599-119.48-119.48-119.48z%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.instagram {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-22%20145.9%20551%20551%22%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2227.376%22%20y1%3D%22-91.659%22%20x2%3D%22477.284%22%20y2%3D%22358.249%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20555.78)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffc107%22%2F%3E%3Cstop%20offset%3D%22.507%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%22.99%22%20stop-color%3D%22%239c27b0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M364.8%20145.9H142.1c-90.6%200-164.2%2073.6-164.2%20164.1v222.7c0%2090.5%2073.6%20164.2%20164.2%20164.2h222.7c90.5%200%20164.2-73.6%20164.2-164.2V310c-.1-90.5-73.7-164.1-164.2-164.1zm108.7%20386.8c0%2060-48.7%20108.7-108.7%20108.7H142.1c-60%200-108.7-48.7-108.7-108.7V310c0-60%2048.7-108.7%20108.7-108.7h222.7c60%200%20108.7%2048.7%20108.7%20108.7v222.7z%22%20fill%3D%22url(%23a)%22%2F%3E%3ClinearGradient%20id%3D%22b%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22152.675%22%20y1%3D%22321.555%22%20x2%3D%22354.125%22%20y2%3D%22523.005%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20843.67)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ffc107%22%2F%3E%3Cstop%20offset%3D%22.507%22%20stop-color%3D%22%23f44336%22%2F%3E%3Cstop%20offset%3D%22.99%22%20stop-color%3D%22%239c27b0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M253.4%20278.9c-78.6%200-142.5%2063.9-142.5%20142.5s63.9%20142.5%20142.5%20142.5S395.9%20500%20395.9%20421.4%20332%20278.9%20253.4%20278.9zm0%20229.6c-48.1%200-87.1-39-87.1-87.1s39-87.1%2087.1-87.1%2087.1%2039%2087.1%2087.1-39%2087.1-87.1%2087.1z%22%20fill%3D%22url(%23b)%22%2F%3E%3ClinearGradient%20id%3D%22c%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22396.2%22%20y1%3D%22-139.496%22%20x2%3D%22396.2%22%20y2%3D%22405.654%22%20gradientTransform%3D%22matrix(1%200%200%20-1%200%20555.78)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23e09b3d%22%2F%3E%3Cstop%20offset%3D%22.3%22%20stop-color%3D%22%23c74c4d%22%2F%3E%3Cstop%20offset%3D%22.6%22%20stop-color%3D%22%23c21975%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237024c4%22%2F%3E%3C%2FlinearGradient%3E%3Ccircle%20cx%3D%22396.2%22%20cy%3D%22279.9%22%20r%3D%2234.1%22%20fill%3D%22url(%23c)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.telegram {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-147%20270.9%20300%20300%22%3E%3Cpath%20d%3D%22M-141.7%20415.5l69.1%2025.8%2026.8%2086c1.7%205.5%208.5%207.5%2012.9%203.9l38.5-31.4c4-3.3%209.8-3.5%2014-.4l69.5%2050.5c4.8%203.5%2011.6.9%2012.8-4.9l50.9-244.9c1.3-6.3-4.9-11.6-10.9-9.3l-283.7%20109.4c-7%202.8-6.9%2012.7.1%2015.3zm91.6%2012.1L85%20344.4c2.4-1.5%204.9%201.8%202.8%203.7L-23.7%20451.8c-3.9%203.6-6.4%208.5-7.2%2013.8l-3.8%2028.1c-.5%203.8-5.8%204.1-6.8.5l-14.6-51.3c-1.6-5.8.8-12.1%206-15.3z%22%20fill%3D%22%23239cda%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.envelope {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2018.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2058%2058%22%20style%3D%22enable-background%3Anew%200%200%2058%2058%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpolygon%20style%3D%22fill%3A%23DCD6CD%3B%22%20points%3D%220%2C5%200%2C44%2028%2C44%2056%2C44%2056%2C5%20%09%09%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23E8E3D9%3B%22%20d%3D%22M30.965%2C27.107c-1.637%2C1.462-4.292%2C1.462-5.93%2C0l-2.087-1.843C16.419%2C31.091%2C0%2C44%2C0%2C44h21.607%0D%0A%09%09%09h12.787H56c0%2C0-16.419-12.909-22.948-18.736L30.965%2C27.107z%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23EFEBDE%3B%22%20d%3D%22M0%2C5l25.035%2C22.107c1.637%2C1.462%2C4.292%2C1.462%2C5.93%2C0L56%2C5H0z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Ccircle%20style%3D%22fill%3A%2371C386%3B%22%20cx%3D%2246%22%20cy%3D%2241%22%20r%3D%2212%22%2F%3E%0D%0A%09%09%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M52%2C40h-5v-5c0-0.552-0.448-1-1-1s-1%2C0.448-1%2C1v5h-5c-0.552%2C0-1%2C0.448-1%2C1s0.448%2C1%2C1%2C1h5v5%0D%0A%09%09%09c0%2C0.552%2C0.448%2C1%2C1%2C1s1-0.448%2C1-1v-5h5c0.552%2C0%2C1-0.448%2C1-1S52.552%2C40%2C52%2C40z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.google-plus {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20458.246%20458.246%22%20style%3D%22enable-background%3Anew%200%200%20458.246%20458.246%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23F34A38%3B%22%20d%3D%22M160.777%2C259.368h71.594c-12.567%2C35.53-46.603%2C61.004-86.45%2C60.71%0D%0A%09%09c-48.349-0.357-88.327-39.035-90.204-87.349c-2.012-51.789%2C39.537-94.563%2C90.887-94.563c23.479%2C0%2C44.905%2C8.946%2C61.058%2C23.605%0D%0A%09%09c3.826%2C3.473%2C9.65%2C3.495%2C13.413-0.047l26.296-24.749c4.112-3.871%2C4.127-10.408%2C0.027-14.292%0D%0A%09%09c-25.617-24.269-59.981-39.396-97.876-40.136C68.696%2C80.969%2C0.567%2C147.238%2C0.004%2C228.078%0D%0A%09%09c-0.568%2C81.447%2C65.285%2C147.649%2C146.6%2C147.649c78.199%2C0%2C142.081-61.229%2C146.36-138.358c0.114-0.967%2C0.189-33.648%2C0.189-33.648%0D%0A%09%09H160.777c-5.426%2C0-9.824%2C4.398-9.824%2C9.824v35.999C150.953%2C254.97%2C155.352%2C259.368%2C160.777%2C259.368z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23F34A38%3B%22%20d%3D%22M414.464%2C206.99v-35.173c0-4.755-3.854-8.609-8.609-8.609h-29.604c-4.755%2C0-8.609%2C3.854-8.609%2C8.609%0D%0A%09%09v35.173h-35.173c-4.755%2C0-8.609%2C3.854-8.609%2C8.609v29.604c0%2C4.755%2C3.854%2C8.609%2C8.609%2C8.609h35.173v35.173%0D%0A%09%09c0%2C4.755%2C3.854%2C8.609%2C8.609%2C8.609h29.604c4.755%2C0%2C8.609-3.854%2C8.609-8.609v-35.173h35.173c4.755%2C0%2C8.609-3.854%2C8.609-8.609v-29.604%0D%0A%09%09c0-4.755-3.854-8.609-8.609-8.609L414.464%2C206.99L414.464%2C206.99z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.twitter {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%2303A9F4%3B%22%20d%3D%22M512%2C97.248c-19.04%2C8.352-39.328%2C13.888-60.48%2C16.576c21.76-12.992%2C38.368-33.408%2C46.176-58.016%0D%0A%09c-20.288%2C12.096-42.688%2C20.64-66.56%2C25.408C411.872%2C60.704%2C384.416%2C48%2C354.464%2C48c-58.112%2C0-104.896%2C47.168-104.896%2C104.992%0D%0A%09c0%2C8.32%2C0.704%2C16.32%2C2.432%2C23.936c-87.264-4.256-164.48-46.08-216.352-109.792c-9.056%2C15.712-14.368%2C33.696-14.368%2C53.056%0D%0A%09c0%2C36.352%2C18.72%2C68.576%2C46.624%2C87.232c-16.864-0.32-33.408-5.216-47.424-12.928c0%2C0.32%2C0%2C0.736%2C0%2C1.152%0D%0A%09c0%2C51.008%2C36.384%2C93.376%2C84.096%2C103.136c-8.544%2C2.336-17.856%2C3.456-27.52%2C3.456c-6.72%2C0-13.504-0.384-19.872-1.792%0D%0A%09c13.6%2C41.568%2C52.192%2C72.128%2C98.08%2C73.12c-35.712%2C27.936-81.056%2C44.768-130.144%2C44.768c-8.608%2C0-16.864-0.384-25.12-1.44%0D%0A%09C46.496%2C446.88%2C101.6%2C464%2C161.024%2C464c193.152%2C0%2C298.752-160%2C298.752-298.688c0-4.64-0.16-9.12-0.384-13.568%0D%0A%09C480.224%2C136.96%2C497.728%2C118.496%2C512%2C97.248z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.odnoklassniki {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512.479%20512.479%22%20style%3D%22enable-background%3Anew%200%200%20512.479%20512.479%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FF9800%3B%22%20d%3D%22M256.239%2C277.333c76.583%2C0%2C138.667-62.083%2C138.667-138.667S332.823%2C0%2C256.239%2C0%0D%0A%09%09S117.573%2C62.083%2C117.573%2C138.667C117.667%2C215.211%2C179.695%2C277.239%2C256.239%2C277.333z%20M256.239%2C64%0D%0A%09%09c41.237%2C0%2C74.667%2C33.429%2C74.667%2C74.667s-33.429%2C74.667-74.667%2C74.667s-74.667-33.429-74.667-74.667S215.002%2C64%2C256.239%2C64z%22%2F%3E%0D%0A%09%3Cpath%20style%3D%22fill%3A%23FF9800%3B%22%20d%3D%22M392.069%2C343.04c15.07-9.926%2C24.15-26.755%2C24.171-44.8c0.21-14.976-8.241-28.728-21.696-35.307%0D%0A%09%09c-13.824-6.905-30.372-5.35-42.667%2C4.011c-56.983%2C41.543-134.27%2C41.543-191.253%2C0c-12.314-9.312-28.833-10.865-42.667-4.011%0D%0A%09%09c-13.449%2C6.578-21.904%2C20.315-21.717%2C35.285c0.032%2C18.042%2C9.109%2C34.866%2C24.171%2C44.8c19.324%2C12.851%2C40.368%2C22.906%2C62.507%2C29.867%0D%0A%09%09c3.755%2C1.166%2C7.63%2C2.247%2C11.627%2C3.243l-64.469%2C63.04c-16.912%2C16.409-17.321%2C43.42-0.912%2C60.333%0D%0A%09%09c16.409%2C16.912%2C43.42%2C17.321%2C60.333%2C0.912c0.352-0.342%2C0.698-0.689%2C1.038-1.043l65.707-68.011l65.835%2C68.139%0D%0A%09%09c16.395%2C16.925%2C43.407%2C17.355%2C60.332%2C0.96c16.925-16.395%2C17.355-43.407%2C0.96-60.332c-0.343-0.354-0.692-0.702-1.047-1.044%0D%0A%09%09l-64.363-62.976c3.996-1.024%2C7.886-2.112%2C11.669-3.264C351.743%2C365.908%2C372.767%2C355.874%2C392.069%2C343.04z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.share_btns {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20opacity%3D%220.3%22%20d%3D%22M19.1939%2016.061C17.7484%2016.061%2016.4594%2016.7463%2015.6349%2017.8052L8.73068%2013.9691C8.89245%2013.5071%208.98117%2013.0087%208.98117%2012.4948C8.98117%2011.9757%208.89245%2011.4826%208.72546%2011.0154L15.6244%207.18439C16.4437%208.24855%2017.7379%208.93895%2019.1887%208.93895C21.6623%208.93895%2023.6819%206.93522%2023.6819%204.46948C23.6819%202.00374%2021.6675%200%2019.1887%200C16.7099%200%2014.6955%202.00374%2014.6955%204.46948C14.6955%204.98858%2014.7842%205.48692%2014.9512%205.94892L8.05748%209.7799C7.23816%208.71055%205.94396%208.02533%204.49319%208.02533C2.01959%208.02533%200%2010.0291%200%2012.4948C0%2014.9605%202.01959%2016.9643%204.49841%2016.9643C5.94918%2016.9643%207.24338%2016.2739%208.06792%2015.2045L14.9669%2019.0407C14.7999%2019.5079%2014.7059%2020.0114%2014.7059%2020.5305C14.7059%2022.9911%2016.7203%2025%2019.1991%2025C21.678%2025%2023.6923%2022.9963%2023.6923%2020.5305C23.6923%2018.0648%2021.6727%2016.061%2019.1939%2016.061ZM19.1939%201.40677C20.8952%201.40677%2022.2781%202.78239%2022.2781%204.47467C22.2781%206.16694%2020.8952%207.54257%2019.1939%207.54257C17.4927%207.54257%2016.1097%206.16694%2016.1097%204.47467C16.1097%202.78239%2017.4979%201.40677%2019.1939%201.40677ZM4.49841%2015.5627C2.79716%2015.5627%201.41423%2014.1871%201.41423%2012.4948C1.41423%2010.8025%202.79716%209.42691%204.49841%209.42691C6.19967%209.42691%207.58259%2010.8025%207.58259%2012.4948C7.58259%2014.1871%206.19445%2015.5627%204.49841%2015.5627ZM19.1939%2023.5932C17.4927%2023.5932%2016.1097%2022.2176%2016.1097%2020.5253C16.1097%2018.8331%2017.4927%2017.4574%2019.1939%2017.4574C20.8952%2017.4574%2022.2781%2018.8331%2022.2781%2020.5253C22.2781%2022.2176%2020.8952%2023.5932%2019.1939%2023.5932Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.vkontakte {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20style%3D%22fill%3A%23436EAB%3B%22%20d%3D%22M440.649%2C295.361c16.984%2C16.582%2C34.909%2C32.182%2C50.142%2C50.436%0D%0A%09c6.729%2C8.112%2C13.099%2C16.482%2C17.973%2C25.896c6.906%2C13.382%2C0.651%2C28.108-11.348%2C28.907l-74.59-0.034%0D%0A%09c-19.238%2C1.596-34.585-6.148-47.489-19.302c-10.327-10.519-19.891-21.714-29.821-32.588c-4.071-4.444-8.332-8.626-13.422-11.932%0D%0A%09c-10.182-6.609-19.021-4.586-24.84%2C6.034c-5.926%2C10.802-7.271%2C22.762-7.853%2C34.8c-0.799%2C17.564-6.108%2C22.182-23.751%2C22.986%0D%0A%09c-37.705%2C1.778-73.489-3.926-106.732-22.947c-29.308-16.768-52.034-40.441-71.816-67.24%0D%0A%09C58.589%2C258.194%2C29.094%2C200.852%2C2.586%2C141.904c-5.967-13.281-1.603-20.41%2C13.051-20.663c24.333-0.473%2C48.663-0.439%2C73.025-0.034%0D%0A%09c9.89%2C0.145%2C16.437%2C5.817%2C20.256%2C15.16c13.165%2C32.371%2C29.274%2C63.169%2C49.494%2C91.716c5.385%2C7.6%2C10.876%2C15.201%2C18.694%2C20.55%0D%0A%09c8.65%2C5.923%2C15.236%2C3.96%2C19.305-5.676c2.582-6.11%2C3.713-12.691%2C4.295-19.234c1.928-22.513%2C2.182-44.988-1.199-67.422%0D%0A%09c-2.076-14.001-9.962-23.065-23.933-25.714c-7.129-1.351-6.068-4.004-2.616-8.073c5.995-7.018%2C11.634-11.387%2C22.875-11.387h84.298%0D%0A%09c13.271%2C2.619%2C16.218%2C8.581%2C18.035%2C21.934l0.072%2C93.637c-0.145%2C5.169%2C2.582%2C20.51%2C11.893%2C23.931%0D%0A%09c7.452%2C2.436%2C12.364-3.526%2C16.836-8.251c20.183-21.421%2C34.588-46.737%2C47.457-72.951c5.711-11.527%2C10.622-23.497%2C15.381-35.458%0D%0A%09c3.526-8.875%2C9.059-13.242%2C19.056-13.049l81.132%2C0.072c2.406%2C0%2C4.84%2C0.035%2C7.17%2C0.434c13.671%2C2.33%2C17.418%2C8.211%2C13.195%2C21.561%0D%0A%09c-6.653%2C20.945-19.598%2C38.4-32.255%2C55.935c-13.53%2C18.721-28.001%2C36.802-41.418%2C55.634%0D%0A%09C424.357%2C271.756%2C425.336%2C280.424%2C440.649%2C295.361L440.649%2C295.361z%22%2F%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.youtube {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-41%20165.3%20511.6%20511.6%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fd001a%7D.st1%7Bfill%3A%232c2c2c%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M419%20429.6c-2.5-11.2-7.9-20.7-16.4-28.3-8.5-7.6-18.2-12.1-29.3-13.4-35-3.8-87.8-5.7-158.5-5.7-70.6%200-123.3%201.9-158.2%205.7-11.2%201.3-21%205.8-29.4%2013.4-8.4%207.6-13.9%2017-16.6%2028.3-4.9%2022.1-7.4%2055.4-7.4%2099.9%200%2045.3%202.5%2078.6%207.4%2099.9%202.5%2011.2%208%2020.7%2016.4%2028.3%208.5%207.6%2018.2%2012%2029.3%2013.1%2035%204%2087.8%206%20158.5%206%2070.6%200%20123.4-2%20158.5-6%2011-1.1%2020.7-5.5%2029.1-13.1%208.4-7.6%2013.9-17%2016.6-28.3%204.9-22.1%207.4-55.4%207.4-99.9%200-45.2-2.5-78.5-7.4-99.9zm-295%2028.9H93.5v162.4H64.9V458.5h-30v-26.8H124v26.8zm77.1%20162.4h-25.4v-15.4c-10.3%2011.6-20%2017.4-29.1%2017.4-8.8%200-14.3-3.5-16.6-10.6-1.5-4.6-2.3-11.5-2.3-20.8V479.9h25.4v103.9c0%206.1.1%209.4.3%2010%20.6%204%202.6%206%206%206%205.1%200%2010.6-4%2016.3-12V479.9h25.4v141zm97.1-42.2c0%2013.9-.9%2023.4-2.6%2028.6-3.2%2010.5-10%2015.7-20.3%2015.7-9.1%200-18-5.2-26.6-15.7V621h-25.4V431.6h25.4v62c8.2-10.3%2017-15.4%2026.6-15.4%2010.3%200%2017%205.3%2020.3%2016%201.7%204.9%202.6%2014.4%202.6%2028.3v56.2zm96.5-23.4h-51.1v24.8c0%2013.1%204.4%2019.7%2013.1%2019.7%206.3%200%2010.1-3.4%2011.4-10.3.4-1.9.6-7.7.6-17.4h26v3.7c0%209.3-.2%2014.8-.6%2016.6-.6%205.1-2.6%2010.3-6%2015.4-6.9%2010.1-17.1%2015.1-30.8%2015.1-13.1%200-23.4-4.9-30.8-14.6-5.5-7-8.3-18.1-8.3-33.1v-49.4c0-15%202.7-26.1%208-33.1%207.4-9.7%2017.6-14.6%2030.6-14.6%2012.8%200%2022.9%204.9%2030.3%2014.6%205.1%207%207.7%2018.1%207.7%2033.1l-.1%2029.5z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M261.6%20501.3c-4.4%200-8.7%202.1-12.8%206.3v85.9c4.2%204.2%208.5%206.3%2012.8%206.3%207.4%200%2011.1-6.4%2011.1-19.1v-60.2c.1-12.8-3.6-19.2-11.1-19.2zM356.4%20501.3c-8.6%200-12.8%206.5-12.8%2019.4v13.1h25.7v-13.1c0-12.9-4.3-19.4-12.9-19.4z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M107.5%20279.2v77.4H136v-77.4l34.5-113.9h-29.1L122%20240.4l-20.3-75.1H71.5c5.3%2016%2011.5%2033.8%2018.6%2053.4%208.9%2026.2%2014.7%2046.4%2017.4%2060.5zM208.8%20358.6c13.1%200%2023.2-4.9%2030.3-14.6%205.3-7%208-18.3%208-33.7v-50c0-15.2-2.7-26.4-8-33.4-7-9.7-17.1-14.6-30.3-14.6-12.8%200-22.8%204.9-30%2014.6-5.3%207-8%2018.2-8%2033.4v50c0%2015.2%202.7%2026.5%208%2033.7%207.3%209.7%2017.3%2014.6%2030%2014.6zm-12.3-103.4c0-13.1%204.1-19.7%2012.3-19.7s12.3%206.6%2012.3%2019.7v60c0%2013.3-4.1%2020-12.3%2020s-12.3-6.7-12.3-20v-60zM287.3%20358.6c9.5%200%2019.3-5.9%2029.4-17.7v15.7h26V214.1h-26v108.8c-5.7%208.2-11.1%2012.3-16.3%2012.3-3.4%200-5.4-2.1-6-6.3-.2-.4-.3-3.7-.3-10V214.1h-26v112.5c0%209.7.8%2016.8%202.3%2021.4%202.6%207%208.2%2010.6%2016.9%2010.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.email {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2222%20-23.1%20612%20612%22%20style%3D%22enable-background%3Anew%2022%20-23.1%20612%20612%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23707070%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M588.9%2C57.8H71c-5.6%2C0.1-11.4%2C0.3-16.9%2C1.5C35.6%2C65%2C24.5%2C81.1%2C24.5%2C102.4v357.2c0%2C30%2C16.1%2C47.2%2C44.3%2C47.2h347%0D%0A%09c29%2C0%2C58%2C0%2C87%2C0c29.2%2C0%2C58.3%2C0%2C87.4%2C0c7.5%2C0%2C14.9-2%2C21.3-5.7c14.6-7.4%2C21.8-21.4%2C21.8-42.8V105C633.2%2C75.9%2C616.2%2C57.8%2C588.9%2C57.8z%0D%0A%09%20M601.7%2C458.3c0%2C14.2-3.4%2C15.5-12.9%2C15.5H70.1c-4.4-0.1-8.8-1.3-11.4-2.8c-1.1-0.8-2.7-4.2-2.8-6.3l-0.1-303.8%0D%0A%09c1.8%2C1.4%2C3.5%2C2.8%2C5.2%2C4.5c36.2%2C26.2%2C72.4%2C52.5%2C108.6%2C78.9c34.8%2C25.4%2C69.6%2C50.7%2C104.3%2C75.8c11.2%2C8.8%2C22.7%2C17.2%2C34.2%2C25.6l12.1%2C8.9%0D%0A%09c6.6%2C5.5%2C11.8%2C3%2C15.7%2C0.2c87.2-65%2C174.4-129.9%2C262-194.7c1.2-1%2C2.5-1.9%2C3.8-2.9V458.3z%20M594.2%2C121.5L572%2C138.1%0D%0A%09c-80.4%2C60.1-161.1%2C120.3-242.3%2C180.8c-0.5%2C0.4-1.1%2C0.9-1.6%2C1.3c-37-26.9-73.3-53.5-110-80.5l-10-7.3%0D%0A%09c-36.1-26.4-73.4-53.8-110.2-81.4c-13.4-9.2-26.9-19.5-40.1-30.5l-1.2-0.7c-0.2-0.2-0.5-0.7-0.6-0.7c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09c-0.1-4-0.1-8.1%2C0-12.3l0-6.5c0.3-5.6%2C3.7-9%2C9.2-9.3h521.4c12.3%2C0%2C15.2%2C6.9%2C15.2%2C22.6C601.7%2C114.9%2C600.3%2C117.4%2C594.2%2C121.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.phone_new {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%2222%20-23.1%20612%20612%22%20style%3D%22enable-background%3Anew%2022%20-23.1%20612%20612%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23707070%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M523.1%2C584.6c13.6%2C0%2C25.3-0.9%2C34.5-2.1l6.5-0.8l3.8-5.1c37.5-50.5%2C47-114.5%2C48.3-159.3l0.2-6.7l-5.2-4.4%0D%0A%09c-46.7-40-124.9-68.6-186.7-67.9l-4.9%2C0.1l-3.9%2C2.8c-16.1%2C11.6-44%2C39.8-60%2C58.8c-23.2-11.2-51.2-36-83.7-74%0D%0A%09c-32.4-38-52.2-69.3-59.1-93.4c22.5-11.4%2C56.6-32.4%2C71.5-45.3l3.6-3.2l1-4.6c12.5-58.1-1.4-137.9-33-189.8l-3.5-5.9l-7-1.1%0D%0A%09c-39.1-6.4-125.2-3.3-186%2C23.4l-5.9%2C2.6l-2.1%2C6c-27%2C77.3-6%2C220.6%2C133.8%2C391.2C320.7%2C558.7%2C450.5%2C584.6%2C523.1%2C584.6L523.1%2C584.6z%0D%0A%09%20M78%2C30C130.7%2C9%2C200.3%2C6.7%2C233.6%2C10.4c24.6%2C44.3%2C35.8%2C110.1%2C27%2C158.5c-17.3%2C13.6-54.2%2C35.4-70.8%2C42.4l-10.3%2C4.4l1.6%2C10.8%0D%0A%09c4.4%2C30.9%2C26.6%2C69.5%2C67.8%2C117.9c41.2%2C48.4%2C76.2%2C76.8%2C106.9%2C86.9l10.7%2C3.5l6.4-8.9c10.4-14.3%2C39.7-45%2C56.9-58.7%0D%0A%09c51%2C0.9%2C115.9%2C24.4%2C156.2%2C56.2c-1.9%2C38.6-10.4%2C89.9-38.7%2C131.3c-57.8%2C5.5-193.6-3.2-338.7-166.9C80.1%2C231.1%2C57.8%2C98.8%2C78%2C30z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.fire_red {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-35%2013.6%2012.6%2015%22%20style%3D%22enable-background%3Anew%20-35%2013.6%2012.6%2015%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23EE2316%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20transform%3D%22translate(295%2021.5)%22%3E%0D%0A%09%3Cpath%20id%3D%22af_2_%22%20class%3D%22st0%22%20d%3D%22M-327.6%2C7c-0.5-1.9%2C0-3.9%2C1.3-5.6c-0.4%2C1.6-0.3%2C3%2C0%2C3.8c0.8%2C1.7%2C2.5%2C2%2C4.4%2C1.9%0D%0A%09%09c1.3-0.2%2C2.9-1.4%2C3.8-3.1c0.9-1.9%2C0.8-4%2C0-5.6c-0.2%2C1.5-1.2%2C2.9-2.5%2C3.1c1-3.6-0.8-7.8-4.4-9.4c0%2C3.7-4.8%2C6-5%2C9.4%0D%0A%09%09C-330.2%2C3.8-329.2%2C5.8-327.6%2C7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_beach {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23E9E9E9%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M25.9%2C20.1c0-0.1-0.1-0.1-0.2-0.1h-1.1c-0.1%2C0-0.2%2C0-0.2%2C0.1l-1.5%2C3h-4c-0.1%2C0-0.2%2C0-0.2%2C0.1l-0.9%2C1.8h-7.6%0D%0A%09%09c-0.1%2C0-0.2%2C0.1-0.2%2C0.2v1c0%2C0.1%2C0.1%2C0.2%2C0.2%2C0.2H12L10.8%2C29c0%2C0.1%2C0%2C0.1%2C0%2C0.2c0%2C0.1%2C0.1%2C0.1%2C0.2%2C0.1h1.1c0.1%2C0%2C0.2%2C0%2C0.2-0.1%0D%0A%09%09l1.3-2.7h7.9l1.3%2C2.7c0%2C0.1%2C0.1%2C0.1%2C0.2%2C0.1H24c0.1%2C0%2C0.1%2C0%2C0.2-0.1c0-0.1%2C0-0.1%2C0-0.2l-1.3-2.5l3-6.1%0D%0A%09%09C25.9%2C20.3%2C25.9%2C20.2%2C25.9%2C20.1z%20M22.4%2C24.2L22%2C25.1h-2.9l0.4-0.9L22.4%2C24.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M18%2C8.8C18%2C8.8%2C18%2C8.8%2C18%2C8.8C18%2C8.8%2C18%2C8.8%2C18%2C8.8c-4.4%2C0-8%2C2.9-8%2C6.4c0%2C0.1%2C0.1%2C0.2%2C0.1%2C0.2c0%2C0%2C0.1%2C0%2C0.1%2C0%0D%0A%09%09c0.6-0.6%2C1.4-0.9%2C2.2-0.9c0.8%2C0%2C1.6%2C0.3%2C2.2%2C0.9c0.1%2C0.1%2C0.2%2C0.1%2C0.2%2C0c0.9-0.7%2C2-1.2%2C3.1-1.2c1.1%2C0%2C2.2%2C0.4%2C3.1%2C1.2%0D%0A%09%09c0.1%2C0.1%2C0.2%2C0%2C0.2%2C0c0.6-0.6%2C1.4-0.9%2C2.2-0.9c0.8%2C0%2C1.6%2C0.3%2C2.2%2C0.9c0%2C0%2C0.1%2C0%2C0.1%2C0c0.1%2C0%2C0.1-0.1%2C0.1-0.2%0D%0A%09%09C26%2C11.7%2C22.4%2C8.8%2C18%2C8.8z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M18%2C29.3c0.3%2C0%2C0.6-0.3%2C0.6-0.6v-1.4c0%2C0%2C0%2C0%2C0-0.1c0%2C0%2C0%2C0-0.1%2C0c-0.5%2C0-0.4%2C0-1.1%2C0c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0%2C0%2C0%2C0-0.1%2C0c0%2C0%2C0%2C0%2C0%2C0.1v1.4C17.4%2C29%2C17.7%2C29.3%2C18%2C29.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M18.5%2C14.9c-0.3-0.1-0.8-0.1-1.1%2C0c0%2C0-0.1%2C0-0.1%2C0.1v9.3c0%2C0%2C0%2C0.1%2C0.1%2C0.1h1.1c0%2C0%2C0.1%2C0%2C0.1-0.1L18.5%2C14.9%0D%0A%09%09C18.6%2C14.9%2C18.6%2C14.9%2C18.5%2C14.9z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M18%2C6.7C18%2C6.7%2C18%2C6.7%2C18%2C6.7L18%2C6.7c-0.3%2C0-0.6%2C0.3-0.6%2C0.6v0.9c0%2C0%2C0%2C0%2C0%2C0.1c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0.2%2C0%2C0.4%2C0%2C0.5%2C0c0.2%2C0%2C0.3%2C0%2C0.5%2C0c0%2C0%2C0%2C0%2C0%2C0c0%2C0%2C0%2C0%2C0.1%2C0c0%2C0%2C0%2C0%2C0-0.1V7.3C18.6%2C7%2C18.3%2C6.7%2C18%2C6.7z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_night {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.56004%2013.6689C8.07848%2014.2553%206.44928%2014.2502%204.97091%2013.6547C1.90734%2012.4218%200.204657%208.74588%201.056%205.38504C1.48518%203.68831%202.50897%202.26323%203.87299%201.33965C3.2378%203.98002%203.95336%206.85191%205.76451%208.8186L5.76685%208.82111V8.82278H5.76841L5.76997%208.82529C7.60687%2010.7661%2010.2881%2011.5325%2012.7539%2010.8513C12.0048%2012.126%2010.8944%2013.1406%209.56004%2013.6689ZM13.4952%209.64606C11.0614%2010.7335%208.26469%2010.1919%206.37629%208.21179L6.35678%208.18839C4.49257%206.16569%203.97911%203.15506%204.99979%200.540602C5.15819%200.134392%204.67205%20-0.094624%204.38801%200.0374361C2.66543%200.836522%201.2975%202.31726%200.569657%204.17065C-0.158186%206.02403%20-0.189706%208.10689%200.481674%209.98457C1.14339%2011.8083%202.43328%2013.3496%204.08368%2014.2063C4.96814%2014.6699%205.93118%2014.9365%206.91458%2014.99C7.89798%2015.0435%208.88129%2014.8828%209.80504%2014.5176C10.7288%2014.1524%2011.5738%2013.5903%2012.289%2012.8653C13.0041%2012.1404%2013.5746%2011.2675%2013.9658%2010.2997C14.0875%209.99711%2013.8737%209.47556%2013.4952%209.64606Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_departure {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2215%22%20viewBox%3D%220%200%2014%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.8609%207.50169L10.323%205.0392L8.47583%206.57753C8.80592%206.98419%209.13013%207.38586%209.45875%207.78503C9.48012%207.81002%209.53685%207.82086%209.56485%207.80669C9.97407%207.60559%2010.4155%207.50177%2010.8617%207.50169H10.8609ZM8.16931%2011.2542C8.16636%209.46919%209.33644%208.17419%2010.7998%208.17919C12.3294%208.18419%2013.4288%209.51252%2013.4339%2011.2709C13.4391%2012.9942%2012.2918%2014.3292%2010.813%2014.3325C9.30475%2014.335%208.16783%2013.0108%208.16931%2011.2542ZM10.2096%2012.1567C9.99295%2011.8967%209.78737%2011.6483%209.57885%2011.4033C9.43149%2011.23%209.25612%2011.2184%209.13381%2011.3667C9.01739%2011.5084%209.03139%2011.7092%209.17212%2011.875C9.43591%2012.185%209.69969%2012.4933%209.96495%2012.8017C10.1425%2013.01%2010.2899%2013.0092%2010.4682%2012.8017L11.88%2011.1517C12.0664%2010.9325%2012.255%2010.7159%2012.4399%2010.495C12.574%2010.335%2012.5807%2010.1367%2012.462%209.99752C12.3456%209.85835%2012.1725%209.86669%2012.0376%2010.0184C11.9558%2010.1109%2011.8755%2010.2067%2011.796%2010.3009L10.2096%2012.1567ZM1.86652%203.42087C1.94462%203.4542%201.99915%203.4792%202.05441%203.5017C3.08596%203.90753%204.11604%204.31337%205.14759%204.71753C5.26328%204.76253%205.35538%204.83337%205.38338%204.97753C5.41359%205.13503%205.3539%205.2492%205.25296%205.3542C4.65319%205.97753%204.05046%206.59836%203.46248%207.23753C3.28196%207.43419%203.12501%207.46419%202.90102%207.35003C2.30788%207.05003%201.70589%206.77336%201.10538%206.49336C1.06117%206.47169%200.983066%206.46753%200.95212%206.49753C0.852649%206.59753%200.767914%206.71586%200.672127%206.83336C0.70381%206.88503%200.728862%206.92836%200.756861%206.96919L1.7722%208.47752C1.92473%208.70419%201.92104%208.84336%201.74126%209.04586C1.64252%209.15752%201.63147%209.27919%201.69263%209.40502C1.77073%209.56752%201.86652%209.60002%202.01462%209.53586C4.11653%208.60595%206.13401%207.44834%208.03889%206.0792C8.92613%205.43459%209.769%204.71504%2010.5603%203.9267C11.138%203.35587%2011.6891%202.74754%2012.2462%202.1492C12.4967%201.88004%2012.6831%201.54921%2012.8341%201.19337C12.9756%200.860041%2012.9579%200.810041%2012.6492%200.742541C12.0192%200.603375%2011.3966%200.670042%2010.7813%200.859208C9.79548%201.16421%208.95918%201.79004%208.17889%202.53254C8.05644%202.65668%207.89678%202.72343%207.73237%202.7192C6.0222%202.7142%204.31204%202.71587%202.60187%202.71754C2.5444%202.71754%202.46777%202.71337%202.43314%202.7517C2.24304%202.96337%202.06251%203.18754%201.86652%203.42087ZM8.98792%208.18336L7.96447%206.92336C7.66385%207.12419%207.3728%207.32169%207.07955%207.51336C5.53117%208.5252%203.91878%209.40621%202.25556%2010.1492C1.9321%2010.2942%201.52611%2010.2075%201.31832%209.92919C1.07885%209.60835%201.01107%209.24336%201.17317%208.84752C1.21296%208.75086%201.19011%208.69336%201.14075%208.62002C0.800334%208.12002%200.462869%207.61586%200.12393%207.11336C-0.04775%206.86003%20-0.0425922%206.74086%200.148982%206.50503C0.32803%206.2842%200.505605%206.06253%200.68539%205.84253C0.81065%205.69086%200.925594%205.67253%201.09359%205.75336C1.73315%206.0617%202.37419%206.36836%203.01596%206.67003C3.0528%206.68753%203.11838%206.68003%203.14564%206.65169C3.59511%206.18253%204.04015%205.7092%204.48666%205.23503C4.49551%205.2267%204.49993%205.21003%204.51614%205.1792C4.27962%205.08587%204.04899%204.9942%203.81836%204.9042L1.32053%203.91753C1.02212%203.7992%200.967593%203.54087%201.18643%203.27754C1.45611%202.95254%201.73389%202.63504%201.99399%202.2992C2.14356%202.10587%202.30345%202.03004%202.53113%202.0342C3.4249%202.05087%204.31867%202.04087%205.21317%202.04087C6.01115%202.04087%206.80913%202.03921%207.60785%202.04337C7.71718%202.0479%207.824%202.00565%207.907%201.92504C8.74771%201.14004%209.65475%200.498375%2010.7121%200.191709C11.4342%20-0.0174568%2012.1592%20-0.08579%2012.8887%200.141709C12.9498%200.161709%2013.011%200.185876%2013.0699%200.212543C13.3845%200.357542%2013.4899%200.575042%2013.4229%200.965874C13.3226%201.59058%2013.0551%202.16538%2012.6566%202.61254C12.0885%203.2442%2011.4975%203.84837%2010.9118%204.45837C10.8351%204.53753%2010.8175%204.6042%2010.8425%204.7167C11.0437%205.62336%2011.2419%206.53169%2011.4371%207.44003C11.4607%207.55086%2011.5034%207.60419%2011.6014%207.63586C12.857%208.03752%2013.8414%209.34419%2013.9792%2010.7817C14.1339%2012.4008%2013.417%2013.915%2012.157%2014.635C10.5861%2015.5317%208.67256%2014.7183%207.90553%2012.8292C7.26154%2011.2434%207.64837%209.40669%208.86119%208.29919L8.98792%208.18252%22%20fill%3D%22%23828282%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_room {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23E9E9E9%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M26%2C20.7v3h1.5v-4.6H10V13c0-0.2-0.1-0.4-0.2-0.5c-0.1-0.2-0.3-0.2-0.5-0.2c-0.2%2C0-0.4%2C0.1-0.5%2C0.2%0D%0A%09%09S8.5%2C12.8%2C8.5%2C13v10.8H10v-3H26z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M12.4%2C16.1c0.4%2C0%2C0.7-0.1%2C1-0.4c0.3-0.3%2C0.4-0.6%2C0.4-1c0-0.4-0.1-0.7-0.4-1c-0.3-0.3-0.6-0.4-1-0.4%0D%0A%09%09s-0.7%2C0.1-1%2C0.4c-0.3%2C0.3-0.4%2C0.6-0.4%2C1s0.1%2C0.7%2C0.4%2C1C11.7%2C16%2C12%2C16.1%2C12.4%2C16.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M27.5%2C18.1v-1.9c0-0.3-0.1-0.5-0.3-0.7c-0.2-0.2-0.5-0.3-0.8-0.4l-11-1.1h-0.1c-0.2%2C0-0.4%2C0.1-0.5%2C0.2%0D%0A%09%09c-0.1%2C0.1-0.2%2C0.3-0.2%2C0.5v2.2h-2.8c-0.5%2C0-0.7%2C0.2-0.7%2C0.6c0%2C0.4%2C0.2%2C0.6%2C0.7%2C0.6H27.5z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_common {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23E9E9E9%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M14%2C24.3h-0.9v-0.8c0-0.4-0.3-0.7-0.7-0.7H11c-0.4%2C0-0.7%2C0.3-0.7%2C0.7v0.8H9.5c-0.3%2C0-0.5%2C0.2-0.5%2C0.5v3.1%0D%0A%09%09c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5H14c0.3%2C0%2C0.5-0.2%2C0.5-0.5v-3.1C14.5%2C24.5%2C14.2%2C24.3%2C14%2C24.3z%20M12.4%2C24.3L12.4%2C24.3h-1.3v-0.7h1.3V24.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M18.2%2C11.1c0.9%2C0%2C1.7-0.8%2C1.7-1.7c0-0.9-0.8-1.7-1.7-1.7c-0.9%2C0-1.7%2C0.8-1.7%2C1.7%0D%0A%09%09C16.5%2C10.3%2C17.2%2C11.1%2C18.2%2C11.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M26.5%2C20.8h-0.4v-2.2h0.3c0.1%2C0%2C0.2-0.1%2C0.2-0.2v-0.5c0-0.1-0.1-0.2-0.2-0.2h-2.1c0.1-0.3%2C0-0.7-0.3-1%0D%0A%09%09l-1.7-1.1l0-2.2c0-1.1-0.9-1.9-1.9-1.9c-0.5%2C0-3.9%2C0-4.4%2C0c-1.1%2C0-1.9%2C0.9-1.9%2C1.9l0%2C6c0%2C0.5%2C0.4%2C0.8%2C0.8%2C0.8c0%2C0%2C0%2C0%2C0%2C0%0D%0A%09%09c0.5%2C0%2C0.8-0.4%2C0.8-0.8l0-6c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2l0%2C13.8c0%2C0.5%2C0.4%2C1%2C1%2C1c0.5%2C0%2C1-0.4%2C1-1v-7.9h0.4v7.9%0D%0A%09%09c0%2C0.5%2C0.4%2C1%2C1%2C1c0.5%2C0%2C1-0.4%2C1-1c0-12.8%2C0-5.8%2C0-13.8c0-0.1%2C0.1-0.2%2C0.2-0.2c0.1%2C0%2C0.2%2C0.1%2C0.2%2C0.2c0%2C0%2C0%2C0%2C0%2C0l0%2C2.7%0D%0A%09%09c0%2C0.3%2C0.1%2C0.5%2C0.4%2C0.7l1.9%2C1.2v0.4c0%2C0.1%2C0.1%2C0.2%2C0.2%2C0.2h0.3v2.2H23c-0.3%2C0-0.5%2C0.2-0.5%2C0.5V27c0%2C0.3%2C0.2%2C0.5%2C0.5%2C0.5h0.4V28%0D%0A%09%09c0%2C0.2%2C0.2%2C0.3%2C0.3%2C0.3c0.2%2C0%2C0.3-0.2%2C0.3-0.3v-0.5h1.4V28c0%2C0.2%2C0.2%2C0.3%2C0.3%2C0.3c0.2%2C0%2C0.3-0.2%2C0.3-0.3v-0.5h0.4%0D%0A%09%09c0.3%2C0%2C0.5-0.2%2C0.5-0.5v-5.6C27%2C21%2C26.8%2C20.8%2C26.5%2C20.8z%20M25.5%2C20.8H24v-2.2h1.4V20.8z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_room2 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2215%22%20viewBox%3D%220%200%2013%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.46254%205.59905H5.05489C5.47579%205.59321%205.75368%205.33488%205.75449%204.94906C5.75612%204.60073%205.43922%204.29324%205.05976%204.28657C4.65026%204.28009%204.24069%204.28009%203.83119%204.28657C3.45417%204.2924%203.1649%204.58656%203.16652%204.94989C3.16896%205.32238%203.45092%205.59405%203.84094%205.59821C4.04814%205.60071%204.25534%205.59821%204.46254%205.59905ZM8.5066%205.59905C8.72355%205.59905%208.9405%205.60321%209.15745%205.59738C9.45809%205.58905%209.69698%205.40905%209.77499%205.14072C9.90174%204.7074%209.58241%204.29407%209.10626%204.28657C8.69729%204.28089%208.28827%204.28089%207.87931%204.28657C7.50229%204.29074%207.21302%204.58573%207.21464%204.94906C7.21789%205.31905%207.4901%205.59071%207.87037%205.59821C8.08245%205.60238%208.29452%205.59821%208.5066%205.59821V5.59905ZM10.8004%201.59078C10.8476%201.23245%2010.6054%200.902461%2010.2073%200.836628C9.77408%200.763703%209.33738%200.714744%208.89906%200.689964C7.21677%200.593086%205.53028%200.601992%203.84906%200.71663C3.45173%200.744963%203.05358%200.803296%202.66437%200.885794C2.51087%200.918119%202.37493%201.00871%202.28378%201.13943C2.19263%201.27015%202.15298%201.43136%202.17278%201.59078H10.7996H10.8004ZM2.52867%204.65656L2.55224%204.5874C2.75294%204.00491%203.22665%203.66741%203.84906%203.66575C4.25371%203.66408%204.65836%203.66241%205.06383%203.66575C5.64317%203.67241%206.11283%204.00741%206.2924%204.54823C6.32328%204.6424%206.3639%204.6674%206.45653%204.6649C6.55242%204.66406%206.61092%204.65823%206.64992%204.54406C6.82706%204.01407%207.31946%203.66908%207.885%203.66575C8.30996%203.66325%208.73492%203.65908%209.15907%203.66741C9.68642%203.67741%2010.0667%203.92824%2010.3072%204.3874C10.3519%204.4724%2010.3803%204.56573%2010.4153%204.65573H10.8069V2.2366H2.13459V4.65573H2.52867V4.65656ZM0.64762%2013.0539H12.3207V11.104H0.64762V13.0539ZM0.737001%2010.4248H12.2321C12.2248%2010.394%2012.2216%2010.3748%2012.2159%2010.3565L10.9702%205.63571C10.8768%205.28072%2010.8768%205.28572%2010.5071%205.28072C10.4015%205.27905%2010.3657%205.31738%2010.3291%205.40572C10.1219%205.92071%209.67098%206.21904%209.11113%206.2207C8.70648%206.2207%208.30102%206.2232%207.89637%206.21987C7.33734%206.21487%206.89531%205.92237%206.6938%205.40988C6.64505%205.28738%206.57192%205.28655%206.46954%205.28072C6.36309%205.27489%206.31921%205.31488%206.27777%205.41155C6.05839%205.91987%205.6708%206.2057%205.10201%206.2182C4.67299%206.22737%204.24315%206.22654%203.81331%206.2182C3.30953%206.20987%202.92195%205.97654%202.71068%205.53321C2.60668%205.31488%202.48804%205.26572%202.27028%205.27655C2.13215%205.28488%202.07689%205.31822%202.04277%205.45155C1.7925%206.42403%201.5333%207.39402%201.27735%208.36483L0.736188%2010.4248H0.737001ZM11.8259%2013.6981C11.8259%2014.0281%2011.8283%2014.3531%2011.8259%2014.6789C11.8234%2014.8922%2011.6796%2015.0172%2011.4732%2014.9956C11.301%2014.9781%2011.1994%2014.8622%2011.1978%2014.6747C11.1953%2014.3531%2011.1978%2014.0306%2011.1978%2013.6964H1.80388C1.80388%2014.0181%201.80388%2014.3381%201.8055%2014.6581C1.8055%2014.8089%201.75594%2014.9247%201.60237%2014.9789C1.3846%2015.0539%201.18147%2014.9214%201.1774%2014.6947C1.17253%2014.4172%201.17578%2014.1389%201.17578%2013.8614V13.6839H0.398167C0.0950866%2013.6822%200.00245601%2013.5897%200.00245601%2013.2872C0.00164346%2012.4581%20-0.00485694%2011.6289%200.0073313%2010.7998C0.00976895%2010.6181%200.0723352%2010.4365%200.118651%2010.2581C0.573678%208.539%201.03114%206.81986%201.48536%205.09989C1.50892%205.01156%201.52111%204.91739%201.52111%204.82656C1.52355%203.76324%201.52355%202.69993%201.52274%201.63578C1.52274%200.915794%201.91438%200.400803%202.62943%200.275805C3.22305%200.176156%203.82137%200.108564%204.42191%200.0733082C5.73311%20-0.0132017%207.04803%20-0.0232177%208.36034%200.0433087C9.03882%200.0791415%209.72054%200.134974%2010.3901%200.242472C11.0726%200.35247%2011.4789%200.886627%2011.4813%201.57328C11.4868%202.62187%2011.486%203.67048%2011.4789%204.71906C11.4757%205.09406%2011.6%205.43822%2011.691%205.78988C12.1159%207.43735%2012.5498%209.08149%2012.9789%2010.7273C12.9931%2010.7839%2013.0002%2010.8422%2013%2010.9006V13.2856C13%2013.5939%2012.9074%2013.6831%2012.5913%2013.6839C12.3548%2013.6839%2012.1176%2013.6839%2011.8803%2013.6856C11.8706%2013.6856%2011.8608%2013.6889%2011.8259%2013.6981Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_entertainment {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23E9E9E9%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M13.8%2C19.1l6-5.2l2.6%2C2.9l-6%2C5.2L13.8%2C19.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M23.5%2C9.2l-0.4%2C0.4l3.8%2C4.3l0.4-0.4c0.5-0.4%2C0.5-1.1%2C0.1-1.6l-2.3-2.6C24.7%2C8.9%2C24%2C8.8%2C23.5%2C9.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M19.9%2C9.2l-1.6%2C1.4l7.2%2C8.2l1.6-1.4c0.5-0.4%2C0.5-1.1%2C0.1-1.6l-5.7-6.5C21.1%2C8.8%2C20.4%2C8.8%2C19.9%2C9.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2C20.2l5.7%2C6.5c0.4%2C0.5%2C1.1%2C0.5%2C1.6%2C0.1l1.6-1.4l-7.2-8.2l-1.6%2C1.4C8.6%2C19%2C8.6%2C19.8%2C9%2C20.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M8.6%2C23.8l2.3%2C2.6c0.4%2C0.5%2C1.1%2C0.5%2C1.6%2C0.1l0.4-0.4l-3.8-4.3l-0.4%2C0.4C8.2%2C22.6%2C8.2%2C23.4%2C8.6%2C23.8z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_food {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20viewBox%3D%220%200%2014%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.639%2013H8.00779L7.3423%206.17299H6.6468V4.09814H9.30333V1.69639L11.7989%200.167268C11.9162%200.0943241%2012.0471%200.0132752%2012.2108%200.00517034C12.5954%20-0.0353541%2012.9799%200.164567%2013.1845%200.526585C13.4736%201.03989%2013.3181%201.63966%2012.8272%201.92333L11.3435%202.83918V4.10354H14V6.17569H13.3018L12.639%2013ZM8.6542%2012.2895H11.9926L12.6581%205.46246H13.2909V4.80866H10.6343V2.44204L12.4644%201.31546C12.6608%201.20199%2012.6445%201.01558%2012.5681%200.875094C12.5026%200.758924%2012.3963%200.699489%2012.2872%200.712997L12.1699%200.775134L10.0179%202.09623V4.81137H7.35593V5.46786H7.98597L8.6542%2012.2895ZM3.01383%2013C2.65654%2013%202.3047%2012.8514%202.05377%2012.5921C1.80012%2012.3327%201.66102%2011.9896%201.66102%2011.6222V7.56162C0.643678%207.04291%200%205.98387%200%204.79516V1.03989C0%200.769731%200.103643%200.510375%200.291837%200.313156C0.482759%200.115937%200.747321%200.00517034%201.01734%200.00517034C1.29008%200.00517034%201.55465%200.118639%201.74557%200.315858C1.88194%200.456342%201.97467%200.631948%202.01559%200.818361C2.0565%200.629247%202.14923%200.456342%202.2856%200.313156C2.47652%200.118639%202.74109%200.00517034%203.0111%200.00517034C3.28658%200.00787197%203.55114%200.118639%203.73933%200.315858C3.87571%200.456342%203.96844%200.631948%204.00935%200.818361C4.05026%200.629247%204.143%200.456342%204.27937%200.313156C4.47029%200.118639%204.73485%200.00517034%205.00487%200.00517034C5.28034%200.00787197%205.54491%200.118639%205.7331%200.315858C5.92129%200.513076%206.02766%200.769731%206.02494%201.0453V4.79786C6.02494%205.98657%205.38126%207.04561%204.36392%207.56432V11.6249C4.36665%2011.9869%204.22755%2012.3327%203.97117%2012.5948C3.72297%2012.8514%203.37386%2013%203.01383%2013ZM1.02279%200.712997C0.94097%200.712997%200.864602%200.748118%200.807325%200.804852C0.747321%200.86699%200.714592%200.95074%200.714592%201.03989V4.79516C0.714592%205.77855%201.27917%206.64577%202.15469%207.00779L2.37561%207.09965V11.6222C2.37561%2011.8005%202.4438%2011.9761%202.56653%2012.1004C2.80382%2012.3462%203.2293%2012.3462%203.46386%2012.1004C3.58932%2011.9707%203.65751%2011.8032%203.65478%2011.6249V7.09694L3.87571%207.00509C4.75122%206.64577%205.3158%205.77585%205.3158%204.79246V1.0426C5.3158%200.953442%205.28307%200.869691%205.22034%200.804852C5.10851%200.688682%204.90941%200.685981%204.79213%200.804852C4.73213%200.86699%204.69667%200.95074%204.69667%201.03989V3.77124C4.69667%203.95495%204.62575%204.12785%204.50029%204.25753C4.3721%204.38991%204.20027%204.46286%204.01753%204.46556C3.84298%204.48987%203.66297%204.39802%203.53205%204.27104C3.39022%204.12515%203.32203%203.95225%203.32203%203.77124V1.0426C3.32203%200.953442%203.2893%200.869691%203.22657%200.804852C3.11748%200.688682%202.91292%200.685981%202.79836%200.804852C2.73836%200.86699%202.7029%200.95074%202.7029%201.03989V3.77124C2.7029%203.95495%202.63199%204.12785%202.50653%204.25753C2.37834%204.38991%202.20651%204.46286%202.02377%204.46556C1.8383%204.48987%201.6692%204.39802%201.53828%204.27104C1.39645%204.12515%201.32827%203.95225%201.32827%203.77124V1.0426C1.32827%200.953442%201.29554%200.869691%201.23281%200.804852C1.17826%200.748118%201.10189%200.712997%201.02279%200.712997Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_for_children {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23E9E9E9%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M24%2C11.7c-1.6-0.5-3.2%2C0.4-3.7%2C1.7c-0.6%2C1.4%2C0.3%2C3.3%2C0%2C4.2c-0.5%2C1.3-2.1%2C3.2%2C0%2C4.5c2%2C1.2%2C3.4-0.7%2C4.5-2.3%0D%0A%09%09c0.8-1.3%2C1.6-2.6%2C2-3.9C27%2C14.7%2C27.2%2C12.6%2C24%2C11.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M21%2C11.7c0.8%2C0%2C1-0.6%2C1-1.3c0-0.7-0.6-1.3-1.4-1.3c-0.8%2C0-1.4%2C0.6-1.4%2C1.3C19.2%2C11.2%2C20.2%2C11.7%2C21%2C11.7z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M23.5%2C11.2c0.6%2C0%2C1.2-0.9%2C1.2-1.6c0-0.7-0.5-1-1.2-1c-0.6%2C0-1.2%2C0.3-1.2%2C1C22.3%2C10.3%2C22.8%2C11.2%2C23.5%2C11.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M26.7%2C11.1c0.4-0.4%2C0.2-0.9-0.2-1.2c-0.4-0.3-0.9-0.4-1.2%2C0c-0.4%2C0.4-0.5%2C1.3-0.1%2C1.6%0D%0A%09%09C25.6%2C11.9%2C26.4%2C11.6%2C26.7%2C11.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M28.1%2C11.5c-0.3-0.4-0.7-0.5-1.1-0.2c-0.4%2C0.4-0.6%2C1.1-0.3%2C1.4c0.3%2C0.4%2C1.1%2C0.2%2C1.5-0.2%0D%0A%09%09C28.6%2C12.3%2C28.5%2C11.8%2C28.1%2C11.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M28.9%2C13.6c-0.1-0.4-0.4-0.6-0.8-0.5c-0.4%2C0.1-0.8%2C0.6-0.7%2C1c0.1%2C0.4%2C0.7%2C0.5%2C1.1%2C0.4%0D%0A%09%09C29%2C14.3%2C29.1%2C13.9%2C28.9%2C13.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M15.7%2C18.3c-0.5-1.3-2.1-2.2-3.7-1.7c-3.1%2C0.9-3%2C3.1-2.8%2C4.1c0.3%2C1.3%2C1.2%2C2.6%2C2%2C3.9c1%2C1.7%2C2.5%2C3.5%2C4.5%2C2.3%0D%0A%09%09c2.2-1.3%2C0.6-3.2%2C0-4.5C15.3%2C21.6%2C16.2%2C19.8%2C15.7%2C18.3z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M15.4%2C14.1c-0.8%2C0-1.4%2C0.6-1.4%2C1.3c0%2C0.7%2C0.3%2C1.3%2C1%2C1.3c0.8%2C0%2C1.8-0.6%2C1.8-1.3C16.8%2C14.6%2C16.1%2C14.1%2C15.4%2C14.1z%0D%0A%09%09%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M12.5%2C16.1c0.6%2C0%2C1.2-0.9%2C1.2-1.6c0-0.7-0.5-1-1.2-1s-1.2%2C0.3-1.2%2C1C11.4%2C15.2%2C11.9%2C16.1%2C12.5%2C16.1z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M10.8%2C16.5c0.4-0.3%2C0.3-1.1-0.1-1.6c-0.4-0.4-0.8-0.3-1.2%2C0c-0.4%2C0.3-0.6%2C0.8-0.2%2C1.2%0D%0A%09%09C9.6%2C16.5%2C10.4%2C16.8%2C10.8%2C16.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M9%2C16.2c-0.4-0.4-0.8-0.2-1.1%2C0.2c-0.3%2C0.4-0.4%2C0.8%2C0%2C1.1C8.2%2C17.9%2C9%2C18%2C9.3%2C17.7C9.6%2C17.3%2C9.4%2C16.6%2C9%2C16.2z%22%0D%0A%09%09%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M7.8%2C18c-0.4-0.1-0.6%2C0.1-0.8%2C0.5c-0.1%2C0.4-0.1%2C0.7%2C0.3%2C0.8c0.4%2C0.1%2C1%2C0%2C1.1-0.4C8.6%2C18.6%2C8.2%2C18.1%2C7.8%2C18z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_transfer {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2211%22%20height%3D%2216%22%20viewBox%3D%220%200%2011%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4.02884%2011.4687H2.09743C1.97672%2011.4687%201.87109%2011.5781%201.87109%2011.7031V12.5937C1.87109%2012.7187%201.97672%2012.8281%202.09743%2012.8281H4.02884C4.14956%2012.8281%204.25518%2012.7187%204.25518%2012.5937V11.7031C4.25518%2011.5624%204.14956%2011.4687%204.02884%2011.4687ZM2.8368%2012.3593H2.32377V11.9374H2.8368V12.3593ZM3.80251%2012.3437H3.28948V11.9218H3.80251V12.3437Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M8.76688%2011.4687H6.83547C6.71475%2011.4687%206.60913%2011.5781%206.60913%2011.7031V12.5937C6.60913%2012.7187%206.71475%2012.8281%206.83547%2012.8281H8.76688C8.88759%2012.8281%208.99322%2012.7187%208.99322%2012.5937V11.7031C8.99322%2011.5624%208.88759%2011.4687%208.76688%2011.4687ZM7.57484%2012.3593H7.06181V11.9374H7.57484V12.3593ZM8.54054%2012.3437H8.02751V11.9218H8.54054V12.3437Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M6.26207%200H4.58718C4.46646%200%204.36084%200.109375%204.36084%200.234375C4.36084%200.359375%204.46646%200.46875%204.58718%200.46875H6.26207C6.38279%200.46875%206.48841%200.359375%206.48841%200.234375C6.48841%200.109375%206.38279%200%206.26207%200Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M10.2606%205.14062H9.97394V4.54688C9.97394%203.6875%209.31001%203%208.48011%203H2.5048C1.6749%203%201.01097%203.6875%201.01097%204.54688V5.14062H0.72428C0.331962%205.14062%200%205.48438%200%205.90625V7.64062C0%208.0625%200.331962%208.40625%200.739369%208.40625H1.02606V12.7188V13.2031V15.3594C1.02606%2015.7031%201.29767%2016%201.64472%2016H3.45542C3.78738%2016%204.07407%2015.7188%204.07407%2015.3594V14.75H6.92593V15.3594C6.92593%2015.7031%207.19753%2016%207.54458%2016H9.35528C9.68724%2016%209.97394%2015.7188%209.97394%2015.3594V13.2188V12.7344V8.40625H10.2606C10.668%208.40625%2011%208.0625%2011%207.64062V5.90625C11%205.48438%2010.668%205.14062%2010.2606%205.14062ZM1.01097%207.9375H0.72428C0.573388%207.9375%200.437586%207.8125%200.437586%207.64062V5.90625C0.437586%205.75%200.558299%205.60938%200.72428%205.60938H1.01097V7.9375ZM3.42524%2015.5312H1.61454C1.52401%2015.5312%201.44856%2015.4531%201.44856%2015.3594V14.3125C1.72016%2014.5781%202.0823%2014.75%202.48971%2014.75H3.57613V15.3594H3.59122C3.59122%2015.4531%203.51578%2015.5312%203.42524%2015.5312ZM9.29492%2015.5312H7.48422C7.39369%2015.5312%207.31824%2015.4531%207.31824%2015.3594V14.75H8.40466C8.81207%2014.75%209.17421%2014.5781%209.44582%2014.3125V15.3594C9.46091%2015.4531%209.38546%2015.5312%209.29492%2015.5312ZM9.46091%2012.7188V13.2188C9.46091%2013.8125%208.99314%2014.2969%208.41975%2014.2969H2.5048C1.93141%2014.2969%201.46365%2013.8125%201.46365%2013.2188V12.7344V11.0312H9.40055C9.43073%2011.0312%209.44582%2011.0312%209.46091%2011.0156V12.7188ZM9.46091%2010.5938C9.44582%2010.5938%209.41564%2010.5781%209.40055%2010.5781H8.94787L5.61317%208.32812C5.50754%208.26562%205.37174%208.28125%205.2963%208.39062C5.23594%208.5%205.25103%208.64062%205.35665%208.71875L8.10288%2010.5625H5.49246L2.17284%208.32812C2.06722%208.26562%201.93141%208.28125%201.85597%208.39062C1.79561%208.5%201.8107%208.64062%201.91632%208.71875L4.66255%2010.5625H1.46365V5.60938H9.46091V10.5938ZM9.46091%205.14062H1.46365V4.54688C1.46365%203.95312%201.93141%203.46875%202.5048%203.46875H8.41975C8.99314%203.46875%209.46091%203.95312%209.46091%204.54688V5.14062ZM10.4719%207.64062C10.4719%207.79688%2010.3512%207.9375%2010.1852%207.9375H9.89849V5.60938H10.1852C10.3512%205.60938%2010.4719%205.75%2010.4719%205.90625V7.64062Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_business {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2036%2036%22%20style%3D%22enable-background%3Anew%200%200%2036%2036%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23E9E9E9%3B%7D%0D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M16.4%2C18.5h3.2v1.1h-3.2V18.5z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M23.6%2C19.6h-3v0.5c0%2C0.3-0.2%2C0.5-0.5%2C0.5h-4.2c-0.3%2C0-0.5-0.2-0.5-0.5v-0.5h-3c-0.7%2C0-1.3-0.4-1.5-1.1L9%2C12.8%0D%0A%09%09v11.5c0%2C0.9%2C0.7%2C1.6%2C1.6%2C1.6h14.8c0.9%2C0%2C1.6-0.7%2C1.6-1.6V12.8l-1.9%2C5.7C24.9%2C19.1%2C24.3%2C19.6%2C23.6%2C19.6z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M20.1%2C10.1h-4.2c-0.9%2C0-1.6%2C0.7-1.6%2C1.6v0.5H9.9l2%2C6c0.1%2C0.2%2C0.3%2C0.4%2C0.5%2C0.4h3V18c0-0.3%2C0.2-0.5%2C0.5-0.5h4.2%0D%0A%09%09c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5v0.5h3c0.2%2C0%2C0.4-0.1%2C0.5-0.4l2-6h-4.4v-0.5C21.7%2C10.8%2C21%2C10.1%2C20.1%2C10.1z%20M15.4%2C12.2v-0.5%0D%0A%09%09c0-0.3%2C0.2-0.5%2C0.5-0.5h4.2c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5v0.5H15.4z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_tourist {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%2010C5.997%2010%201%2011.34%201%2014V16H16V14C16%2011.34%2011.004%2010%209%2010ZM9%209C11.21%209%2013%207.21%2013%205C13%202.79%2011.21%201%209%201C6.79%201%205%202.79%205%205C5%207.21%206.79%209%209%209Z%22%20stroke%3D%22%23828282%22%20stroke-width%3D%220.75%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_insurance {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4.4756%200C3.59799%200%202.88403%200.718189%202.88403%201.601C2.88403%202.48382%203.59802%203.20201%204.4756%203.20201C5.35321%203.20201%206.06717%202.48382%206.06717%201.601C6.06717%200.718189%205.35321%200%204.4756%200ZM4.4756%202.73322C3.85497%202.73322%203.35005%202.22532%203.35005%201.601C3.35005%200.976689%203.855%200.468782%204.4756%200.468782C5.09623%200.468782%205.60115%200.976721%205.60115%201.601C5.60115%202.22529%205.09623%202.73322%204.4756%202.73322Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M10.4426%209.75854C10.3507%209.66798%2010.2031%209.66935%2010.1131%209.76179L8.1573%2011.7682L7.46665%2011.0413C7.37774%2010.9477%207.23024%2010.9443%207.13719%2011.0338C7.04418%2011.1232%207.04083%2011.2716%207.12974%2011.3652L7.98672%2012.2671C8.07762%2012.3629%208.22935%2012.3639%208.32155%2012.2693L10.4458%2010.09C10.5359%209.99754%2010.5344%209.84916%2010.4426%209.75854Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M11.728%2011.3242C11.6019%2011.299%2011.4792%2011.3814%2011.4541%2011.5084C11.1869%2012.8607%2010.2383%2014.0161%208.97844%2014.5238C8.85899%2014.5719%208.80096%2014.7084%208.8488%2014.8286C8.89664%2014.9488%209.0323%2015.0071%209.15175%2014.959C10.6022%2014.3744%2011.6192%2013.0777%2011.9111%2011.5998C11.9363%2011.4728%2011.8542%2011.3494%2011.728%2011.3242Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M11.328%207.71229C10.7047%208.06651%2010.1168%208.07832%209.5805%207.74741C9.15415%207.48438%208.91522%207.0991%208.90568%207.08354C8.82718%206.95425%208.6931%206.87482%208.54377%206.86757C8.11027%205.64666%207.38678%204.79859%206.84176%204.29369C6.49417%203.97169%206.043%203.79437%205.57132%203.79437C5.34479%203.79437%203.60057%203.79437%203.38003%203.79437C2.87645%203.79437%202.39714%203.98472%202.03041%204.33031C1.27532%205.04194%200.00742943%206.59657%204.69254e-06%209.01251C-0.00157967%209.51907%200.398238%209.94229%200.891222%209.95595C1.4062%209.9711%201.83404%209.55538%201.83404%209.03385C1.83404%208.12716%202.0872%207.27363%202.57164%206.53125V15.1868C2.57164%2015.6352%202.9343%2016%203.38006%2016H3.90032C4.12524%2016%204.32903%2015.9071%204.47573%2015.7575C4.62242%2015.9071%204.82618%2016%205.05113%2016H5.57139C6.01715%2016%206.37981%2015.6352%206.37981%2015.1868V13.9511C6.81085%2014.3867%207.32406%2014.7304%207.89114%2014.9589C8.01068%2015.0071%208.14628%2014.9486%208.19409%2014.8285C8.24196%2014.7083%208.1839%2014.5719%208.06445%2014.5237C6.56428%2013.9191%205.50901%2012.4203%205.50901%2010.6885V8.13366C6.45235%208.65923%207.36572%208.53104%208.11189%207.8306C8.28306%207.67241%208.42255%207.505%208.51683%207.35625C8.51829%207.354%208.52022%207.35116%208.52149%207.34916C8.58841%207.45313%208.86797%207.85766%209.337%208.14704C9.80865%208.4381%2010.5712%208.6702%2011.534%208.13363V10.4602C11.534%2010.5897%2011.6383%2010.6946%2011.767%2010.6946C11.8957%2010.6946%2012%2010.5897%2012%2010.4602V8.10673C11.9999%207.76029%2011.6285%207.54169%2011.328%207.71229ZM4.88536%204.26315L4.60636%204.59653C4.53804%204.67812%204.41334%204.67812%204.345%204.59653L4.06597%204.26315H4.88536ZM6.37975%207.96585V6.59191C6.64819%207.01591%206.84058%207.47288%206.95447%207.95779C6.7677%207.99897%206.57646%208.00154%206.37975%207.96585ZM7.39244%207.78566C7.2053%207.03338%206.84645%206.34397%206.32324%205.73278C6.18236%205.56822%205.91364%205.66935%205.91364%205.88572V7.81444C5.81327%207.76847%205.68739%207.69813%205.68394%207.69651C5.38788%207.55635%205.0428%207.77326%205.0428%208.10676V8.11482V10.6886C5.0428%2011.6698%205.34442%2012.6082%205.91364%2013.4001V15.1868H5.91376C5.91376%2015.3767%205.76017%2015.5313%205.57136%2015.5313H5.0511C4.86231%2015.5313%204.70869%2015.3768%204.70869%2015.1868V10.3699C4.70869%2010.2405%204.60437%2010.1356%204.47569%2010.1356C4.34702%2010.1356%204.2427%2010.2405%204.2427%2010.3699V15.1868C4.2427%2015.3767%204.08911%2015.5312%203.90029%2015.5312H3.38003C3.19125%2015.5312%203.03762%2015.3768%203.03762%2015.1868V5.83966C3.03762%205.62406%202.77136%205.52328%202.62988%205.6846C1.80431%206.62572%201.36796%207.78391%201.36796%209.03388C1.36796%209.28623%201.16311%209.4936%200.904021%209.48738C0.661707%209.48067%200.465185%209.26832%200.465993%209.01401C0.472889%206.77407%201.6487%205.33244%202.34902%204.67247C2.62908%204.40853%202.99519%204.26315%203.38%204.26315H3.45676L3.98849%204.89841C4.24301%205.20259%204.70859%205.20219%204.96281%204.89841L5.4945%204.26315H5.57126C5.92569%204.26315%206.26475%204.39647%206.52604%204.6385C7.0422%205.11669%207.73099%205.92603%208.12951%207.09519C7.95206%207.36454%207.68144%207.62157%207.39244%207.78566Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_seaview {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M11.2002%2012.4009C11.2002%2014.0578%2012.5433%2015.4009%2014.2002%2015.4009C15.8569%2015.4009%2017.2001%2014.0578%2017.2001%2012.4009C17.2001%2010.7442%2015.8569%209.40106%2014.2002%209.40106C12.5441%209.40288%2011.202%2010.7449%2011.2002%2012.4009ZM14.2002%2010.001C15.5257%2010.001%2016.6001%2011.0755%2016.6001%2012.4009C16.6001%2013.7264%2015.5257%2014.8009%2014.2002%2014.8009C12.8747%2014.8009%2011.8002%2013.7264%2011.8002%2012.4009C11.8017%2011.0762%2012.8753%2010.0024%2014.2002%2010.001Z%22%20fill%3D%22%23AEAEAE%22%20stroke%3D%22%23A1A1A1%22%20stroke-width%3D%220.25%22%2F%3E%0A%3Cpath%20d%3D%22M12.4858%2018.4011H15.9145V19.001H12.4858V18.4011Z%22%20fill%3D%22%23AEAEAE%22%20stroke%3D%22%23A1A1A1%22%20stroke-width%3D%220.25%22%2F%3E%0A%3Cpath%20d%3D%22M11.2002%2017.2008H17.2002V17.8009H11.2002V17.2008Z%22%20fill%3D%22%23AEAEAE%22%20stroke%3D%22%23A1A1A1%22%20stroke-width%3D%220.25%22%2F%3E%0A%3Cpath%20d%3D%22M4.6001%2017.2008H5.20014V17.8009H4.6001V17.2008Z%22%20fill%3D%22%23AEAEAE%22%20stroke%3D%22%23A1A1A1%22%20stroke-width%3D%220.25%22%2F%3E%0A%3Cpath%20d%3D%22M2.80029%2017.8011H3.40022V18.4011H2.80029V17.8011Z%22%20fill%3D%22%23AEAEAE%22%20stroke%3D%22%23A1A1A1%22%20stroke-width%3D%220.25%22%2F%3E%0A%3Cpath%20d%3D%22M4.63023%2015.5128C6.19667%2012.7847%207.17952%209.76084%207.51646%206.63305L10.3065%209.40648C10.3623%209.46203%2010.4377%209.49338%2010.5164%209.49374C10.5327%209.49386%2010.549%209.49253%2010.565%209.48987C10.6601%209.47438%2010.7419%209.4141%2010.7849%209.32793C11.3504%208.19913%2011.129%206.83492%2010.2353%205.94308L9.98999%205.69764H12.1001C12.2658%205.69776%2012.4002%205.56355%2012.4002%205.39786C12.4003%205.36543%2012.395%205.33323%2012.3848%205.30261C11.9864%204.10446%2010.8652%203.29649%209.60258%203.2977H9.21264L10.7108%201.79081C10.8277%201.67341%2010.8272%201.48352%2010.7098%201.36661C10.6871%201.34398%2010.661%201.3251%2010.6323%201.31082C9.50298%200.744657%208.13805%200.966014%207.2456%201.86015L6.95913%202.14662C6.8657%202.24066%206.77893%202.34087%206.69905%202.44664C6.62014%202.34087%206.53397%202.24066%206.44126%202.14662L6.1548%201.86015C5.26308%200.966619%203.89887%200.745262%202.77031%201.31082C2.62205%201.38488%202.5619%201.56509%202.63597%201.71323C2.65025%201.74191%202.66913%201.76805%202.69176%201.79081L4.19163%203.2977H3.79782C2.53515%203.29649%201.41385%204.10446%201.01555%205.30261C0.963026%205.4597%201.04787%205.62963%201.20508%205.68215C1.2357%205.69244%201.26789%205.69764%201.30033%205.69764H3.40835L3.16304%205.94308C2.26938%206.83492%202.0479%208.19913%202.61334%209.32793C2.65642%209.4141%202.73823%209.47438%202.83324%209.48987C2.84934%209.49253%202.86555%209.49386%202.88189%209.49374C2.96116%209.49374%203.03717%209.46239%203.09332%209.40648L5.69139%206.82379C5.3697%209.69852%204.287%2012.4354%202.55488%2014.7521C2.15162%2014.6462%201.7428%2014.5628%201.33034%2014.5025L1.14287%2014.4836L1.08284%2015.0809L1.25772%2015.098C1.55775%2015.1409%201.85583%2015.2016%202.15235%2015.2702C2.09232%2015.3455%202.03229%2015.422%201.9702%2015.4961L2.43034%2015.881C4.73577%2013.14%206.11014%209.73712%206.35497%206.16383L6.70026%205.82072L6.95877%206.07778C6.64338%209.89918%205.3317%2013.5712%203.15456%2016.7276L3.64593%2017.0714C3.88181%2016.7347%204.1068%2016.3853%204.32488%2016.0293C5.72818%2016.7005%206.96724%2017.6712%207.95481%2018.8731L8.41883%2018.493C7.83488%2017.783%207.16585%2017.1475%206.42662%2016.601H19V16.0009H5.53781C5.24371%2015.8234%204.94018%2015.6626%204.63023%2015.5128ZM10.4063%208.65915L7.23665%205.50775C8.0474%205.2657%208.92556%205.48536%209.52682%206.08069L9.81329%206.36728C10.4135%206.96636%2010.6405%207.84416%2010.4063%208.65915ZM11.6424%205.09772H9.15842C8.57991%204.82238%207.92722%204.74444%207.30018%204.876C7.73672%204.26215%208.44327%203.89762%209.19654%203.89774H9.60149C10.4495%203.89641%2011.2312%204.35607%2011.6424%205.09772ZM7.38236%202.57082L7.66895%202.28435C8.26851%201.68406%209.14668%201.45689%209.96203%201.6912L8.18367%203.48008C7.6065%203.69249%207.11102%204.08146%206.76743%204.59159C6.62789%203.85769%206.85808%203.102%207.38333%202.57082H7.38236ZM5.72975%202.28435L6.01622%202.57082C6.14983%202.70721%206.26578%202.85995%206.36127%203.02527C6.22535%203.34127%206.14778%203.67905%206.13204%204.02252C5.86276%203.78725%205.55257%203.60353%205.21709%203.48008L3.43837%201.6912C4.25348%201.45702%205.1314%201.68418%205.7306%202.28435H5.72975ZM3.79685%203.89774H4.20192C4.95567%203.89702%205.66319%204.26143%206.10021%204.87563C5.47354%204.74456%204.82109%204.8225%204.24295%205.09772H1.75805C2.16905%204.35643%202.95015%203.8969%203.79782%203.89774H3.79685ZM2.99408%208.65915C2.7599%207.84416%202.98706%206.96636%203.58723%206.36728L3.8737%206.08069C4.30528%205.6502%204.89056%205.40924%205.50029%205.41117C5.72527%205.41129%205.94905%205.44337%206.16508%205.50654L2.99408%208.65915Z%22%20fill%3D%22%23AEAEAE%22%20stroke%3D%22%23A1A1A1%22%20stroke-width%3D%220.25%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_best_pice_check {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M4.18182%207.02273L1.79545%204.63636L1%205.43182L4.18182%208.61364L11%201.79545L10.2045%201L4.18182%207.02273Z%22%20fill%3D%22%233BA96F%22%20stroke%3D%22%233BA96F%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_plain_orange {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Capa_1%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20400.156%20400.155%22%20style%3D%22enable-background%3Anew%200%200%20400.156%20400.155%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cg%3E%0A%09%3Cpath%20d%3D%22M396.31%2C49.545c6.088-18.271%2C4.949-32.354-3.432-42.255c-9.897-8.376-23.983-9.514-42.258-3.434%20%20%20c-18.273%2C6.091-34.643%2C16.368-49.111%2C30.833l-45.679%2C45.683L65.973%2C34.978c-3.046-0.953-5.901-0.192-8.564%2C2.282L20.862%2C73.805%20%20%20c-2.091%2C2.096-2.95%2C4.665-2.568%2C7.71c0.571%2C3.049%2C2.19%2C5.33%2C4.854%2C6.854l145.038%2C79.656l-73.948%2C73.948L38.85%2C226.845%20%20%20c-0.38-0.192-1.139-0.288-2.282-0.288c-2.666%2C0-4.853%2C0.855-6.567%2C2.57L2.594%2C256.819c-1.903%2C2.279-2.758%2C4.66-2.568%2C7.132%20%20%20c0.378%2C3.045%2C1.615%2C5.235%2C3.711%2C6.57l71.946%2C53.957l53.959%2C71.944c1.714%2C2.098%2C3.999%2C3.329%2C6.854%2C3.716h0.571%20%20%20c2.666%2C0%2C4.853-0.855%2C6.567-2.566l27.406-27.404c2.474-2.669%2C3.236-5.619%2C2.286-8.854l-15.133-55.388l73.947-73.953L311.8%2C377.019%20%20%20c1.14%2C2.475%2C3.138%2C3.997%2C5.995%2C4.569c0.568%2C0.191%2C1.235%2C0.284%2C1.999%2C0.284c2.279%2C0%2C4.09-0.572%2C5.421-1.712l36.552-27.407%20%20%20c3.23-2.663%2C4.373-5.801%2C3.426-9.418l-45.68-198.711l45.967-45.965C379.942%2C84.188%2C390.219%2C67.816%2C396.31%2C49.545z%22%20fill%3D%22%23f9cd1e%22%2F%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3Cg%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_best_review {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9%200C13.9739%200%2018%204.02525%2018%209V18H9C4.02608%2018%200%2013.9747%200%209C0%204.02608%204.02525%200%209%200ZM5.30667%2014.5914L9%2013.1818L12.6933%2014.5912L12.4942%2010.6431L14.9759%207.56615L11.1595%206.53549L9%203.22435L6.8405%206.53549L3.02399%207.56615L5.5058%2010.6431L5.30667%2014.5914Z%22%20fill%3D%22%233BA96F%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_swipe {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0A%3Cpath%20d%3D%22M32.0876%203.12988H22.696C22.264%203.12988%2021.9133%203.48053%2021.9133%203.91254C21.9133%204.34456%2022.264%204.6952%2022.696%204.6952H32.0876C32.5196%204.6952%2032.8702%204.34456%2032.8702%203.91254C32.8702%203.48053%2032.5196%203.12988%2032.0876%203.12988Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M32.6415%203.35948L29.511%200.22892C29.2057%20-0.0763068%2028.7095%20-0.0763068%2028.4043%200.22892C28.0991%200.534147%2028.0991%201.03036%2028.4043%201.33559L30.9807%203.91204L28.4027%206.49004C28.0975%206.79527%2028.0975%207.29148%2028.4027%207.59671C28.5562%207.74851%2028.7565%207.82526%2028.9569%207.82526C29.1572%207.82526%2029.3575%207.74859%2029.511%207.59671L32.6415%204.46615C32.9467%204.16085%2032.9467%203.66471%2032.6415%203.35948Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M11.7392%203.12988H2.3476C1.91559%203.12988%201.56494%203.48053%201.56494%203.91254C1.56494%204.34456%201.91559%204.6952%202.3476%204.6952H11.7392C12.1712%204.6952%2012.5219%204.34456%2012.5219%203.91254C12.5219%203.48053%2012.1712%203.12988%2011.7392%203.12988Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M3.45407%203.91204L6.03053%201.33559C6.33575%201.03036%206.33575%200.534147%206.03053%200.22892C5.7253%20-0.0763068%205.22909%20-0.0763068%204.92386%200.22892L1.79337%203.35955C1.48815%203.66478%201.48815%204.16099%201.79337%204.46622L4.92393%207.59678C5.07735%207.74859%205.27766%207.82533%205.47804%207.82533C5.67842%207.82533%205.87872%207.74866%206.0306%207.59524C6.33583%207.29001%206.33583%206.7938%206.0306%206.48857L3.45407%203.91204Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3Cpath%20d%3D%22M31.3049%2015.6512C30.6615%2015.6512%2030.062%2015.8469%2029.5643%2016.1803C29.1354%2014.9625%2027.9724%2014.0859%2026.6091%2014.0859C25.9657%2014.0859%2025.3662%2014.2816%2024.8685%2014.615C24.4396%2013.3973%2023.2766%2012.5207%2021.9133%2012.5207C21.3435%2012.5207%2020.8082%2012.6741%2020.348%2012.9418V7.8249C20.348%206.09838%2018.944%204.69434%2017.2175%204.69434C15.4909%204.69434%2014.0869%206.09838%2014.0869%207.8249V21.1296L11.3665%2019.0901C9.75428%2017.8801%207.45958%2018.0414%206.03051%2019.4689C5.11483%2020.3846%205.11483%2021.8732%206.03051%2022.7889L17.1768%2033.9367C18.5073%2035.2672%2020.2776%2035.9997%2022.159%2035.9997H25.8265C30.5724%2035.9997%2034.4354%2032.1382%2034.4354%2027.3908V18.7817C34.4354%2017.0552%2033.0314%2015.6512%2031.3049%2015.6512ZM32.8702%2027.3907C32.8702%2031.2741%2029.7099%2034.4344%2025.8265%2034.4344H22.159C20.694%2034.4344%2019.3181%2033.8647%2018.2835%2032.83L7.13718%2021.6822C6.83195%2021.377%206.83195%2020.8808%207.13718%2020.5755C7.62239%2020.0919%208.27041%2019.843%208.92158%2019.843C9.45067%2019.843%209.98284%2020.0073%2010.4289%2020.3423L14.4%2023.321C14.638%2023.4994%2014.9573%2023.526%2015.2203%2023.3946C15.4848%2023.2615%2015.6523%2022.9907%2015.6523%2022.6949V7.8249C15.6523%206.96241%2016.3535%206.25965%2017.2175%206.25965C18.0816%206.25965%2018.7828%206.96248%2018.7828%207.8249V19.5644C18.7828%2019.9964%2019.1334%2020.3471%2019.5654%2020.3471C19.9974%2020.3471%2020.3481%2019.9964%2020.3481%2019.5644V15.6513C20.3481%2014.7888%2021.0493%2014.086%2021.9133%2014.086C22.7774%2014.086%2023.4786%2014.7888%2023.4786%2015.6513V19.5644C23.4786%2019.9964%2023.8292%2020.3471%2024.2612%2020.3471C24.6932%2020.3471%2025.0439%2019.9964%2025.0439%2019.5644V17.2165C25.0439%2016.354%2025.7451%2015.6513%2026.6091%2015.6513C27.4732%2015.6513%2028.1744%2016.3541%2028.1744%2017.2165V19.5644C28.1744%2019.9964%2028.525%2020.3471%2028.957%2020.3471C29.389%2020.3471%2029.7397%2019.9964%2029.7397%2019.5644V18.7817C29.7397%2017.9193%2030.4409%2017.2165%2031.3049%2017.2165C32.169%2017.2165%2032.8702%2017.9193%2032.8702%2018.7817V27.3907Z%22%20fill%3D%22%23828282%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Crect%20width%3D%2236%22%20height%3D%2236%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_compare {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2220%22%20viewBox%3D%220%200%2024%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M13.5559%203.95603L13.556%203.95642C13.5962%204.20026%2013.8052%204.37504%2014.045%204.37504C14.0707%204.37504%2014.0992%204.37323%2014.1287%204.36782L21.337%203.14778L21.3374%203.14772C21.6083%203.10126%2021.7884%202.84298%2021.7443%202.57267L21.7442%202.5722C21.6989%202.29968%2021.4447%202.11732%2021.1743%202.16051L21.1743%202.16051L21.1728%202.16076L13.9632%203.38101L13.9628%203.38107C13.692%203.42751%2013.5119%203.68498%2013.5559%203.95603Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M2.25453%205.86868L2.25458%205.86897C2.29482%206.11281%202.50377%206.2876%202.74356%206.2876C2.7701%206.2876%202.7976%206.28567%202.82685%206.28045L10.0916%205.05087L10.092%205.05081C10.3629%205.00435%2010.543%204.74607%2010.4989%204.47576L10.4988%204.47519C10.4542%204.20782%2010.2048%204.01441%209.92663%204.06397L2.66178%205.29357L2.66143%205.29363C2.39054%205.34009%202.21044%205.59836%202.25453%205.86868Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M14.619%2010.5998C14.619%2012.9845%2016.5328%2014.9294%2018.8899%2014.9294C21.2477%2014.9294%2023.1615%2012.9853%2023.1615%2010.5998C23.1615%2010.3256%2022.9416%2010.0993%2022.6657%2010.0993H15.1148C14.8389%2010.0993%2014.619%2010.3256%2014.619%2010.5998ZM18.8899%2013.9284C17.2514%2013.9284%2015.8862%2012.7008%2015.6476%2011.1003H22.1329C21.8937%2012.7008%2020.5291%2013.9284%2018.8899%2013.9284Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M14.8855%2011.0429L14.8865%2011.0434C14.9583%2011.0808%2015.0367%2011.1003%2015.1156%2011.1003C15.2952%2011.1003%2015.4674%2011.0012%2015.5558%2010.8308L15.5561%2010.8303L18.8914%204.34997L22.2267%2010.8303L22.2269%2010.8306C22.353%2011.0746%2022.6534%2011.1716%2022.897%2011.043L22.8972%2011.0429C23.1406%2010.9139%2023.2314%2010.6121%2023.1072%2010.369L23.107%2010.3686L19.3312%203.03286L19.3311%203.03261C19.2396%202.85562%2019.0567%202.77741%2018.891%202.77741C18.7254%202.77741%2018.5425%202.85562%2018.451%203.03261L18.4509%203.03287L14.6758%2010.3686L14.6756%2010.369C14.5513%2010.6121%2014.6421%2010.9139%2014.8855%2011.0429Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M0.837866%2012.7868C0.837866%2015.1716%202.75169%2017.1164%205.10947%2017.1164C7.4666%2017.1164%209.38041%2015.1716%209.38041%2012.7868C9.38041%2012.5126%209.16048%2012.2863%208.8846%2012.2863H1.33368C1.0578%2012.2863%200.837866%2012.5126%200.837866%2012.7868ZM5.10947%2016.1154C3.47028%2016.1154%202.10504%2014.8878%201.86646%2013.2873H8.35182C8.11324%2014.8878%206.748%2016.1154%205.10947%2016.1154Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M8.44411%2013.0173L8.44437%2013.0178C8.53277%2013.1882%208.70493%2013.2873%208.88458%2013.2873C8.96351%2013.2873%209.04184%2013.2678%209.11363%2013.2304L9.11465%2013.2299C9.35806%2013.1009%209.44885%2012.7991%209.32459%2012.556L9.32439%2012.5556L5.54926%205.21985L5.54913%205.21959C5.45763%205.0426%205.27479%204.96439%205.10912%204.96439C4.94345%204.96439%204.76061%205.0426%204.66912%205.21959L4.66899%205.21984L0.893194%2012.5556L0.892986%2012.556C0.76873%2012.7991%200.859521%2013.1009%201.10293%2013.2299L1.10386%2013.2304C1.34689%2013.3571%201.64678%2013.2632%201.77344%2013.0174L1.77347%2013.0173L5.10879%206.53695L8.44411%2013.0173Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M9.47007%204.22002C9.47007%205.6313%2010.6026%206.78314%2011.9998%206.78314C13.3969%206.78314%2014.5295%205.632%2014.5295%204.22002C14.5295%202.80938%2013.3969%201.65757%2011.9998%201.65757C10.6027%201.65757%209.47007%202.80938%209.47007%204.22002ZM10.4617%204.22069C10.4617%203.35781%2011.1537%202.65929%2011.9998%202.65929C12.8459%202.65929%2013.5378%203.35781%2013.5378%204.22069C13.5378%205.08366%2012.8458%205.78278%2011.9998%205.78278C11.1538%205.78278%2010.4617%205.08366%2010.4617%204.22069Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M11.504%2018.9949C11.504%2019.269%2011.7239%2019.4954%2011.9998%2019.4954C12.2757%2019.4954%2012.4956%2019.269%2012.4956%2018.9949V6.28257C12.4956%206.00839%2012.2757%205.78205%2011.9998%205.78205C11.7239%205.78205%2011.504%206.00839%2011.504%206.28257V18.9949Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M11.504%202.15874C11.504%202.43291%2011.7239%202.65926%2011.9998%202.65926C12.2757%202.65926%2012.4956%202.43291%2012.4956%202.15874V1.33802C12.4956%201.06384%2012.2757%200.8375%2011.9998%200.8375C11.7239%200.8375%2011.504%201.06384%2011.504%201.33802V2.15874Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3Cpath%20d%3D%22M7.60272%2019.4954H16.3969C16.6737%2019.4954%2016.8927%2019.2688%2016.8927%2018.9949C16.8927%2018.7207%2016.6728%2018.4944%2016.3969%2018.4944H7.60272C7.32685%2018.4944%207.10691%2018.7207%207.10691%2018.9949C7.10691%2019.2691%207.32685%2019.4954%207.60272%2019.4954Z%22%20fill%3D%22%23333333%22%20stroke%3D%22%23333333%22%20stroke-width%3D%220.325%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_down_plane {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.5501%2018C9.2701%2018%209.9001%2017.37%209.9001%2016.65L9.9001%2011.7L17.1001%207.2V5.4L9.9001%207.65L9.9001%202.7L11.7001%201.35V0L8.5501%200.9L5.4001%200V1.35L7.2001%202.7L7.2001%207.65L9.72748e-05%205.4V7.2L7.2001%2011.7L7.2001%2016.65C7.2001%2017.37%207.8301%2018%208.5501%2018Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_gray_check {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2217%22%20viewBox%3D%220%200%2022%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.36364%2013.0455L2.59091%208.27273L1%209.86364L7.36364%2016.2273L21%202.59091L19.4091%201L7.36364%2013.0455Z%22%20fill%3D%22%23DEDEDE%22%20stroke%3D%22%23DEDEDE%22%20stroke-width%3D%220.25%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.mapmarker_gray {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20viewBox%3D%22420.4%20271.3%2020.1%2020.2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0D%0A%20%3Cmetadata%3E%0D%0A%20%20%3Crdf%3ARDF%3E%0D%0A%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%0D%0A%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0D%0A%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%0D%0A%20%20%20%20%3Cdc%3Atitle%2F%3E%0D%0A%20%20%20%3C%2Fcc%3AWork%3E%0D%0A%20%20%3C%2Frdf%3ARDF%3E%0D%0A%20%3C%2Fmetadata%3E%0D%0A%20%3Cpath%20d%3D%22M430.6%20272.4c3.6%200%206.5%203.1%206.5%206.9s-6.5%2011.1-6.5%2011.1-6.5-7.3-6.5-11.1%202.9-6.9%206.5-6.9zm0%203.3c-1.7%200-3.1%201.4-3.1%203.2s1.4%203.2%203.1%203.2%203.1-1.4%203.1-3.2c-.1-1.7-1.4-3.2-3.1-3.2z%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_gray_map_marker {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2215%22%20height%3D%2221%22%20viewBox%3D%220%200%2015%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.5%200C3.36448%200%200%203.41177%200%207.60537C0%2012.8098%206.71176%2020.4501%206.99752%2020.7728C7.26593%2021.076%207.73455%2021.0755%208.00248%2020.7728C8.28823%2020.4501%2015%2012.8098%2015%207.60537C14.9999%203.41177%2011.6355%200%207.5%200ZM7.5%2011.4318C5.41932%2011.4318%203.7266%209.7153%203.7266%207.60537C3.7266%205.49544%205.41936%203.77894%207.5%203.77894C9.58064%203.77894%2011.2734%205.49548%2011.2734%207.60541C11.2734%209.71534%209.58064%2011.4318%207.5%2011.4318Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_hotel_on_the_map_marker {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2231%22%20height%3D%2242%22%20viewBox%3D%220%200%2031%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M15.5%200C6.95325%200%200%206.82353%200%2015.2107C0%2025.6195%2013.871%2040.9003%2014.4615%2041.5457C15.0163%2042.152%2015.9847%2042.1509%2016.5385%2041.5457C17.129%2040.9003%2031%2025.6195%2031%2015.2107C30.9998%206.82353%2024.0467%200%2015.5%200ZM15.5%2022.8637C11.1999%2022.8637%207.70164%2019.4306%207.70164%2015.2107C7.70164%2010.9909%2011.2%207.55788%2015.5%207.55788C19.8%207.55788%2023.2983%2010.991%2023.2983%2015.2108C23.2983%2019.4307%2019.8%2022.8637%2015.5%2022.8637Z%22%20fill%3D%22%2331B4EB%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_map_marker {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2214%22%20viewBox%3D%220%200%2010%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M5%200C2.24299%200%200%202.27451%200%205.07025C0%208.53985%204.47451%2013.6334%204.66502%2013.8486C4.84395%2014.0507%205.15637%2014.0503%205.33498%2013.8486C5.52549%2013.6334%2010%208.53985%2010%205.07025C9.99995%202.27451%207.75699%200%205%200ZM5%207.62123C3.61288%207.62123%202.4844%206.47687%202.4844%205.07025C2.4844%203.66363%203.6129%202.51929%205%202.51929C6.3871%202.51929%207.51557%203.66366%207.51557%205.07028C7.51557%206.4769%206.3871%207.62123%205%207.62123Z%22%20fill%3D%22%239E9E9E%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_right_arrow {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M12.121%202.86204C11.8758%202.60824%2011.4676%202.60824%2011.2138%202.86204C10.9686%203.10726%2010.9686%203.51539%2011.2138%203.76004L15.8136%208.35978H0.635059C0.281232%208.36035%200%208.64159%200%208.99541C0%209.34924%200.281232%209.63962%200.635059%209.63962H15.8136L11.2138%2014.2308C10.9686%2014.4846%2010.9686%2014.8933%2011.2138%2015.1379C11.4676%2015.3917%2011.8763%2015.3917%2012.121%2015.1379L17.8097%209.44927C18.0634%209.20405%2018.0634%208.79592%2017.8097%208.55127L12.121%202.86204Z%22%20fill%3D%22%2331B4EB%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_left_arrow {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22none%22%20version%3D%221.1%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0D%0A%20%3Cmetadata%3E%0D%0A%20%20%3Crdf%3ARDF%3E%0D%0A%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%0D%0A%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0D%0A%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%0D%0A%20%20%20%20%3Cdc%3Atitle%2F%3E%0D%0A%20%20%20%3C%2Fcc%3AWork%3E%0D%0A%20%20%3C%2Frdf%3ARDF%3E%0D%0A%20%3C%2Fmetadata%3E%0D%0A%20%3Cpath%20d%3D%22m5.879%202.862c0.2452-0.2538%200.6534-0.2538%200.9072%200%200.2452%200.24522%200.2452%200.65335%200%200.898l-4.5998%204.5997h15.179c0.35383%205.7e-4%200.63506%200.28181%200.63506%200.63563%200%200.35383-0.28123%200.64421-0.63506%200.64421h-15.179l4.5998%204.5912c0.2452%200.2538%200.2452%200.6625%200%200.9071-0.2538%200.2538-0.6625%200.2538-0.9072%200l-5.6887-5.6886c-0.2537-0.24522-0.2537-0.65335%200-0.898z%22%20fill%3D%22%2331b4eb%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_tour_heart.fav_b {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2222%22%20height%3D%2221%22%20viewBox%3D%220%200%2022%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M15.5148%201.8122C15.3103%201.81222%2015.0903%201.82802%2014.8705%201.85958C13.459%202.03317%2012.3868%202.63368%2011.7236%203.61804L11.002%204.68441L10.266%203.63355C10.266%203.63345%2010.2659%203.63335%2010.2658%203.63325C9.58684%202.63305%208.49857%202.04845%207.08712%201.89075L7.08712%201.89071L7.08515%201.89057C7.07136%201.88958%207.05762%201.88858%207.04393%201.8876C6.84184%201.87301%206.64965%201.85914%206.44361%201.85914L6.4431%201.85915C4.87253%201.87494%203.50315%202.55448%202.65282%203.75795L2.65262%203.75824C1.66011%205.18406%201.55386%207.15847%202.36679%209.2966C2.57595%209.85606%203.07143%2010.6006%203.7305%2011.4346C4.39063%2012.2699%205.21834%2013.1991%206.09605%2014.1287C7.85153%2015.988%209.80913%2017.8509%2011.0311%2018.9701L11.0653%2019.0014L11.0991%2018.9697C12.5935%2017.5687%2014.5434%2015.6471%2016.2152%2013.8171C17.0511%2012.9022%2017.818%2012.0096%2018.4239%2011.2161C19.0289%2010.4237%2019.4764%209.72628%2019.6698%209.20239L19.6699%209.20224C20.4516%207.06408%2020.3295%205.08971%2019.3214%203.66405L19.3212%203.66381C18.4709%202.47612%2017.0858%201.79648%2015.5148%201.8122ZM15.5148%201.8122C15.5149%201.8122%2015.515%201.8122%2015.5151%201.8122V1.8622M15.5148%201.8122C15.5147%201.8122%2015.5146%201.8122%2015.5146%201.8122L15.5151%201.8622M15.5151%201.8622C15.3128%201.8622%2015.0949%201.87785%2014.8771%201.90914L19.2806%203.69292C18.4403%202.51938%2017.0711%201.84656%2015.5151%201.8622ZM20.7492%202.64236L20.7494%202.64263C22.122%204.53474%2022.3259%207.0824%2021.3187%209.80929L21.3186%209.80947C21.053%2010.5372%2020.4551%2011.4641%2019.6735%2012.4759C18.8927%2013.4866%2017.9316%2014.5781%2016.9431%2015.6347C14.9666%2017.7474%2012.883%2019.7177%2011.9183%2020.6174C11.6778%2020.8287%2011.3784%2020.9487%2011.0649%2020.9487H11.0494V20.9486L11.0468%2020.9488C10.7508%2020.9636%2010.452%2020.8446%2010.2111%2020.6327C9.79102%2020.2571%207.71114%2018.3727%205.58672%2016.1856C4.52432%2015.0918%203.45137%2013.9229%202.56944%2012.8295C1.68657%2011.735%200.998642%2010.7203%200.702118%209.93423C-0.320541%207.20744%20-0.132317%204.65945%201.20971%202.73587C2.38257%201.07544%204.28098%200.0970722%206.41267%200.0814837C6.70638%200.0814901%206.98451%200.0970339%207.26261%200.128102C8.99415%200.330236%2010.1668%201.01378%2010.9372%201.74207L10.9716%201.77453L11.0059%201.74207C11.7768%201.01333%2012.9341%200.314474%2014.6496%200.112435L14.6496%200.112461L14.6512%200.112219C14.9595%200.0657078%2015.2371%200.0501894%2015.4995%200.0501907L15.4999%200.0501881C17.6474%200.0346518%2019.5611%200.982081%2020.7492%202.64236Z%22%20fill%3D%22%23B3B3B3%22%20stroke%3D%22white%22%20stroke-width%3D%220.1%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_tour_heart.fav_a {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2222%22%20height%3D%2221%22%20fill%3D%22none%22%20version%3D%221.1%22%20viewBox%3D%220%200%2022%2021%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0D%0A%20%3Cmetadata%3E%0D%0A%20%20%3Crdf%3ARDF%3E%0D%0A%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%0D%0A%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0D%0A%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%0D%0A%20%20%20%20%3Cdc%3Atitle%2F%3E%0D%0A%20%20%20%3C%2Fcc%3AWork%3E%0D%0A%20%20%3C%2Frdf%3ARDF%3E%0D%0A%20%3C%2Fmetadata%3E%0D%0A%20%3Cpath%20d%3D%22m15.515%201.8122c-0.2045%202e-5%20-0.4245%200.01582-0.6443%200.04738-1.4115%200.17359-2.4837%200.7741-3.1469%201.7585l-0.7216%201.0664-0.736-1.0509c0-1e-4%20-1e-4%20-2e-4%20-2e-4%20-3e-4%20-0.67896-1.0002-1.7672-1.5848-3.1787-1.7425v-4e-5l-0.00197-1.4e-4c-0.01379-9.9e-4%20-0.02753-0.00199-0.04122-0.00297-0.20209-0.01459-0.39428-0.02846-0.60032-0.02846l-5.1e-4%201e-5c-1.5706%200.01579-2.94%200.69533-3.7903%201.8988l-2e-4%202.9e-4c-0.99251%201.4258-1.0988%203.4002-0.28583%205.5384%200.20916%200.55946%200.70464%201.304%201.3637%202.138%200.66013%200.8353%201.4878%201.7645%202.3656%202.6941%201.7555%201.8593%203.7131%203.7222%204.935%204.8414l0.0342%200.0313%200.0338-0.0317c1.4944-1.401%203.4443-3.3226%205.1161-5.1526%200.8359-0.9149%201.6028-1.8075%202.2087-2.601%200.605-0.7924%201.0525-1.4898%201.2459-2.0137l1e-4%20-1.5e-4c0.7817-2.1382%200.6596-4.1125-0.3485-5.5382l-2e-4%20-2.4e-4c-0.8503-1.1877-2.2354-1.8673-3.8064-1.8516zh3e-4v0.05m-3e-4%20-0.05h-2e-4l5e-4%200.05c-0.2023%200-0.4202%200.01565-0.638%200.04694l4.4035%201.7838c-0.8403-1.1735-2.2095-1.8464-3.7655-1.8307zm5.2341%200.78016%202e-4%202.7e-4c1.3726%201.8921%201.5765%204.4398%200.5693%207.1667l-1e-4%201.8e-4c-0.2656%200.72773-0.8635%201.6546-1.6451%202.6664-0.7808%201.0107-1.7419%202.1022-2.7304%203.1588-1.9765%202.1127-4.0601%204.083-5.0248%204.9827-0.2405%200.2113-0.5399%200.3313-0.8534%200.3313h-0.0155v-1e-4l-0.0026%202e-4c-0.296%200.0148-0.5948-0.1042-0.8357-0.3161-0.42008-0.3756-2.5-2.26-4.6244-4.4471-1.0624-1.0938-2.1354-2.2627-3.0173-3.3561-0.88287-1.0945-1.5708-2.1092-1.8673-2.8953-1.0227-2.7268-0.83444-5.2748%200.50759-7.1984%201.1729-1.6604%203.0713-2.6388%205.203-2.6544%200.29371%206.4e-6%200.57184%200.01555%200.84994%200.046618%201.7315%200.20213%202.9042%200.88568%203.6746%201.614l0.0344%200.03246%200.0343-0.03246c0.7709-0.72874%201.9282-1.4276%203.6437-1.6296v2.6e-5l0.0016-2.42e-4c0.3083-0.046511%200.5859-0.06203%200.8483-0.062028l4e-4%20-2.6e-6c2.1475-0.015536%204.0612%200.93189%205.2493%202.5922z%22%20fill%3D%22%23ee2316%22%20stroke%3D%22%23fff%22%20stroke-width%3D%22.1%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_calendar {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22214%20-236%20512%20512%22%20style%3D%22enable-background%3Anew%20214%20-236%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23B0B0B0%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20class%3D%22st0%22%20d%3D%22M666-196h-24v-40h-40v40H338v-40h-40v40h-24c-33.1%2C0-60%2C26.9-60%2C60v352c0%2C33.1%2C26.9%2C60%2C60%2C60h392%0D%0A%09%09%09c33.1%2C0%2C60-26.9%2C60-60v-352C726-169.1%2C699.1-196%2C666-196z%20M686%2C216c0%2C11-9%2C20-20%2C20H274c-11%2C0-20-9-20-20V-48h432V216z%20M686-88%0D%0A%09%09%09H254v-48c0-11%2C9-20%2C20-20h24v40h40v-40h264v40h40v-40h24c11%2C0%2C20%2C9%2C20%2C20V-88z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22290%22%20y%3D%22-6%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22370%22%20y%3D%22-6%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22450%22%20y%3D%22-6%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22530%22%20y%3D%22-6%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22610%22%20y%3D%22-6%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22290%22%20y%3D%2274%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22370%22%20y%3D%2274%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22450%22%20y%3D%2274%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22530%22%20y%3D%2274%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22290%22%20y%3D%22154%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22370%22%20y%3D%22154%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22450%22%20y%3D%22154%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22530%22%20y%3D%22154%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Crect%20x%3D%22610%22%20y%3D%2274%22%20class%3D%22st0%22%20width%3D%2240%22%20height%3D%2240%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_calendar_blue {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0A%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22Capa_1%22%0A%20%20%20x%3D%220px%22%0A%20%20%20y%3D%220px%22%0A%20%20%20viewBox%3D%22214%20-236%20512%20512%22%0A%20%20%20style%3D%22enable-background%3Anew%20214%20-236%20512%20512%3B%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20sodipodi%3Adocname%3D%22calendar_blue.svg%22%0A%20%20%20inkscape%3Aversion%3D%220.92.3%20(2405546%2C%202018-03-11)%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata99%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs97%22%3E%3ClinearGradient%0A%20%20%20%20%20inkscape%3Acollect%3D%22always%22%0A%20%20%20%20%20id%3D%22linearGradient4623%22%3E%3Cstop%0A%20%20%20%20%20%20%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A1%3B%22%0A%20%20%20%20%20%20%20offset%3D%220%22%0A%20%20%20%20%20%20%20id%3D%22stop4619%22%20%2F%3E%3Cstop%0A%20%20%20%20%20%20%20style%3D%22stop-color%3A%23000000%3Bstop-opacity%3A0%3B%22%0A%20%20%20%20%20%20%20offset%3D%221%22%0A%20%20%20%20%20%20%20id%3D%22stop4621%22%20%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%0A%20%20%20%20%20inkscape%3Acollect%3D%22always%22%0A%20%20%20%20%20xlink%3Ahref%3D%22%23linearGradient4623%22%0A%20%20%20%20%20id%3D%22radialGradient4627%22%0A%20%20%20%20%20cx%3D%22470%22%0A%20%20%20%20%20cy%3D%2220%22%0A%20%20%20%20%20fx%3D%22470%22%0A%20%20%20%20%20fy%3D%2220%22%0A%20%20%20%20%20r%3D%22256%22%0A%20%20%20%20%20gradientUnits%3D%22userSpaceOnUse%22%20%2F%3E%3C%2Fdefs%3E%3Csodipodi%3Anamedview%0A%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Awindow-width%3D%221366%22%0A%20%20%20inkscape%3Awindow-height%3D%22705%22%0A%20%20%20id%3D%22namedview95%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20inkscape%3Azoom%3D%220.4609375%22%0A%20%20%20inkscape%3Acx%3D%22-96.542373%22%0A%20%20%20inkscape%3Acy%3D%22169.22034%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Awindow-y%3D%22-8%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Acurrent-layer%3D%22Capa_1%22%20%2F%3E%0A%3Cstyle%0A%20%20%20type%3D%22text%2Fcss%22%0A%20%20%20id%3D%22style2%22%3E%0A%09.st0%7Bfill%3A%23B0B0B0%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%0A%20%20%20id%3D%22g8%22%0A%20%20%20style%3D%22fill%3A%23000000%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g6%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Cpath%0A%20%20%20class%3D%22st0%22%0A%20%20%20d%3D%22M666-196h-24v-40h-40v40H338v-40h-40v40h-24c-33.1%2C0-60%2C26.9-60%2C60v352c0%2C33.1%2C26.9%2C60%2C60%2C60h392%20%20%20%20c33.1%2C0%2C60-26.9%2C60-60v-352C726-169.1%2C699.1-196%2C666-196z%20M686%2C216c0%2C11-9%2C20-20%2C20H274c-11%2C0-20-9-20-20V-48h432V216z%20M686-88%20%20%20%20H254v-48c0-11%2C9-20%2C20-20h24v40h40v-40h264v40h40v-40h24c11%2C0%2C20%2C9%2C20%2C20V-88z%22%0A%20%20%20id%3D%22path4%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g14%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g12%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22290%22%0A%20%20%20y%3D%22-6%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect10%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g20%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g18%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22370%22%0A%20%20%20y%3D%22-6%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect16%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g26%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g24%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22450%22%0A%20%20%20y%3D%22-6%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect22%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g32%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g30%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22530%22%0A%20%20%20y%3D%22-6%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect28%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g38%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g36%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22610%22%0A%20%20%20y%3D%22-6%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect34%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g44%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g42%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22290%22%0A%20%20%20y%3D%2274%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect40%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g50%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g48%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22370%22%0A%20%20%20y%3D%2274%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect46%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g56%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g54%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22450%22%0A%20%20%20y%3D%2274%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect52%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g62%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g60%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22530%22%0A%20%20%20y%3D%2274%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect58%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g68%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g66%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22290%22%0A%20%20%20y%3D%22154%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect64%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g74%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g72%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22370%22%0A%20%20%20y%3D%22154%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect70%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g80%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g78%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22450%22%0A%20%20%20y%3D%22154%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect76%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g86%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g84%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22530%22%0A%20%20%20y%3D%22154%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect82%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cg%0A%20%20%20id%3D%22g92%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%3Cg%0A%20%20%20id%3D%22g90%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%3E%0A%09%09%3Crect%0A%20%20%20x%3D%22610%22%0A%20%20%20y%3D%2274%22%0A%20%20%20class%3D%22st0%22%0A%20%20%20width%3D%2240%22%0A%20%20%20height%3D%2240%22%0A%20%20%20id%3D%22rect88%22%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A1%22%20%2F%3E%0A%09%3C%2Fg%3E%0A%3C%2Fg%3E%0A%3Cpath%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A0%3Bstroke-width%3A2.16949153%22%0A%20%20%20d%3D%22M%2037.315254%2C506.23024%20C%2025.04218%2C500.61145%2015.397416%2C491.89246%208.5269419%2C480.20523%20L%202.6033898%2C470.12881%202.0146718%2C280.70224%20C%201.6195345%2C153.56241%202.173978%2C88.497727%203.7008466%2C82.82737%206.8572746%2C71.105293%2018.145894%2C57.062708%2030.604778%2C49.359972%2040.013564%2C43.542964%2043.319463%2C42.781893%2062.529864%2C42.010303%20L%2083.959322%2C41.149581%20V%2020.791741%200.43389831%20h%2019.525428%2019.52542%20V%2021.044068%2041.654237%20H%20256.4339%20389.85763%20V%2021.044068%200.43389831%20h%2018.44068%2018.44067%20V%2020.840771%2041.247642%20l%2021.15255%2C0.781366%20c%2023.87254%2C0.881842%2033.29692%2C4.321022%2045.62588%2C16.649976%204.14509%2C4.145095%209.60889%2C12.017028%2012.14177%2C17.493185%204.58303%2C9.908653%204.60523%2C10.871641%204.60523%2C199.787151%200%2C188.91551%20-0.0221%2C189.8785%20-4.60523%2C199.78715%20-5.54995%2C11.99914%20-16.65039%2C23.52738%20-28.14672%2C29.23145%20-8.17935%2C4.05834%20-15.68807%2C4.21921%20-219.99382%2C4.71348%20-201.037204%2C0.48636%20-211.955706%2C0.31475%20-220.203386%2C-3.46116%20z%20m%20429.747566%2C-40.01901%205.23549%2C-6.08709%20V%20323.56716%20187.01017%20H%20255.30171%2038.305085%20l%200.58983%2C136.45125%20c%200.574764%2C132.96582%200.700664%2C136.5744%204.928814%2C141.273%202.38644%2C2.65198%206.291525%2C5.62874%208.677966%2C6.61501%202.386441%2C0.9863%2095.460985%2C1.60328%20206.832315%2C1.37108%20l%20202.49333%2C-0.4222%20z%20m%205.23549%2C-345.51318%20c%200%2C-14.9937%20-1.00522%2C-29.139524%20-2.2338%2C-31.435169%20-3.74062%2C-6.989404%20-13.88603%2C-10.727288%20-29.1161%2C-10.727288%20h%20-14.20943%20v%2020.61017%2020.610167%20H%20408.29831%20389.85763%20V%2099.145763%2078.535593%20H%20256.4339%20123.01017%20v%2020.61017%2020.610167%20H%20103.48475%2083.959322%20V%2098.908637%2078.061342%20l%20-16.263658%2C0.821279%20c%20-14.275317%2C0.72087%20-16.993977%2C1.550839%20-22.237288%2C6.788738%20-5.81396%2C5.807954%20-5.992735%2C6.720158%20-6.68841%2C34.127711%20l%20-0.714781%2C28.16025%20H%20255.17674%20472.29831%20Z%22%0A%20%20%20id%3D%22path4629%22%0A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20transform%3D%22translate(214%2C-236)%22%20%2F%3E%3Cpath%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A0%3Bstroke-width%3A2.16949153%22%0A%20%20%20d%3D%22M%2037.315254%2C506.23024%20C%2025.04218%2C500.61145%2015.397416%2C491.89246%208.5269419%2C480.20523%20L%202.6033898%2C470.12881%202.0146718%2C280.70224%20C%201.6195345%2C153.56241%202.173978%2C88.497727%203.7008466%2C82.82737%206.8572746%2C71.105293%2018.145894%2C57.062708%2030.604778%2C49.359972%2040.013564%2C43.542964%2043.319463%2C42.781893%2062.529864%2C42.010303%20L%2083.959322%2C41.149581%20V%2020.791741%200.43389831%20h%2019.525428%2019.52542%20V%2021.044068%2041.654237%20H%20256.4339%20389.85763%20V%2021.044068%200.43389831%20h%2018.44068%2018.44067%20V%2020.840771%2041.247642%20l%2021.15255%2C0.781366%20c%2023.87254%2C0.881842%2033.29692%2C4.321022%2045.62588%2C16.649976%204.14509%2C4.145095%209.60889%2C12.017028%2012.14177%2C17.493185%204.58303%2C9.908653%204.60523%2C10.871641%204.60523%2C199.787151%200%2C188.91551%20-0.0221%2C189.8785%20-4.60523%2C199.78715%20-5.54995%2C11.99914%20-16.65039%2C23.52738%20-28.14672%2C29.23145%20-8.17935%2C4.05834%20-15.68807%2C4.21921%20-219.99382%2C4.71348%20-201.037204%2C0.48636%20-211.955706%2C0.31475%20-220.203386%2C-3.46116%20z%20m%20429.747566%2C-40.01901%205.23549%2C-6.08709%20V%20323.56716%20187.01017%20H%20255.30171%2038.305085%20l%200.58983%2C136.45125%20c%200.574764%2C132.96582%200.700664%2C136.5744%204.928814%2C141.273%202.38644%2C2.65198%206.291525%2C5.62874%208.677966%2C6.61501%202.386441%2C0.9863%2095.460985%2C1.60328%20206.832315%2C1.37108%20l%20202.49333%2C-0.4222%20z%20m%205.23549%2C-345.51318%20c%200%2C-14.9937%20-1.00522%2C-29.139524%20-2.2338%2C-31.435169%20-3.74062%2C-6.989404%20-13.88603%2C-10.727288%20-29.1161%2C-10.727288%20h%20-14.20943%20v%2020.61017%2020.610167%20H%20408.29831%20389.85763%20V%2099.145763%2078.535593%20H%20256.4339%20123.01017%20v%2020.61017%2020.610167%20H%20103.48475%2083.959322%20V%2098.908637%2078.061342%20l%20-16.263658%2C0.821279%20c%20-14.275317%2C0.72087%20-16.993977%2C1.550839%20-22.237288%2C6.788738%20-5.81396%2C5.807954%20-5.992735%2C6.720158%20-6.68841%2C34.127711%20l%20-0.714781%2C28.16025%20H%20255.17674%20472.29831%20Z%22%0A%20%20%20id%3D%22path4631%22%0A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20transform%3D%22translate(214%2C-236)%22%20%2F%3E%3Cpath%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A0%3Bstroke-width%3A2.16949153%22%0A%20%20%20d%3D%22M%2037.315254%2C506.23024%20C%2025.04218%2C500.61145%2015.397416%2C491.89246%208.5269419%2C480.20523%20L%202.6033898%2C470.12881%202.0146718%2C280.70224%20C%201.6195345%2C153.56241%202.173978%2C88.497727%203.7008466%2C82.82737%206.8572746%2C71.105293%2018.145894%2C57.062708%2030.604778%2C49.359972%2040.013564%2C43.542964%2043.319463%2C42.781893%2062.529864%2C42.010303%20L%2083.959322%2C41.149581%20V%2020.791741%200.43389831%20h%2019.525428%2019.52542%20V%2021.044068%2041.654237%20H%20256.4339%20389.85763%20V%2021.044068%200.43389831%20h%2018.44068%2018.44067%20V%2020.840771%2041.247642%20l%2021.15255%2C0.781366%20c%2023.87254%2C0.881842%2033.29692%2C4.321022%2045.62588%2C16.649976%204.14509%2C4.145095%209.60889%2C12.017028%2012.14177%2C17.493185%204.58303%2C9.908653%204.60523%2C10.871641%204.60523%2C199.787151%200%2C188.91551%20-0.0221%2C189.8785%20-4.60523%2C199.78715%20-5.54995%2C11.99914%20-16.65039%2C23.52738%20-28.14672%2C29.23145%20-8.17935%2C4.05834%20-15.68807%2C4.21921%20-219.99382%2C4.71348%20-201.037204%2C0.48636%20-211.955706%2C0.31475%20-220.203386%2C-3.46116%20z%20m%20429.747566%2C-40.01901%205.23549%2C-6.08709%20V%20323.56716%20187.01017%20H%20255.30171%2038.305085%20l%200.58983%2C136.45125%20c%200.574764%2C132.96582%200.700664%2C136.5744%204.928814%2C141.273%202.38644%2C2.65198%206.291525%2C5.62874%208.677966%2C6.61501%202.386441%2C0.9863%2095.460985%2C1.60328%20206.832315%2C1.37108%20l%20202.49333%2C-0.4222%20z%20m%205.23549%2C-345.51318%20c%200%2C-14.9937%20-1.00522%2C-29.139524%20-2.2338%2C-31.435169%20-3.74062%2C-6.989404%20-13.88603%2C-10.727288%20-29.1161%2C-10.727288%20h%20-14.20943%20v%2020.61017%2020.610167%20H%20408.29831%20389.85763%20V%2099.145763%2078.535593%20H%20256.4339%20123.01017%20v%2020.61017%2020.610167%20H%20103.48475%2083.959322%20V%2098.908637%2078.061342%20l%20-16.263658%2C0.821279%20c%20-14.275317%2C0.72087%20-16.993977%2C1.550839%20-22.237288%2C6.788738%20-5.81396%2C5.807954%20-5.992735%2C6.720158%20-6.68841%2C34.127711%20l%20-0.714781%2C28.16025%20H%20255.17674%20472.29831%20Z%22%0A%20%20%20id%3D%22path4633%22%0A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20transform%3D%22translate(214%2C-236)%22%20%2F%3E%3Cpath%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A0%3Bstroke-width%3A2.16949153%22%0A%20%20%20d%3D%22M%2037.315254%2C506.23024%20C%2025.04218%2C500.61145%2015.397416%2C491.89246%208.5269419%2C480.20523%20L%202.6033898%2C470.12881%202.0146718%2C280.70224%20C%201.6195345%2C153.56241%202.173978%2C88.497727%203.7008466%2C82.82737%206.8572746%2C71.105293%2018.145894%2C57.062708%2030.604778%2C49.359972%2040.013564%2C43.542964%2043.319463%2C42.781893%2062.529864%2C42.010303%20L%2083.959322%2C41.149581%20V%2020.791741%200.43389831%20h%2019.525428%2019.52542%20V%2021.044068%2041.654237%20H%20256.4339%20389.85763%20V%2021.044068%200.43389831%20h%2018.44068%2018.44067%20V%2020.840771%2041.247642%20l%2021.15255%2C0.781366%20c%2023.87254%2C0.881842%2033.29692%2C4.321022%2045.62588%2C16.649976%204.14509%2C4.145095%209.60889%2C12.017028%2012.14177%2C17.493185%204.58303%2C9.908653%204.60523%2C10.871641%204.60523%2C199.787151%200%2C188.91551%20-0.0221%2C189.8785%20-4.60523%2C199.78715%20-5.54995%2C11.99914%20-16.65039%2C23.52738%20-28.14672%2C29.23145%20-8.17935%2C4.05834%20-15.68807%2C4.21921%20-219.99382%2C4.71348%20-201.037204%2C0.48636%20-211.955706%2C0.31475%20-220.203386%2C-3.46116%20z%20m%20429.747566%2C-40.01901%205.23549%2C-6.08709%20V%20323.56716%20187.01017%20H%20255.30171%2038.305085%20l%200.58983%2C136.45125%20c%200.574764%2C132.96582%200.700664%2C136.5744%204.928814%2C141.273%202.38644%2C2.65198%206.291525%2C5.62874%208.677966%2C6.61501%202.386441%2C0.9863%2095.460985%2C1.60328%20206.832315%2C1.37108%20l%20202.49333%2C-0.4222%20z%20m%205.23549%2C-345.51318%20c%200%2C-14.9937%20-1.00522%2C-29.139524%20-2.2338%2C-31.435169%20-3.74062%2C-6.989404%20-13.88603%2C-10.727288%20-29.1161%2C-10.727288%20h%20-14.20943%20v%2020.61017%2020.610167%20H%20408.29831%20389.85763%20V%2099.145763%2078.535593%20H%20256.4339%20123.01017%20v%2020.61017%2020.610167%20H%20103.48475%2083.959322%20V%2098.908637%2078.061342%20l%20-16.263658%2C0.821279%20c%20-14.275317%2C0.72087%20-16.993977%2C1.550839%20-22.237288%2C6.788738%20-5.81396%2C5.807954%20-5.992735%2C6.720158%20-6.68841%2C34.127711%20l%20-0.714781%2C28.16025%20H%20255.17674%20472.29831%20Z%22%0A%20%20%20id%3D%22path4635%22%0A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20transform%3D%22translate(214%2C-236)%22%20%2F%3E%3Cpath%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A0%3Bstroke-width%3A2.16949153%22%0A%20%20%20d%3D%22M%2037.315254%2C506.23024%20C%2025.04218%2C500.61145%2015.397416%2C491.89246%208.5269419%2C480.20523%20L%202.6033898%2C470.12881%202.0146718%2C280.70224%20C%201.6195345%2C153.56241%202.173978%2C88.497727%203.7008466%2C82.82737%206.8572746%2C71.105293%2018.145894%2C57.062708%2030.604778%2C49.359972%2040.013564%2C43.542964%2043.319463%2C42.781893%2062.529864%2C42.010303%20L%2083.959322%2C41.149581%20V%2020.791741%200.43389831%20h%2019.525428%2019.52542%20V%2021.044068%2041.654237%20H%20256.4339%20389.85763%20V%2021.044068%200.43389831%20h%2018.44068%2018.44067%20V%2020.840771%2041.247642%20l%2021.15255%2C0.781366%20c%2023.87254%2C0.881842%2033.29692%2C4.321022%2045.62588%2C16.649976%204.14509%2C4.145095%209.60889%2C12.017028%2012.14177%2C17.493185%204.58303%2C9.908653%204.60523%2C10.871641%204.60523%2C199.787151%200%2C188.91551%20-0.0221%2C189.8785%20-4.60523%2C199.78715%20-5.54995%2C11.99914%20-16.65039%2C23.52738%20-28.14672%2C29.23145%20-8.17935%2C4.05834%20-15.68807%2C4.21921%20-219.99382%2C4.71348%20-201.037204%2C0.48636%20-211.955706%2C0.31475%20-220.203386%2C-3.46116%20z%20m%20429.747566%2C-40.01901%205.23549%2C-6.08709%20V%20323.56716%20187.01017%20H%20255.30171%2038.305085%20l%200.58983%2C136.45125%20c%200.574764%2C132.96582%200.700664%2C136.5744%204.928814%2C141.273%202.38644%2C2.65198%206.291525%2C5.62874%208.677966%2C6.61501%202.386441%2C0.9863%2095.460985%2C1.60328%20206.832315%2C1.37108%20l%20202.49333%2C-0.4222%20z%20m%205.23549%2C-345.51318%20c%200%2C-14.9937%20-1.00522%2C-29.139524%20-2.2338%2C-31.435169%20-3.74062%2C-6.989404%20-13.88603%2C-10.727288%20-29.1161%2C-10.727288%20h%20-14.20943%20v%2020.61017%2020.610167%20H%20408.29831%20389.85763%20V%2099.145763%2078.535593%20H%20256.4339%20123.01017%20v%2020.61017%2020.610167%20H%20103.48475%2083.959322%20V%2098.908637%2078.061342%20l%20-16.263658%2C0.821279%20c%20-14.275317%2C0.72087%20-16.993977%2C1.550839%20-22.237288%2C6.788738%20-5.81396%2C5.807954%20-5.992735%2C6.720158%20-6.68841%2C34.127711%20l%20-0.714781%2C28.16025%20H%20255.17674%20472.29831%20Z%22%0A%20%20%20id%3D%22path4637%22%0A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20transform%3D%22translate(214%2C-236)%22%20%2F%3E%3Cpath%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A0%3Bstroke-width%3A2.16949153%22%0A%20%20%20d%3D%22M%2037.315254%2C506.23024%20C%2025.04218%2C500.61145%2015.397416%2C491.89246%208.5269419%2C480.20523%20L%202.6033898%2C470.12881%202.0146718%2C280.70224%20C%201.6195345%2C153.56241%202.173978%2C88.497727%203.7008466%2C82.82737%206.8572746%2C71.105293%2018.145894%2C57.062708%2030.604778%2C49.359972%2040.013564%2C43.542964%2043.319463%2C42.781893%2062.529864%2C42.010303%20L%2083.959322%2C41.149581%20V%2020.791741%200.43389831%20h%2019.525428%2019.52542%20V%2021.044068%2041.654237%20H%20256.4339%20389.85763%20V%2021.044068%200.43389831%20h%2018.44068%2018.44067%20V%2020.840771%2041.247642%20l%2021.15255%2C0.781366%20c%2023.87254%2C0.881842%2033.29692%2C4.321022%2045.62588%2C16.649976%204.14509%2C4.145095%209.60889%2C12.017028%2012.14177%2C17.493185%204.58303%2C9.908653%204.60523%2C10.871641%204.60523%2C199.787151%200%2C188.91551%20-0.0221%2C189.8785%20-4.60523%2C199.78715%20-5.54995%2C11.99914%20-16.65039%2C23.52738%20-28.14672%2C29.23145%20-8.17935%2C4.05834%20-15.68807%2C4.21921%20-219.99382%2C4.71348%20-201.037204%2C0.48636%20-211.955706%2C0.31475%20-220.203386%2C-3.46116%20z%20m%20429.747566%2C-40.01901%205.23549%2C-6.08709%20V%20323.56716%20187.01017%20H%20255.30171%2038.305085%20l%200.58983%2C136.45125%20c%200.574764%2C132.96582%200.700664%2C136.5744%204.928814%2C141.273%202.38644%2C2.65198%206.291525%2C5.62874%208.677966%2C6.61501%202.386441%2C0.9863%2095.460985%2C1.60328%20206.832315%2C1.37108%20l%20202.49333%2C-0.4222%20z%20m%205.23549%2C-345.51318%20c%200%2C-14.9937%20-1.00522%2C-29.139524%20-2.2338%2C-31.435169%20-3.74062%2C-6.989404%20-13.88603%2C-10.727288%20-29.1161%2C-10.727288%20h%20-14.20943%20v%2020.61017%2020.610167%20H%20408.29831%20389.85763%20V%2099.145763%2078.535593%20H%20256.4339%20123.01017%20v%2020.61017%2020.610167%20H%20103.48475%2083.959322%20V%2098.908637%2078.061342%20l%20-16.263658%2C0.821279%20c%20-14.275317%2C0.72087%20-16.993977%2C1.550839%20-22.237288%2C6.788738%20-5.81396%2C5.807954%20-5.992735%2C6.720158%20-6.68841%2C34.127711%20l%20-0.714781%2C28.16025%20H%20255.17674%20472.29831%20Z%22%0A%20%20%20id%3D%22path4639%22%0A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20transform%3D%22translate(214%2C-236)%22%20%2F%3E%3Cpath%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A0%3Bstroke-width%3A2.16949153%22%0A%20%20%20d%3D%22M%2037.315254%2C506.23024%20C%2025.04218%2C500.61145%2015.397416%2C491.89246%208.5269419%2C480.20523%20L%202.6033898%2C470.12881%202.0146718%2C280.70224%20C%201.6195345%2C153.56241%202.173978%2C88.497727%203.7008466%2C82.82737%206.8572746%2C71.105293%2018.145894%2C57.062708%2030.604778%2C49.359972%2040.013564%2C43.542964%2043.319463%2C42.781893%2062.529864%2C42.010303%20L%2083.959322%2C41.149581%20V%2020.791741%200.43389831%20h%2019.525428%2019.52542%20V%2021.044068%2041.654237%20H%20256.4339%20389.85763%20V%2021.044068%200.43389831%20h%2018.44068%2018.44067%20V%2020.840771%2041.247642%20l%2021.15255%2C0.781366%20c%2023.87254%2C0.881842%2033.29692%2C4.321022%2045.62588%2C16.649976%204.14509%2C4.145095%209.60889%2C12.017028%2012.14177%2C17.493185%204.58303%2C9.908653%204.60523%2C10.871641%204.60523%2C199.787151%200%2C188.91551%20-0.0221%2C189.8785%20-4.60523%2C199.78715%20-5.54995%2C11.99914%20-16.65039%2C23.52738%20-28.14672%2C29.23145%20-8.17935%2C4.05834%20-15.68807%2C4.21921%20-219.99382%2C4.71348%20-201.037204%2C0.48636%20-211.955706%2C0.31475%20-220.203386%2C-3.46116%20z%20m%20429.747566%2C-40.01901%205.23549%2C-6.08709%20V%20323.56716%20187.01017%20H%20255.30171%2038.305085%20l%200.58983%2C136.45125%20c%200.574764%2C132.96582%200.700664%2C136.5744%204.928814%2C141.273%202.38644%2C2.65198%206.291525%2C5.62874%208.677966%2C6.61501%202.386441%2C0.9863%2095.460985%2C1.60328%20206.832315%2C1.37108%20l%20202.49333%2C-0.4222%20z%20m%205.23549%2C-345.51318%20c%200%2C-14.9937%20-1.00522%2C-29.139524%20-2.2338%2C-31.435169%20-3.74062%2C-6.989404%20-13.88603%2C-10.727288%20-29.1161%2C-10.727288%20h%20-14.20943%20v%2020.61017%2020.610167%20H%20408.29831%20389.85763%20V%2099.145763%2078.535593%20H%20256.4339%20123.01017%20v%2020.61017%2020.610167%20H%20103.48475%2083.959322%20V%2098.908637%2078.061342%20l%20-16.263658%2C0.821279%20c%20-14.275317%2C0.72087%20-16.993977%2C1.550839%20-22.237288%2C6.788738%20-5.81396%2C5.807954%20-5.992735%2C6.720158%20-6.68841%2C34.127711%20l%20-0.714781%2C28.16025%20H%20255.17674%20472.29831%20Z%22%0A%20%20%20id%3D%22path4641%22%0A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20transform%3D%22translate(214%2C-236)%22%20%2F%3E%3Cpath%0A%20%20%20style%3D%22fill%3A%2300aeef%3Bfill-opacity%3A0%3Bstroke-width%3A2.16949153%22%0A%20%20%20d%3D%22M%2037.315254%2C506.23024%20C%2025.04218%2C500.61145%2015.397416%2C491.89246%208.5269419%2C480.20523%20L%202.6033898%2C470.12881%202.0146718%2C280.70224%20C%201.6195345%2C153.56241%202.173978%2C88.497727%203.7008466%2C82.82737%206.8572746%2C71.105293%2018.145894%2C57.062708%2030.604778%2C49.359972%2040.013564%2C43.542964%2043.319463%2C42.781893%2062.529864%2C42.010303%20L%2083.959322%2C41.149581%20V%2020.791741%200.43389831%20h%2019.525428%2019.52542%20V%2021.044068%2041.654237%20H%20256.4339%20389.85763%20V%2021.044068%200.43389831%20h%2018.44068%2018.44067%20V%2020.840771%2041.247642%20l%2021.15255%2C0.781366%20c%2023.87254%2C0.881842%2033.29692%2C4.321022%2045.62588%2C16.649976%204.14509%2C4.145095%209.60889%2C12.017028%2012.14177%2C17.493185%204.58303%2C9.908653%204.60523%2C10.871641%204.60523%2C199.787151%200%2C188.91551%20-0.0221%2C189.8785%20-4.60523%2C199.78715%20-5.54995%2C11.99914%20-16.65039%2C23.52738%20-28.14672%2C29.23145%20-8.17935%2C4.05834%20-15.68807%2C4.21921%20-219.99382%2C4.71348%20-201.037204%2C0.48636%20-211.955706%2C0.31475%20-220.203386%2C-3.46116%20z%20m%20429.747566%2C-40.01901%205.23549%2C-6.08709%20V%20323.56716%20187.01017%20H%20255.30171%2038.305085%20l%200.58983%2C136.45125%20c%200.574764%2C132.96582%200.700664%2C136.5744%204.928814%2C141.273%202.38644%2C2.65198%206.291525%2C5.62874%208.677966%2C6.61501%202.386441%2C0.9863%2095.460985%2C1.60328%20206.832315%2C1.37108%20l%20202.49333%2C-0.4222%20z%20m%205.23549%2C-345.51318%20c%200%2C-14.9937%20-1.00522%2C-29.139524%20-2.2338%2C-31.435169%20-3.74062%2C-6.989404%20-13.88603%2C-10.727288%20-29.1161%2C-10.727288%20h%20-14.20943%20v%2020.61017%2020.610167%20H%20408.29831%20389.85763%20V%2099.145763%2078.535593%20H%20256.4339%20123.01017%20v%2020.61017%2020.610167%20H%20103.48475%2083.959322%20V%2098.908637%2078.061342%20l%20-16.263658%2C0.821279%20c%20-14.275317%2C0.72087%20-16.993977%2C1.550839%20-22.237288%2C6.788738%20-5.81396%2C5.807954%20-5.992735%2C6.720158%20-6.68841%2C34.127711%20l%20-0.714781%2C28.16025%20H%20255.17674%20472.29831%20Z%22%0A%20%20%20id%3D%22path4643%22%0A%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20transform%3D%22translate(214%2C-236)%22%20%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.tp_subscribe {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M15.9276%209.47487L8.48966%2016.9128C8.40298%2016.9995%208.30805%2017.082%208.20898%2017.1563C8.33281%2017.1893%208.46077%2017.2058%208.59285%2017.2058H15.585C16.4312%2017.2058%2017.1205%2016.5165%2017.1205%2015.6704V9.41708C16.7902%209.39644%2016.4518%209.35517%2016.1009%209.28912C16.0473%209.35104%2015.9895%209.41295%2015.9276%209.47487Z%22%20fill%3D%22%239E9E9E%22%2F%3E%0A%3Cpath%20d%3D%22M19.0726%204.60429C19.0602%204.59191%2019.0478%204.57953%2019.0354%204.56714C18.3461%203.87784%2017.3431%203.24219%2016.2039%202.76751C15.9975%202.68084%2015.787%202.60241%2015.5765%202.53224V2.51986C15.5641%201.60766%2014.8294%200.87295%2013.9172%200.860567L9.45941%200.794525C8.86916%200.78627%208.29956%201.01742%207.88267%201.4343L0.448876%208.87635C-0.149625%209.47485%20-0.149625%2010.449%200.448876%2011.0475L5.39373%2015.9923C5.99223%2016.5908%206.96634%2016.5908%207.56484%2015.9923L15.0069%208.55027C15.2215%208.33564%2015.3825%208.08385%2015.4939%207.8073C16.241%208.01781%2016.9675%208.12926%2017.6073%208.12513C19.1923%208.11687%2019.7165%207.42344%2019.8898%207.01068C20.0591%206.59792%2020.1829%205.73525%2019.0726%204.60429ZM9.86391%208.82682C9.69055%208.92175%209.51307%209.02495%209.33558%209.11575C9.16635%209.20243%209.10856%209.18179%209.04665%209.00018C8.91869%208.63695%208.71231%208.32738%208.42751%208.07147C8.35321%208.00543%208.27479%207.94352%208.17986%207.90637C7.84139%207.77428%207.54421%207.99305%207.58548%208.35627C7.60612%208.53789%207.66391%208.71125%207.73408%208.88048C7.85378%209.17354%207.98173%209.4666%208.06841%209.77204C8.34909%2010.7462%207.72995%2011.7038%206.75171%2011.7987C6.39674%2011.8317%206.05827%2011.7574%205.7487%2011.5799C5.61249%2011.5015%205.5093%2011.5098%205.40611%2011.6253C5.30292%2011.7368%205.18735%2011.84%205.08003%2011.9473C4.9851%2012.0422%204.88191%2012.0463%204.78697%2011.9514C4.66727%2011.84%204.5517%2011.7203%204.43613%2011.6047C4.33707%2011.5015%204.34532%2011.3942%204.44438%2011.2951C4.52281%2011.2167%204.60123%2011.1341%204.67966%2011.0557C4.85302%2010.8782%204.85302%2010.8659%204.71268%2010.6719C4.53106%2010.4242%204.37009%2010.1642%204.27103%209.8711C4.1926%209.64408%204.21324%209.5863%204.41962%209.47072C4.57234%209.38404%204.72506%209.29737%204.88191%209.21481C5.06352%209.11988%205.11718%209.14052%205.1791%209.33451C5.28229%209.66472%205.45152%209.95778%205.66202%2010.2302C5.79823%2010.4077%205.96747%2010.5398%206.17385%2010.6223C6.56184%2010.775%206.91681%2010.5026%206.87554%2010.0899C6.86315%209.94953%206.82188%209.81331%206.76822%209.68123C6.63614%209.34277%206.4669%209.01669%206.38023%208.65759C6.23576%208.07973%206.3018%207.55139%206.76822%207.13863C7.29655%206.67222%207.8868%206.64332%208.51006%206.93226C8.76597%207.05196%208.76597%207.05608%208.9641%206.85796C9.03014%206.79192%209.09618%206.72588%209.16635%206.65983C9.31907%206.51537%209.3686%206.51537%209.52132%206.65983C9.56673%206.70524%209.61213%206.75064%209.65753%206.79604C9.97123%207.10974%209.97123%207.10974%209.65753%207.42757C9.43464%207.65046%209.43464%207.65046%209.62038%207.90637C9.76485%208.10449%209.8763%208.315%209.96297%208.54202C10.0084%208.66584%209.98361%208.76078%209.86391%208.82682ZM18.6928%206.51537C18.5525%206.8497%2017.0542%207.14276%2014.7799%206.19342C14.1112%205.91687%2013.4921%205.57015%2012.9844%205.19867C12.9679%205.2193%2012.9472%205.23994%2012.9307%205.26058C12.4354%205.75589%2011.6264%205.75589%2011.1311%205.26058C10.6358%204.76527%2010.6358%203.95626%2011.1311%203.46095C11.6264%202.96564%2012.4354%202.96564%2012.9307%203.46095C13.2279%203.75814%2013.3435%204.16264%2013.2898%204.54651C13.7769%204.89322%2014.363%205.21105%2014.9863%205.47109C15.2091%205.56189%2015.4197%205.64445%2015.626%205.71462L15.6013%203.92324C15.6384%203.93975%2015.6714%203.95213%2015.7086%203.96864C16.6827%204.37315%2017.5577%204.92625%2018.1232%205.49173C18.1315%205.49998%2018.1397%205.50824%2018.148%205.51649C18.6846%206.05721%2018.7382%206.40392%2018.6928%206.51537Z%22%20fill%3D%22%239E9E9E%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.tp_subscribe_blue {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M15.9276%209.47485L8.48966%2016.9128C8.40298%2016.9995%208.30805%2017.082%208.20898%2017.1563C8.33281%2017.1893%208.46077%2017.2058%208.59285%2017.2058H15.585C16.4312%2017.2058%2017.1205%2016.5165%2017.1205%2015.6704V9.41706C16.7902%209.39643%2016.4518%209.35515%2016.1009%209.28911C16.0473%209.35102%2015.9895%209.41294%2015.9276%209.47485Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0A%3Cpath%20d%3D%22M19.0726%204.60426C19.0602%204.59188%2019.0478%204.5795%2019.0354%204.56711C18.3461%203.87781%2017.3431%203.24216%2016.2039%202.76748C15.9975%202.6808%2015.787%202.60238%2015.5765%202.53221V2.51983C15.5641%201.60763%2014.8294%200.872919%2013.9172%200.860536L9.45941%200.794495C8.86916%200.78624%208.29956%201.01738%207.88267%201.43427L0.448876%208.87632C-0.149625%209.47482%20-0.149625%2010.4489%200.448876%2011.0474L5.39373%2015.9923C5.99223%2016.5908%206.96634%2016.5908%207.56484%2015.9923L15.0069%208.55024C15.2215%208.33561%2015.3825%208.08382%2015.4939%207.80727C16.241%208.01778%2016.9675%208.12923%2017.6073%208.1251C19.1923%208.11684%2019.7165%207.42341%2019.8898%207.01065C20.0591%206.59789%2020.1829%205.73522%2019.0726%204.60426ZM9.86391%208.82679C9.69055%208.92172%209.51307%209.02491%209.33558%209.11572C9.16635%209.2024%209.10856%209.18176%209.04665%209.00015C8.91869%208.63692%208.71231%208.32735%208.42751%208.07144C8.35321%208.0054%208.27479%207.94348%208.17986%207.90634C7.84139%207.77425%207.54421%207.99302%207.58548%208.35624C7.60612%208.53786%207.66391%208.71122%207.73408%208.88045C7.85378%209.17351%207.98173%209.46657%208.06841%209.77201C8.34909%2010.7461%207.72995%2011.7037%206.75171%2011.7987C6.39674%2011.8317%206.05827%2011.7574%205.7487%2011.5799C5.61249%2011.5015%205.5093%2011.5097%205.40611%2011.6253C5.30292%2011.7367%205.18735%2011.8399%205.08003%2011.9473C4.9851%2012.0422%204.88191%2012.0463%204.78697%2011.9514C4.66727%2011.8399%204.5517%2011.7202%204.43613%2011.6047C4.33707%2011.5015%204.34532%2011.3942%204.44438%2011.2951C4.52281%2011.2167%204.60123%2011.1341%204.67966%2011.0557C4.85302%2010.8782%204.85302%2010.8658%204.71268%2010.6718C4.53106%2010.4242%204.37009%2010.1641%204.27103%209.87107C4.1926%209.64405%204.21324%209.58627%204.41962%209.47069C4.57234%209.38401%204.72506%209.29734%204.88191%209.21478C5.06352%209.11985%205.11718%209.14049%205.1791%209.33448C5.28229%209.66469%205.45152%209.95775%205.66202%2010.2302C5.79823%2010.4077%205.96747%2010.5397%206.17385%2010.6223C6.56184%2010.775%206.91681%2010.5026%206.87554%2010.0898C6.86315%209.9495%206.82188%209.81328%206.76822%209.6812C6.63614%209.34274%206.4669%209.01666%206.38023%208.65756C6.23576%208.0797%206.3018%207.55136%206.76822%207.1386C7.29655%206.67219%207.8868%206.64329%208.51006%206.93222C8.76597%207.05192%208.76597%207.05605%208.9641%206.85793C9.03014%206.79189%209.09618%206.72585%209.16635%206.6598C9.31907%206.51534%209.3686%206.51534%209.52132%206.6598C9.56673%206.70521%209.61213%206.75061%209.65753%206.79601C9.97123%207.10971%209.97123%207.10971%209.65753%207.42754C9.43464%207.65043%209.43464%207.65043%209.62038%207.90634C9.76485%208.10446%209.8763%208.31497%209.96297%208.54199C10.0084%208.66581%209.98361%208.76075%209.86391%208.82679ZM18.6928%206.51534C18.5525%206.84967%2017.0542%207.14273%2014.7799%206.19339C14.1112%205.91684%2013.4921%205.57012%2012.9844%205.19864C12.9679%205.21927%2012.9472%205.23991%2012.9307%205.26055C12.4354%205.75586%2011.6264%205.75586%2011.1311%205.26055C10.6358%204.76524%2010.6358%203.95623%2011.1311%203.46092C11.6264%202.96561%2012.4354%202.96561%2012.9307%203.46092C13.2279%203.75811%2013.3435%204.16261%2013.2898%204.54648C13.7769%204.89319%2014.363%205.21102%2014.9863%205.47106C15.2091%205.56186%2015.4197%205.64442%2015.626%205.71459L15.6013%203.92321C15.6384%203.93972%2015.6714%203.9521%2015.7086%203.96861C16.6827%204.37312%2017.5577%204.92622%2018.1232%205.4917C18.1315%205.49995%2018.1397%205.50821%2018.148%205.51646C18.6846%206.05718%2018.7382%206.40389%2018.6928%206.51534Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.clear-day {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M71.997%2C51.999h-3.998c-1.105%2C0-2-0.895-2-1.999s0.895-2%2C2-2h3.998%0D%0A%09c1.105%2C0%2C2%2C0.896%2C2%2C2S73.103%2C51.999%2C71.997%2C51.999z%20M64.142%2C38.688c-0.781%2C0.781-2.049%2C0.781-2.828%2C0%0D%0A%09c-0.781-0.781-0.781-2.047%2C0-2.828l2.828-2.828c0.779-0.781%2C2.047-0.781%2C2.828%2C0c0.779%2C0.781%2C0.779%2C2.047%2C0%2C2.828L64.142%2C38.688z%0D%0A%09%20M50.001%2C61.998c-6.627%2C0-12-5.372-12-11.998c0-6.627%2C5.372-11.999%2C12-11.999c6.627%2C0%2C11.998%2C5.372%2C11.998%2C11.999%0D%0A%09C61.999%2C56.626%2C56.628%2C61.998%2C50.001%2C61.998z%20M50.001%2C42.001c-4.418%2C0-8%2C3.581-8%2C7.999c0%2C4.417%2C3.583%2C7.999%2C8%2C7.999%0D%0A%09s7.998-3.582%2C7.998-7.999C57.999%2C45.582%2C54.419%2C42.001%2C50.001%2C42.001z%20M50.001%2C34.002c-1.105%2C0-2-0.896-2-2v-3.999%0D%0A%09c0-1.104%2C0.895-2%2C2-2c1.104%2C0%2C2%2C0.896%2C2%2C2v3.999C52.001%2C33.106%2C51.104%2C34.002%2C50.001%2C34.002z%20M35.86%2C38.688l-2.828-2.828%0D%0A%09c-0.781-0.781-0.781-2.047%2C0-2.828s2.047-0.781%2C2.828%2C0l2.828%2C2.828c0.781%2C0.781%2C0.781%2C2.047%2C0%2C2.828S36.641%2C39.469%2C35.86%2C38.688z%0D%0A%09%20M34.002%2C50c0%2C1.104-0.896%2C1.999-2%2C1.999h-4c-1.104%2C0-1.999-0.895-1.999-1.999s0.896-2%2C1.999-2h4C33.107%2C48%2C34.002%2C48.896%2C34.002%2C50%0D%0A%09z%20M35.86%2C61.312c0.781-0.78%2C2.047-0.78%2C2.828%2C0c0.781%2C0.781%2C0.781%2C2.048%2C0%2C2.828l-2.828%2C2.828c-0.781%2C0.781-2.047%2C0.781-2.828%2C0%0D%0A%09c-0.781-0.78-0.781-2.047%2C0-2.828L35.86%2C61.312z%20M50.001%2C65.998c1.104%2C0%2C2%2C0.895%2C2%2C1.999v4c0%2C1.104-0.896%2C2-2%2C2%0D%0A%09c-1.105%2C0-2-0.896-2-2v-4C48.001%2C66.893%2C48.896%2C65.998%2C50.001%2C65.998z%20M64.142%2C61.312l2.828%2C2.828c0.779%2C0.781%2C0.779%2C2.048%2C0%2C2.828%0D%0A%09c-0.781%2C0.781-2.049%2C0.781-2.828%2C0l-2.828-2.828c-0.781-0.78-0.781-2.047%2C0-2.828C62.093%2C60.531%2C63.36%2C60.531%2C64.142%2C61.312z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.clear-night {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M50%2C61.998c-6.627%2C0-11.999-5.372-11.999-11.998%0D%0A%09c0-6.627%2C5.372-11.999%2C11.999-11.999c0.755%2C0%2C1.491%2C0.078%2C2.207%2C0.212c-0.132%2C0.576-0.208%2C1.173-0.208%2C1.788%0D%0A%09c0%2C4.418%2C3.582%2C7.999%2C8%2C7.999c0.615%2C0%2C1.212-0.076%2C1.788-0.208c0.133%2C0.717%2C0.211%2C1.452%2C0.211%2C2.208%0D%0A%09C61.998%2C56.626%2C56.626%2C61.998%2C50%2C61.998z%20M48.212%2C42.208c-3.556%2C0.813-6.211%2C3.989-6.211%2C7.792c0%2C4.417%2C3.581%2C7.999%2C7.999%2C7.999%0D%0A%09c3.802%2C0%2C6.978-2.655%2C7.791-6.211C52.937%2C50.884%2C49.115%2C47.062%2C48.212%2C42.208z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.partly-cloudy-night {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M69.763%2C46.758L69.763%2C46.758c1.368%2C1.949%2C2.179%2C4.318%2C2.179%2C6.883%0D%0A%09c0%2C6.625-5.371%2C11.998-11.998%2C11.998c-2.775%2C0-12.801%2C0-15.998%2C0c-8.836%2C0-15.998-7.162-15.998-15.998s7.162-15.998%2C15.998-15.998%0D%0A%09c2.002%2C0%2C3.914%2C0.375%2C5.68%2C1.047l0%2C0c1.635-4.682%2C6.078-8.047%2C11.318-8.047c0.755%2C0%2C1.491%2C0.078%2C2.207%2C0.212%0D%0A%09c-0.131%2C0.575-0.207%2C1.173-0.207%2C1.788c0%2C4.418%2C3.581%2C7.999%2C7.998%2C7.999c0.616%2C0%2C1.213-0.076%2C1.789-0.208%0D%0A%09c0.133%2C0.717%2C0.211%2C1.453%2C0.211%2C2.208C72.941%2C41.775%2C71.73%2C44.621%2C69.763%2C46.758z%20M31.947%2C49.641%0D%0A%09c0%2C6.627%2C5.371%2C11.998%2C11.998%2C11.998c3.616%2C0%2C12.979%2C0%2C15.998%2C0c4.418%2C0%2C7.999-3.582%2C7.999-7.998c0-4.418-3.581-8-7.999-8%0D%0A%09c-1.6%2C0-3.083%2C0.482-4.334%2C1.291c-1.231-5.316-5.973-9.29-11.664-9.29C37.318%2C37.642%2C31.947%2C43.014%2C31.947%2C49.641z%20M51.496%2C35.545%0D%0A%09c0.001%2C0%2C0.002%2C0%2C0.002%2C0S51.497%2C35.545%2C51.496%2C35.545z%20M59.155%2C30.85c-2.9%2C0.664-5.175%2C2.91-5.925%2C5.775l0%2C0%0D%0A%09c1.918%2C1.372%2C3.523%2C3.152%2C4.68%2C5.22c0.664-0.113%2C1.337-0.205%2C2.033-0.205c2.618%2C0%2C5.033%2C0.85%2C7.005%2C2.271l0%2C0%0D%0A%09c0.858-0.979%2C1.485-2.168%2C1.786-3.482C63.881%2C39.525%2C60.059%2C35.706%2C59.155%2C30.85z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.cloudy {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M43.945%2C65.639c-8.835%2C0-15.998-7.162-15.998-15.998%0D%0A%09c0-8.836%2C7.163-15.998%2C15.998-15.998c6.004%2C0%2C11.229%2C3.312%2C13.965%2C8.203c0.664-0.113%2C1.338-0.205%2C2.033-0.205%0D%0A%09c6.627%2C0%2C11.999%2C5.373%2C11.999%2C12c0%2C6.625-5.372%2C11.998-11.999%2C11.998C57.168%2C65.639%2C47.143%2C65.639%2C43.945%2C65.639z%20M59.943%2C61.639%0D%0A%09c4.418%2C0%2C8-3.582%2C8-7.998c0-4.418-3.582-8-8-8c-1.6%2C0-3.082%2C0.481-4.333%2C1.291c-1.231-5.316-5.974-9.29-11.665-9.29%0D%0A%09c-6.626%2C0-11.998%2C5.372-11.998%2C11.999c0%2C6.626%2C5.372%2C11.998%2C11.998%2C11.998C47.562%2C61.639%2C56.924%2C61.639%2C59.943%2C61.639z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.fog {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M69.998%2C65.641H30.003c-1.104%2C0-2-0.896-2-2c0-1.105%2C0.896-2%2C2-2h39.995%0D%0A%09c1.104%2C0%2C2%2C0.895%2C2%2C2C71.998%2C64.744%2C71.103%2C65.641%2C69.998%2C65.641z%20M69.998%2C57.641H30.003c-1.104%2C0-2-0.895-2-2c0-1.104%2C0.896-2%2C2-2%0D%0A%09h39.995c1.104%2C0%2C2%2C0.896%2C2%2C2C71.998%2C56.746%2C71.103%2C57.641%2C69.998%2C57.641z%20M59.999%2C45.643c-1.601%2C0-3.083%2C0.48-4.333%2C1.291%0D%0A%09c-1.232-5.317-5.974-9.291-11.665-9.291c-6.626%2C0-11.998%2C5.373-11.998%2C12h-4c0-8.835%2C7.163-15.999%2C15.998-15.999%0D%0A%09c6.004%2C0%2C11.229%2C3.312%2C13.965%2C8.204c0.664-0.113%2C1.337-0.205%2C2.033-0.205c5.222%2C0%2C9.652%2C3.342%2C11.301%2C8h-4.381%0D%0A%09C65.535%2C47.253%2C62.958%2C45.643%2C59.999%2C45.643z%20M30.003%2C69.639h39.995c1.104%2C0%2C2%2C0.896%2C2%2C2c0%2C1.105-0.896%2C2-2%2C2H30.003%0D%0A%09c-1.104%2C0-2-0.895-2-2C28.003%2C70.535%2C28.898%2C69.639%2C30.003%2C69.639z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.partly-cloudy-day {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M79.941%2C43.641h-4c-1.104%2C0-2-0.895-2-2c0-1.104%2C0.896-1.998%2C2-1.998h4%0D%0A%09c1.104%2C0%2C2%2C0.895%2C2%2C1.998C81.941%2C42.746%2C81.045%2C43.641%2C79.941%2C43.641z%20M72.084%2C30.329c-0.781%2C0.781-2.047%2C0.781-2.828%2C0%0D%0A%09c-0.781-0.78-0.781-2.047%2C0-2.827l2.828-2.828c0.781-0.781%2C2.047-0.781%2C2.828%2C0c0.781%2C0.78%2C0.781%2C2.047%2C0%2C2.828L72.084%2C30.329z%0D%0A%09%20M69.137%2C45.936L69.137%2C45.936c1.749%2C2.086%2C2.806%2C4.77%2C2.806%2C7.705c0%2C6.625-5.372%2C11.998-11.999%2C11.998c-2.775%2C0-12.801%2C0-15.998%2C0%0D%0A%09c-8.835%2C0-15.998-7.162-15.998-15.998s7.163-15.998%2C15.998-15.998c1.572%2C0%2C3.09%2C0.232%2C4.523%2C0.654%0D%0A%09c2.195-2.827%2C5.618-4.654%2C9.475-4.654c6.627%2C0%2C11.999%2C5.373%2C11.999%2C11.998C69.942%2C43.156%2C69.649%2C44.602%2C69.137%2C45.936z%0D%0A%09%20M31.947%2C49.641c0%2C6.627%2C5.371%2C11.998%2C11.998%2C11.998c3.616%2C0%2C12.979%2C0%2C15.998%2C0c4.418%2C0%2C7.999-3.582%2C7.999-7.998%0D%0A%09c0-4.418-3.581-8-7.999-8c-1.6%2C0-3.083%2C0.482-4.333%2C1.291c-1.231-5.316-5.974-9.289-11.665-9.289%0D%0A%09C37.318%2C37.643%2C31.947%2C43.014%2C31.947%2C49.641z%20M57.943%2C33.643c-2.212%2C0-4.215%2C0.898-5.662%2C2.349c2.34%2C1.436%2C4.285%2C3.453%2C5.629%2C5.854%0D%0A%09c0.664-0.113%2C1.337-0.205%2C2.033-0.205c2.125%2C0%2C4.119%2C0.559%2C5.85%2C1.527l0%2C0c0.096-0.494%2C0.15-1.004%2C0.15-1.527%0D%0A%09C65.943%2C37.225%2C62.361%2C33.643%2C57.943%2C33.643z%20M57.943%2C25.643c-1.104%2C0-1.999-0.895-1.999-1.999v-3.999c0-1.105%2C0.896-2%2C1.999-2%0D%0A%09c1.105%2C0%2C2%2C0.895%2C2%2C2v3.999C59.943%2C24.749%2C59.049%2C25.643%2C57.943%2C25.643z%20M43.803%2C30.329l-2.827-2.827%0D%0A%09c-0.781-0.781-0.781-2.048%2C0-2.828c0.78-0.781%2C2.047-0.781%2C2.827%2C0l2.828%2C2.828c0.781%2C0.78%2C0.781%2C2.047%2C0%2C2.827%0D%0A%09C45.851%2C31.11%2C44.584%2C31.11%2C43.803%2C30.329z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.rain {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M63.943%2C64.941v-4.381c2.389-1.383%2C4-3.961%2C4-6.92c0-4.417-3.582-7.999-8-7.999%0D%0A%09c-1.6%2C0-3.082%2C0.48-4.333%2C1.291c-1.231-5.317-5.974-9.29-11.665-9.29c-6.626%2C0-11.998%2C5.372-11.998%2C11.998%0D%0A%09c0%2C3.55%2C1.551%2C6.728%2C4%2C8.925v4.916c-4.777-2.768-8-7.922-8-13.841c0-8.835%2C7.163-15.997%2C15.998-15.997%0D%0A%09c6.004%2C0%2C11.229%2C3.311%2C13.965%2C8.203c0.664-0.113%2C1.338-0.205%2C2.033-0.205c6.627%2C0%2C11.999%2C5.372%2C11.999%2C11.999%0D%0A%09C71.942%2C58.863%2C68.601%2C63.293%2C63.943%2C64.941z%20M41.946%2C53.641c1.104%2C0%2C1.999%2C0.896%2C1.999%2C2v15.998c0%2C1.105-0.895%2C2-1.999%2C2%0D%0A%09s-2-0.895-2-2V55.641C39.946%2C54.537%2C40.842%2C53.641%2C41.946%2C53.641z%20M49.945%2C57.641c1.104%2C0%2C2%2C0.895%2C2%2C2v15.998c0%2C1.104-0.896%2C2-2%2C2%0D%0A%09s-2-0.896-2-2V59.641C47.945%2C58.535%2C48.841%2C57.641%2C49.945%2C57.641z%20M57.944%2C53.641c1.104%2C0%2C1.999%2C0.896%2C1.999%2C2v15.998%0D%0A%09c0%2C1.105-0.895%2C2-1.999%2C2s-2-0.895-2-2V55.641C55.944%2C54.537%2C56.84%2C53.641%2C57.944%2C53.641z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.sleet {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M63.999%2C64.941v-4.381c2.389-1.383%2C3.999-3.961%2C3.999-6.92%0D%0A%09c0-4.417-3.581-7.999-7.998-7.999c-1.601%2C0-3.084%2C0.48-4.334%2C1.291c-1.231-5.317-5.974-9.29-11.665-9.29%0D%0A%09c-6.626%2C0-11.998%2C5.372-11.998%2C11.998c0%2C3.55%2C1.55%2C6.728%2C3.999%2C8.925v4.916c-4.776-2.768-7.998-7.922-7.998-13.841%0D%0A%09c0-8.835%2C7.162-15.997%2C15.997-15.997c6.004%2C0%2C11.229%2C3.311%2C13.966%2C8.203c0.663-0.113%2C1.336-0.205%2C2.033-0.205%0D%0A%09c6.626%2C0%2C11.998%2C5.372%2C11.998%2C11.999C71.998%2C58.863%2C68.656%2C63.293%2C63.999%2C64.941z%20M42.002%2C65.639c-1.104%2C0-1-0.895-1-1.998v-8%0D%0A%09c0-1.104-0.104-2%2C1-2s1%2C0.896%2C1%2C2v8C43.002%2C64.744%2C43.106%2C65.639%2C42.002%2C65.639z%20M42.002%2C69.639c1.104%2C0%2C1.999%2C0.896%2C1.999%2C2%0D%0A%09c0%2C1.105-0.895%2C2-1.999%2C2s-2-0.895-2-2C40.002%2C70.535%2C40.897%2C69.639%2C42.002%2C69.639z%20M50.001%2C69.639c-1.104%2C0-1-0.895-1-2v-7.998%0D%0A%09c0-1.105-0.104-2%2C1-2s1%2C0.895%2C1%2C2v7.998C51.001%2C68.744%2C51.105%2C69.639%2C50.001%2C69.639z%20M50.001%2C73.639c1.104%2C0%2C1.999%2C0.895%2C1.999%2C2%0D%0A%09c0%2C1.104-0.895%2C2-1.999%2C2s-2-0.896-2-2C48.001%2C74.533%2C48.896%2C73.639%2C50.001%2C73.639z%20M58%2C65.639c-1.104%2C0-1-0.895-1-1.998v-8%0D%0A%09c0-1.104-0.104-2%2C1-2s1%2C0.896%2C1%2C2v8C59%2C64.744%2C59.104%2C65.639%2C58%2C65.639z%20M58%2C69.639c1.104%2C0%2C2%2C0.896%2C2%2C2c0%2C1.105-0.896%2C2-2%2C2%0D%0A%09s-2-0.895-2-2C56%2C70.535%2C56.896%2C69.639%2C58%2C69.639z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.snow {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M63.999%2C64.943v-4.381c2.389-1.385%2C3.999-3.963%2C3.999-6.922%0D%0A%09c0-4.416-3.581-7.998-7.999-7.998c-1.6%2C0-3.083%2C0.48-4.333%2C1.291c-1.231-5.317-5.974-9.291-11.665-9.291%0D%0A%09c-6.627%2C0-11.998%2C5.373-11.998%2C12c0%2C3.549%2C1.55%2C6.729%2C4%2C8.924v4.916c-4.777-2.768-8-7.922-8-13.84%0D%0A%09c0-8.836%2C7.163-15.999%2C15.998-15.999c6.004%2C0%2C11.229%2C3.312%2C13.965%2C8.204c0.664-0.113%2C1.337-0.205%2C2.033-0.205%0D%0A%09c6.627%2C0%2C11.999%2C5.373%2C11.999%2C11.998C71.998%2C58.863%2C68.655%2C63.293%2C63.999%2C64.943z%20M42.001%2C57.641c1.105%2C0%2C2%2C0.896%2C2%2C2%0D%0A%09c0%2C1.105-0.895%2C2-2%2C2c-1.104%2C0-1.999-0.895-1.999-2C40.002%2C58.537%2C40.897%2C57.641%2C42.001%2C57.641z%20M42.001%2C65.641c1.105%2C0%2C2%2C0.895%2C2%2C2%0D%0A%09c0%2C1.104-0.895%2C1.998-2%2C1.998c-1.104%2C0-1.999-0.895-1.999-1.998C40.002%2C66.535%2C40.897%2C65.641%2C42.001%2C65.641z%20M50.001%2C61.641%0D%0A%09c1.104%2C0%2C2%2C0.895%2C2%2C2c0%2C1.104-0.896%2C2-2%2C2c-1.105%2C0-2-0.896-2-2C48.001%2C62.535%2C48.896%2C61.641%2C50.001%2C61.641z%20M50.001%2C69.639%0D%0A%09c1.104%2C0%2C2%2C0.896%2C2%2C2c0%2C1.105-0.896%2C2-2%2C2c-1.105%2C0-2-0.895-2-2C48.001%2C70.535%2C48.896%2C69.639%2C50.001%2C69.639z%20M57.999%2C57.641%0D%0A%09c1.105%2C0%2C2%2C0.896%2C2%2C2c0%2C1.105-0.895%2C2-2%2C2c-1.104%2C0-1.999-0.895-1.999-2C56%2C58.537%2C56.896%2C57.641%2C57.999%2C57.641z%20M57.999%2C65.641%0D%0A%09c1.105%2C0%2C2%2C0.895%2C2%2C2c0%2C1.104-0.895%2C1.998-2%2C1.998c-1.104%2C0-1.999-0.895-1.999-1.998C56%2C66.535%2C56.896%2C65.641%2C57.999%2C65.641z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.wind {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20enable-background%3D%22new%200%200%20100%20100%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M65.999%2C52L65.999%2C52h-3c-1.105%2C0-2-0.895-2-1.999s0.895-2%2C2-2h3%0D%0A%09c1.104%2C0%2C2-0.896%2C2-1.999c0-1.105-0.896-2-2-2c-1.105%2C0-2-0.896-2-2s0.895-2%2C2-2c0.137%2C0%2C0.271%2C0.014%2C0.402%2C0.041%0D%0A%09c3.121%2C0.211%2C5.596%2C2.783%2C5.596%2C5.959C71.997%2C49.314%2C69.312%2C52%2C65.999%2C52z%20M55.999%2C48.001h-2h-6.998H34.002%0D%0A%09c-1.104%2C0-1.999%2C0.896-1.999%2C2S32.898%2C52%2C34.002%2C52h2h3.999h3h4h3h3.998h2c3.314%2C0%2C6%2C2.687%2C6%2C6c0%2C3.176-2.475%2C5.748-5.596%2C5.959%0D%0A%09C56.272%2C63.986%2C56.138%2C64%2C55.999%2C64c-1.104%2C0-2-0.896-2-2c0-1.105%2C0.896-2%2C2-2c1.105%2C0%2C2-0.896%2C2-2s-0.895-2-2-2h-2h-3.998h-3h-4h-3%0D%0A%09h-3.999h-2c-3.313%2C0-5.999-2.686-5.999-5.999c0-3.175%2C2.475-5.747%2C5.596-5.959c0.131-0.026%2C0.266-0.04%2C0.403-0.04l0%2C0h12.999h6.998%0D%0A%09h2c1.105%2C0%2C2-0.896%2C2-2s-0.895-2-2-2c-1.104%2C0-2-0.895-2-2c0-1.104%2C0.896-2%2C2-2c0.139%2C0%2C0.273%2C0.015%2C0.404%2C0.041%0D%0A%09c3.121%2C0.211%2C5.596%2C2.783%2C5.596%2C5.959C61.999%2C45.314%2C59.313%2C48.001%2C55.999%2C48.001z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.refresh {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22175%20-175.5%20491.2%20491.2%22%3E%3Cpath%20d%3D%22M230.9%2087.3c-3-26-.5-51.1%206.3-74.3%2022.6-77.1%2093.5-133.8%20177.6-134.8v-50.4c0-2.8%203.5-4.3%205.8-2.6l103.7%2076.2c1.7%201.3%201.7%203.9%200%205.1L420.7-17.3c-2.4%201.7-5.8.2-5.8-2.6v-50.3c-55.3.9-102.5%2035-122.8%2083.2-7.7%2018.2-11.6%2038.3-10.5%2059.4%201.5%2029%2012.4%2055.7%2029.6%2077.3%209.2%2011.5%207%2028.3-4.9%2037-11.3%208.3-27.1%206-35.8-5-21.3-26.6-35.5-59-39.6-94.4zM530.3-9.5c17.3%2021.5%2028.2%2048.3%2029.6%2077.3%201.1%2021.2-2.9%2041.3-10.5%2059.4-20.3%2048.2-67.5%2082.4-122.8%2083.2v-50.3c0-2.8-3.5-4.3-5.8-2.6l-103.7%2076.2c-1.7%201.3-1.7%203.9%200%205.1L420.7%20315c2.4%201.7%205.8.2%205.8-2.6V262c84.1-.9%20155.1-57.6%20177.6-134.8%206.8-23.2%209.2-48.3%206.3-74.3-4-35.4-18.2-67.8-39.5-94.4-8.8-11-24.5-13.3-35.8-5-11.8%208.7-14%2025.5-4.8%2037z%22%20fill%3D%22%2300aeef%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.refresh_w {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22175%20-175.5%20491.2%20491.2%22%3E%3Cpath%20d%3D%22M230.9%2087.3c-3-26-.5-51.1%206.3-74.3%2022.6-77.1%2093.5-133.8%20177.6-134.8v-50.4c0-2.8%203.5-4.3%205.8-2.6l103.7%2076.2c1.7%201.3%201.7%203.9%200%205.1L420.7-17.3c-2.4%201.7-5.8.2-5.8-2.6v-50.3c-55.3.9-102.5%2035-122.8%2083.2-7.7%2018.2-11.6%2038.3-10.5%2059.4%201.5%2029%2012.4%2055.7%2029.6%2077.3%209.2%2011.5%207%2028.3-4.9%2037-11.3%208.3-27.1%206-35.8-5-21.3-26.6-35.5-59-39.6-94.4zM530.3-9.5c17.3%2021.5%2028.2%2048.3%2029.6%2077.3%201.1%2021.2-2.9%2041.3-10.5%2059.4-20.3%2048.2-67.5%2082.4-122.8%2083.2v-50.3c0-2.8-3.5-4.3-5.8-2.6l-103.7%2076.2c-1.7%201.3-1.7%203.9%200%205.1L420.7%20315c2.4%201.7%205.8.2%205.8-2.6V262c84.1-.9%20155.1-57.6%20177.6-134.8%206.8-23.2%209.2-48.3%206.3-74.3-4-35.4-18.2-67.8-39.5-94.4-8.8-11-24.5-13.3-35.8-5-11.8%208.7-14%2025.5-4.8%2037z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.m_white_filter {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-54%2054.9%20459%20459%22%3E%3Cpath%20d%3D%22M-54%20437.4H78.7v-51H-54v51zm0-306v51h398v-51H-54zm0%20178.5h265.3v-51H-54v51z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.question {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-42%20165.9%20510%20510%22%3E%3Cpath%20d%3D%22M213%20165.9c-140.3%200-255%20114.8-255%20255s114.8%20255%20255%20255%20255-114.8%20255-255-114.7-255-255-255zm25.5%20433.5h-51v-51h51v51zM292%20403l-22.9%2023c-20.4%2017.9-30.6%2033.1-30.6%2071.4h-51v-12.8c0-28%2010.2-53.5%2030.6-71.4l30.6-33.2c10.2-7.6%2015.3-20.4%2015.3-35.7%200-28.1-23-51-51-51s-51%2022.9-51%2051h-51c0-56.1%2045.9-102%20102-102s102%2045.9%20102%20102c0%2023-10.2%2043.4-23%2058.7z%22%20fill%3D%22%23d0d0d0%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.arrow {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20viewBox%3D%22-292%20417.9%2010%206%22%0A%20%20%20version%3D%221.1%22%0A%20%20%20id%3D%22svg3725%22%0A%20%20%20sodipodi%3Adocname%3D%22arrow_down.svg%22%0A%20%20%20inkscape%3Aversion%3D%220.92.3%20(2405546%2C%202018-03-11)%22%3E%0A%20%20%3Cmetadata%0A%20%20%20%20%20id%3D%22metadata3731%22%3E%0A%20%20%20%20%3Crdf%3ARDF%3E%0A%20%20%20%20%20%20%3Ccc%3AWork%0A%20%20%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%0A%20%20%20%20%20%20%3C%2Fcc%3AWork%3E%0A%20%20%20%20%3C%2Frdf%3ARDF%3E%0A%20%20%3C%2Fmetadata%3E%0A%20%20%3Cdefs%0A%20%20%20%20%20id%3D%22defs3729%22%20%2F%3E%0A%20%20%3Csodipodi%3Anamedview%0A%20%20%20%20%20pagecolor%3D%22%23ffffff%22%0A%20%20%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20%20%20borderopacity%3D%221%22%0A%20%20%20%20%20objecttolerance%3D%2210%22%0A%20%20%20%20%20gridtolerance%3D%2210%22%0A%20%20%20%20%20guidetolerance%3D%2210%22%0A%20%20%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20%20%20inkscape%3Awindow-width%3D%221366%22%0A%20%20%20%20%20inkscape%3Awindow-height%3D%22705%22%0A%20%20%20%20%20id%3D%22namedview3727%22%0A%20%20%20%20%20showgrid%3D%22false%22%0A%20%20%20%20%20inkscape%3Azoom%3D%2289.333333%22%0A%20%20%20%20%20inkscape%3Acx%3D%225%22%0A%20%20%20%20%20inkscape%3Acy%3D%223%22%0A%20%20%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-y%3D%22-8%22%0A%20%20%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20%20%20inkscape%3Acurrent-layer%3D%22svg3725%22%20%2F%3E%0A%20%20%3Cpath%0A%20%20%20%20%20d%3D%22m%20-282%2C423.9%20h%20-1%20l%20-4%2C-4%20-4%2C4%20h%20-1%20v%20-1%20l%205%2C-5%205%2C5%20z%22%0A%20%20%20%20%20id%3D%22path3723%22%0A%20%20%20%20%20inkscape%3Aconnector-curvature%3D%220%22%0A%20%20%20%20%20style%3D%22fill%3A%23333333%22%20%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.arrow_down {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-292%20417.9%2010%206%22%3E%3Cpath%20d%3D%22M-282%20417.9h-1l-4%204-4-4h-1v1l5%205%205-5v-1z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.Perelet {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-59%20183.6%20475.3%20475.3%22%3E%3Cstyle%3E.st1%7Bfill%3A%23464646%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M354.4%20359.5h-.4l-50.5%202.5L231%20232.8c-2.2-4-6.7-6.6-11.4-6.6h-66.4c-4.2%200-8%201.9-10.5%205.3-2.7%203.6-3.5%208-2.2%2011.8l37.8%20124.8-79.1%203.9-27-45.3c-2.5-4.9-8.4-7.4-14.4-6l-33.9%208.9c-3.6.9-7.1%203.6-8.3%206.4-1.5%203.5-1.7%207.5-.5%2010.7l28%2074.5-28%2075.1c-1.4%203.7-1.3%207.1.4%2010.5%201.9%203.3%205.1%205.8%208.3%206.6l34.1%208.9c1.2.4%201.9.4%203.4.4%204.6%200%209.1-2.4%2010.8-5.9l.1-.1%2026.9-46.2%2079.2%203.9L140.6%20599c-1%204.9-.3%208.7%202.2%2012s6.4%205.3%2010.5%205.3h66.4c4.7%200%209.2-2.6%2011.4-6.6l72.4-129.2%2051%202.5c34.1%200%2061.8-27.7%2061.8-61.8-.1-34-27.8-61.7-61.9-61.7zM170.8%20252.6h40.9l62.6%20110.8-69%203.4-34.5-114.2zm40.9%20336.8h-40.9l34.3-113.7%2069.1%203.4-62.5%20110.3zm143.8-133.2h-.1L93%20443.1c-4.6-.4-9%202.1-11.7%206.6l-26%2044.5-10.3-2.8L69.5%20426c1.3-3%201.3-6%200-9v-.1L45%20351.1l10.8-2.7L81.4%20392c2.1%204.2%206.9%206.9%2011.6%206.5h.1l262.4-13.1c18.9%200%2034.9%2016.2%2034.9%2035.4%200%2019.1-16%2035.4-34.9%2035.4z%22%20fill%3D%22%2300aeef%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-20.2%20282.9h94c7.5%200%2013.2-5.7%2013.2-13.2s-5.7-13.2-13.2-13.2h-94c-7.5%200-13.2%205.7-13.2%2013.2s5.7%2013.2%2013.2%2013.2zM73.9%20559.6h-94c-7.5%200-13.2%205.7-13.2%2013.2s5.7%2013.2%2013.2%2013.2h94c7.5%200%2013.2-5.7%2013.2-13.2s-5.7-13.2-13.2-13.2zM9.2%20421.3c0-7.5-5.7-13.2-13.2-13.2h-41.8c-7.5%200-13.2%205.7-13.2%2013.2s5.7%2013.2%2013.2%2013.2H-4c7.5-.1%2013.2-5.7%2013.2-13.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.Transfer {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-50%20183.6%20493.3%20475.3%22%3E%3Cstyle%3E.st1%7Bfill%3A%23464646%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M440.2%20421.7l-29.4-37.8-47.1-93.7c-2.3-4.6-6.9-7.5-11.9-7.5h-69.4v-18.2c0-7.5-5.7-13.2-13.2-13.2H8c-7.5%200-13.2%205.7-13.2%2013.2S.5%20277.7%208%20277.7h248.1v112.2c0%207.5%205.7%2013.2%2013.2%2013.2h122.9l24.3%2030.9v84.3h-34.2l-.5-1.9c-6.7-26.9-30.6-45.6-58.2-45.6s-51.5%2018.8-58.2%2045.6l-.5%201.9H168l-.5-1.9c-6.7-26.9-30.6-45.6-58.2-45.6s-51.5%2018.8-58.2%2045.6l-.5%201.9H8c-7.5%200-13.2%205.7-13.2%2013.2S.5%20544.7%208%20544.7h42.7l.5%201.8c7.2%2026.3%2031.1%2044.7%2058.2%2044.7%2027%200%2051-18.4%2058.2-44.7l.5-1.8h96.8l.5%201.8c7.2%2026.3%2031.1%2044.7%2058.2%2044.7s51-18.4%2058.2-44.7l.5-1.8h47.4c7.5%200%2013.2-5.7%2013.2-13.2v-102c-.1-3.1-.9-5.6-2.7-7.8zm-157.8-45.1v-67.7h61.5l33.8%2067.7h-95.3zm-173%20188.1c-18.7%200-33.8-15.2-33.8-33.8%200-18.7%2015.2-33.8%2033.8-33.8%2018.7%200%2033.8%2015.2%2033.8%2033.8s-15.2%2033.8-33.8%2033.8zm214.2%200c-18.7%200-33.8-15.2-33.8-33.8%200-18.7%2015.2-33.8%2033.8-33.8%2018.7%200%2033.8%2015.2%2033.8%2033.8s-15.2%2033.8-33.8%2033.8z%22%20fill%3D%22%2300aeef%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M74.5%20452c0-7.5-5.7-13.2-13.2-13.2h-72.1c-7.5%200-13.2%205.7-13.2%2013.2s5.7%2013.2%2013.2%2013.2h72.1c3.6%200%207-1.3%209.4-3.8%202.4-2.4%203.8-5.8%203.8-9.4zM97.4%20377.2H-36.4c-7.5%200-13.2%205.7-13.2%2013.2s5.7%2013.2%2013.2%2013.2H97.4c3.6%200%207-1.3%209.4-3.8%202.4-2.4%203.8-5.8%203.8-9.4-.1-7.6-5.7-13.2-13.2-13.2zM-10.8%20341.9H123c7.5%200%2013.2-5.7%2013.2-13.2s-5.7-13.2-13.2-13.2H-10.8c-7.5%200-13.2%205.7-13.2%2013.2s5.7%2013.2%2013.2%2013.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.Prozhivanie {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-59%20183.6%20475.3%20475.3%22%3E%3Cstyle%3E.st0%7Bfill%3A%23464646%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M142.1%20264.3H79.4c-7.5%200-13.2%205.7-13.2%2013.2v62.7c0%207.5%205.7%2013.2%2013.2%2013.2h62.7c3.6%200%207-1.3%209.4-3.8%202.4-2.4%203.8-5.8%203.8-9.4v-62.7c-.1-7.5-5.7-13.2-13.2-13.2zM128.9%20327H92.5v-36.3h36.3l.1%2036.3zM272.7%20264.3H210c-7.5%200-13.2%205.7-13.2%2013.2v62.7c0%207.5%205.7%2013.2%2013.2%2013.2h62.7c7.5%200%2013.2-5.7%2013.2-13.2v-62.7c-.1-7.5-5.7-13.2-13.2-13.2zM259.5%20327h-36.3v-36.3h36.3V327zM142.1%20389.7H79.4c-7.5%200-13.2%205.7-13.2%2013.2v62.7c0%207.5%205.7%2013.2%2013.2%2013.2h62.7c3.6%200%207-1.3%209.4-3.8%202.4-2.4%203.8-5.8%203.8-9.4v-62.7c-.1-7.5-5.7-13.2-13.2-13.2zm-13.2%2062.7H92.5v-36.3h36.3l.1%2036.3zM272.7%20389.7H210c-7.5%200-13.2%205.7-13.2%2013.2v62.7c0%207.5%205.7%2013.2%2013.2%2013.2h62.7c7.5%200%2013.2-5.7%2013.2-13.2v-62.7c-.1-7.5-5.7-13.2-13.2-13.2zm-13.2%2062.7h-36.3v-36.3h36.3v36.3z%22%2F%3E%3Cpath%20d%3D%22M382.4%20614.4h-28.6V235.7c0-19.1-15-34.1-34.1-34.1H37.6c-19.1%200-34.1%2015-34.1%2034.1v378.7h-28.6c-7.5%200-13.2%205.7-13.2%2013.2s5.7%2013.2%2013.2%2013.2h407.5c7.5%200%2013.2-5.7%2013.2-13.2%200-7.6-5.7-13.2-13.2-13.2zm-149%200H118.7v-72.9h114.7v72.9zm94%200h-67.7v-86.1c0-7.5-5.7-13.2-13.2-13.2h-141c-7.5%200-13.2%205.7-13.2%2013.2v86.1H29.8V235.7c0-4%203.8-7.7%207.7-7.7h282.1c4%200%207.7%203.8%207.7%207.7l.1%20378.7z%22%20fill%3D%22%2300aeef%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.Pitanie {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-44%20183.6%20505.3%20475.3%22%3E%3Cstyle%3E.st0%7Bfill%3A%2300aeef%7D.st1%7Bfill%3A%23464646%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M45.9%20209c-7.5%200-13.2%205.7-13.2%2013.2v108.1c0%206.4-2.3%2012.2-6.5%2016.4L22%20351l-.5-128.8c0-7.5-5.7-13.2-13.2-13.2-7.3%200-13.2%205.9-13.2%2013.2l.5%20128.3-4.3-4.3c-4.1-4.1-6.5-9.9-6.5-15.9V222.2c0-7.5-5.7-13.2-13.2-13.2s-13.2%205.7-13.2%2013.2v108.1c0%2022%2014.5%2041.7%2035.3%2047.8l1.8.5.5%20241.2c0%207.5%205.7%2013.2%2013.2%2013.2%207.3%200%2013.2-5.9%2013.2-13.2L22%20379.2l1.7-.6c21.1-6.7%2035.3-26.1%2035.3-48.3V222.2c0-3.6-1.3-7-3.8-9.4-2.3-2.4-5.7-3.8-9.3-3.8zM445%20213.2l-50.6%201.6c-7.1.4-12.7%206.2-12.7%2013.2l1%20201.1c0%207.5%205.7%2013.2%2013.2%2013.2h36.5v178c0%207.5%205.7%2013.2%2013.2%2013.2s13.2-5.7%2013.2-13.2V226.4c0-3.7-1.4-7.1-3.9-9.6-2.8-2.3-6.4-3.6-9.9-3.6zm-12.6%20202.7h-23.3L408%20240.7l24.3-.7v175.9h.1z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M208.9%20261.8c-85%200-154.2%2069.2-154.2%20154.2s69.2%20154.2%20154.2%20154.2S363.1%20501.1%20363.1%20416c0-85-69.2-154.2-154.2-154.2zm0%20282.1C138.4%20543.9%2081%20486.6%2081%20416s57.4-127.9%20127.9-127.9S336.8%20345.5%20336.8%20416s-57.4%20127.9-127.9%20127.9z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M208.9%20316.7c-54.8%200-99.4%2044.6-99.4%2099.4s44.6%2099.4%2099.4%2099.4%2099.4-44.6%2099.4-99.4c0-54.9-44.6-99.4-99.4-99.4zm51.5%20150.9c-13.9%2013.9-32.2%2021.5-51.5%2021.5s-37.7-7.6-51.5-21.5c-13.9-13.9-21.5-32.2-21.5-51.5s7.6-37.7%2021.5-51.5c13.9-13.8%2032.2-21.5%2051.5-21.5%2019.4%200%2037.7%207.6%2051.5%2021.5%2013.8%2013.9%2021.5%2032.2%2021.5%2051.5s-7.6%2037.6-21.5%2051.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.Strahovka {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-59%20183.6%20475.3%20475.3%22%3E%3Cstyle%3E.st1%7Bfill%3A%23464646%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M409.4%20406L187.3%20200.1c-5.3-4.9-12.7-4.9-18%200L-52.3%20405.9c-5.2%204.8-5.7%2013.2-.9%2018.4%202.3%202.5%205.6%204%209.1%204.2%203.5.2%206.8-1%209.4-3.3l33.4-31.1v238.7c0%207.5%205.7%2013.2%2013.2%2013.2h333.3c7.5%200%2013.2-5.7%2013.2-13.2V394.2l33.4%2031c2.8%202.3%205.9%203.6%208.8%203.6%202.7%200%206.5-.8%209.6-4.4%202.5-2.7%203.8-6.3%203.6-9.8-.3-3.4-1.8-6.4-4.4-8.6zM332%20619.7H25V370.1l.8-.7%20152.7-141.6L332%20370.1v249.6z%22%20fill%3D%22%2300aeef%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M134.1%20483.1h31.2v31.2c0%207.5%205.7%2013.2%2013.2%2013.2s13.2-5.7%2013.2-13.2v-31.2h31.2c7.5%200%2013.2-5.7%2013.2-13.2s-5.7-13.2-13.2-13.2h-31.2v-31.2c0-7.5-5.7-13.2-13.2-13.2s-13.2%205.7-13.2%2013.2v31.2h-31.2c-7.5%200-13.2%205.7-13.2%2013.2%200%207.5%205.7%2013.2%2013.2%2013.2z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M178.5%20588.6c65.5%200%20118.7-53.3%20118.7-118.7%200-65.5-53.3-118.7-118.7-118.7S59.8%20404.5%2059.8%20469.9c0%2065.5%2053.3%20118.7%20118.7%20118.7zm0-211c50.9%200%2092.4%2041.4%2092.4%2092.4s-41.4%2092.4-92.4%2092.4c-50.9%200-92.4-41.4-92.4-92.4s41.5-92.4%2092.4-92.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.mobile1 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-950.8%20257.2%20273.8%20332.2%22%3E%3Cstyle%3E.st2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23efefef%22%20d%3D%22M-900.1%20278.8h175.5v276.9h-175.5z%22%2F%3E%3Cpath%20d%3D%22M-739.9%20257.2H-888c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148.1c12.3%200%2022.4-10.1%2022.4-22.4V279.6c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2h47.4c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.8-30.3h-161.7V292.8h161.7v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-744.6%20436.5h-139.1c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8h139.1c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8zM-744.6%20465.5h-139.1c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8h139.1c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8zM-744.6%20495.5h-139.1c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8h139.1c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8z%22%2F%3E%3Cpath%20d%3D%22M-744.6%20532.8h-139.1c-1.6%200-2.8-1.3-2.8-2.8v-21.8c0-1.6%201.3-2.8%202.8-2.8h139.1c1.6%200%202.8%201.3%202.8%202.8V530c.1%201.5-1.2%202.8-2.8%202.8z%22%20fill%3D%22%2300aeef%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-813.9%20373c16.3%200%2033.6%205.4%2033.6%2015.4s-17.3%2015.4-33.6%2015.4-33.6-5.4-33.6-15.4%2017.3-15.4%2033.6-15.4m0-4c-18.1%200-37.6%206.1-37.6%2019.4%200%2013.4%2019.5%2019.4%2037.6%2019.4s37.6-6.1%2037.6-19.4c0-13.4-19.5-19.4-37.6-19.4z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-813.9%20267.8c26.2%200%2047.6%2021.4%2047.6%2047.7%200%2016.3-7.7%2033.9-23%2052.2-11.2%2013.5-22.3%2022.1-22.8%2022.5-.5.4-1.1.6-1.7.6s-1.2-.2-1.7-.6c-.5-.4-11.6-9-22.8-22.5-15.3-18.3-23-35.9-23-52.2-.2-26.3%2021.1-47.7%2047.4-47.7m0%2065.5c9.9%200%2017.8-8%2017.8-17.9s-8-17.9-17.8-17.9c-9.9%200-17.8%208-17.8%2017.9-.1%209.9%207.9%2017.9%2017.8%2017.9m0-69.5c-28.4%200-51.6%2023.2-51.6%2051.7%200%2017.3%208.1%2035.7%2024%2054.7%2011.5%2013.8%2022.9%2022.7%2023.4%2023.1%201.2.9%202.7%201.4%204.2%201.4s3-.5%204.2-1.4c.5-.4%2011.9-9.3%2023.4-23.1%2015.9-19%2024-37.5%2024-54.7-.1-28.5-23.2-51.7-51.6-51.7zm0%2065.5c-7.6%200-13.8-6.2-13.8-13.9s6.2-13.9%2013.8-13.9c7.6%200%2013.8%206.2%2013.8%2013.9s-6.2%2013.9-13.8%2013.9z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-781.1%20384.8c.5%201.1.8%202.3.8%203.6%200%2010-17.3%2015.4-33.6%2015.4s-33.6-5.4-33.6-15.4c0-1.3.3-2.4.8-3.6%203.6%207.7%2018.6%2011.9%2032.8%2011.9%2014.2%200%2029.3-4.1%2032.8-11.9m-3.6-1.6c-2.5%205.3-15.3%209.5-29.2%209.5-13.9%200-26.7-4.2-29.2-9.5l-3.6-3.9-3.6%203.9c-.8%201.7-1.2%203.4-1.2%205.2%200%2013.4%2019.5%2019.4%2037.6%2019.4s37.6-6.1%2037.6-19.4c0-1.8-.4-3.6-1.2-5.2l-3.6-3.9-3.6%203.9z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M-813.9%20373c-16.3%200-33.6%205.4-33.6%2015.4s17.3%2015.4%2033.6%2015.4%2033.6-5.4%2033.6-15.4-17.3-15.4-33.6-15.4z%22%20fill%3D%22%23ffdb56%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-861.49%22%20y1%3D%22329.244%22%20x2%3D%22-766.351%22%20y2%3D%22329.244%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff4a4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23de4646%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-813.9%20267.8c-26.2%200-47.6%2021.4-47.6%2047.7%200%2016.3%207.7%2033.9%2023%2052.2%2011.2%2013.5%2022.3%2022.1%2022.8%2022.5.5.4%201.1.6%201.7.6s1.2-.2%201.7-.6c.5-.4%2011.6-9%2022.8-22.5%2015.3-18.3%2023-35.9%2023-52.2.1-26.3-21.2-47.7-47.4-47.7zm17.8%2047.7c0%209.9-8%2017.9-17.8%2017.9-9.9%200-17.8-8-17.8-17.9%200-9.9%208-17.9%2017.8-17.9s17.8%208%2017.8%2017.9z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20d%3D%22M-813.9%20396.7c-14.3%200-29.3-4.1-32.8-11.9-.5%201.1-.8%202.3-.8%203.6%200%2010%2017.3%2015.4%2033.6%2015.4s33.6-5.4%2033.6-15.4c0-1.3-.3-2.4-.8-3.6-3.5%207.8-18.6%2011.9-32.8%2011.9z%22%20fill%3D%22%23ffbb24%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.notebook1 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-31%2018.2%20577.1%20369.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M32.2%2062.5h450v297.4h-450z%22%2F%3E%3Cpath%20d%3D%22M545.8%20376.8h-52.4v-8.6c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1h-52.4c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.4-.4%202.7-1.8%202.1-3.9zM43.1%2080.1c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H40.5V349%2082.9c-.1-2.2.4-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20d%3D%22M257.2%20215.7c-28.4%200-58.6%209.4-58.6%2026.9s30.2%2026.9%2058.6%2026.9c28.4%200%2058.6-9.4%2058.6-26.9s-30.2-26.9-58.6-26.9z%22%20fill%3D%22%23ffdb56%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22174.27%22%20y1%3D%22139.531%22%20x2%3D%22340.14%22%20y2%3D%22139.531%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23ff4a4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23de4646%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M257.2%2032.3c-45.7%200-82.9%2037.3-82.9%2083.2%200%2028.5%2013.5%2059.1%2040.1%2091%2019.6%2023.5%2038.9%2038.6%2039.8%2039.2.9.7%202%201%203%201%201.1%200%202.1-.3%203-1%20.8-.6%2020.1-15.7%2039.8-39.2%2026.6-31.9%2040.1-62.5%2040.1-91%200-45.9-37.2-83.2-82.9-83.2zm31.1%2083.2c0%2017.2-13.9%2031.2-31.1%2031.2-17.2%200-31.1-14-31.1-31.2s13.9-31.2%2031.1-31.2c17.2%200%2031.1%2014%2031.1%2031.2z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20d%3D%22M257.2%20257.1c-24.8%200-51.1-7.2-57.3-20.7-.9%201.9-1.4%204-1.4%206.2%200%2017.5%2030.2%2026.9%2058.6%2026.9%2028.4%200%2058.6-9.4%2058.6-26.9%200-2.2-.5-4.3-1.4-6.2-6%2013.5-32.3%2020.7-57.1%2020.7z%22%20fill%3D%22%23ffbb24%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M438.5%20322.7H75.9c-1.6%200-2.8-1.3-2.8-2.8v-36c0-1.6%201.3-2.8%202.8-2.8h362.6c1.6%200%202.8%201.3%202.8%202.8v36c0%201.5-1.3%202.8-2.8%202.8z%22%20fill%3D%22%232c4c66%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M425.5%20309.1H88.9c-1.6%200-2.8-1.3-2.8-2.8v-8.9c0-1.6%201.3-2.8%202.8-2.8h336.6c1.6%200%202.8%201.3%202.8%202.8v8.9c0%201.5-1.3%202.8-2.8%202.8z%22%2F%3E%3Cpath%20d%3D%22M425.5%20309.1h-69.4v-14.6h69.4c1.6%200%202.8%201.3%202.8%202.8v8.9c0%201.6-1.3%202.9-2.8%202.9z%22%20fill%3D%22%23ffe029%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.mobile2 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-950.8%20257.2%20273.8%20332.2%22%3E%3Cstyle%3E.st1%7Bfill%3A%23fff%7D.st2%7Bfill%3A%23bababa%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M-740.9%20257.2H-889c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148.1c12.3%200%2022.4-10.1%2022.4-22.4V279.6c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2h47.4c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.8-30.3h-161.7V292.8h161.7v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-844.3%20319.4h63.4v90h-63.4z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-929.6%20540.2c-8.1%200-15-6.4-15.6-14.5l-3.6-52c-.3-4.2%201-8.2%203.8-11.4%202.7-3.1%206.5-5%2010.7-5.3l22.6-1.6h1c4.4%200%208.6%202.1%2011.2%205.6%207.1-3.2%2017.8-7.9%2033.8-7.9%209.1%200%2018.8%201.6%2029%204.7%203.3%201%208.9%201.9%2012.2%201.9l52.3.7c.5%200%20.9-.1%201.4-.1%207.2%200%2013.4%205.9%2014.2%2013.4.8%208-5%2015.5-12.7%2016.3l-58.9%205.8c-.5%200-.8.3-1%20.5-.2.3-.4.7-.3%201.1.1.7.7%201.2%201.4%201.2l2.4-.1c.5%200%2039.8-.7%2066.5-6.6%204.8-1.1%209-2.9%2012.9-5.5.3-.2%201.9-1.3%202.2-1.5%209.8-7.1%2024.5-15.6%2034-20.6l.5-.3c6-3.3%2013.5-7%2018.4-7h.6c8.4.6%2012%207.5%2011.8%2013.6-.1%204.8-3%209.4-7.4%2012.1l-75.1%2045.6-2.8%201.5c-7.5%204.1-15.7%206.1-24.9%206.1-2.4%200-4.9-.1-7.4-.4l-97.8-4.4c-2.3%204.3-6.6%207.1-11.5%207.5l-22.6%201.6h-1.3zm9.2-27.7c-3.1%200-5.7%202.6-5.7%205.7s2.6%205.7%205.7%205.7%205.7-2.6%205.7-5.7c0-3.2-2.6-5.7-5.7-5.7z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-865.7%20455c8.1%200%2017.5%201.2%2028.4%204.6%203.4%201%209.2%202%2012.7%202l52.4.7c.4-.1.9-.1%201.3-.1%206%200%2011.5%205%2012.2%2011.6.7%207.1-4.5%2013.4-11%2014.1l-58.9%205.8c-2%20.2-3.3%202-3.1%203.9.3%201.7%201.7%202.9%203.3%202.9h.2l2.3-.1s39.7-.7%2066.8-6.7c4.9-1.1%209.4-2.9%2013.6-5.8.7-.4%201.5-1%202.2-1.5%209.3-6.7%2023.6-15.1%2033.8-20.5%202.7-1.5%2012.7-7.1%2017.9-7.1h.5c7.1.5%2010.1%206.3%209.9%2011.6-.1%204.3-2.7%208.2-6.4%2010.4l-75.1%2045.5-2.8%201.5c-7.6%204.1-15.5%205.9-23.9%205.9-2.4%200-4.8-.1-7.2-.4l-99.2-4.4c-1.7%204.1-5.6%207.2-10.4%207.5l-22.6%201.6h-1c-7.1%200-13-5.5-13.6-12.7l-3.6-52c-.5-7.5%205.1-14%2012.7-14.6l22.6-1.6h.8c4.5%200%208.4%202.4%2010.5%206.1%207-2.8%2017.9-8.2%2034.7-8.2m-54.7%2070.8c4.3%200%207.7-3.5%207.7-7.7%200-4.3-3.4-7.7-7.7-7.7s-7.7%203.4-7.7%207.7%203.4%207.7%207.7%207.7m54.7-74.8c-15.4%200-26%204.2-33.2%207.4-3-3.2-7.3-5.1-11.8-5.1h-1.1l-22.6%201.6c-4.7.3-9%202.5-12.1%206-3.1%203.6-4.6%208.1-4.3%2012.8l3.6%2052c.7%209.2%208.4%2016.4%2017.6%2016.4h1.3l22.6-1.6c5.1-.4%209.7-3.2%2012.4-7.4l96.6%204.3c2.6.3%205.1.4%207.5.4%209.5%200%2018-2.1%2025.8-6.3l2.8-1.5h.1l.1-.1%2075.1-45.5c5.1-3.1%208.2-8.2%208.4-13.7.2-7-3.9-14.9-13.6-15.7h-.8c-5.3%200-13.1%203.9-19.3%207.2l-.5.3c-9.5%205-24.3%2013.5-34.2%2020.7-.3.2-.7.5-1.1.7-.4.3-.7.5-1.1.7-3.7%202.5-7.7%204.2-12.2%205.2-1.8.4-3.7.8-5.6%201.1%206.8-2.6%2011.5-9.9%2010.8-17.6-.9-8.5-8-15.2-16.2-15.2-.5%200-1%200-1.5.1l-52.2-.7c-3.1%200-8.4-.9-11.6-1.8-10.5-3.1-20.4-4.7-29.7-4.7zm59.6%2044.5l32.4-3.2c-11.1%201.6-22.9%202.6-32.4%203.2zm-114.3%2026.3c-2%200-3.7-1.7-3.7-3.7s1.7-3.7%203.7-3.7%203.7%201.7%203.7%203.7-1.7%203.7-3.7%203.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-748.7%20476.8c.1-1.4.1-2.7%200-4-.1-1.5-.5-3.1-1.1-4.9l-.3-.8.3-.5v-.9l1-.6c8.2-4.7%2023.7-12.4%2032.1-15.8%202.1-.8%204.2-1.3%206.2-1.3%202.8%200%205.5.9%208%202.6l3.1%202.2-3.6%201.4c-2.6%201-5.3%202.2-8.3%203.8-8.7%204.5-24.3%2013.3-31.9%2018.9l-2.4%201.7-3.5%202.5.4-4.3z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-710.5%20450.1c2.4%200%204.6.7%206.9%202.2-3%201.1-5.8%202.5-8.5%203.9-8.8%204.6-24.5%2013.5-32.2%2019-.8.5-1.6%201.1-2.3%201.7.1-1.4.1-2.9-.1-4.4-.2-1.9-.6-3.6-1.1-5.3.1-.1.1-.2.1-.4%207.9-4.5%2023.4-12.3%2031.9-15.7%201.7-.7%203.5-1%205.3-1m0-4c-2.2%200-4.6.5-6.9%201.4-8.5%203.4-24%2011.2-32.3%2015.9l-2%201.1v1.6l-.4.8.5%201.6c.5%201.7.9%203.1%201%204.4.1%201.1.1%202.3%200%203.6l-.7%208.5%207-5%201.2-.9c.4-.3.8-.6%201.2-.8%207.5-5.5%2023.5-14.4%2031.7-18.7%202.9-1.6%205.6-2.8%208.1-3.7l7.1-2.7-6.3-4.3c-2.9-1.9-5.9-2.8-9.2-2.8z%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-753.8%20460.5c-1.5-1.9-3.4-3.5-5.4-4.8l-2.9-1.8%203-1.6c3.7-2%2010.1-4.4%2015.8-6.5%202.5-.9%204.8-1.8%206.4-2.5%202.1-.9%204.2-1.3%206.2-1.3%202.7%200%205.4.8%207.8%202.4l3%202-3.2%201.5c-2.4%201.1-5.5%202.4-8.8%203.7-5.2%202.1-11.1%204.6-14.5%206.5l-3.7%202.2c-.2.1-.3.2-.5.3-.1.1-.3.2-.4.3l-1.5%201-1.3-1.4z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-730.7%20443.9c2.3%200%204.5.7%206.7%202.1-6.1%202.8-17.9%207.1-23.5%2010.3l-3.8%202.2c-.4.2-.7.5-1%20.7-1.7-2.1-3.7-3.8-5.9-5.2%205.2-2.8%2016.9-6.8%2022-8.9%201.9-.8%203.7-1.2%205.5-1.2m0-4c-2.3%200-4.6.5-7%201.5-1.6.6-3.9%201.5-6.3%202.4-5.8%202.1-12.3%204.6-16.1%206.6l-5.9%203.3%205.7%203.6c1.9%201.2%203.5%202.7%204.9%204.4l2.3%202.8%203-2c.2-.1.3-.2.5-.4.1-.1.3-.2.3-.2l3.8-2.2c3.2-1.8%209.1-4.2%2014.2-6.4%203.3-1.4%206.5-2.7%208.9-3.8l6.5-3-6-4c-2.7-1.7-5.7-2.6-8.8-2.6z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-891.318%22%20y1%3D%22363.658%22%20x2%3D%22-738.409%22%20y2%3D%22363.658%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-814.7%20443.5c-3.3%200-6.5-1.6-9-4.6-3.4-4.1-7.1-8.6-11.1-13.7-2.2.6-4.5%201.2-6.6%201.8-3.2.8-6.6%201.7-9.8%202.7-1.3.4-2.7.6-3.9.6-3%200-5.8-1.1-7.8-3.2-2.2-2.2-3.4-5.3-3.4-8.5%200-3.7-.2-7.5-.5-11.2-.1-1.9-.3-3.8-.3-5.7-5-1.9-10.4-3.9-16.8-6.4-3.3-1.3-5.7-3.7-6.8-6.8-1-3.1-.6-6.5%201.3-9.5%202.8-4.4%205.9-9.2%209.8-15.2%200%200%200-.1.1-.1-3.2-4.8-6.5-9.8-9.6-15-2-3.1-2.6-6.5-1.6-9.7%201-3.1%203.5-5.6%206.9-7%205.2-2.1%2010.8-4.2%2016.6-6.4.2-5.8.4-11.8.9-17.9.5-6.6%204.6-10.5%2011.1-10.5%201.5%200%203%20.2%204.7.6%201.4.4%203%20.8%204.7%201.2%203.2.9%206.9%201.8%2010.5%202.9.2.1.3.1.4.1.1-.1.1-.1.2-.3%202.6-3.4%205.4-6.9%208.1-10.1.9-1.1%201.8-2.2%202.7-3.4%202.4-3%205.6-4.7%209-4.7%203.4%200%206.5%201.7%208.9%204.7l.9%201.1c3.3%204.1%206.7%208.2%2010%2012.4l.1.1c4.3-1.3%208.8-2.4%2013-3.6l4-1.1c1.2-.3%202.3-.5%203.4-.5%206.1%200%2010.6%204.5%2010.9%2010.9.3%205.7.7%2011.7.9%2017.6v.1c2.5.9%205%201.9%207.5%202.8%202.8%201.1%205.7%202.2%208.5%203.2%203.8%201.4%206.5%203.9%207.5%207.1%201.1%203.2.5%206.8-1.7%2010.2-3.4%205.2-6.4%2010-9.4%2014.5%200%200%200%20.1-.1.1%202.2%203.3%204.4%206.7%206.5%209.9%201.1%201.6%202.1%203.3%203.2%204.9%202.1%203.2%202.6%206.7%201.6%209.8-1%203.2-3.5%205.7-7.1%207.1-5.4%202.1-10.8%204.3-16.3%206.3-.1%200-.1%200-.2.1-.2%205.8-.5%2011.7-.8%2017.4v.5c-.3%206.4-4.8%2010.8-10.9%2010.8-1.1%200-2.2-.2-3.4-.5-5-1.3-11-2.9-17.1-4.6-3.7%204.7-7.5%209.4-11%2013.7-2.2%203.4-5.4%205-8.7%205zm-3.4-41.3h5.5v-1.7-3.4c-.1-2%20.6-4.6%204.3-5.6%203.5-1%206.4-2.9%208.7-5.6%202.9-3.6%204.1-8%203.2-12.5-.9-4.7-3.9-8.7-8.3-11.1-2.6-1.4-5.6-2.6-8.4-3.8l-1.4-.6c-2.5-1.1-4.5-2.2-6.1-3.5-2.2-1.8-3.3-4.3-3-6.8.3-2.6%202.1-4.8%204.7-5.9%201.6-.7%203.2-.9%204.3-.9.6%200%201.2-.1%201.8-.1%204.2%200%208.2.9%2012%202.8.5-1.5.9-2.9%201.3-4.4.2-.7.4-1.4.6-2v-.1s-.1%200-.1-.1c-2.5-1.1-4.9-1.8-7.4-2.2-4.9-.8-5.8-1.9-5.8-6.7%200-1%200-2-.1-2.6-.6-.1-1.6-.1-2.6-.1h-2.6v3.6c0%204.2-.6%205.1-4.6%206.6l-.2.1c-7%202.5-10.6%207.1-11%2013.8-.4%205.6%202.2%209.9%208%2013.4%202.4%201.4%204.9%202.4%207.7%203.5l3.6%201.5c1.4.6%203.2%201.5%204.8%202.8%202.4%202%203.7%204.9%203.3%207.8-.4%202.9-2.4%205.3-5.2%206.6-2%20.9-4.1%201.3-6.4%201.3-.8%200-1.5-.1-2.3-.2-4.5-.6-8.4-1.7-12-3.6-.6%201.9-1.1%203.9-1.6%205.7-.1.5-.2.9-.2%201.1.2.1.5.3%201%20.6%202.5%201.2%205.6%202.1%209.5%202.7%204.2.6%204.9%202%205%205.8.1%201.3.1%202.6.1%203.9-.1-.2-.1-.1-.1-.1z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-815%20286.3c2.5%200%205%201.2%207%203.7%203.7%204.5%207.4%209%2011%2013.5.6.7%201.1%201.1%201.8%201.1.3%200%20.6-.1.9-.2%205.6-1.6%2011.3-3.1%2017-4.6%201-.3%201.9-.4%202.8-.4%204.7%200%208.2%203.3%208.4%208.6.3%205.8.7%2011.7.9%2017.6.1%201.3.5%201.9%201.6%202.3%205.3%202%2010.7%204.1%2016.1%206.1%206.3%202.3%208.2%208%204.6%2013.6-3.1%204.9-6.2%209.7-9.4%2014.5-.7%201.1-.8%201.9%200%202.9%203.3%204.9%206.4%209.8%209.7%2014.7%203.4%205.2%201.5%2010.9-4.3%2013.2-5.4%202.1-10.8%204.3-16.3%206.3-1.1.4-1.7%201-1.8%202.3-.2%205.9-.5%2011.8-.9%2017.8-.3%205.1-3.8%208.4-8.5%208.4-.9%200-1.8-.1-2.7-.4-5.8-1.5-11.5-3.1-17.2-4.6-.3-.1-.5-.1-.8-.1-.7%200-1.1.3-1.7%201-3.7%204.6-7.3%209.2-11%2013.7-2%202.5-4.5%203.7-7%203.7s-5-1.2-7-3.7c-3.8-4.5-7.5-9.1-11.1-13.7-.5-.7-1-1-1.7-1-.3%200-.5%200-.8.1-5.5%201.6-11.1%202.8-16.6%204.6-1.1.4-2.2.5-3.2.5-5.2%200-8.7-4.3-8.7-9.2.1-5.7-.5-11.3-.8-17-.1-1.2-.4-1.8-1.6-2.2-5.6-2.1-11.2-4.2-16.8-6.4-5.4-2.1-7.3-7.7-4.3-12.7%203.2-5.1%206.4-10.1%209.8-15.1.7-1.1.8-1.9%200-2.9-3.3-4.9-6.5-9.8-9.5-14.8-3.4-5.2-1.6-10.8%204.1-13.1%205.5-2.2%2011.1-4.3%2016.6-6.4%201.1-.4%201.5-1%201.6-2.2.2-5.9.4-11.8.9-17.8.4-5.1%203.4-8.2%208.6-8.2%201.2%200%202.6.2%204.1.5%204%201.1%209.5%202.5%2015.1%204.1.4.1.8.2%201.2.2.8%200%201.4-.4%202.1-1.2%203.5-4.6%207.1-9%2010.7-13.5%202.1-2.4%204.6-3.6%207.1-3.6m-2.5%2097.3c-.7%200-1.3%200-2-.1-3.9-.5-7.7-1.5-11.3-3.4-.8-.4-1.3-.6-1.8-.6-.8%200-1.2.6-1.6%202.1-.6%202-1.1%203.9-1.7%205.9-.7%202.6-.5%203.3%202.1%204.5%203.2%201.5%206.7%202.3%2010.2%202.9%202.8.4%202.8.5%202.9%203.4.1%201.3.1%202.6.1%203.9%200%201.6.8%202.6%202.5%202.6h5.8c1.5%200%202.3-.9%202.3-2.5%200-1.7.1-3.5%200-5.3-.1-1.8.7-2.7%202.5-3.2%204-1.1%207.4-3.3%2010-6.4%207.2-8.8%204.5-21.8-5.8-27.4-3.2-1.7-6.7-3.1-10-4.5-2-.8-3.9-1.8-5.5-3.1-3.3-2.6-2.6-6.8%201.2-8.5%201.1-.5%202.2-.7%203.4-.7.6%200%201.1-.1%201.7-.1%203.9%200%207.5.8%2011%202.6.7.3%201.2.5%201.7.5.8%200%201.2-.6%201.7-1.9.7-2.2%201.3-4.4%202-6.7.4-1.5-.1-2.5-1.5-3.1-2.6-1.1-5.2-2-8-2.4-3.7-.6-3.7-.6-3.7-4.3-.1-5.1-.1-5.1-5.2-5.1h-2.2c-2.4.1-2.8.4-2.9%202.9v3.3c0%203.2%200%203.2-3.1%204.3-7.5%202.7-12.1%207.8-12.6%2016-.5%207.3%203.3%2012.1%209.2%2015.7%203.7%202.2%207.7%203.5%2011.6%205.2%201.5.7%202.9%201.4%204.2%202.5%203.8%203.1%203.1%208.2-1.4%2010.1-2.1.5-3.9.9-5.8.9m2.5-102.3c-4.1%200-8%202-10.9%205.6-.9%201.1-1.8%202.2-2.7%203.4-2.4%203-4.9%206-7.3%209.1-3.2-.9-6.4-1.8-9.3-2.5-1.7-.4-3.2-.9-4.6-1.2h-.2c-1.8-.4-3.6-.7-5.3-.7-7.7%200-13.1%205-13.6%2012.8-.4%205.5-.6%2011-.8%2016.3-5.3%202-10.4%203.9-15.1%205.8-4.2%201.7-7.2%204.7-8.4%208.6-1.2%203.8-.5%208%201.9%2011.8%202.8%204.7%205.8%209.3%208.7%2013.7-3.5%205.4-6.4%209.8-9%2013.9-2.2%203.6-2.8%207.8-1.5%2011.6%201.3%203.8%204.3%206.8%208.2%208.3%205.8%202.3%2010.7%204.1%2015.3%205.8.1%201.4.2%202.8.3%204.1.3%203.8.5%207.4.5%2011%200%203.9%201.5%207.6%204.1%2010.3%202.5%202.6%205.9%204%209.6%204%201.5%200%203.1-.3%204.7-.8%203.2-1%206.3-1.8%209.7-2.7%201.7-.4%203.4-.9%205.1-1.3%203.6%204.6%207%208.6%2010.1%2012.4%202.9%203.6%206.8%205.5%2010.9%205.5%204.1%200%207.9-2%2010.9-5.6%203.2-4%206.6-8.2%2010-12.5%205.5%201.5%2010.9%203%2015.5%204.2%201.3.4%202.7.5%204%20.5%207.4%200%2013-5.5%2013.4-13.2v-.5c.3-5.2.6-10.5.8-15.8%205-1.9%2010.1-3.9%2015-5.8%204.3-1.7%207.3-4.7%208.5-8.6%201.3-3.9.6-8.1-1.9-11.9-1.1-1.7-2.2-3.3-3.2-4.9-1.8-2.8-3.7-5.7-5.6-8.6%202.7-4.1%205.5-8.5%208.6-13.2%202.6-4%203.3-8.4%202-12.4-1.3-3.9-4.5-7-9.1-8.6-2.8-1-5.7-2.1-8.5-3.2-2-.8-4-1.5-6-2.3-.3-5.4-.6-10.8-.9-16-.4-7.7-6.1-13.3-13.4-13.3-1.3%200-2.7.2-4.1.5-1.4.4-2.7.7-4%201.1-3.8%201-7.7%202-11.5%203.1-3-3.8-6.1-7.6-9.1-11.2l-.9-1.1c-2.9-3.5-6.8-5.5-10.9-5.5zm0%2046.3H-814.7v.2c0%202.5%200%204.6%201.7%206.5%201.6%201.9%203.7%202.3%206.2%202.7%201.7.3%203.3.7%204.9%201.3-.2.6-.3%201.1-.5%201.7-3.4-1.2-6.9-1.9-10.5-1.9-.6%200-1.3%200-1.9.1-1.3.1-3.2.3-5.2%201.1-3.4%201.5-5.7%204.5-6.2%207.9-.4%203.4%201%206.8%203.9%209.1%201.8%201.5%204%202.7%206.7%203.8l1.4.6c2.9%201.2%205.6%202.3%208.1%203.7%203.7%202%206.3%205.5%207%209.4.7%203.8-.2%207.5-2.7%2010.5-1.9%202.3-4.4%204-7.4%204.8-4%201.1-6.3%204.1-6.1%208.1v2.6h-.5v-1.7c-.1-4.6-1.3-7.4-7.2-8.2-3.2-.5-5.8-1.2-7.9-2.1.2-.7.4-1.3.6-2%203.1%201.3%206.5%202.1%2010.1%202.6.9.1%201.8.2%202.6.2%202.6%200%205.1-.5%207.4-1.5%203.7-1.6%206.2-4.8%206.7-8.5s-1-7.5-4.2-10c-1.8-1.5-3.8-2.5-5.3-3.1-1.3-.6-2.5-1.1-3.7-1.5-2.6-1.1-5.1-2-7.3-3.4-5-3-7.1-6.4-6.8-11%20.3-5.8%203.2-9.4%209.3-11.6l.2-.1c4.9-1.8%206.2-3.7%206.2-8.9v-1.4h.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.notebook2 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-31%2018.2%20577.1%20369.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D.st2%7Bfill%3A%23bababa%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M34.4%2072.5h443v287.4h-443z%22%2F%3E%3Cpath%20d%3D%22M545.8%20376.8h-52.4v-8.5c.1-29%20.1-283.6%200-293.8-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1h-52.4c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.4-.4%202.7-1.8%202.1-3.9zM43.1%2080.1c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H40.5V349%2082.9c-.1-2.2.4-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M219.4%2062.5h77v109.4h-77z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M396%20232.2c-6.2-.5-19%206.7-22.4%208.6-12.5%206.5-29.8%2016.7-41.1%2024.9-.8.5-1.9%201.3-2.7%201.8-5.1%203.4-10.5%205.7-16.5%207-33%207.3-81.2%208.1-81.2%208.1l-2.8.1c-2.1.1-4-1.4-4.3-3.5-.3-2.3%201.3-4.5%203.7-4.7l71.6-7.1c7.9-.9%2014.2-8.6%2013.3-17.2s-8.5-14.9-16.4-14l-63.7-.8c-4.3-.1-11.3-1.2-15.4-2.5-41-12.5-64.2-.8-76.5%204.6-2.7-4.7-8-7.8-13.8-7.4l-27.4%201.9c-9.1.7-16%208.6-15.4%2017.7l4.4%2063.3c.7%209.1%208.6%2016%2017.7%2015.4l27.4-1.9c5.8-.4%2010.5-4.1%2012.6-9.1l120.6%205.4c13.5%201.5%2026.1-.2%2037.9-6.6l3.4-1.9%2091.2-55.4c4.5-2.7%207.7-7.4%207.8-12.7.3-6.3-3.3-13.3-12-14zm-278.9%2081.3c-5.2%200-9.3-4.2-9.3-9.3%200-5.2%204.2-9.3%209.3-9.3%205.2%200%209.3%204.2%209.3%209.3.1%205.1-4.1%209.3-9.3%209.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M326.8%20242.3c.7%202.1%201.2%204.2%201.4%206.4.2%201.8.2%203.6.1%205.3.9-.7%201.9-1.4%202.9-2.1%209.3-6.8%2028.4-17.5%2039.1-23.1%203.2-1.7%206.7-3.4%2010.3-4.8-4.7-3.2-9.7-3.4-14.9-1.3-10.3%204.2-29.1%2013.7-38.7%2019.1-.1.2-.1.4-.2.5zM341.1%20215.3c-6.3%202.6-20.5%207.4-26.8%2010.8%202.7%201.7%205.1%203.8%207.2%206.4.4-.3.8-.6%201.3-.9l4.6-2.7c6.8-3.8%2021.1-9.1%2028.5-12.5-4.8-3.1-9.8-3.2-14.8-1.1z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22169.174%22%20y1%3D%22116.372%22%20x2%3D%22348.951%22%20y2%3D%22116.372%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M182.8%20114.8c.9%201.3.9%202.3%200%203.6-4%206.1-8%2012.2-11.9%2018.4-3.7%206-1.4%2012.9%205.2%2015.4%206.8%202.7%2013.6%205.2%2020.4%207.8%201.5.5%201.9%201.3%202%202.7.3%206.9%201.1%2013.8%201%2020.7-.1%207%206.1%2013.2%2014.5%2010.5%206.6-2.1%2013.5-3.6%2020.2-5.6%201.3-.4%202.1-.1%203%201%204.4%205.6%209%2011.1%2013.5%2016.6%205%206%2012.1%206%2017%200%204.5-5.6%209-11.1%2013.4-16.7.9-1.1%201.6-1.5%203-1.1%207%201.9%2013.9%203.8%2021%205.6%207.2%201.9%2013.2-2.5%2013.6-9.8.4-7.2.8-14.4%201.1-21.6.1-1.7.8-2.3%202.2-2.9%206.6-2.5%2013.2-5%2019.8-7.6%207.1-2.8%209.3-9.7%205.2-16-3.9-6-7.8-12-11.7-17.9-.9-1.3-.9-2.3%200-3.6%203.8-5.8%207.6-11.7%2011.4-17.6%204.4-6.9%202.1-13.8-5.6-16.6-6.6-2.4-13.1-5-19.6-7.4-1.4-.5-1.9-1.3-2-2.8-.3-7.2-.7-14.3-1.1-21.3-.4-7.6-6.4-11.9-13.7-9.9-6.9%201.9-13.8%203.6-20.6%205.6-1.6.5-2.4.1-3.4-1.1-4.4-5.5-8.9-11-13.3-16.4-4.8-6-12.1-6-17%200-4.4%205.4-8.8%2010.8-13.1%2016.4-1.2%201.5-2.3%201.8-4%201.3-6.7-1.9-13.5-3.6-18.3-5-9.4-2.3-14.9%201.6-15.4%209.3-.5%207.2-.8%2014.4-1.1%2021.6-.1%201.5-.6%202.2-1.9%202.7-6.8%202.5-13.5%205.1-20.2%207.8-7%202.8-9.1%209.6-5%2015.9%203.5%206.1%207.4%2012%2011.4%2018zm50.7%2030.4c.7-2.4%201.3-4.8%202.1-7.2.9-2.8%201.6-3.1%204.1-1.8%204.3%202.3%209%203.5%2013.7%204.1%203.1.4%206.2.1%209-1.2%205.4-2.3%206.2-8.6%201.7-12.3-1.5-1.3-3.3-2.2-5.1-3-4.7-2.1-9.6-3.6-14.1-6.3-7.2-4.3-11.8-10.2-11.2-19%20.6-9.9%206.2-16.1%2015.3-19.4%203.8-1.4%203.8-1.3%203.8-5.2v-4c.1-3%20.6-3.4%203.5-3.5h2.7c6.2%200%206.2%200%206.3%206.2%200%204.4%200%204.4%204.4%205.2%203.4.5%206.6%201.5%209.7%202.9%201.7.7%202.4%202%201.9%203.8-.8%202.7-1.5%205.4-2.4%208.1-.8%202.5-1.7%202.9-4%201.7-4.9-2.4-10-3.4-15.4-3-1.4.1-2.8.3-4.1.9-4.6%202.1-5.4%207.2-1.5%2010.3%202%201.6%204.3%202.8%206.7%203.8%204.1%201.7%208.3%203.4%2012.2%205.5%2012.5%206.9%2015.8%2022.6%207.1%2033.3-3.2%203.8-7.3%206.5-12.1%207.8-2.1.6-3%201.7-3%203.8.1%202.1%200%204.3%200%206.4%200%201.9-1%203-2.9%203-2.3.1-4.6.1-7%200-2.1-.1-3-1.2-3-3.2%200-1.6%200-3.1-.1-4.7-.1-3.4-.1-3.6-3.5-4.1-4.2-.7-8.5-1.7-12.4-3.5-3-1.4-3.2-2.2-2.4-5.4z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.mobile3 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-950.8%20257.2%20273.8%20332.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-909.1%20270.1h169.4v308h-169.4z%22%2F%3E%3Cpath%20d%3D%22M-749.9%20257.2H-898c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148.1c12.3%200%2022.4-10.1%2022.4-22.4V279.6c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2h47.4c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.8-30.3h-161.7V292.8h161.7v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-881.2%20543.5c-7.2%200-13.7-4.4-16.5-11.1l-27.8-68.2-.1-.4-1.4-3.5h.2l-1.4-4h-3.2c-2.6%200-5.1-.6-7.5-1.7-6.2-3-10.2-9.3-10.2-16.2V321c0-9.9%208-18%2017.8-18h201.7c4.6%200%209%201.8%2012.3%205.1%203.5%203.4%205.4%208%205.4%2012.9v44l32.1%2078.6c3.7%209.1-.6%2019.5-9.6%2023.2l-185%2075.5c-2.3.8-4.5%201.2-6.8%201.2z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-729.8%20305.1c4.2%200%208.1%201.7%2010.9%204.5%203%202.9%204.8%206.9%204.8%2011.4v44.3l5.5%2013.4%2026.8%2065.5c3.3%208.1-.5%2017.3-8.5%2020.6l-185%2075.5c-1.9.8-3.8%201.1-5.8%201.1-6.4%200-12.2-3.9-14.6-9.9l-28.3-69.3h5.7l-5.7-.1-2.8-7.9h-4.5c-2.4%200-4.6-.6-6.6-1.5-5.4-2.6-9.1-8-9.1-14.4V321c0-8.8%207.1-16%2015.8-16h201.4m0-3.9h-201.7c-10.9%200-19.8%209-19.8%2020v117.3c0%207.7%204.5%2014.7%2011.4%2018%202.7%201.3%205.5%201.9%208.4%201.9h1.7-.3l2.3%205.5.3.7.6%201.7h.1l27.3%2067c3.1%207.5%2010.3%2012.4%2018.3%2012.4%202.5%200%205-.5%207.4-1.4l185-75.5c10-4.1%2014.8-15.7%2010.7-25.8l-26.8-65.5-5.2-12.6V321c0-5.4-2.1-10.5-6-14.3-3.6-3.6-8.5-5.6-13.7-5.6z%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-935.9%20312.9h210.5v130.3h-210.5z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22460.126%22%20x2%3D%22-723.913%22%20y2%3D%22460.126%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-708.5%20378.7v23.1l1.1%202.7-1.1.5v40.6l15.3-6.3%203.4%208.2c1.5%203.6-.2%207.8-3.7%209.2l-185%2075.5c-3.5%201.4-7.7-.4-9.1-4l-3.4-8.2%20141.6-57.8H-849l-56.3%2023-9.4-23h-9.4l28.3%2069.3c2.5%206%208.2%209.9%2014.6%209.9%202%200%204-.4%205.8-1.1l185-75.5c8-3.3%2011.8-12.5%208.5-20.6l-26.6-65.5z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22397.765%22%20x2%3D%22-723.913%22%20y2%3D%22397.765%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGID_2_)%22%20d%3D%22M-759.6%20400.6V395l-3.2%205.6z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22397.765%22%20x2%3D%22-723.913%22%20y2%3D%22397.765%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGID_3_)%22%20d%3D%22M-871.9%20395l-3.2%205.6h3.2z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22401.295%22%20x2%3D%22-723.913%22%20y2%3D%22401.295%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-850.6%20403c.3-.4.5-1%20.5-1.7%200-.8-.2-1.3-.6-1.7-.4-.4-.8-.6-1.4-.6-.4%200-.8.1-1.2.4-.5.4-.8%201-.8%201.9%200%20.7.2%201.3.6%201.7.4.4.9.7%201.4.7.7-.1%201.2-.3%201.5-.7z%22%20fill%3D%22url(%23SVGID_4_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_5_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22433.032%22%20x2%3D%22-723.913%22%20y2%3D%22433.032%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-909.8%20434.4c.5%200%20.9-.1%201.4-.4.4-.3.6-.8.6-1.5v-.8c-.1.1-.3.2-.4.2-.1.1-.3.1-.6.2l-.5.1c-.5.1-.8.2-1%20.3-.4.2-.5.5-.5%201%200%20.4.1.7.3.8.1.1.4.1.7.1z%22%20fill%3D%22url(%23SVGID_5_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_6_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22401.586%22%20x2%3D%22-723.913%22%20y2%3D%22401.586%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-821.5%20403.6c.6%200%201-.2%201.4-.5.3-.4.5-.9.5-1.5%200-.7-.2-1.2-.5-1.5-.3-.3-.8-.5-1.4-.5-.6%200-1%20.2-1.4.5-.3.3-.5.8-.5%201.5%200%20.6.2%201.1.5%201.5.4.3.9.5%201.4.5z%22%20fill%3D%22url(%23SVGID_6_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_7_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22429.751%22%20x2%3D%22-723.913%22%20y2%3D%22429.751%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-885.7%20428.8c-.6%200-1%20.2-1.3.5s-.5.8-.6%201.3h3.9c0-.6-.2-1-.6-1.4-.4-.2-.9-.4-1.4-.4z%22%20fill%3D%22url(%23SVGID_7_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_8_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22396.7%22%20x2%3D%22-723.913%22%20y2%3D%22396.7%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-811.3%20394.4c-.4%200-.8.1-1.1.4-.5.4-.7%201-.7%201.9%200%20.8.2%201.3.5%201.7.3.4.8.6%201.4.6.4%200%20.7-.1%201-.3.6-.4.9-1%20.9-1.9%200-.7-.2-1.3-.5-1.7-.4-.5-.9-.7-1.5-.7z%22%20fill%3D%22url(%23SVGID_8_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_9_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22395.976%22%20x2%3D%22-723.913%22%20y2%3D%22395.976%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-821.5%20397.6c.5%200%20.9-.2%201.2-.5.3-.3.4-.7.4-1.2s-.1-.9-.4-1.2c-.3-.3-.7-.4-1.2-.4s-.9.1-1.2.4c-.3.3-.4.7-.4%201.2s.1.9.4%201.2c.3.4.7.5%201.2.5z%22%20fill%3D%22url(%23SVGID_9_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_10_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22433.037%22%20x2%3D%22-723.913%22%20y2%3D%22433.037%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-858.3%20432.1c-.5.1-.8.2-1%20.3-.4.2-.5.5-.5%201%200%20.4.1.7.3.8s.5.3.8.3c.5%200%20.9-.1%201.4-.4.4-.3.6-.8.6-1.5v-.8c-.1.1-.3.2-.4.2-.1.1-.3.1-.6.2l-.6-.1z%22%20fill%3D%22url(%23SVGID_10_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_11_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22433.036%22%20x2%3D%22-723.913%22%20y2%3D%22433.036%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-820.7%20432.1c-.5.1-.8.2-1%20.3-.4.2-.5.5-.5%201%200%20.4.1.7.3.8s.5.3.8.3c.5%200%20.9-.1%201.4-.4.4-.3.6-.8.6-1.5v-.8c-.1.1-.3.2-.4.2-.1.1-.3.1-.6.2l-.6-.1z%22%20fill%3D%22url(%23SVGID_11_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_12_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22429.751%22%20x2%3D%22-723.913%22%20y2%3D%22429.751%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-798.4%20429.3c-.3.3-.5.8-.6%201.3h3.9c0-.6-.2-1-.6-1.4-.4-.3-.8-.5-1.3-.5-.7.1-1.1.3-1.4.6z%22%20fill%3D%22url(%23SVGID_12_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_13_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22401.295%22%20x2%3D%22-723.913%22%20y2%3D%22401.295%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-739.6%20403.6c.6%200%201-.2%201.3-.6.3-.4.5-1%20.5-1.7%200-.8-.2-1.3-.6-1.7-.4-.4-.8-.6-1.4-.6-.4%200-.8.1-1.2.4-.5.4-.8%201-.8%201.9%200%20.7.2%201.3.6%201.7.5.4%201%20.6%201.6.6z%22%20fill%3D%22url(%23SVGID_13_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_14_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22398.993%22%20x2%3D%22-723.913%22%20y2%3D%22398.993%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-925%20402.4c.2.8.7%201.2%201.5%201.2s1.3-.4%201.5-1.2c.2-.7.3-1.7.3-2.9v-.6c0-1.6-.1-2.7-.4-3.5s-.7-1.1-1.5-1.1-1.3.4-1.5%201.1c-.3.8-.4%201.9-.4%203.5%200%20.8%200%201.4.1%202%20.2.7.2%201.1.4%201.5z%22%20fill%3D%22url(%23SVGID_14_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_15_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22379.677%22%20x2%3D%22-723.913%22%20y2%3D%22379.677%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-938.1%20452.8c2%201%204.3%201.5%206.6%201.5h201.7c4.3%200%208.1-1.7%2010.9-4.5%203-2.9%204.8-6.9%204.8-11.4V321c0-4.5-1.9-8.5-4.8-11.4-2.8-2.8-6.7-4.5-10.9-4.5h-201.7c-8.7%200-15.8%207.2-15.8%2016v117.3c.1%206.3%203.8%2011.8%209.2%2014.4zM-928%20399c0-2.1.3-3.8%201-5%20.7-1.2%201.8-1.7%203.5-1.7s2.8.6%203.5%201.7c.6%201.1.9%202.6%201%204.5v.5c0%202.1-.3%203.8-1%205-.7%201.2-1.8%201.7-3.5%201.7s-2.8-.6-3.5-1.7c-.3-.5-.5-1.2-.7-1.9-.2-1-.3-2-.3-3.1zm121.9-52.1c0-11.9%209.7-21.5%2021.5-21.5%204.7%200%209%201.5%2012.5%204.1%203.7-2.9%208.3-4.8%2013.3-4.8%204.3%200%208.3%201.3%2011.7%203.5%202.8%201.8%205.1%204.3%206.7%207.2%201.8%203.2%203%206.8%203%2010.7%200%2011.8-9.6%2021.4-21.4%2021.4-4.6%200-8.9-1.5-12.4-4-3.7%203-8.3%204.8-13.4%204.8-6.9%200-13.1-3.4-17-8.5-1.8-2.3-3.1-4.9-3.8-7.9-.4-1.5-.7-3.2-.7-5zm-4.1%2082.7c-.2-.4-.6-.6-1.1-.6-.6%200-1.1.2-1.3.6-.1.2-.2.6-.2%201.1v5.2h-2.3v-8.6h2.2v1.3c.3-.4.5-.8.8-.9.4-.3%201-.5%201.7-.5.6%200%201.2.1%201.6.4.3.3.6.6.7%201%20.3-.5.7-.9%201.1-1.1.5-.2%201-.4%201.5-.4.4%200%20.8.1%201.1.2.4.2.7.4%201%20.8.2.3.4.7.5%201.1.1.3.1.7.1%201.3v5.4h-2.3v-5.5c0-.3-.1-.6-.2-.8-.2-.4-.6-.6-1.1-.6-.6%200-1%20.3-1.3.8-.1.3-.2.6-.2%201v5.1h-2.3v-5.1c.2-.6.1-1%200-1.2zm.2-28.9c-.5.3-1.1.4-1.8.4-1%200-1.9-.4-2.8-1.1-.8-.7-1.2-1.7-1.2-3.1%200-1.4.4-2.5%201.2-3.4.8-.9%201.8-1.3%203.1-1.3%202%200%203.3.9%204.1%202.6.4%201%20.6%202.3.6%203.9s-.2%202.9-.6%203.9c-.8%202-2.2%203-4.2%203-1%200-1.9-.3-2.6-.9-.8-.6-1.2-1.4-1.3-2.5h2.5c.1.4.2.7.5.9.3.2.6.4%201.1.4.8%200%201.4-.5%201.8-1.4.2-.5.3-1.3.3-2.3-.2.5-.4.7-.7.9zm-15.3-3.6c-.2-.5-.3-.9-.3-1.4%200-.9.4-1.8%201.1-2.4.7-.7%201.7-1%203-1s2.3.3%203%201c.7.7%201.1%201.5%201.1%202.4%200%20.4-.1.9-.3%201.4-.2.5-.6.9-1.2%201.3.6.4%201.1.8%201.5%201.4.3.6.5%201.3.5%202%200%201.1-.4%202-1.2%202.8-.8.8-1.9%201.2-3.4%201.2s-2.6-.4-3.3-1.2c-.7-.8-1.1-1.7-1.1-2.8%200-.7.2-1.4.5-2%20.3-.6.8-1%201.4-1.3-.7-.5-1.1-.9-1.3-1.4zm5.8%2031.9c-.3-.1-.6-.2-1.1-.2-.5%200-.9.1-1.1.4-.2.2-.3.5-.3.8h-2.2c.1-.7.3-1.4.6-1.8.6-.8%201.6-1.1%203.1-1.1.9%200%201.8.2%202.5.6.7.4%201.1%201.1%201.1%202.1v4.9c0%20.3.1.5.1.6l.3.3v.3h-2.4c-.1-.2-.1-.3-.1-.5s-.1-.3-.1-.5c-.3.3-.7.6-1.1.9-.5.3-1%20.4-1.6.4-.8%200-1.4-.2-1.9-.7-.5-.4-.8-1.1-.8-1.9%200-1.1.4-1.8%201.2-2.3.4-.3%201.1-.4%202-.5l.8-.1c.4-.1.7-.1.9-.2.3-.1.5-.3.5-.6-.1-.5-.2-.8-.4-.9zm-9%20.5c-.2-.4-.6-.7-1.2-.7-.8%200-1.3.3-1.6%201-.1.3-.2.8-.2%201.3v4.6h-2.2v-8.6h2.2v1.3c.3-.4.6-.8.8-.9.5-.3%201-.5%201.7-.5.9%200%201.6.2%202.2.7.6.5.8%201.2.8%202.3v5.8h-2.3v-5.2c0-.5-.1-.8-.2-1.1zm-12.5%204.6c.1.1.4.1.8.1h.4v1.7h-1.1c-1.1%200-1.8-.2-2.2-.5-.3-.3-.4-.7-.4-1.2v-5.3h-1.2v-1.6h1.2v-2.4h2.2v2.4h1.4v1.6h-1.4v4.5c.2.4.3.6.3.7zm.5-34.6c-.4.8-.7%201.8-1%203-.3%201.2-.4%202.1-.4%202.9h-2.7c.1-2.3.8-4.8%202.3-7.3.9-1.6%201.7-2.6%202.4-3.3h-6.5v-2.3h9.2v2c-.4.4-.9%201-1.6%202-.7%201-1.3%202-1.7%203zm-36.5%203.1v-2.2l4.8-7.9h2.9v8.1h1.5v2h-1.5v2.8h-2.5v-2.8h-5.2zm5.8%2021.6h2.4v9.5h5.8v2.1h-8.2v-11.6zm5.7-19.5c-.8-.7-1.2-1.6-1.3-2.8h2.5c.1.6.3%201%20.6%201.3.3.3.7.5%201.2.5.6%200%201.1-.2%201.4-.7.3-.4.5-1%20.5-1.7s-.2-1.2-.5-1.7-.8-.7-1.5-.7c-.3%200-.6%200-.8.1-.4.1-.7.4-.9.8l-2.3-.1.9-7.2h7.2v2.2h-5.3l-.5%202.8c.4-.3.7-.4.9-.5.4-.1.8-.2%201.4-.2%201.1%200%202%20.4%202.8%201.1.8.7%201.2%201.8%201.2%203.2%200%201.2-.4%202.3-1.2%203.2-.8.9-1.9%201.4-3.5%201.4-1%200-2-.3-2.8-1zm8.4%2024.3c-.3-.1-.6-.2-1.1-.2-.5%200-.9.1-1.1.4-.2.2-.3.5-.3.8h-2.2c.1-.7.3-1.4.6-1.8.6-.8%201.6-1.1%203.1-1.1.9%200%201.8.2%202.5.6.7.4%201.1%201.1%201.1%202.1v4.9c0%20.3.1.5.1.6l.3.3v.3h-2.4c-.1-.2-.1-.3-.1-.5s0-.3-.1-.5c-.3.3-.7.6-1.1.9-.5.3-1%20.4-1.6.4-.8%200-1.4-.2-1.9-.7-.5-.4-.8-1.1-.8-1.9%200-1.1.4-1.8%201.2-2.3.4-.3%201.1-.4%202-.5l.8-.1c.4-.1.7-.1.9-.2.3-.2.5-.4.5-.6-.1-.5-.2-.8-.4-.9zm1.5-25.4c-.6-1.1-.9-2.4-.9-4.1%200-1%200-1.8.1-2.4.2-1.1.4-2%20.9-2.8.4-.6.9-1.1%201.5-1.5.6-.4%201.3-.6%202.2-.6%201.2%200%202.2.3%202.9.9.7.6%201.1%201.4%201.2%202.5h-2.5c0-.2-.1-.4-.2-.7-.3-.4-.7-.6-1.2-.6-.8%200-1.4.5-1.8%201.4-.2.5-.3%201.3-.4%202.3.3-.4.7-.7%201.1-.8.4-.2.9-.3%201.4-.3%201.2%200%202.1.4%202.8%201.2.7.8%201.1%201.8%201.1%203s-.4%202.3-1.1%203.2-1.8%201.4-3.4%201.4c-1.7%200-2.9-.7-3.7-2.1zm7.7%2029.4c-.2-.1-1-.4-2.4-.7-1-.2-1.7-.5-2.1-.9-.4-.4-.6-.9-.6-1.5%200-.8.3-1.5.9-2%20.6-.6%201.5-.9%202.6-.9s1.9.2%202.6.6c.7.4%201.1%201.2%201.2%202.2h-2.2c0-.3-.1-.5-.2-.7-.3-.3-.7-.5-1.3-.5-.5%200-.8.1-1%20.2-.2.2-.3.3-.3.5%200%20.3.1.4.3.6.2.1%201%20.3%202.3.6.9.2%201.6.5%202%201%20.4.4.7%201%20.7%201.6%200%20.8-.3%201.5-1%202.1-.6.5-1.6.8-2.9.8-1.4%200-2.4-.3-3-.9-.6-.6-1-1.3-1-2.2h2.3c.1.4.2.7.3.8.3.3.8.5%201.6.5.4%200%20.8-.1%201.1-.2.3-.1.4-.3.4-.6.1-.1%200-.3-.3-.4zm-38.9%201c.3.2.8.3%201.2.3.5%200%20.9-.1%201.2-.4.2-.1.3-.3.5-.6h2.3c-.1.5-.3%201-.8%201.6-.8.8-1.8%201.3-3.2%201.3-1.1%200-2.2-.4-3-1.1-.9-.7-1.3-1.8-1.3-3.4%200-1.5.4-2.6%201.2-3.4.8-.8%201.8-1.2%203.1-1.2.7%200%201.4.1%202%20.4.6.3%201.1.7%201.5%201.3.4.5.6%201.1.7%201.8.1.4.1%201%20.1%201.7h-6.2c-.2.7.1%201.3.7%201.7zm-2.1-38.2c0%20.8-.2%201.4-.7%201.9-.3.3-.6.6-.9.7.2%200%20.6.2%201%20.6.7.6%201%201.4%201%202.5s-.4%202.1-1.1%202.9c-.8.8-1.9%201.2-3.4%201.2-1.8%200-3.1-.6-3.8-1.8-.4-.6-.6-1.5-.6-2.5h2.5c0%20.5.1.9.2%201.3.3.6.9.9%201.7.9.5%200%20.9-.2%201.3-.5s.6-.8.6-1.5c0-.9-.3-1.4-1-1.7-.4-.2-1-.2-1.9-.2v-1.8c.8%200%201.4-.1%201.7-.2.4-.2.6-.5.7-.9.1-.2.1-.4.1-.6%200-.5-.1-.9-.4-1.2-.3-.3-.7-.5-1.2-.5-.6%200-1%20.2-1.3.6-.3.4-.4.9-.4%201.5h-2.4c0-.6.1-1.3.3-1.8.2-.5.5-1%201-1.4.3-.3.7-.5%201.2-.7.5-.2%201-.2%201.7-.2%201.2%200%202.2.3%203%201%20.7.6%201%201.4%201.1%202.3v.1zm-4.9%2033.7c-.2-.4-.6-.6-1.1-.6-.6%200-1%20.3-1.3.8-.1.3-.2.6-.2%201v5.1h-2.3v-5.1c0-.5-.1-.9-.2-1.1-.2-.4-.6-.6-1.1-.6-.6%200-1.1.2-1.3.6-.1.2-.2.6-.2%201.1v5.2h-2.3v-8.6h2.2v1.3c.3-.4.5-.8.8-.9.4-.3%201-.5%201.7-.5s1.2.1%201.6.4c.3.3.6.6.7%201%20.3-.5.7-.9%201.1-1.1.5-.2%201-.4%201.5-.4.4%200%20.8.1%201.1.2.4.2.7.4%201%20.8.2.3.4.7.5%201.1.1.3.1.7.1%201.3v5.4h-2.3v-5.5c.1-.4.1-.7%200-.9zm104.4-34.5c-.3-.4-.7-.5-1.3-.5-.8%200-1.3.3-1.6.9-.2.3-.3.9-.3%201.6h-2.5c0-1.1.2-2%20.6-2.7.7-1.3%201.9-1.9%203.6-1.9%201.4%200%202.5.4%203.3%201.1.8.8%201.2%201.8%201.2%203%200%201-.3%201.8-.9%202.6-.4.5-1%201-1.9%201.7l-1%20.7c-.6.5-1.1.8-1.3%201-.2.2-.4.4-.6.7h5.7v2.3h-8.9c0-.9.2-1.8.6-2.6.4-.9%201.2-1.8%202.6-2.8%201.2-.8%201.9-1.4%202.3-1.8.5-.6.8-1.2.8-1.9%200-.6-.1-1-.4-1.4zm-5.7%2032.4c.6.3%201.1.7%201.5%201.3.4.5.6%201.1.7%201.8.1.4.1%201%20.1%201.7h-6.2c0%20.9.3%201.5.9%201.8.3.2.8.3%201.2.3.5%200%20.9-.1%201.2-.4.2-.1.3-.3.5-.6h2.3c-.1.5-.3%201-.8%201.6-.8.8-1.8%201.3-3.2%201.3-1.1%200-2.2-.4-3-1.1-.9-.7-1.3-1.8-1.3-3.4%200-1.5.4-2.6%201.2-3.4.8-.8%201.8-1.2%203.1-1.2.6-.1%201.2%200%201.8.3zm-4-22h-2.6v-9h-3.1v-1.7c.8%200%201.4-.1%201.7-.2.5-.1.9-.3%201.3-.7.2-.2.4-.5.5-.9.1-.2.1-.4.1-.5h2.1v13zm29.5-5.5c-.4-.2-1-.2-1.9-.2v-1.8c.8%200%201.4-.1%201.7-.2.6-.3.9-.8.9-1.5%200-.5-.1-.9-.4-1.2-.3-.3-.7-.5-1.2-.5-.6%200-1%20.2-1.3.6-.3.4-.4.9-.4%201.5h-2.4c0-.6.1-1.3.3-1.8.2-.5.5-1%201-1.4.3-.3.7-.5%201.2-.7.5-.2%201-.2%201.7-.2%201.2%200%202.2.3%203%201%20.8.6%201.1%201.5%201.1%202.6%200%20.8-.2%201.4-.7%201.9-.3.3-.6.6-.9.7.2%200%20.6.2%201%20.6.7.6%201%201.4%201%202.5s-.4%202.1-1.1%202.9c-.8.8-1.9%201.3-3.4%201.3-1.8%200-3.1-.6-3.8-1.8-.4-.6-.6-1.5-.6-2.5h2.5c0%20.5.1.9.3%201.3.3.6.9.9%201.7.9.5%200%20.9-.2%201.3-.5s.6-.8.6-1.5c-.2-1.2-.6-1.7-1.2-2zm14%20.7v2h-1.5v2.8h-2.5v-2.8h-5.1v-2.2l4.8-7.9h2.9v8.1h1.4zm7-1c-.3-.5-.8-.7-1.5-.7-.3%200-.6%200-.8.1-.4.1-.7.4-.9.8l-2.3-.1.9-7.2h7.2v2.2h-5.3l-.5%202.8c.4-.3.7-.4.9-.5.4-.1.8-.2%201.4-.2%201.1%200%202%20.4%202.8%201.1.8.7%201.2%201.8%201.2%203.2%200%201.2-.4%202.3-1.2%203.2-.8.9-1.9%201.4-3.5%201.4-1.2%200-2.3-.3-3-1-.8-.7-1.2-1.6-1.3-2.8h2.5c.1.6.3%201%20.6%201.3s.7.5%201.3.5c.6%200%201.1-.2%201.5-.7.3-.4.5-1%20.5-1.7-.1-.7-.2-1.3-.5-1.7zm13.1-4h-2.5c0-.2-.1-.4-.2-.7-.3-.4-.7-.6-1.2-.6-.8%200-1.4.5-1.8%201.4-.2.5-.3%201.3-.4%202.3.3-.4.7-.7%201.1-.8.4-.2.9-.3%201.4-.3%201.1%200%202.1.4%202.8%201.2.7.8%201.1%201.8%201.1%203s-.4%202.3-1.1%203.2c-.7.9-1.8%201.4-3.4%201.4-1.6%200-2.8-.7-3.6-2.1-.6-1.1-.9-2.4-.9-4.1%200-1%200-1.8.1-2.4.1-1.1.4-2%20.9-2.8.4-.6.9-1.1%201.5-1.5.6-.4%201.3-.6%202.2-.6%201.2%200%202.2.3%202.9.9.6.7%201%201.5%201.1%202.5zm-167.7-3.3c1.4%200%202.5.4%203.3%201.1.8.8%201.2%201.8%201.2%203%200%201-.3%201.8-.9%202.6-.4.5-1%201-1.8%201.6l-1%20.7c-.6.5-1.1.8-1.3%201-.2.2-.4.4-.6.7h5.7v2.3h-8.9c0-.9.2-1.7.5-2.4%200-.1%200-.1.1-.2.4-.9%201.2-1.8%202.6-2.8%201.2-.8%201.9-1.4%202.3-1.8.5-.6.8-1.2.8-1.9%200-.5-.2-1-.5-1.4-.3-.4-.7-.5-1.3-.5-.8%200-1.3.3-1.6.9-.2.3-.3.9-.3%201.6h-2.5c0-1.1.2-2%20.6-2.7.3-.6.7-1%201.2-1.3.2-.1.5-.2.8-.3.5%200%201-.2%201.6-.2zm-18.6%2043.5h-2.3v-11.6h2.5l4.6%208.1v-8.1h2.3v11.6h-2.4l-4.7-8.2v8.2zm7.8-30.4v-8.9h-3.1v-1.7c.8%200%201.4-.1%201.7-.2.5-.1.9-.3%201.3-.7.2-.2.4-.5.5-.9.1-.2.1-.4.1-.5h2.1v13h-1.5l-1.1-.1zm-8.4-40.7v-8.3h8.3v8.5h-8.3v-.2zm8.3%2011.1c-3.3-1-6-3.4-7.4-6.5h7.4v6.5zm4.3-6.5h7.2v7h-7.2v-7zm11.6%200h7.4c-1.3%203.1-4.1%205.5-7.4%206.5v-6.5zm8.3-4.6v.2h-8.3v-8.5h8.3v8.3zm-10.5-12.6h-2.2v12.8h-7.2v-21.1h8.3c5.2%200%209.6%203.5%2011.1%208.3h-10zm-13.7%200h-7.8c1.1-3.7%204-6.6%207.8-7.8v7.8zm2.2%2079.1c.4-.3%201.1-.4%202-.5l.8-.1c.4-.1.7-.1.9-.2.3-.1.5-.4.5-.6%200-.4-.1-.6-.4-.7-.3-.1-.6-.2-1.1-.2-.5%200-.9.1-1.1.4-.2.2-.3.5-.3.8h-2.2c0-.7.3-1.4.6-1.8.6-.8%201.6-1.1%203.1-1.1.9%200%201.8.2%202.5.6.7.4%201.1%201.1%201.1%202.1v4.9c0%20.3.1.5.1.6l.3.3v.3h-2.4c-.1-.2-.1-.3-.1-.5s0-.3-.1-.5c-.3.3-.7.6-1.1.9-.5.3-1%20.4-1.6.4-.8%200-1.4-.2-1.9-.7-.5-.4-.8-1.1-.8-1.9-.1-1.2.3-2%201.2-2.5z%22%20fill%3D%22url(%23SVGID_15_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_16_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22346.901%22%20x2%3D%22-723.913%22%20y2%3D%22346.901%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-797.4%20358.2c3.1%203.6%207.7%205.8%2012.8%205.8%203.7%200%207-1.2%209.8-3.1h7.3c.1%200%20.1-.1.1-.1%201.2-.9%202.2-2%203.1-3.2H-776.9c-.5-.8-1-1.7-1.4-2.6h15.7c.6-1%201-2.2%201.4-3.3h-18.2c-.1-.3-.2-.5-.2-.8-.2-.7-.2-1.4-.3-2.1h19.4c.1-.9.3-1.7.3-2.6%200-.2-.1-.5-.1-.7H-780c0-.9.1-1.9.3-2.8h19.2c-.2-1.1-.6-2.3-1-3.3H-778.9c.3-1%20.7-1.9%201.2-2.9H-762.8c-.3-.5-.7-.9-1-1.4-.5-.7-.9-1.3-1.5-1.9h-10.2c.2-.3.4-.5.6-.8-2.7-1.8-5.9-2.8-9.4-2.8-9.5%200-17.2%207.7-17.2%2017.1%200%201.2.1%202.4.4%203.5.3%203.2%201.8%205.8%203.7%208z%22%20fill%3D%22url(%23SVGID_16_)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.notebook3 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-31%2018.2%20577.1%20369.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M37.6%2067.5h441v292.4h-441z%22%2F%3E%3Cpath%20d%3D%22M545.8%20376.8h-52.4v-8.6c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1h-52.4c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.4-.4%202.7-1.8%202.1-3.9zM43.1%2080.1c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H40.5V349%2082.9c-.1-2.2.4-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M124.5%2034.3h258v159.8h-258z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22214.75%22%20x2%3D%22384.352%22%20y2%3D%22214.75%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M403.2%20115v28.3l1.4%203.3-1.4.6V197l18.8-7.7%204.1%2010.1c1.8%204.5-.2%209.5-4.6%2011.3l-226.9%2092.6c-4.3%201.8-9.4-.5-11.2-4.9l-4.1-10.1L353%20217.4H230.9l-69%2028.2-11.5-28.2h-11.5l34.7%2085c3%207.4%2010%2012.1%2017.9%2012.1%202.5%200%204.9-.5%207.2-1.4l226.8-92.6c9.8-4%2014.5-15.3%2010.4-25.2L403.2%20115z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22138.3%22%20x2%3D%22384.352%22%20y2%3D%22138.3%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGID_2_)%22%20d%3D%22M340.6%20141.7v-6.8l-3.9%206.8z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22138.3%22%20x2%3D%22384.352%22%20y2%3D%22138.3%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGID_3_)%22%20d%3D%22M202.9%20134.9l-3.9%206.8h3.9z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22142.628%22%20x2%3D%22384.352%22%20y2%3D%22142.628%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M229%20144.7c.4-.5.6-1.2.6-2%200-.9-.2-1.6-.7-2.1-.5-.5-1-.7-1.7-.7-.5%200-1%20.2-1.4.5-.6.5-.9%201.2-.9%202.3%200%20.9.2%201.6.7%202.1.5.5%201.1.8%201.8.8.7-.1%201.2-.4%201.6-.9z%22%20fill%3D%22url(%23SVGID_4_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_5_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22181.535%22%20x2%3D%22384.352%22%20y2%3D%22181.535%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M156.5%20183.3c.6%200%201.2-.2%201.7-.5s.8-1%20.8-1.9v-1c-.2.1-.4.2-.5.3-.2.1-.4.1-.7.2l-.6.1c-.6.1-1%20.2-1.3.4-.4.3-.7.6-.7%201.2%200%20.5.1.8.4%201%20.2.1.5.2.9.2z%22%20fill%3D%22url(%23SVGID_5_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_6_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22142.985%22%20x2%3D%22384.352%22%20y2%3D%22142.985%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M264.8%20145.5c.7%200%201.3-.2%201.7-.6s.6-1%20.6-1.8-.2-1.4-.6-1.9c-.4-.4-1-.6-1.7-.6s-1.3.2-1.7.6-.6%201-.6%201.9c0%20.8.2%201.4.6%201.8s1%20.6%201.7.6z%22%20fill%3D%22url(%23SVGID_6_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_7_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22177.512%22%20x2%3D%22384.352%22%20y2%3D%22177.512%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M186%20176.4c-.7%200-1.3.2-1.6.6-.4.4-.6.9-.7%201.6h4.7c0-.7-.3-1.3-.7-1.7-.5-.3-1.1-.5-1.7-.5z%22%20fill%3D%22url(%23SVGID_7_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_8_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22136.995%22%20x2%3D%22384.352%22%20y2%3D%22136.995%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M277.3%20134.2c-.5%200-1%20.1-1.4.4-.6.5-.9%201.3-.9%202.4%200%20.9.2%201.7.6%202.1.4.5%201%20.7%201.8.7.4%200%20.8-.1%201.2-.4.7-.5%201.1-1.2%201.1-2.4%200-.9-.2-1.6-.6-2.1-.5-.5-1.1-.7-1.8-.7z%22%20fill%3D%22url(%23SVGID_8_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_9_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22136.108%22%20x2%3D%22384.352%22%20y2%3D%22136.108%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M264.8%20138.1c.6%200%201.1-.2%201.5-.6.3-.4.5-.8.5-1.4%200-.6-.2-1.1-.5-1.5-.3-.4-.8-.5-1.5-.5-.6%200-1.1.2-1.5.5-.4.4-.5.9-.5%201.5s.2%201.1.5%201.4c.3.4.8.6%201.5.6z%22%20fill%3D%22url(%23SVGID_9_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_10_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22181.54%22%20x2%3D%22384.352%22%20y2%3D%22181.54%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M219.6%20180.4c-.6.1-1%20.2-1.3.4-.4.3-.7.6-.7%201.2%200%20.5.1.8.4%201s.6.3%201%20.3c.6%200%201.2-.2%201.7-.5s.8-1%20.8-1.9v-1c-.2.1-.3.2-.5.3-.2.1-.4.1-.7.2h-.7z%22%20fill%3D%22url(%23SVGID_10_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_11_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22181.54%22%20x2%3D%22384.352%22%20y2%3D%22181.54%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M265.7%20180.4c-.6.1-1%20.2-1.3.4-.4.3-.7.6-.7%201.2%200%20.5.1.8.4%201%20.3.2.6.3%201%20.3.6%200%201.2-.2%201.7-.5s.8-1%20.8-1.9v-1c-.2.1-.4.2-.5.3-.2.1-.4.1-.7.2h-.7z%22%20fill%3D%22url(%23SVGID_11_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_12_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22177.512%22%20x2%3D%22384.352%22%20y2%3D%22177.512%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M293%20177c-.4.4-.6.9-.7%201.6h4.7c-.1-.7-.3-1.3-.7-1.7-.4-.4-1-.6-1.6-.6-.8.1-1.3.3-1.7.7z%22%20fill%3D%22url(%23SVGID_12_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_13_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22142.628%22%20x2%3D%22384.352%22%20y2%3D%22142.628%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M365.1%20145.5c.7%200%201.2-.3%201.6-.8.4-.5.6-1.2.6-2%200-.9-.2-1.6-.7-2.1-.5-.5-1-.7-1.7-.7-.5%200-1%20.2-1.4.5-.6.5-.9%201.2-.9%202.3%200%20.9.2%201.6.7%202.1.5.4%201.1.7%201.8.7z%22%20fill%3D%22url(%23SVGID_13_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_14_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22139.805%22%20x2%3D%22384.352%22%20y2%3D%22139.805%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M137.8%20144c.3%201%20.9%201.5%201.8%201.5s1.5-.5%201.8-1.5c.3-.8.4-2.1.4-3.5v-.7c0-1.9-.1-3.3-.4-4.3s-.9-1.4-1.8-1.4-1.5.5-1.8%201.4c-.3.9-.5%202.3-.5%204.3%200%20.9%200%201.8.1%202.5s.2%201.2.4%201.7z%22%20fill%3D%22url(%23SVGID_14_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_15_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22116.126%22%20x2%3D%22384.352%22%20y2%3D%22116.126%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M121.7%20205.7c2.5%201.2%205.2%201.9%208.1%201.9H377.1c5.2%200%209.9-2.1%2013.4-5.5%203.6-3.6%205.9-8.5%205.9-14V44.2c0-5.5-2.3-10.5-5.9-14-3.5-3.4-8.2-5.5-13.4-5.5H129.9c-10.7%200-19.3%208.8-19.3%2019.6v143.8c0%207.8%204.6%2014.5%2011.1%2017.6zm12.4-65.9c0-2.6.4-4.7%201.2-6.1.8-1.4%202.2-2.1%204.3-2.1%202%200%203.5.7%204.3%202.1.7%201.3%201.1%203.2%201.2%205.5%200%20.2.1.4.1.6%200%202.6-.4%204.7-1.2%206.1s-2.2%202.1-4.3%202.1c-2%200-3.5-.7-4.3-2.1-.4-.7-.6-1.5-.9-2.4-.2-1.1-.4-2.3-.4-3.7zm149.5-63.9c0-14.5%2011.8-26.4%2026.4-26.4%205.7%200%2011%201.9%2015.3%205%204.5-3.6%2010.1-5.8%2016.3-5.8%205.3%200%2010.2%201.6%2014.4%204.3%203.4%202.2%206.2%205.3%208.3%208.8%202.2%203.9%203.6%208.3%203.6%2013.1%200%2014.5-11.8%2026.3-26.3%2026.3-5.7%200-10.9-1.9-15.2-4.9-4.5%203.7-10.2%205.9-16.5%205.9-8.5%200-16-4.1-20.8-10.4-2.2-2.8-3.8-6.1-4.7-9.6-.5-2-.8-4.1-.8-6.3zm-5%20101.4c-.2-.5-.7-.8-1.4-.8-.8%200-1.3.3-1.6.8-.1.3-.2.7-.2%201.3v6.3h-2.8v-10.5h2.7v1.5c.3-.5.7-.9%201-1.2.5-.4%201.2-.6%202.1-.6.8%200%201.5.2%201.9.5.4.3.7.7.9%201.3.4-.6.8-1.1%201.3-1.4.6-.3%201.2-.4%201.9-.4.5%200%20.9.1%201.4.3.5.2.9.5%201.2.9.3.4.5.8.6%201.4.1.3.1.9.1%201.6v6.6h-2.8v-6.7c0-.4-.1-.7-.2-1-.2-.5-.7-.7-1.3-.7-.8%200-1.3.3-1.6.9-.1.3-.2.7-.2%201.2v6.3h-2.8v-6.3c0-.6-.1-1-.2-1.3zm.2-35.4c-.6.3-1.3.5-2.2.5-1.3%200-2.4-.4-3.4-1.3s-1.5-2.1-1.5-3.8c0-1.7.5-3.1%201.5-4.2s2.3-1.6%203.8-1.6c2.4%200%204.1%201.1%205%203.2.5%201.2.8%202.8.8%204.8%200%201.9-.2%203.5-.7%204.8-.9%202.5-2.7%203.7-5.2%203.7-1.2%200-2.3-.4-3.2-1.1-1-.7-1.5-1.7-1.6-3.1h3.1c.1.5.3.8.6%201.1.3.3.7.4%201.3.4%201%200%201.8-.6%202.2-1.7.2-.6.4-1.5.4-2.8-.2.6-.5.9-.9%201.1zm-18.7-4.4c-.2-.6-.3-1.2-.3-1.7%200-1.2.4-2.1%201.3-3%20.9-.8%202.1-1.2%203.7-1.2s2.8.4%203.7%201.2%201.3%201.8%201.3%203c0%20.5-.1%201.1-.3%201.7-.2.6-.7%201.1-1.5%201.6.8.4%201.4%201%201.8%201.7.4.7.6%201.5.6%202.4%200%201.3-.5%202.5-1.5%203.4-1%20.9-2.4%201.4-4.2%201.4-1.8%200-3.1-.5-4.1-1.4s-1.4-2.1-1.4-3.4c0-.9.2-1.7.6-2.4.4-.7%201-1.3%201.8-1.6-.8-.6-1.3-1.1-1.5-1.7zm7%2039.1c-.3-.2-.7-.3-1.3-.3-.7%200-1.1.2-1.4.5-.2.2-.3.6-.4%201h-2.7c.1-.9.3-1.7.8-2.3.7-.9%202-1.4%203.8-1.4%201.2%200%202.2.2%203.1.7.9.5%201.3%201.3%201.3%202.6v6c0%20.4.1.6.2.7.1.1.2.2.4.3v.4h-3c-.1-.2-.1-.4-.2-.6%200-.2-.1-.4-.1-.6-.4.4-.8.8-1.3%201.1-.6.3-1.3.5-2%20.5-1%200-1.7-.3-2.4-.8-.6-.5-.9-1.3-.9-2.3%200-1.3.5-2.2%201.5-2.8.5-.3%201.4-.5%202.4-.7l.9-.1c.5-.1.9-.1%201.1-.2.4-.2.6-.4.6-.8.1-.4-.1-.7-.4-.9zm-11%20.7c-.3-.5-.8-.8-1.5-.8-.9%200-1.6.4-1.9%201.2-.2.4-.3.9-.3%201.6v5.7h-2.8v-10.5h2.7v1.5c.3-.5.7-.9%201-1.2.6-.4%201.3-.6%202.1-.6%201.1%200%202%20.3%202.7.9.7.6%201%201.5%201%202.8v7.1h-2.8v-6.4c.1-.6%200-1-.2-1.3zm-15.2%205.5c.1.1.4.2%201%20.2h.6v2.1h-1.3c-1.3%200-2.2-.2-2.7-.7-.3-.3-.5-.8-.5-1.5v-6.5h-1.5v-1.9h1.5v-2.9h2.7v2.9h1.7v1.9h-1.7v5.6c0%20.5.1.7.2.8zm.5-42.3c-.4%201-.9%202.2-1.2%203.6-.4%201.4-.5%202.6-.5%203.5h-3.3c.1-2.9%201-5.8%202.8-8.9%201.2-1.9%202.1-3.2%202.9-4h-7.9v-2.8h11.3v2.5c-.5.5-1.1%201.3-2%202.5-.8%201.1-1.5%202.3-2.1%203.6zm-44.8%203.7v-2.7l5.9-9.7h3.5v10h1.8v2.5H206v3.4h-3.1v-3.4l-6.3-.1zm7.2%2026.5h3v11.7h7.1v2.6h-10.1v-14.3zm7-23.9c-1-.8-1.5-2-1.6-3.5h3.1c.1.7.4%201.2.7%201.6.3.4.9.6%201.5.6.8%200%201.4-.3%201.8-.8.4-.5.6-1.2.6-2.1%200-.8-.2-1.5-.6-2.1-.4-.6-1-.8-1.8-.8-.4%200-.7%200-1%20.1-.5.2-.9.5-1.1%201l-2.8-.1%201.1-8.8h8.8v2.7H213l-.6%203.5c.5-.3.9-.5%201.1-.6.5-.2%201-.3%201.7-.3%201.3%200%202.5.4%203.4%201.3%201%20.9%201.5%202.2%201.5%203.9%200%201.5-.5%202.8-1.4%203.9-.9%201.2-2.4%201.7-4.2%201.7-1.5%200-2.8-.4-3.7-1.2zm10.2%2029.8c-.3-.2-.7-.3-1.3-.3-.7%200-1.1.2-1.4.5-.2.2-.3.6-.4%201h-2.7c.1-.9.3-1.7.8-2.3.7-.9%202-1.4%203.8-1.4%201.2%200%202.2.2%203.1.7.9.5%201.3%201.3%201.3%202.6v6c0%20.4.1.6.2.7.1.1.2.2.4.3v.4h-3c-.1-.2-.1-.4-.2-.6%200-.2-.1-.4-.1-.6-.4.4-.8.8-1.3%201.1-.6.3-1.3.5-2%20.5-1%200-1.7-.3-2.4-.8-.6-.5-.9-1.3-.9-2.3%200-1.3.5-2.2%201.5-2.8.5-.3%201.4-.5%202.4-.7l.9-.1c.5-.1.9-.1%201.1-.2.4-.2.6-.5.6-.8.1-.4-.1-.7-.4-.9zm1.9-31.1c-.7-1.3-1.1-3-1.1-5.1%200-1.2.1-2.2.2-3%20.2-1.4.5-2.5%201.1-3.4.5-.8%201.1-1.4%201.8-1.9s1.6-.7%202.6-.7c1.5%200%202.7.4%203.5%201.1s1.4%201.8%201.5%203h-3.1c0-.3-.1-.5-.3-.8-.3-.5-.8-.7-1.5-.7-1%200-1.7.6-2.2%201.7-.2.6-.4%201.6-.5%202.8.4-.5.8-.8%201.4-1%20.5-.2%201.1-.3%201.8-.3%201.4%200%202.6.5%203.5%201.4.9%201%201.4%202.2%201.4%203.7s-.4%202.8-1.3%203.9-2.3%201.7-4.1%201.7c-2.3.1-3.8-.7-4.7-2.4zm9.5%2036c-.3-.2-1.2-.4-2.9-.8-1.2-.3-2-.7-2.5-1.1-.5-.4-.7-1.1-.7-1.9%200-1%20.4-1.8%201.1-2.5.8-.7%201.8-1.1%203.2-1.1%201.3%200%202.4.3%203.2.8.8.5%201.3%201.4%201.4%202.7h-2.7c0-.3-.1-.6-.3-.8-.3-.4-.8-.6-1.5-.6-.6%200-1%20.1-1.3.3-.3.2-.4.4-.4.7%200%20.3.1.5.4.7.3.1%201.2.4%202.9.8%201.1.3%201.9.6%202.5%201.2.5.5.8%201.2.8%202%200%201-.4%201.9-1.2%202.5-.8.7-2%201-3.6%201-1.7%200-2.9-.3-3.7-1-.8-.7-1.2-1.6-1.2-2.7h2.8c.1.5.2.8.4%201%20.3.4%201%20.6%201.9.6.5%200%201-.1%201.3-.2.3-.2.5-.4.5-.7%200-.5-.1-.7-.4-.9zm-47.8%201.2c.4.3.9.4%201.5.4s1.1-.2%201.5-.5c.2-.2.4-.4.6-.7h2.8c-.1.6-.4%201.3-1%201.9-.9%201-2.3%201.5-4%201.5-1.4%200-2.6-.4-3.7-1.3s-1.6-2.3-1.6-4.2c0-1.8.5-3.2%201.5-4.2s2.2-1.5%203.8-1.5c.9%200%201.7.2%202.5.5.7.3%201.3.8%201.8%201.6.4.6.7%201.4.8%202.2.1.5.1%201.2.1%202.1h-7.7c.1%201%20.5%201.7%201.1%202.2zm-2.5-46.8c0%20.9-.3%201.7-.8%202.4-.3.4-.7.7-1.1.8.3%200%20.7.2%201.2.7.8.7%201.2%201.7%201.2%203s-.5%202.5-1.4%203.6c-.9%201-2.3%201.5-4.1%201.5-2.3%200-3.8-.7-4.7-2.2-.5-.8-.7-1.8-.8-3.1h3.1c0%20.6.1%201.2.3%201.6.4.8%201.1%201.2%202.1%201.2.6%200%201.1-.2%201.6-.6.5-.4.7-1%20.7-1.8%200-1.1-.4-1.7-1.3-2.1-.5-.2-1.2-.3-2.3-.3v-2.2c1%200%201.7-.1%202.1-.3.5-.2.7-.6.9-1.1.1-.2.2-.4.2-.7%200-.6-.2-1.1-.5-1.5-.4-.4-.9-.6-1.5-.6-.7%200-1.3.2-1.6.7-.3.5-.5%201.1-.5%201.9H172c0-.8.2-1.5.4-2.3.3-.6.7-1.2%201.2-1.7.4-.4.9-.7%201.5-.9.6-.2%201.3-.3%202.1-.3%201.5%200%202.8.4%203.7%201.2.9.7%201.3%201.7%201.3%202.8-.1.1-.1.2-.1.3zm-6%2041.3c-.2-.5-.7-.7-1.4-.7-.8%200-1.3.3-1.6.9-.1.3-.2.7-.2%201.2v6.3h-2.8v-6.3c0-.6-.1-1.1-.2-1.4-.2-.5-.7-.8-1.4-.8-.8%200-1.3.3-1.6.8-.1.3-.2.7-.2%201.3v6.3H164v-10.5h2.7v1.5c.3-.5.7-.9%201-1.2.5-.4%201.2-.6%202.1-.6.8%200%201.5.2%201.9.5.4.3.7.7.9%201.3.4-.6.8-1.1%201.3-1.4.6-.3%201.2-.4%201.9-.4.5%200%20.9.1%201.4.3.5.2.9.5%201.2.9.3.4.5.8.6%201.4.1.3.1.9.1%201.6v6.6h-2.8v-6.7c0-.3-.1-.6-.2-.9zM304%20134.9c-.4-.4-.9-.7-1.6-.7-1%200-1.6.4-1.9%201.1-.2.4-.3%201.1-.4%202h-3c.1-1.4.3-2.5.7-3.3.8-1.6%202.3-2.4%204.5-2.4%201.7%200%203%20.5%204%201.4%201%20.9%201.5%202.2%201.5%203.7%200%201.2-.4%202.2-1.1%203.1-.5.6-1.2%201.3-2.3%202l-1.3.9c-.8.6-1.3%201-1.6%201.2-.3.3-.5.5-.7.9h7v2.8h-10.9c0-1.1.3-2.2.7-3.1.5-1.1%201.5-2.2%203.2-3.4%201.4-1%202.4-1.8%202.8-2.2.6-.7%201-1.5%201-2.3%200-.7-.2-1.2-.6-1.7zm-6.9%2039.7c.7.3%201.3.8%201.8%201.6.4.6.7%201.4.8%202.2.1.5.1%201.2.1%202.1h-7.7c0%201%20.4%201.8%201.1%202.2.4.3.9.4%201.5.4s1.1-.2%201.5-.5c.2-.2.4-.4.6-.7h2.8c-.1.6-.4%201.3-1%201.9-.9%201-2.3%201.5-4%201.5-1.4%200-2.6-.4-3.7-1.3s-1.6-2.3-1.6-4.2c0-1.8.5-3.2%201.4-4.2%201-1%202.2-1.5%203.8-1.5%201.1%200%201.9.2%202.6.5zm-4.9-27H289v-11h-3.7v-2.1c1%200%201.7-.1%202.1-.2.6-.1%201.1-.4%201.5-.8.3-.3.5-.7.6-1.1.1-.3.1-.5.1-.6h2.6v15.8zm36.1-6.7c-.5-.2-1.2-.3-2.3-.3v-2.2c1%200%201.7-.1%202.1-.3.7-.3%201-.9%201-1.9%200-.6-.2-1.1-.5-1.5-.4-.4-.9-.6-1.5-.6-.7%200-1.3.2-1.6.7-.3.5-.5%201.1-.5%201.9h-2.9c0-.8.2-1.5.4-2.3.3-.6.7-1.2%201.2-1.7.4-.4.9-.7%201.5-.9.6-.2%201.3-.3%202.1-.3%201.5%200%202.8.4%203.7%201.2.9.8%201.4%201.8%201.4%203.2%200%20.9-.3%201.7-.8%202.4-.4.4-.7.7-1.1.8.3%200%20.7.2%201.2.7.8.7%201.2%201.8%201.2%203%200%201.3-.5%202.5-1.4%203.6-.9%201-2.3%201.5-4.1%201.5-2.3%200-3.8-.7-4.7-2.2-.5-.8-.7-1.8-.8-3.1h3.1c0%20.6.1%201.2.3%201.6.4.8%201.1%201.2%202.1%201.2.6%200%201.1-.2%201.6-.6.5-.4.7-1%20.7-1.8-.1-1-.6-1.7-1.4-2.1zm17.2.8v2.5h-1.8v3.4h-3.1v-3.4h-6.3v-2.7l5.9-9.7h3.5v10h1.8zm8.5-1.2c-.4-.6-1-.8-1.8-.8-.4%200-.7%200-1%20.1-.5.2-.9.5-1.1%201l-2.8-.1%201.1-8.8h8.8v2.7h-6.5l-.6%203.5c.5-.3.9-.5%201.1-.6.5-.2%201-.3%201.7-.3%201.3%200%202.5.4%203.4%201.3%201%20.9%201.5%202.2%201.5%203.9%200%201.5-.5%202.8-1.4%203.9-.9%201.2-2.4%201.7-4.2%201.7-1.5%200-2.8-.4-3.7-1.2-1-.8-1.5-2-1.6-3.5h3.1c.1.7.4%201.2.7%201.6.4.4.9.6%201.5.6.8%200%201.4-.3%201.8-.8.4-.5.6-1.2.6-2.1%200-.8-.2-1.5-.6-2.1zm16.2-4.8H367c0-.3-.1-.5-.3-.8-.3-.5-.8-.7-1.5-.7-1%200-1.8.6-2.2%201.7-.2.6-.4%201.6-.5%202.8.4-.5.8-.8%201.3-1%20.5-.2%201.1-.3%201.8-.3%201.4%200%202.6.5%203.5%201.4.9%201%201.4%202.2%201.4%203.7s-.4%202.8-1.3%203.9-2.3%201.7-4.1%201.7c-2%200-3.5-.8-4.4-2.5-.7-1.3-1.1-3-1.1-5.1%200-1.2.1-2.2.2-3%20.2-1.4.5-2.5%201.1-3.4.5-.8%201.1-1.4%201.8-1.9s1.6-.7%202.6-.7c1.5%200%202.7.4%203.5%201.1.8.8%201.2%201.8%201.4%203.1zm-205.6-4.1c1.7%200%203%20.5%204%201.4%201%20.9%201.5%202.2%201.5%203.7%200%201.2-.3%202.2-1.1%203.1-.5.6-1.2%201.3-2.2%202l-1.3.9c-.8.6-1.3%201-1.6%201.2-.3.3-.5.5-.7.9h7v2.8h-10.9c0-1.1.3-2%20.7-2.9%200-.1%200-.1.1-.2.4-1.1%201.5-2.2%203.2-3.4%201.4-1%202.4-1.8%202.8-2.2.7-.7%201-1.5%201-2.3%200-.7-.2-1.2-.6-1.7-.4-.4-.9-.7-1.6-.7-1%200-1.6.4-1.9%201.1-.2.4-.3%201.1-.3%202h-3.1c.1-1.4.3-2.5.7-3.3.4-.7.9-1.2%201.5-1.6.3-.2.6-.3%201-.4.4-.2%201-.4%201.8-.4zm-22.9%2053.3H139v-14.2h3.1l5.6%209.9v-9.9h2.8v14.2h-3l-5.8-10.1v10.1zm9.6-37.3v-11h-3.8v-2.1c1%200%201.7-.1%202.1-.2.6-.1%201.1-.4%201.5-.8.3-.3.5-.7.6-1.1.1-.3.1-.5.1-.6h2.6V147.7h-1.8l-1.3-.1zM141%2097.8V87.7h10.2V98H141v-.2zm10.2%2013.6c-4.1-1.2-7.4-4.1-9-8h9v8zm5.3-8h8.8v8.6h-8.8v-8.6zm14.1%200h9c-1.7%203.9-5%206.8-9%208v-8zm10.2-5.6v.2h-10.2V87.7h10.2v10.1zM168%2082.3h-2.7V98h-8.8V72.2h10.1c6.4%200%2011.8%204.3%2013.5%2010.2l-12.1-.1zm-16.8%200h-9.5c1.4-4.6%204.9-8.1%209.5-9.5v9.5zm2.7%2097c.5-.3%201.4-.5%202.4-.7l.9-.1c.5-.1.9-.1%201.1-.2.4-.2.6-.4.6-.8s-.1-.7-.5-.9c-.3-.2-.7-.3-1.3-.3-.7%200-1.1.2-1.4.5-.2.2-.3.6-.4%201h-2.7c.1-.9.3-1.7.8-2.3.7-.9%202-1.4%203.8-1.4%201.2%200%202.2.2%203.1.7.9.5%201.3%201.3%201.3%202.6v6c0%20.4.1.6.2.7.1.1.2.2.4.3v.4h-3c-.1-.2-.1-.4-.2-.6%200-.2-.1-.4-.1-.6-.4.4-.8.8-1.3%201.1-.6.3-1.3.5-2%20.5-1%200-1.7-.3-2.4-.8-.6-.5-.9-1.3-.9-2.3.1-1.3.6-2.2%201.6-2.8z%22%20fill%3D%22url(%23SVGID_15_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_16_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%2275.945%22%20x2%3D%22384.352%22%20y2%3D%2275.945%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M294.3%2089.8c3.8%204.4%209.4%207.2%2015.7%207.2%204.5%200%208.6-1.4%2012-3.8h8.8l.2-.2c1.4-1.1%202.7-2.4%203.9-3.9H319.5c-.6-1-1.2-2-1.7-3.1h19c.7-1.3%201.3-2.6%201.7-4.1H316.3c-.1-.3-.2-.6-.3-1-.2-.8-.3-1.7-.4-2.5h23.9c.1-1%20.3-2.1.3-3.2%200-.3-.1-.6-.1-.9H315.4c0-1.2.2-2.3.3-3.4H339.2c-.3-1.4-.7-2.8-1.2-4.1h-21.3c.4-1.2.9-2.4%201.4-3.5h18.1c-.4-.6-.9-1.1-1.3-1.7-.6-.8-1.1-1.7-1.8-2.4h-12.5c.2-.3.5-.6.8-.9-3.3-2.2-7.2-3.5-11.5-3.5-11.6%200-21%209.4-21%2021%200%201.5.2%202.9.5%204.3.7%203.8%202.5%207%204.9%209.7z%22%20fill%3D%22url(%23SVGID_16_)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.mobile4 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-950.8%20257.2%20273.8%20332.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-898.6%20270.1h169.4v308h-169.4z%22%2F%3E%3Cpath%20d%3D%22M-739.9%20257.2H-888c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148.1c12.3%200%2022.4-10.1%2022.4-22.4V279.6c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2h47.4c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.8-30.3h-161.7V292.8h161.7v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-929.168%22%20y1%3D%22414.294%22%20x2%3D%22-698.673%22%20y2%3D%22414.294%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-920.4%20541.3c-3.5%200-6.6-2-8-5.1-1.3-3-.8-6.3%201.3-8.8%2015.9-17.9%2043.9-31.4%2077-37.1%202.3-12.4%205.7-20.3%207.8-24.3-.6-.1-1.3-.2-2-.2-1%200-2%20.1-3%20.3-3.4.7-5.9%202.3-7.5%204.8-.7%201-1.8%201.6-3%201.6-1.8%200-3.3-1.3-3.6-3-.3-1.8-.2-3.7.4-5.7%201.3-4.2%204.2-7.6%208-9.3-1.5-.3-3-.5-4.5-.5-3.5%200-6.8.9-9.8%202.7-.6.3-1.2.5-1.9.5-1.1%200-2.2-.5-2.9-1.4-.7-.9-.9-2-.6-3.1%201.1-3.7%203.1-6.7%206.3-9.4%203-2.5%206.5-4.3%2010.3-5h-.9c-1.6%200-3-1.1-3.5-2.6s0-3.2%201.2-4.2c2.5-2%205.4-3.3%208.7-4%201.7-.3%203.4-.5%205-.5%206.7%200%2012.8%202.7%2016.8%207.5%201.1%201.3%202%202.8%202.8%204.3%201.5-.8%203.2-1.5%204.9-2%201.8-.5%203.6-.7%205.5-.7%206.1%200%2012.1%202.6%2016.5%207.2%202.3%202.4%203.8%205%204.6%208%20.3%201.1.1%202.4-.6%203.3-.8%201-1.9%201.6-3.2%201.6-.7%200-1.5-.2-2.1-.6l-.9-.6c2.6%202.7%204.5%206.2%205.4%2010%20.9%203.8.7%207.5-.5%2010.9-.5%201.5-1.9%202.4-3.4%202.4s-2.8-.9-3.4-2.2c-1.9-4.3-5.4-7.6-10.3-9.5%202.1%203.5%202.5%208%20.9%2012.2-.7%201.9-1.7%203.5-3.1%204.8-.7.6-1.6%201-2.5%201-1%200-2-.4-2.7-1.2-.7-.7-1-1.6-.9-2.6.2-2.8-.8-5.5-3.1-7.9-1.3-1.4-2.7-2.4-4.1-3-1.1%203.2-2.9%209.6-3.6%2018%206.2-.5%2012.5-.8%2018.6-.8%2016.4%200%2032.2%201.8%2047.2%205.2-3.8-54.3-34.6-93.1-43.4-103.2-4.3%203.2-7.6%207.6-9.8%2013.1-3.2%207.9-3.1%2015.6.2%2022.4.7%201.5.6%203.2-.2%204.6-.9%201.5-2.6%202.4-4.3%202.4-.7%200-1.4-.1-2.1-.4-3.6-1.6-6.9-4-9.7-7.2-7.8-8.8-10.1-20.4-6-30.3.7-1.7%201.5-3.2%202.5-4.7-2%201.2-3.9%202.4-5.7%203.9-12.2%209.2-18.9%2021.1-19.3%2034.5-.1%202.8-2.4%205-5.3%205-1.5%200-2.9-.6-3.9-1.8-5.3-6.1-8.5-13.2-9.7-21.6-2.2-15.6%203.4-30.9%2014.6-40.6-7.7%203.2-14.2%208.1-19%2014.6-1.1%201.5-2.8%202.3-4.7%202.3-3.1%200-5.6-2.2-5.9-5.1-.7-6.5.3-13%203-19.5%207-16.8%2022.2-28.2%2039.6-29.6%201.3-.1%202.6-.2%203.9-.2%203.8%200%207.6.4%2011.2%201.3-.1-4.8.7-9.6%202.3-14.3%205.4-15.9%2020.3-27.5%2039.1-30.2%202.4-.3%204.8-.5%207.1-.5%204.8%200%209.4.8%2013.9%202.2%202.3.8%203.8%202.8%203.8%205.1.1%202.3-1.3%204.4-3.5%205.3-7.8%203-14.4%207.9-19.5%2014.5%207.5-5.1%2016.6-7.8%2026.4-7.8%206.2%200%2012.4%201.1%2018.3%203.2%208.5%203.1%2015.2%207.8%2020.2%2014.4%201.1%201.5%201.3%203.4.5%205.1-.8%201.7-2.5%202.8-4.5%202.8-.3%200-.7%200-1-.1-3.1-.6-6.3-.9-9.4-.9-10.9%200-21.3%203.7-31%2011-1.8%201.4-3.5%202.8-5%204.2%201.8-.6%203.6-1%205.4-1.3%201.4-.2%202.7-.3%204.1-.3%209.6%200%2019%204.7%2025.2%2012.7%202.5%203.3%204.3%206.9%205.1%2010.6.3%201.4%200%202.9-1%204.1-1%201.2-2.5%201.9-4%201.9-1.1%200-2.1-.3-3-1-5-3.7-11-5.6-17.8-5.6-1.7%200-3.4.1-5.2.4-6.3.8-11.6%203-15.9%206.4%2011.2%209.3%2054.5%2050.2%2083.9%20147.7%201.9%201.7%203.7%203.6%205.4%205.5%202.2%202.5%202.7%205.9%201.4%208.9-1.4%203.2-4.5%205.1-8%205.1h-212.9z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-792.3%20289.8c4.8%200%209.1.8%2013.1%202.1%202.7.9%202.8%204.7.2%205.7-12.2%204.7-22.8%2014.3-28.6%2029.7-.2.4-.3.8-.5%201.3%202.6-4%205.9-7.6%209.9-10.7%207.7-5.9%2017.3-8.8%2027-8.8%205.9%200%2011.8%201%2017.5%203.1%208.8%203.2%2014.8%208%2019.1%2013.6%201.3%201.6%200%203.8-2%203.8-.2%200-.4%200-.6-.1-3.2-.6-6.5-1-9.9-1-10.6%200-21.8%203.4-32.5%2011.6-6.5%204.9-11.3%2010.4-14.6%2016.2%204.2-4.6%2010.1-7.8%2016.9-8.8%201.3-.2%202.5-.3%203.8-.3%209.1%200%2017.7%204.6%2023.2%2011.7%202.5%203.2%203.9%206.5%204.6%209.6.4%201.6-1%202.9-2.5%202.9-.5%200-1-.2-1.5-.5-5.1-3.8-11.6-6.1-19.3-6.1-1.8%200-3.6.1-5.5.4-8.4%201.1-14.8%204.4-19.5%209%20.8.7%2052%2037.2%2085.6%20148.9%202%201.9%203.9%203.8%205.7%205.8%203.4%203.9.5%209.9-4.8%209.9h-212.9c-5.2%200-8.2-5.9-4.8-9.7%2015.6-17.6%2043.5-31.1%2077.3-36.5%203.3-18.9%209.2-27.7%209.4-28-1.7-.8-3.6-1.2-5.7-1.2-1.1%200-2.3.1-3.5.4-4.3.9-7.3%203.1-9.1%205.9-.2.3-.6.5-.9.5-.5%200-1-.3-1.1-.9-.2-1.4-.2-2.9.3-4.5%201.2-4.1%204.6-7.6%209-8.5.8-.2%201.7-.3%202.5-.3%202%200%203.9.5%205.6%201.3-2.2-1.8-5-3.4-8.4-4.4-2.7-.8-5.2-1.2-7.6-1.2-4.2%200-7.9%201.1-11.1%203.1-.2.1-.4.2-.6.2-.7%200-1.2-.6-1-1.3.8-2.8%202.5-5.6%205.5-8.2%203.7-3.1%208.5-5%2013.3-5%201.8%200%203.7.3%205.5.8%202.1.7%204%201.6%205.6%202.9l-.4-.4c-4.8-5.4-10.5-7.7-16.2-7.8-1.2%200-1.8-1.5-.8-2.3%202-1.6%204.5-2.8%207.7-3.5%201.5-.3%203-.5%204.5-.5%205.7%200%2011.2%202.2%2014.9%206.6%201.6%202%202.8%204.2%203.5%206.5%201.9-1.5%204.2-2.7%206.8-3.4%201.6-.4%203.2-.6%204.8-.6%205.5%200%2010.8%202.4%2014.7%206.5%202.1%202.2%203.4%204.6%204%206.9.3.9-.5%201.7-1.4%201.7-.3%200-.5-.1-.8-.2-3.2-2.1-7.1-3.3-11.6-3.3-1.9%200-4%20.2-6.1.7-.2.1-.4.1-.6.1h.7c1.9%200%203.8.3%205.6.8%206.5%201.9%2011.2%207.4%2012.7%2013.8.9%203.7.6%206.8-.4%209.5-.2.5-.6.8-1.1.8-.4%200-.9-.2-1.1-.7-2.2-5.1-6.7-9.4-13.9-11.7-2.7-.8-5.2-1.2-7.6-1.2-.6%200-1.3%200-1.9.1%202.7.3%205.3%201.6%207.3%203.7%203%203.2%203.7%207.9%202.1%2011.9-.6%201.6-1.5%202.9-2.5%203.9-.2.2-.5.3-.8.3-.6%200-1.1-.4-1.1-1.1.3-3.3-.8-6.6-3.8-9.8-2.3-2.4-4.9-4-7.5-4.3%200%200-4.1%209.7-4.7%2023.8%206.9-.7%2014-1.1%2021.3-1.1%2017.7%200%2034.6%202.1%2049.9%205.9-3.2-65.9-45.6-109.5-45.7-109.7-5.2%203.3-9.6%208.4-12.5%2015.5-3.7%209.2-3.1%2017.6.3%2024.5.8%201.6-.6%203.4-2.3%203.4-.3%200-.7-.1-1-.2-3.1-1.4-6.1-3.5-8.9-6.5-6.8-7.6-9.5-18.4-5.6-27.7%202.5-6.1%207.1-10.8%2012.8-13.7-6.6%201.8-13.3%205-19.8%209.9-13.8%2010.5-19.9%2023.5-20.3%2036.4-.1%201.6-1.4%202.6-2.8%202.6-.7%200-1.5-.3-2.1-.9-4.5-5.1-7.9-11.7-9.1-20.3-2.1-15.1%203.3-30.7%2015.9-40%204.1-3%208.5-5.3%2013.1-6.8-.5%200-.9.1-1.4.1-16.9%201.9-28.9%209.4-36.5%2019.5-.7.9-1.7%201.3-2.7%201.3-1.6%200-3.2-1.1-3.4-2.8-.6-5.6.1-11.7%202.9-18.3%206.3-15.3%2020.4-26.7%2037.5-28%201.3-.1%202.5-.2%203.7-.2%204.8%200%209.5.8%2013.9%202.1-.5-5.5.1-11.3%202-16.9%205.3-15.6%2020.1-26.1%2037-28.6%202.3-.6%204.6-.7%206.7-.7m0-5v5-5c-2.4%200-4.9.2-7.4.5-19.7%202.9-35.4%2015.1-41.1%2031.9-1.3%204-2.1%208-2.3%2012.1-2.9-.5-5.8-.8-8.8-.8-1.4%200-2.8.1-4.1.2-18.4%201.5-34.3%2013.4-41.7%2031.1-2.9%206.9-3.9%2013.8-3.2%2020.7.4%204.2%204%207.3%208.4%207.3%202.7%200%205.1-1.2%206.7-3.3%201.7-2.3%203.6-4.3%205.7-6.2-5.2%209.1-7.3%2020-5.8%2031%201.2%208.9%204.7%2016.6%2010.3%2022.9%201.5%201.7%203.6%202.6%205.8%202.6%204.2%200%207.6-3.2%207.8-7.4.4-11.9%206.2-22.6%2016.6-31.2-2.7%209.9.1%2020.8%207.5%2029.3-2.3-.7-4.8-1-7.3-1-1.8%200-3.7.2-5.5.6-3.8.8-7%202.2-9.8%204.5-2.1%201.7-2.9%204.4-2%206.9.2.5.4.9.6%201.3-2%201-3.9%202.2-5.7%203.7-3.5%203-5.9%206.5-7.1%2010.6-.5%201.8-.2%203.8%201%205.3%201.1%201.5%203%202.4%204.9%202.4%201.1%200%202.2-.3%203.2-.9%201.8-1.1%203.8-1.8%206-2.2-1.5%201.8-2.7%204-3.4%206.4-.7%202.3-.8%204.6-.5%206.8.5%202.9%203%205.1%206%205.1%202.1%200%204-1%205.1-2.8%201.2-1.9%203.2-3.1%205.9-3.7.2%200%20.3-.1.5-.1-1.9%204.4-4.2%2010.9-6%2019.6-33%205.9-60.8%2019.5-76.8%2037.6-2.8%203.2-3.5%207.6-1.7%2011.4%201.8%204%205.8%206.6%2010.3%206.6h212.9c4.5%200%208.5-2.5%2010.3-6.6%201.8-3.9%201.1-8.4-1.8-11.6-1.6-1.8-3.3-3.5-5-5.2-13.8-45.5-32-84.1-54.2-114.6-11.7-16.2-21.8-26.2-27.8-31.5%203.4-2.1%207.5-3.5%2012.1-4.1%201.7-.2%203.3-.3%204.9-.3%206.2%200%2011.7%201.7%2016.3%205.1%201.3%201%202.8%201.5%204.5%201.5%202.3%200%204.5-1.1%206-2.9%201.4-1.7%201.9-4%201.4-6.2-.9-4.1-2.8-8.1-5.6-11.6-6.6-8.6-16.8-13.7-27.2-13.7h-.5c8.5-5.8%2017.5-8.7%2026.9-8.7%202.9%200%205.9.3%208.9.9.5.1%201%20.2%201.5.2%202.9%200%205.4-1.6%206.7-4.1%201.2-2.5.9-5.5-.8-7.7-5.4-7-12.3-12-21.4-15.2-6.2-2.2-12.6-3.4-19.1-3.4-4.5%200-8.9.5-13%201.6%202.2-1.3%204.5-2.5%207-3.4%203.2-1.2%205.2-4.2%205.1-7.6-.1-3.4-2.2-6.4-5.5-7.5-4.7-1.4-9.7-2.2-14.7-2.2zm-31.9%20149.5c2.6%200%205.1-1.4%206.5-3.6%201.3-2.1%201.5-4.7.4-7-3-6.2-3.1-13.1-.1-20.4%201.7-4.3%204.1-7.8%207.2-10.5%2010.1%2012%2036.5%2047.6%2040.9%2096.6-13.9-3-28.6-4.5-43.7-4.5%201.3-1.4%202.3-3.1%203-5%20.9-2.5%201.3-5.1%201.1-7.6%201.6%201.4%202.8%203.1%203.7%205.1%201%202.3%203.2%203.7%205.7%203.7%202.6%200%204.9-1.6%205.8-4%201.4-3.9%201.6-8.1.6-12.4-.5-2.2-1.4-4.3-2.4-6.2%201.1-.4%202.1-1.2%202.8-2.1%201.2-1.6%201.6-3.6%201-5.5-.9-3.3-2.7-6.4-5.2-9-4.9-5.1-11.5-8-18.3-8-2.1%200-4.1.3-6.1.8-1.1.3-2.2.7-3.2%201.1-.3-.5-.7-1-1-1.5h1.3zm-5.5%2051.1c.5-4.7%201.4-8.5%202.2-11.4.3.3.6.5.9.8%201.8%201.9%202.6%203.9%202.4%206-.1%201.5.3%203%201.3%204.2-2.3.1-4.5.2-6.8.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.notebook4 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-31%2018.2%20577.1%20369.9%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M34.7%2073.5h447v286.4h-447z%22%2F%3E%3Cpath%20d%3D%22M545.8%20376.8h-52.4v-8.6c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1h-52.4c-.8%202.5.2%203.7%202.3%204.1%206%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.4-.4%202.7-1.8%202.1-3.9zM43.1%2080.1c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H40.5V349%2082.9c-.1-2.2.4-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22126.12%22%20y1%3D%22170.192%22%20x2%3D%22388.963%22%20y2%3D%22170.192%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M133.4%20322.2h248.2c6.2%200%209.6-7.3%205.6-12.1-2-2.4-4.3-4.8-6.6-7-39.1-136.4-98.8-181-99.8-181.8%205.4-5.5%2012.9-9.6%2022.7-10.9%2011.9-1.7%2021.6%201.3%2029%207%202.1%201.7%205.2-.4%204.7-3-.8-3.9-2.5-7.8-5.4-11.8-7.3-9.9-19.3-15.8-31.4-14-7.9%201.2-14.7%205.1-19.6%2010.7%203.8-7.1%209.4-13.7%2017-19.8%2016.4-13%2033.7-16.2%2049.3-12.9%202.6.6%204.5-2.4%202.9-4.6-4.9-6.8-11.9-12.7-22.2-16.5-17.4-6.5-37.3-4.7-51.8%207-4.7%203.8-8.5%208.2-11.5%2013%20.2-.5.3-1%20.5-1.5%206.8-18.9%2019-30.5%2033.3-36.3%203.1-1.3%203-5.8-.2-6.9-6.7-2.3-14.3-3.3-23-2-19.8%203-37%2015.8-43.2%2034.9-2.2%206.8-2.9%2013.8-2.3%2020.6-6.4-2.1-13.4-3-20.6-2.4-20%201.7-36.3%2015.6-43.7%2034.2-3.2%208-4%2015.5-3.3%2022.3.3%203.5%205%204.8%207.1%201.9%208.8-12.4%2022.9-21.5%2042.5-23.8.5-.1%201.1-.1%201.6-.2-5.4%201.8-10.6%204.5-15.3%208.3-14.6%2011.4-20.9%2030.5-18.5%2048.9%201.4%2010.6%205.4%2018.6%2010.6%2024.8%201.9%202.3%205.5%201%205.6-2%20.6-15.8%207.6-31.6%2023.7-44.4%207.6-6%2015.4-9.9%2023.1-12.1-6.5%203.5-11.9%209.3-14.9%2016.7-4.5%2011.4-1.4%2024.5%206.5%2033.8%203.2%203.8%206.7%206.3%2010.3%208%202.4%201.1%205.1-1.4%203.9-3.8-3.9-8.4-4.7-18.6-.3-29.9%203.3-8.7%208.5-14.8%2014.6-18.9.1.3%2049.5%2053.5%2053.2%20133.9-17.8-4.7-37.5-7.2-58.1-7.2-8.4%200-16.7.5-24.8%201.3.7-17.1%205.5-29%205.5-29%203.1.4%206.1%202.3%208.7%205.3%203.4%203.9%204.7%208%204.4%2012-.1%201.1%201.4%201.8%202.2.9%201.2-1.2%202.2-2.8%202.9-4.8%201.8-5%201-10.6-2.5-14.5-2.3-2.5-5.3-4-8.5-4.5%203.4-.3%207.1.1%2011.1%201.4%208.4%202.7%2013.6%208%2016.2%2014.2.5%201.2%202.1%201.1%202.6-.1%201.2-3.3%201.5-7.1.5-11.6-1.8-7.7-7.2-14.4-14.8-16.8-2.5-.8-4.9-1.1-7.4-1%20.2-.1.4-.1.7-.2%208.2-2%2015.2-.5%2020.7%203.1%201.3.8%203-.4%202.6-1.8-.8-2.9-2.2-5.7-4.7-8.5-5.8-6.3-14.4-9.5-22.7-7.1-3%20.8-5.6%202.3-7.9%204.1-.8-2.8-2.1-5.5-4-7.9-5.3-6.7-14.2-9.2-22.6-7.5-3.7.8-6.6%202.3-9%204.3-1.1.9-.5%202.8%201%202.8%206.6.2%2013.3%203%2018.8%209.5.1.2.3.4.4.5-1.9-1.5-4.1-2.7-6.6-3.5-7.5-2.5-15.9-.2-21.8%205-3.5%203.1-5.5%206.5-6.4%2010-.3%201.1.9%202%201.9%201.4%205.8-3.7%2013.2-5%2021.7-2.3%203.9%201.3%207.2%203.1%209.8%205.4-2.8-1.5-6.1-2-9.5-1.3-5.1%201.1-9.1%205.3-10.5%2010.4-.6%202-.7%203.9-.4%205.5.2%201.1%201.7%201.5%202.3.5%202.1-3.4%205.5-6.1%2010.6-7.2%204.1-.9%207.7-.4%2010.7%201-.2.3-7.1%2011.1-10.9%2034.1-39.4%206.7-71.9%2023.1-90.1%2044.6-4%204.9-.5%2012.1%205.6%2012.1z%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.plane_steps {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-703%20256.2%20577.7%20569.6%22%3E%3Cpath%20d%3D%22M-128.7%20534.3c-20.9-41.8-63.6-68.2-110.4-68.2h-103l-12.8-30h3c24.8%200%2045-20.2%2045-45s-20.2-45-45-45h-41.5l-38.5-89.9H-519l30%20209.9h-94.6l-30-60H-702l33.7%20134.9-33.7%20134.9h88.4l30-60h94.6l-30%20209.9h87.1l38.5-89.9h41.5c12%200%2023.3-4.7%2031.8-13.2s13.2-19.8%2013.2-31.8c0-24.8-20.2-45-45-45h-3l12.8-30h103c46.7%200%2089.5-26.4%20110.4-68.2l3.4-6.7-3.4-6.7z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M-320.2%20722.7c8.5-8.5%2013.2-19.8%2013.2-31.8%200-24.8-20.2-45-45-45h-3l12.8-30h103c46.7%200%2089.5-26.4%20110.4-68.2l3.4-6.7-3.4-6.7c-20.9-41.8-63.6-68.2-110.4-68.2h-103l-12.8-30h3c24.8%200%2045-20.2%2045-45s-20.2-45-45-45h-41.5l-38.5-89.9h-87.1l30%20209.9h-94.6l-30-60h-88.4l33.7%20134.9-33.7%20134.9h88.4l30-60h94.6l-30%20209.9h87.1l38.5-89.9h41.5c12.1%200%2023.4-4.7%2031.8-13.2zM-352%20376.1c8.3%200%2015%206.7%2015%2015s-6.7%2015-15%2015h-15.8l-12.8-30h28.6zm-99.8%20419.7h-32.8l30-209.9h-147.7l-30%2060h-31.5l26.2-104.9-26.2-104.9h31.5l30%2060h147.7l-30-209.9h32.8l89.9%20209.9h122.7c33.1%200%2063%2017%2079.9%2045-16.9%2027.9-46.9%2045-79.9%2045h-122.7l-89.9%20209.7zm99.8-89.9h-28.7l12.8-30h15.8c8.3%200%2015%206.7%2015%2015%20.1%208.3-6.6%2015-14.9%2015z%22%20fill%3D%22%2300adee%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.hot_mobile1 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-160%20254.7%20273.8%20332.2%22%3E%3Cstyle%3E.st1%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23efefef%22%20d%3D%22M-109.3%20276.3H66.2v276.9h-175.5z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M46.2%20434H-92.9c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8H46.2c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8zM46.2%20463H-92.9c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8H46.2c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8zM46.2%20493H-92.9c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8H46.2c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8z%22%2F%3E%3Cpath%20d%3D%22M46.2%20530.3H-92.9c-1.6%200-2.8-1.3-2.8-2.8v-21.8c0-1.6%201.3-2.8%202.8-2.8H46.2c1.6%200%202.8%201.3%202.8%202.8v21.8c.1%201.5-1.2%202.8-2.8%202.8z%22%20fill%3D%22%2300aeef%22%2F%3E%3Cpath%20d%3D%22M50.9%20254.7h-148c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148c12.3%200%2022.4-10.1%2022.4-22.4V277.1c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2H.6c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.9-30.3H-104V290.3H57.8v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Ccircle%20class%3D%22st1%22%20cx%3D%22-21.5%22%20cy%3D%22336.2%22%20r%3D%2271.7%22%2F%3E%3Ccircle%20cx%3D%22-21.5%22%20cy%3D%22336.2%22%20r%3D%2262.8%22%20fill%3D%22%23ee2316%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M3.7%20330.6c-1.1%206.8-5.5%2013.1-11.2%2014%204.6-16-3.5-34.9-19.6-42%20.1%2016.5-21.3%2027-22.4%2042-.6%2010.9%203.8%2020%2011.2%2025.2-2.3-8.4-.2-17.6%205.6-25.2-2%207.1-1.2%2013.4%200%2016.8%205.7%206.3%2011.3%208.9%2019.6%208.4%205.8-1%2013.2-6.4%2016.8-14%204-8.4%203.6-17.9%200-25.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.hot_notebook1 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-8%20236%20577.1%20369.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M55.2%20280.3h450v297.4h-450z%22%2F%3E%3Cpath%20d%3D%22M568.8%20594.6h-52.4V586c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1H-7.6c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.4-.4%202.7-1.8%202.1-3.9zM66.1%20297.9c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H63.5v-2.7-266.1c-.1-2.2.4-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20d%3D%22M461.5%20540.5H98.9c-1.6%200-2.8-1.3-2.8-2.8v-36c0-1.6%201.3-2.8%202.8-2.8h362.6c1.6%200%202.8%201.3%202.8%202.8v36c0%201.5-1.2%202.8-2.8%202.8z%22%20fill%3D%22%232c4c66%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M448.5%20526.9H111.9c-1.6%200-2.8-1.3-2.8-2.8v-8.9c0-1.6%201.3-2.8%202.8-2.8h336.6c1.6%200%202.8%201.3%202.8%202.8v8.9c0%201.5-1.2%202.8-2.8%202.8z%22%2F%3E%3Cpath%20d%3D%22M448.5%20526.9h-69.4v-14.6h69.4c1.6%200%202.8%201.3%202.8%202.8v8.9c0%201.6-1.2%202.9-2.8%202.9z%22%20fill%3D%22%23ffe029%22%2F%3E%3Cg%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%22280.5%22%20cy%3D%22368.9%22%20r%3D%22118.8%22%2F%3E%3Ccircle%20cx%3D%22280.5%22%20cy%3D%22368.9%22%20r%3D%22104.1%22%20fill%3D%22%23ee2316%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M322.3%20359.7c-1.8%2011.3-9.1%2021.7-18.6%2023.2%207.6-26.5-5.8-57.8-32.5-69.6.2%2027.3-35.3%2044.7-37.1%2069.6-1%2018.1%206.3%2033.1%2018.6%2041.8-3.8-13.9-.3-29.2%209.3-41.8-3.3%2011.8-2%2022.2%200%2027.8%209.4%2010.4%2018.7%2014.7%2032.5%2013.9%209.6-1.7%2021.9-10.6%2027.8-23.2%206.6-13.9%206-29.7%200-41.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.hot_mobile2 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-160%20254.7%20273.8%20332.2%22%3E%3Cstyle%3E.st2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M50.9%20254.7h-148c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148c12.3%200%2022.4-10.1%2022.4-22.4V277.1c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2H.6c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.9-30.3H-104V290.3H57.8v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-109.175%22%20y1%3D%22348.197%22%20x2%3D%22-61.848%22%20y2%3D%22348.197%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-106.8%20364c-1.6-3.5-2.4-7.1-2.4-10.9%200-14.3%2011.6-26%2026-26%206.2%200%2012.2%202.2%2016.9%206.3l4.4%203.8-5.3%202.5c-12.7%206-23.9%2014.5-33.3%2025.2l-3.9%204.4-2.4-5.3z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-83.2%20330.9c5.5%200%2010.6%202%2014.4%205.4-13.2%206.3-25%2015.2-34.5%2026.1-1.3-2.8-2.1-6-2.1-9.3%200-12.3%2010-22.2%2022.2-22.2m0-7.6c-16.4%200-29.8%2013.4-29.8%2029.8%200%204.3.9%208.5%202.8%2012.5l4.9%2010.6%207.7-8.8c9-10.3%2019.8-18.4%2032.1-24.2l10.6-5-8.8-7.6c-5.5-4.8-12.4-7.3-19.5-7.3z%22%2F%3E%3Cg%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-125.933%22%20y1%3D%22417.79%22%20x2%3D%2279.733%22%20y2%3D%22417.79%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-23.1%20536.2c-56.7%200-102.8-46.2-102.8-103%200-24.4%208.7-48%2024.4-66.6%209.9-11.6%2022.4-21.1%2036.3-27.4%206.9-3.1%2014.1-5.4%2021.6-7v-11.6h-4.8c-5%200-9-4.7-9-10.6%200-6%203.9-10.6%209-10.6H2.2c5%200%209%204.7%209%2010.6%200%206-3.9%2010.6-9%2010.6h-4.8v11.6c22.4%204.6%2042.8%2016.6%2057.7%2034.2C71%20385%2079.7%20408.7%2079.7%20433.2c0%2056.8-46.1%20103-102.8%20103zm0-181.6c-13.1%200-26.1%203.3-37.6%209.6-6.6%203.6-12.7%208.2-18.1%2013.6-14.7%2014.8-22.8%2034.5-22.8%2055.3%200%2043.3%2035.2%2078.6%2078.4%2078.6s78.4-35.2%2078.4-78.6c.1-43.2-35.1-78.5-78.3-78.5z%22%20fill%3D%22url(%23SVGID_2_)%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M2.2%20303.2c2.8%200%205.1%203%205.1%206.8s-2.3%206.8-5.1%206.8h-8.6v18.5c46.7%208%2082.3%2048.7%2082.3%2097.7%200%2054.8-44.3%2099.2-99%2099.2s-99-44.4-99-99.2c0-24.5%208.9-46.8%2023.5-64.1%209.5-11.2%2021.4-20.2%2035-26.3%207.5-3.4%2015.5-5.8%2023.8-7.3v-18.5h-8.6c-2.8%200-5.1-3-5.1-6.8s2.3-6.8%205.1-6.8H2.2m-25.3%20212.3c45.3%200%2082.2-36.9%2082.2-82.4%200-45.4-36.9-82.4-82.2-82.4-14.3%200-27.7%203.7-39.4%2010.1-7%203.8-13.4%208.7-18.9%2014.3-14.8%2014.9-23.9%2035.4-23.9%2058%200%2045.5%2036.9%2082.4%2082.2%2082.4M2.2%20295.6h-50.7c-7.2%200-12.8%206.3-12.8%2014.4s5.6%2014.4%2012.8%2014.4h1v4.7c-6.6%201.6-13.1%203.7-19.3%206.5-14.4%206.5-27.4%2016.3-37.6%2028.4-16.3%2019.3-25.3%2043.8-25.3%2069.1%200%2028.5%2011.1%2055.4%2031.2%2075.5%2020.1%2020.2%2046.9%2031.3%2075.4%2031.3s55.3-11.1%2075.4-31.3c20.1-20.2%2031.2-47%2031.2-75.5%200-25.4-9-49.9-25.4-69.2-14.8-17.4-34.8-29.6-56.8-34.8v-4.7h1c7.2%200%2012.8-6.3%2012.8-14.4s-5.7-14.4-12.9-14.4zm-25.3%20212.3c-41.1%200-74.6-33.5-74.6-74.7%200-19.8%207.7-38.5%2021.7-52.6%205.1-5.1%2010.9-9.5%2017.2-13%2010.9-6%2023.3-9.2%2035.7-9.2%2041.1%200%2074.6%2033.5%2074.6%2074.7%200%2041.3-33.5%2074.8-74.6%2074.8z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-97.219%22%20y1%3D%22433.163%22%20x2%3D%2251.018%22%20y2%3D%22433.163%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-23.1%20507.4c-12.3%200-24.6-3.1-35.3-9-2.1-1.1-4.1-2.4-6.1-3.7-3.9-2.7-7.6-5.7-11-9.1-14-14-21.7-32.7-21.7-52.5%200-19.8%207.7-38.5%2021.7-52.5%203.3-3.3%207-6.4%2011-9.1%202-1.3%204-2.6%206.1-3.7%2010.8-5.9%2023-9%2035.3-9%201.6%200%203.2.1%204.8.2%207.7.5%2015.3%202.2%2022.4%205%202.8%201.1%205.6%202.4%208.2%203.8%202.1%201.1%204.2%202.4%206.1%203.7%203.9%202.7%207.6%205.7%2011%209.1%2014%2014%2021.7%2032.7%2021.7%2052.5%200%2019.8-7.7%2038.5-21.7%2052.5-3.3%203.3-7%206.4-11%209.1-2%201.3-4%202.6-6.1%203.7-2.7%201.4-5.4%202.7-8.2%203.8-7.2%202.8-14.7%204.5-22.4%205-1.6.2-3.2.2-4.8.2zm-3.8-126.3c-13.9%201.1-26.7%208-35.6%2019.5-9.7%2012.4-13.6%2028.8-10.8%2044.6l46.4-17.8v-46.3z%22%20fill%3D%22url(%23SVGID_3_)%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-23.1%20362.7c1.5%200%203%200%204.5.1%207.5.5%2014.6%202.1%2021.3%204.7%202.7%201.1%205.2%202.3%207.7%203.6%202%201.1%203.9%202.3%205.8%203.5%203.7%202.5%207.2%205.4%2010.4%208.6%2012.7%2012.7%2020.6%2030.4%2020.6%2049.8%200%2019.5-7.9%2037.1-20.6%2049.8-3.2%203.2-6.7%206.1-10.4%208.6-1.9%201.3-3.8%202.4-5.8%203.5-2.5%201.4-5.1%202.6-7.7%203.6-6.7%202.6-13.8%204.3-21.3%204.7-1.5.1-3%20.1-4.5.1-12.1%200-23.5-3.1-33.5-8.5-2-1.1-3.9-2.3-5.8-3.5-3.7-2.5-7.2-5.4-10.4-8.6a70.377%2070.377%200%200%201-20.6-49.8c0-19.5%207.9-37.1%2020.6-49.8%203.2-3.2%206.7-6.1%2010.4-8.6%201.9-1.3%203.8-2.4%205.8-3.5%209.9-5.2%2021.4-8.3%2033.5-8.3m-53%2087.6l53-20.4v-52.8c-36.7%200-62.3%2036.6-53%2073.2m53-95.2c-13%200-25.8%203.3-37.2%209.4-2.2%201.2-4.3%202.5-6.4%203.9-4.1%202.8-8%206-11.5%209.5-14.7%2014.7-22.8%2034.3-22.8%2055.2%200%2020.9%208.1%2040.5%2022.8%2055.2%203.5%203.5%207.4%206.7%2011.5%209.5%202.1%201.4%204.3%202.7%206.4%203.9%2011.3%206.2%2024.2%209.4%2037.1%209.4%201.7%200%203.3-.1%205-.2%208.1-.5%2016-2.3%2023.6-5.3%202.9-1.1%205.8-2.5%208.6-4%202.2-1.2%204.4-2.5%206.4-3.9%204.1-2.8%208-6%2011.5-9.5%2014.7-14.7%2022.8-34.3%2022.8-55.2%200-20.9-8.1-40.5-22.8-55.2-3.5-3.5-7.4-6.7-11.5-9.5-2.1-1.4-4.2-2.7-6.4-3.9-2.7-1.5-5.6-2.8-8.6-4-7.5-3-15.5-4.8-23.6-5.3-1.5.1-3.2%200-4.9%200zm-47%2084.7c-1.2-13.2%202.6-26.6%2010.6-37%207.3-9.4%2017.5-15.6%2028.8-17.5v39.3l-39.4%2015.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.hot_notebook2 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-8%20236%20577.1%20369.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M57.4%20290.3h443v287.4h-443z%22%2F%3E%3Cpath%20d%3D%22M568.8%20594.6h-52.4v-8.5c.1-29%20.1-283.6%200-293.8-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1H-7.6c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.4-.4%202.7-1.8%202.1-3.9zM66.1%20297.9c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H63.5v-2.7-266.1c-.1-2.2.4-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22171.233%22%20y1%3D%22306.9%22%20x2%3D%22231.34%22%20y2%3D%22306.9%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M174.3%20327c-2-4.4-3.1-9.1-3.1-13.8%200-18.2%2014.8-33%2033-33%207.9%200%2015.5%202.9%2021.5%208l5.6%204.9-6.7%203.2c-16.2%207.7-30.4%2018.4-42.3%2032l-4.9%205.6-3.1-6.9z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M204.2%20284.9c7%200%2013.4%202.6%2018.3%206.8-16.8%208-31.7%2019.3-43.9%2033.1-1.7-3.6-2.6-7.6-2.6-11.8.1-15.4%2012.7-28.1%2028.2-28.1m0-9.7c-20.9%200-37.8%2017-37.8%2037.9%200%205.5%201.2%2010.8%203.5%2015.9l6.2%2013.5%209.8-11.2c11.5-13%2025.2-23.4%2040.7-30.8l13.4-6.4-11.2-9.7a37.5%2037.5%200%200%200-24.6-9.2z%22%2F%3E%3Cg%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22149.952%22%20y1%3D%22395.284%22%20x2%3D%22411.149%22%20y2%3D%22395.284%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M280.6%20545.6c-72%200-130.6-58.7-130.6-130.8%200-30.9%2011-61%2031-84.6%2012.5-14.8%2028.5-26.8%2046.1-34.7%208.8-3.9%2017.9-6.9%2027.4-8.8V272h-6.1c-6.4%200-11.4-5.9-11.4-13.5s5-13.5%2011.4-13.5h64.4c6.4%200%2011.4%205.9%2011.4%2013.5s-5%2013.5-11.4%2013.5h-6.1v14.7c28.4%205.8%2054.4%2021.1%2073.3%2043.4%2020.1%2023.6%2031.1%2053.7%2031.1%2084.8%200%2072-58.5%20130.7-130.5%20130.7zm0-230.6c-16.6%200-33.1%204.2-47.7%2012.2-8.4%204.6-16.1%2010.5-22.9%2017.3-18.7%2018.8-28.9%2043.8-28.9%2070.2%200%2055%2044.7%2099.8%2099.6%2099.8%2054.9%200%2099.6-44.8%2099.6-99.8-.2-54.9-44.8-99.7-99.7-99.7z%22%20fill%3D%22url(%23SVGID_2_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M312.7%20249.8c3.6%200%206.5%203.9%206.5%208.6%200%204.8-2.9%208.6-6.5%208.6h-10.9v23.6c59.3%2010.1%20104.5%2061.8%20104.5%20124.1%200%2069.6-56.3%20126-125.8%20126s-125.8-56.4-125.8-126c0-31.1%2011.2-59.5%2029.9-81.5%2012-14.2%2027.2-25.7%2044.4-33.5%209.5-4.3%2019.6-7.4%2030.2-9.2v-23.6h-10.9c-3.6%200-6.5-3.9-6.5-8.6%200-4.8%202.9-8.6%206.5-8.6h64.4m-32.1%20269.7c57.6%200%20104.4-46.9%20104.4-104.6%200-57.7-46.8-104.6-104.4-104.6-18.1%200-35.2%204.7-50%2012.8-8.9%204.9-17%2011-24%2018.2-18.7%2018.9-30.3%2044.9-30.3%2073.6-.2%2057.7%2046.7%20104.6%20104.3%20104.6m32.1-279.3h-64.4c-9.1%200-16.2%208-16.2%2018.3s7.1%2018.3%2016.2%2018.3h1.2v6c-8.4%202-16.6%204.8-24.5%208.3-18.3%208.2-34.8%2020.7-47.8%2036-20.7%2024.5-32.2%2055.6-32.2%2087.7%200%2036.2%2014.1%2070.3%2039.7%2095.9%2025.6%2025.6%2059.6%2039.7%2095.8%2039.7s70.2-14.1%2095.8-39.7c25.6-25.6%2039.7-59.7%2039.7-95.9%200-32.2-11.5-63.4-32.3-87.9-18.8-22.1-44.2-37.6-72.2-44.1v-6h1.2c9.1%200%2016.2-8%2016.2-18.3.1-10.3-7.1-18.3-16.2-18.3zm-32.1%20269.6c-52.2%200-94.7-42.6-94.7-94.9%200-25.2%209.8-48.9%2027.5-66.8%206.5-6.5%2013.8-12.1%2021.8-16.5%2013.9-7.6%2029.5-11.6%2045.4-11.6%2052.2%200%2094.7%2042.6%2094.7%2094.9%200%2052.4-42.5%2094.9-94.7%2094.9z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22186.417%22%20y1%3D%22414.807%22%20x2%3D%22374.68%22%20y2%3D%22414.807%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M280.5%20509.1c-15.7%200-31.2-3.9-44.9-11.4-2.6-1.4-5.2-3-7.8-4.7-5-3.4-9.7-7.2-13.9-11.5-17.8-17.8-27.6-41.5-27.6-66.7%200-25.2%209.8-48.9%2027.6-66.7%204.2-4.3%208.9-8.1%2013.9-11.5%202.5-1.7%205.1-3.3%207.8-4.7%2013.7-7.4%2029.2-11.4%2044.9-11.4%202.1%200%204.1.1%206%20.2%209.8.6%2019.4%202.8%2028.5%206.4%203.6%201.4%207.1%203%2010.4%204.8%202.7%201.5%205.3%203%207.8%204.7%205%203.4%209.7%207.3%2013.9%2011.5%2017.8%2017.8%2027.6%2041.5%2027.6%2066.7%200%2025.2-9.8%2048.9-27.6%2066.7-4.2%204.2-8.9%208.1-13.9%2011.5-2.5%201.7-5.1%203.3-7.8%204.7-3.4%201.8-6.9%203.5-10.4%204.8-9.1%203.6-18.7%205.7-28.5%206.3-1.9.2-4%20.3-6%20.3zm-4.8-160.4c-17.7%201.4-33.9%2010.2-45.2%2024.7-12.3%2015.8-17.2%2036.6-13.7%2056.6l58.9-22.7v-58.6z%22%20fill%3D%22url(%23SVGID_3_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M280.5%20325.4c1.9%200%203.8.1%205.7.2%209.5.6%2018.6%202.7%2027%206%203.4%201.3%206.7%202.9%209.8%204.6%202.5%201.4%205%202.9%207.4%204.5%204.7%203.2%209.2%206.9%2013.2%2010.9%2016.2%2016.2%2026.2%2038.6%2026.2%2063.3%200%2024.7-10%2047.1-26.2%2063.2-4%204.1-8.5%207.7-13.2%2010.9-2.4%201.6-4.8%203.1-7.4%204.5-3.2%201.7-6.4%203.3-9.8%204.6-8.4%203.3-17.5%205.4-27%206-1.9.1-3.8.2-5.7.2-15.4%200-29.9-3.9-42.6-10.8-2.5-1.4-5-2.9-7.4-4.5-4.7-3.2-9.2-6.9-13.2-10.9-16.2-16.2-26.1-38.5-26.2-63.3%200-24.7%2010-47.1%2026.2-63.3%204-4%208.5-7.7%2013.2-10.9%202.4-1.6%204.8-3.1%207.4-4.5%2012.7-6.8%2027.2-10.7%2042.6-10.7m-67.2%20111.1l67.3-25.9v-67c-46.6%200-79.2%2046.5-67.3%2092.9m67.2-120.8c-16.5%200-32.8%204.1-47.2%2012-2.8%201.5-5.5%203.2-8.2%205-5.3%203.6-10.2%207.6-14.6%2012.1-18.7%2018.7-29%2043.6-29%2070.1%200%2026.5%2010.3%2051.4%2029%2070.1%204.5%204.5%209.4%208.6%2014.6%2012.1%202.7%201.8%205.4%203.5%208.2%205%2014.4%207.8%2030.7%2012%2047.2%2012%202.1%200%204.3-.1%206.4-.2%2010.3-.6%2020.4-2.9%2029.9-6.7%203.7-1.4%207.3-3.2%2010.9-5.1%202.8-1.5%205.5-3.2%208.2-5%205.3-3.6%2010.2-7.6%2014.6-12.1%2018.7-18.7%2029-43.6%2029-70.1%200-26.5-10.3-51.4-29-70.1-4.5-4.5-9.4-8.5-14.6-12.1-2.6-1.8-5.4-3.4-8.2-5-3.5-1.9-7.1-3.6-10.9-5.1-9.6-3.8-19.7-6-30-6.7-2-.2-4.1-.2-6.3-.2zm-59.7%20107.6c-1.5-16.8%203.3-33.7%2013.5-46.9%209.3-12%2022.3-19.8%2036.5-22.2V404l-50%2019.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.hot_mobile3 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-160%20254.7%20273.8%20332.2%22%3E%3Cstyle%3E.st2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M51.5%20254.7H-96.6c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4H51.5c12.3%200%2022.4-10.1%2022.4-22.4V277.1c0-12.3-10.1-22.4-22.4-22.4zm-97.7%2016.2H1.1c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7.1-1.5%201.3-2.7%202.8-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.8-30.3h-161.7V290.3H58.3v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-137.408%22%20y1%3D%22448.894%22%20x2%3D%2292.314%22%20y2%3D%22448.894%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-120.9%20500.5c-9.1%200-16.5-7.4-16.5-16.5v-86.8H92.3V484c0%209.1-7.4%2016.5-16.5%2016.5h-196.7zm149.2-37.8c3.5%203.1%207.9%204.8%2012.4%204.8%2010.3%200%2018.6-8.4%2018.6-18.6%200-10.3-8.4-18.6-18.6-18.6-4.5%200-8.9%201.7-12.4%204.8l-1.6%201.5-1.6-1.5c-3.5-3.1-7.9-4.8-12.4-4.8-10.3%200-18.6%208.4-18.6%2018.6%200%2010.3%208.4%2018.6%2018.6%2018.6%204.5%200%208.9-1.7%2012.4-4.8l1.6-1.5%201.6%201.5zm-128.1-18.4c-2.5%200-4.6%202.1-4.6%204.6%200%202.5%202.1%204.6%204.6%204.6h42.2c2.5%200%204.6-2.1%204.6-4.6%200-2.5-2.1-4.6-4.6-4.6h-42.2z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M89.9%20399.7V484c0%207.8-6.3%2014.1-14.1%2014.1h-196.7c-7.7%200-14.1-6.3-14.1-14.1v-84.3H89.9m-63.3%2033.6c-3.7-3.4-8.6-5.5-14.1-5.5-11.6%200-21.1%209.4-21.1%2021.1%200%2011.6%209.4%2021.1%2021.1%2021.1%205.4%200%2010.3-2.1%2014.1-5.5%203.7%203.4%208.6%205.5%2014.1%205.5%2011.6%200%2021.1-9.4%2021.1-21.1%200-11.6-9.4-21.1-21.1-21.1-5.4%200-10.3%202.1-14.1%205.5m-126.4%2022.6h42.2c3.9%200%207-3.1%207-7s-3.1-7-7-7h-42.2c-3.9%200-7%203.1-7%207-.1%203.9%203.1%207%207%207m194.6-61.1H-139.9V484c0%2010.4%208.5%2018.9%2018.9%2018.9H75.8c10.4%200%2018.9-8.5%2018.9-18.9v-89.2h.1zm-68.2%2045.1l3.3-2.9c3-2.7%206.9-4.2%2010.8-4.2%208.9%200%2016.2%207.3%2016.2%2016.2%200%208.9-7.3%2016.2-16.2%2016.2-3.9%200-7.8-1.5-10.8-4.2l-3.3-2.9-3.3%202.9c-3%202.7-6.9%204.2-10.8%204.2-8.9%200-16.2-7.3-16.2-16.2%200-8.9%207.3-16.2%2016.2-16.2%203.9%200%207.8%201.5%2010.8%204.2l3.3%202.9zM-99.8%20451c-1.2%200-2.1-1-2.1-2.1%200-1.2%201-2.1%202.1-2.1h42.2c1.2%200%202.1%201%202.1%202.1%200%201.2-1%202.1-2.1%202.1h-42.2z%22%2F%3E%3Cg%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-137.408%22%20y1%3D%22357.555%22%20x2%3D%2292.314%22%20y2%3D%22357.555%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-137.4%20374.1v-16.5c0-9.1%207.4-16.5%2016.5-16.5H75.8c9.1%200%2016.5%207.4%2016.5%2016.5v16.5h-229.7z%22%20fill%3D%22url(%23SVGID_2_)%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M75.8%20343.5c7.8%200%2014.1%206.3%2014.1%2014.1v14.1H-135v-14.1c0-7.7%206.3-14.1%2014.1-14.1H75.8m0-4.9h-196.7c-10.4%200-18.9%208.5-18.9%2018.9v19H94.8v-19c0-10.4-8.5-18.9-19-18.9z%22%2F%3E%3C%2Fg%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-135%20371.6H89.8v28.1H-135z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.hot_notebook3 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-8%20236%20577.1%20369.9%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M60.6%20287.3h441v292.8h-441z%22%2F%3E%3Cpath%20d%3D%22M568.8%20594.6h-52.4V586c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1H-7.6c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.5-.4%202.7-1.8%202.1-3.9zM66.1%20297.9c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H63.5v-2.7-266.1c-.1-2.2.5-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22142.541%22%20y1%3D%22468.22%22%20x2%3D%22418.576%22%20y2%3D%22468.22%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M142.5%20407.8v103.5c0%209.5%207.7%2017.3%2017.3%2017.3h241.5c9.5%200%2017.3-7.7%2017.3-17.3V407.8H142.5zm94.9%2069h-51.8c-4.8%200-8.6-3.9-8.6-8.6s3.9-8.6%208.6-8.6h51.8c4.8%200%208.6%203.9%208.6%208.6s-3.8%208.6-8.6%208.6zm120.8%2017.3c-6.7%200-12.7-2.6-17.3-6.7-4.6%204.1-10.6%206.7-17.3%206.7-14.3%200-25.9-11.6-25.9-25.9s11.6-25.9%2025.9-25.9c6.7%200%2012.7%202.6%2017.3%206.7%204.6-4.1%2010.6-6.7%2017.3-6.7%2014.3%200%2025.9%2011.6%2025.9%2025.9s-11.6%2025.9-25.9%2025.9z%22%20fill%3D%22url(%23a)%22%2F%3E%3Cg%3E%3ClinearGradient%20id%3D%22b%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22142.541%22%20y1%3D%22356.081%22%20x2%3D%22418.576%22%20y2%3D%22356.081%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M401.3%20338.8H159.8c-9.5%200-17.3%207.7-17.3%2017.3v17.3h276v-17.3c.1-9.5-7.7-17.3-17.2-17.3z%22%20fill%3D%22url(%23b)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.hot_mobile4 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-160%20254.7%20273.8%20332.2%22%3E%3Cstyle%3E.st3%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M50.9%20254.7h-148c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148c12.3%200%2022.4-10.1%2022.4-22.4V277.1c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2H.6c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.9-30.3H-104V290.3H57.8v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20d%3D%22M-23.1%20334.9c-3.3%200-5.9%202.3-6.9%205.9%200%201.3-.1%205-.2%208.8h14c0-3.8-.1-7.4-.1-8.8-.9-3.7-3.5-5.9-6.8-5.9z%22%20fill%3D%22none%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-186.981%22%20y1%3D%22276.107%22%20x2%3D%22375.972%22%20y2%3D%22839.06%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M53.5%20497c5.5-7.6%2013-11.3%2022.3-11.3h11.8v-91.5H76c-1.9%200-3.7%200-5.6-.3-12.6-1.9-21.4-12.6-21.7-26-.1-4%200-8%200-12.2H15.5l-.1-18c-.4-6.2-3.2-13.7-8.4-20.1-3-3.8-6.8-7.2-11.5-9.8-5.8-3.2-12.2-4.8-18.6-4.8-8.6%200-17.3%202.9-24.4%208.6-8.4%206.8-13.3%2015.5-14.4%2026.1l-.3%2018h-33.1c0%204.9.2%209.6%200%2014.3-.7%2013.6-11.8%2024-25.4%2024.2H-134v91.6c3.1%200%206.2-.1%209.2-.1%201.8%200%203.7%200%205.5.1%2010.3.6%2019.8%207.5%2022.5%2017.4%201.5%205.4%201.2%2011.2%201.6%2016.8.1%201.5%200%203%200%204.4H48.6v-11.7c.1-5.7%201.5-11%204.9-15.7zm-89.4-157c1.5-6.6%206.5-11.1%2012.8-11.1%206.3%200%2011.4%204.5%2012.8%2011.1l.1%2015.6h-26.2c.2%200%20.4-15.4.5-15.6zm65.7%2074.4c-4.5%204.9-9.3%209.5-14%2014.2-1.2%201.2-1.4%202.2-.9%203.8%203.8%2011%207.3%2022%2011.1%2033%201.5%204.4.8%207.7-2.6%2010.9-3.8%203.5-7.4%207.3-11.1%2011-1.9%201.9-3.9%202.8-5.7%202.8-2.4%200-4.7-1.7-6.3-4.9-4.1-8.2-8.3-16.5-12.4-24.7-.4-.8-.8-1.5-1.6-2.7-2.9%202.9-5.6%205.6-8.1%208.5-.4.5-.4%201.6-.2%202.3.7%202.6%201.5%205.1%202.5%207.7%201.1%202.9.5%205.5-1.7%207.7-4.4%204.4-8.8%208.9-13.3%2013.2-1.6%201.5-3.3%202.3-4.9%202.3-2.1%200-4.1-1.2-5.5-3.6-4-6.4-7.8-13-11.8-19.5-.7-1.1-1.7-2.1-2.8-2.8-6.3-3.9-12.7-7.6-19-11.5-4.9-3-5.4-7.1-1.5-11.2%204.2-4.3%208.5-8.4%2012.6-12.7%201.6-1.6%203.3-2.4%205.2-2.4.9%200%201.9.2%203%20.6%202.6.9%205.4%202.5%207.9%202.5.4%200%20.7%200%201.1-.1%202.7-.6%204.7-4%206.9-6.2.7-.7%201.3-1.4%202.2-2.3-5.7-2.9-11.2-5.7-16.7-8.4-3.8-1.9-7.6-3.8-11.3-5.7-4.7-2.4-5.6-7.1-2-11%204.3-4.5%208.8-8.9%2013.2-13.3%201.5-1.4%203.1-2%204.8-2%201.1%200%202.3.2%203.5.7%209.4%203.2%2018.9%205.8%2028.1%209.5%202.3.9%204.3%201.4%206.1%201.4%202.9%200%205.4-1.3%207.9-4.6%202.7-3.6%206.3-6.5%209.5-9.6%204.1-3.9%209.1-5.9%2014.1-5.9%204.8%200%209.6%201.8%2013.4%205.5%207.7%207.5%207.8%2019.3.3%2027.5z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M87.6%20388.2H76c-1.5%200-3.2%200-4.6-.3-9.7-1.5-16.3-9.6-16.6-20.2-.1-2.7%200-5.3%200-8.1v-9.9H21.6V337.3c-.6-8-4.1-16.5-9.7-23.5-3.7-4.6-8.2-8.4-13.2-11.2-6.5-3.7-14-5.6-21.6-5.6-10.2%200-20.2%203.5-28.2%209.9-9.7%207.9-15.3%2018-16.6%2030.2v.6l-.2%2012.1h-33.2v10.7c0%203.2.1%206.3-.1%209.3-.6%2010.4-8.9%2018.4-19.4%2018.5H-139.9v103.6h15.2c2%200%203.6%200%205.2.1%208.1.4%2015.1%205.8%2017%2013%20.9%203.1%201%206.7%201.2%2010.5.1%201.7.1%203.5.3%205.2.1.7%200%201.6%200%202.4v7.5H54.8v-6-3.7-8.1c-.1-4.8%201.1-8.8%203.5-12.2%204.2-5.9%209.9-8.8%2017.4-8.8h17.9V388.3h-6zm0%2097.5H75.8c-9.3%200-16.9%203.7-22.3%2011.3-3.3%204.7-4.7%2010-4.7%2015.8v11.7H-95c0-1.4.1-2.9%200-4.4-.5-5.6-.2-11.4-1.6-16.8-2.7-9.9-12.1-16.8-22.5-17.4-1.8-.1-3.7-.1-5.5-.1-3.1%200-6.1.1-9.2.1v-91.6h13.3c13.6-.2%2024.6-10.6%2025.4-24.2.3-4.7%200-9.4%200-14.3H-62l.3-18c1.1-10.6%206-19.3%2014.4-26.1%207.1-5.7%2015.8-8.6%2024.4-8.6%206.4%200%2012.9%201.6%2018.6%204.8%204.7%202.6%208.5%206%2011.5%209.8%205.2%206.4%207.9%2013.9%208.4%2020.1l.1%2018h33.2c0%204.2-.1%208.2%200%2012.2.3%2013.4%209.1%2024.1%2021.7%2026%201.8.3%203.7.3%205.6.3h11.6c-.2%2030.4-.2%2060.6-.2%2091.4z%22%2F%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M-10.2%20340c-1.5-6.7-6.5-11.1-12.8-11.1-6.3%200-11.4%204.4-12.8%2011.1%200%20.2-.3%2015.6-.3%2015.6h26.2c-.2%200-.3-15.5-.3-15.6zm-19.9%209.6c.1-3.8.1-7.5.2-8.8%201-3.7%203.6-5.9%206.9-5.9%203.3%200%205.9%202.3%206.9%205.9%200%201.4.1%205.1.1%208.8h-14.1z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-151.291%22%20y1%3D%22479.357%22%20x2%3D%22-43.241%22%20y2%3D%22587.407%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-108.1%20510.5c-.7-5.8-4.4-10.5-10.2-11.3-2-.3-3.9-.3-5.9-.3-3.2%200-6.3.2-9.5.2-2%2014.5%205.7%2025.6%2021.5%2025.6%201.4%200%202.8-.1%204.2-.2v-11.6c0-.8%200-1.6-.1-2.4z%22%20fill%3D%22url(%23SVGID_2_)%22%2F%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M-100.6%20509.3c-1-9-7.5-16.9-15.8-18-2-.3-15%200-16.5%200l-6.9.5.2%206.4c-1.3%209.3.8%2017.7%206%2023.6%205%205.8%2012.4%208.8%2021.5%208.8%201.6%200%203.2-.1%204.9-.3l6.3.1c-.1.1.4-20.1.3-21.1zm-7.4%2015.2c-1.5.2-2.9.2-4.2.2-15.8%200-23.5-11.1-21.5-25.6%203.2%200%206.3-.2%209.5-.2%202%200%204%20.1%205.9.3%205.8.8%209.5%205.4%2010.2%2011.3.1.8.1%201.5.1%202.3v11.7z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2242.059%22%20y1%3D%22337.551%22%20x2%3D%22151.923%22%20y2%3D%22447.415%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M70.9%20380.4c5.4%201.1%2011.1.9%2016.7%201.3%201.4-17-6.3-26.3-21.2-26.3-1.5%200-3%20.1-4.6.3%200%204.6-.2%209%200%2013.4.4%205.4%203.8%2010.3%209.1%2011.3z%22%20fill%3D%22url(%23SVGID_3_)%22%2F%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M86.8%20357.3c-4.8-5.2-11.8-7.9-20.3-7.9-1.7%200-3.5.1-5.3.3l-6.4-.1-1.9%206v4.1c0%203.1-.1%206.3%200%209.5.4%208.5%209.1%2018.9%2016.9%2020.4%204.2.8%208.4%200%2012.5.1%201.7.1%203.3%201.3%204.9%201.4l6.4-3.2V382c.8-10.5-1.4-18.9-6.8-24.7zm.8%2024.4c-5.6-.4-11.2-.2-16.7-1.3-5.3-1-8.8-5.9-9-11.4-.2-4.4%200-8.8%200-13.4%201.6-.2%203.1-.3%204.6-.3%2014.8.1%2022.5%209.4%2021.1%2026.4z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2253.073%22%20y1%3D%22489.856%22%20x2%3D%22124.602%22%20y2%3D%22561.385%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M85.7%20498.7h-1.5c-1.9%200-3.8-.1-5.7-.1-1.6%200-3.1%200-4.7.2-6.7.6-11.6%205.9-11.8%2012.7-.1%204.2%200%208.5%200%2012.7%201.8.4%203.6.5%205.3.5%2013%200%2022.8-9.9%2020.2-26h-1.8z%22%20fill%3D%22url(%23SVGID_4_)%22%2F%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M93.4%20497.7l.3-6.1-6.2-1.6h-2.8s-9.9.5-11.4.7c-9.7.8-18.5%209.3-18.8%2019.1-.1%203%20.4%2020.6.4%2020.6s10.2.2%2012.4.2c8.2%200%2015.5-3.2%2020.4-8.9%205.1-6.1%207.1-14.6%205.7-24zm-26.2%2027c-1.7%200-3.5-.2-5.3-.5%200-4.2-.1-8.4%200-12.7.2-6.8%205.1-12.1%2011.8-12.7%201.6-.1%203.1-.2%204.7-.2%201.9%200%203.8.1%205.7.1h3.2c2.7%2016.1-7.1%2026-20.1%2026z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_5_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-140.918%22%20y1%3D%22348.425%22%20x2%3D%22-69.074%22%20y2%3D%22420.269%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-125%20381.4c1.8%200%203.6-.1%205.3-.2%206.4-.7%2010.8-5%2011.4-11.1.5-4.7.1-9.5.1-14.3-1.6-.2-3.2-.4-4.7-.4-14.4%200-23.2%2010.5-20.8%2025.8%202.9%200%205.8.2%208.7.2z%22%20fill%3D%22url(%23SVGID_5_)%22%2F%3E%3Cpath%20class%3D%22st3%22%20d%3D%22M-96.8%20360c0-1.5.7-2.9.7-4.2l-5-6.1-6.1.2c-1.9-.3-3.8-.4-5.6-.4-8.6%200-16%203.2-21%208.9-5.2%206-7.2%2014.5-5.8%2023.9l-.3%206%206.2%205.4c1.4%200%202.7-2.3%204.2-2.3h4.5c2.3%200%204.2-1%206-1.2%209.3-1%2021.1-10.5%2022.1-19.5.3-3.7.2-7.3.1-10.7zm-11.4%2010c-.6%206.2-5%2010.4-11.4%2011.1-1.8.2-3.6.2-5.3.2-2.9%200-5.8-.2-8.7-.2-2.4-15.4%206.4-25.8%2020.8-25.8%201.5%200%203.1.1%204.7.4%200%204.8.4%209.6-.1%2014.3z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_6_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-70.835%22%20y1%3D%22438.904%22%20x2%3D%2225.453%22%20y2%3D%22438.904%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M25.2%20398.7c-1.1-4.4-4.8-7.3-9.1-7.3-2.6%200-5.1%201.1-7.2%203.1-6.4%206.2-12.7%2012.5-17.4%2017.3-1.4%201.4-2.6%201.6-3.3%201.6-.5%200-1.1-.1-1.8-.3l-4.4-1.5c-9.3-3.1-18.9-6.3-28.4-9.5-1.9-.6-3.2-.9-4.4-.9-3.9%200-5.8%203-7.3%205.8l-1.3%202.5%202.5%201.4.3.2c.4.2.7.4%201.1.6l9.8%204.9c5.3%202.7%2010.7%205.3%2016%208%201.8.9%202.9%202%203.1%203.2.2%201.1-.5%202.5-1.9%203.9-2.6%202.7-5.3%205.3-7.9%207.9l-8.8%208.8c-1.5%201.5-2.6%201.7-3.4%201.7-.6%200-1.2-.1-1.9-.4-.5-.2-1.1-.4-1.6-.6-1.9-.7-3.9-1.4-6-1.9-.4-.1-.9-.2-1.4-.2-1.3%200-2.7.4-3.7%201.1-1.2.8-2.2%201.8-3.3%202.8-.4.4-.9.8-1.3%201.2l-3.1%202.7%203.5%202.1c1.6.9%203.1%201.8%204.5%202.7%203.3%202%206.5%203.8%209.5%205.8%201.7%201.2%203.3%202.8%204.5%204.6%202%203%203.9%206.3%205.8%209.4.8%201.3%201.6%202.7%202.4%204l1.8%203%202.7-2.2c6.3-5.1%206.7-6.3%204.4-13.5l-1.2-3.6-.1-.2c-.7-2-.3-3.4%201.1-4.8l6-6c3.7-3.7%207.5-7.6%2011.4-11.3%201-1%202.1-1.6%203.1-1.6%201.7%200%202.8%201.6%203.3%202.6%201%201.9%202%203.8%202.9%205.7.4.9.9%201.8%201.3%202.7l11.2%2022.4%202.9-2c5-3.5%206.7-5.3%204.8-10.8l-3-9c-2.6-7.7-5.2-15.7-7.9-23.4-1-2.9-.6-4.7%201.5-6.7%204.2-4%208.4-8.2%2012.4-12.3l4.2-4.2c1.1-1.3%204.3-4.6%203.1-9.5z%22%20fill%3D%22url(%23SVGID_6_)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.hot_notebook4 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-8%20236%20577.1%20369.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M57.1%20291.3h447v286.4h-447z%22%2F%3E%3Cpath%20d%3D%22M568.8%20594.6h-52.4V586c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1H-7.6c-.8%202.5.2%203.7%202.3%204.1%206%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.5-.4%202.7-1.8%202.1-3.9zM66.1%20297.9c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H63.5v-2.7-266.1c-.1-2.2.5-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20d%3D%22M280.6%20285.5c-4.3%200-7.7%202.9-9%207.7%200%201.7-.1%206.6-.2%2011.5h18.2c0-4.9-.1-9.7-.1-11.5-1.3-4.7-4.6-7.7-8.9-7.7z%22%20fill%3D%22none%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2266.944%22%20y1%3D%22208.918%22%20x2%3D%22800.738%22%20y2%3D%22942.713%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M380.4%20496.8c7.1-10%2016.9-14.8%2029.1-14.8H425V362.7H409.9c-2.4%200-4.9-.1-7.2-.4-16.4-2.5-27.8-16.4-28.2-33.9-.1-5.2%200-10.5%200-15.9h-43.3l-.1-23.5c-.6-8.1-4.2-17.8-10.9-26.3-3.9-4.9-8.9-9.3-15-12.7-7.5-4.2-15.9-6.3-24.3-6.3-11.3%200-22.5%203.7-31.8%2011.2-11%208.9-17.3%2020.2-18.8%2034l-.3%2023.5h-43.2c0%206.4.3%2012.6-.1%2018.7-1%2017.7-15.3%2031.3-33%2031.5h-17.3v119.5c4%200%208-.1%2012-.1%202.4%200%204.8%200%207.2.2%2013.5.8%2025.8%209.8%2029.3%2022.7%201.9%207%201.5%2014.6%202.1%2021.9.2%201.9%200%203.9%200%205.7h187.4v-15.3c-.2-7.3%201.6-14.2%206-20.4zM263.8%20292.2c1.9-8.7%208.5-14.5%2016.7-14.5s14.8%205.8%2016.7%2014.5c0%20.2.2%2020.3.2%2020.3h-34.1c.1.1.5-20.1.5-20.3zm85.7%2097c-5.9%206.3-12.1%2012.4-18.2%2018.5-1.6%201.5-1.8%202.8-1.1%204.9%204.9%2014.3%209.5%2028.7%2014.5%2043%202%205.7%201.1%2010.1-3.4%2014.2-5%204.5-9.6%209.6-14.4%2014.3-2.5%202.5-5.1%203.7-7.5%203.7-3.2%200-6.1-2.2-8.2-6.4-5.4-10.7-10.8-21.5-16.2-32.2-.5-1-1.1-1.9-2.1-3.6-3.7%203.8-7.2%207.3-10.6%2011-.6.6-.5%202.1-.2%203%20.9%203.4%202%206.7%203.2%2010%201.4%203.8.7%207.1-2.2%2010-5.8%205.8-11.5%2011.6-17.3%2017.3-2%202-4.2%202.9-6.4%202.9-2.7%200-5.3-1.6-7.2-4.6-5.2-8.4-10.2-17-15.4-25.4-.9-1.4-2.2-2.8-3.6-3.6-8.2-5.1-16.5-10-24.7-15-6.4-3.9-7-9.3-1.9-14.5%205.4-5.6%2011-11%2016.5-16.5%202.1-2.1%204.3-3.1%206.8-3.1%201.2%200%202.5.2%203.8.7%203.4%201.2%207.1%203.3%2010.3%203.3.5%200%201%200%201.4-.2%203.5-.8%206.1-5.3%209-8.1.9-.9%201.7-1.8%202.8-3-7.5-3.8-14.6-7.4-21.7-11-4.9-2.5-9.9-4.9-14.8-7.4-6.1-3.1-7.3-9.3-2.6-14.3%205.6-5.9%2011.5-11.6%2017.3-17.3%201.9-1.9%204-2.6%206.2-2.6%201.5%200%203%20.3%204.6.9%2012.2%204.1%2024.6%207.6%2036.6%2012.4%202.9%201.2%205.5%201.9%207.9%201.9%203.8%200%207.1-1.7%2010.3-6%203.5-4.7%208.2-8.5%2012.4-12.5%205.3-5.1%2011.9-7.6%2018.4-7.6%206.3%200%2012.6%202.4%2017.5%207.2%209.8%209.5%2010.1%2025%20.2%2035.7z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M424.9%20355h-15.3c-2%200-4.1%200-6.1-.3-12.6-1.9-21.3-12.5-21.6-26.4-.1-3.5-.1-6.9%200-10.6V304.8h-43.3l-.1-15.7v-.6c-.7-10.4-5.3-21.5-12.6-30.6-4.8-6-10.6-11-17.3-14.7-8.5-4.8-18.3-7.3-28.1-7.3-13.3%200-26.4%204.6-36.7%2013-12.7%2010.3-20%2023.5-21.6%2039.3v.8l-.2%2015.8h-43.3v7.8c0%202.1%200%204.1.1%206.1.1%204.2.1%208.2-.1%2012.1-.7%2013.6-11.6%2023.9-25.3%2024.1h-25V490h7.8c2.1%200%204.2%200%206.2-.1%202%200%203.9-.1%205.9-.1%202.6%200%204.8.1%206.7.2%2010.5.6%2019.6%207.6%2022.2%2016.9%201.1%204.1%201.3%208.7%201.5%2013.7.1%202.2.2%204.5.4%206.8.1.9.1%202%200%203.2v9.7H382.1v-7.8-4.8-10.5c-.1-6.3%201.4-11.5%204.6-15.9%205.5-7.7%2012.9-11.5%2022.7-11.5h23.3V355h-7.8zm0%20127.1h-15.5c-12.2%200-22%204.8-29.1%2014.8-4.4%206.1-6.1%2013.1-6.1%2020.5.1%205%200%2010%200%2015.3H186.8c0-1.9.1-3.8%200-5.7-.6-7.3-.2-14.9-2.1-21.9-3.5-12.9-15.8-21.9-29.3-22.7-2.4-.1-4.8-.2-7.2-.2-4%200-8%20.1-12%20.1V362.8h17.3c17.7-.2%2032.1-13.9%2033-31.5.3-6.1.1-12.3.1-18.7h43.2l.3-23.5c1.5-13.9%207.8-25.2%2018.8-34%209.3-7.5%2020.5-11.2%2031.8-11.2%208.4%200%2016.8%202.1%2024.3%206.3%206.1%203.4%2011.1%207.8%2015%2012.7%206.7%208.4%2010.3%2018.2%2010.9%2026.3l.1%2023.5h43.3c0%205.4-.1%2010.7%200%2015.9.4%2017.5%2011.9%2031.4%2028.2%2033.9%202.4.4%204.8.4%207.2.4h15.1c.1%2039.7.1%2079.1.1%20119.2z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M297.3%20292.2c-1.9-8.7-8.5-14.5-16.7-14.5s-14.8%205.8-16.7%2014.5c-.1.3-.4%2020.4-.4%2020.4h34.1c-.1%200-.2-20.2-.3-20.4zm-25.9%2012.5c.1-4.9.2-9.7.2-11.5%201.3-4.8%204.7-7.7%209-7.7s7.7%202.9%208.9%207.7c0%201.8.1%206.6.1%2011.5h-18.2z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22113.465%22%20y1%3D%22473.848%22%20x2%3D%22254.305%22%20y2%3D%22614.689%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M169.8%20514.5c-.9-7.6-5.7-13.7-13.3-14.7-2.5-.3-5.1-.4-7.7-.4-4.1%200-8.3.3-12.4.3-2.7%2018.9%207.4%2033.4%2028%2033.4%201.8%200%203.6-.1%205.5-.3v-15.2c0-1.1%200-2.1-.1-3.1z%22%20fill%3D%22url(%23SVGID_2_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M179.5%20512.8c-1.3-11.7-9.8-22-20.6-23.5-2.6-.3-19.6%200-21.5%200l-9%20.7.2%208.4c-1.7%2012.1%201%2023.1%207.8%2030.8%206.5%207.5%2016.2%2011.5%2028%2011.5%202.1%200%204.2-.1%206.4-.4l8.3.1c0%20.1.6-26.3.4-27.6zm-9.6%2019.8c-1.9.2-3.8.3-5.5.3-20.6%200-30.7-14.5-28-33.4%204.1%200%208.3-.3%2012.4-.3%202.6%200%205.2.1%207.7.4%207.6%201%2012.4%207.1%2013.3%2014.7.1%201%20.1%202%20.1%203v15.3z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22365.492%22%20y1%3D%22289.009%22%20x2%3D%22508.696%22%20y2%3D%22432.213%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M403.1%20344.9c7.1%201.4%2014.5%201.2%2021.7%201.7%201.8-22.2-8.3-34.3-27.6-34.3-1.9%200-3.9.1-6%20.4%200%206-.2%2011.7.1%2017.5.4%207%204.9%2013.4%2011.8%2014.7z%22%20fill%3D%22url(%23SVGID_3_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M423.8%20314.7c-6.2-6.7-15.4-10.3-26.5-10.3-2.2%200-4.5.1-6.9.4l-8.3-.1-2.5%207.9v5.4c0%204-.2%208.2%200%2012.4.5%2011.1%2011.9%2024.7%2022%2026.6%205.5%201.1%2011%200%2016.3.2%202.2.1%204.3%201.7%206.4%201.9l8.4-4.2-.1-7.7c1.2-14-1.8-24.9-8.8-32.5zm1.1%2031.9c-7.2-.5-14.6-.3-21.7-1.7-6.9-1.3-11.4-7.7-11.8-14.8-.3-5.7-.1-11.5-.1-17.5%202.1-.2%204.1-.4%206-.4%2019.3.1%2029.3%2012.2%2027.6%2034.4z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22379.848%22%20y1%3D%22487.534%22%20x2%3D%22473.084%22%20y2%3D%22580.771%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M422.4%20499H420.3c-2.5%200-5-.1-7.5-.1-2%200-4.1%200-6.1.2-8.8.8-15.1%207.7-15.4%2016.5-.2%205.5%200%2011%200%2016.5%202.4.5%204.7.7%207%20.7%2017%200%2029.7-12.9%2026.4-33.9-.8.1-1.6.1-2.3.1z%22%20fill%3D%22url(%23SVGID_4_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M432.3%20497.8l.4-7.9-8.1-2.1h-3.7s-12.9.7-14.9.9c-12.7%201.1-24.1%2012.1-24.5%2025-.1%203.9.5%2026.9.5%2026.9s13.3.3%2016.1.3c10.7%200%2020.2-4.1%2026.6-11.7%206.9-8%209.6-19.2%207.6-31.4zm-34.1%2035.1c-2.3%200-4.6-.2-7-.7%200-5.5-.1-11%200-16.5.3-8.9%206.6-15.8%2015.4-16.5%202-.2%204.1-.2%206.1-.2%202.5%200%205%20.1%207.5.1H424.6c3.4%2020.9-9.4%2033.8-26.4%2033.8z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_5_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22126.986%22%20y1%3D%22303.182%22%20x2%3D%22220.633%22%20y2%3D%22396.829%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M147.7%20346.1c2.3%200%204.7-.1%207-.3%208.4-.9%2014.1-6.5%2014.9-14.5.6-6.2.1-12.4.1-18.6-2.1-.3-4.2-.5-6.2-.5-18.8%200-30.2%2013.6-27.1%2033.7%203.8%200%207.6.2%2011.3.2z%22%20fill%3D%22url(%23SVGID_5_)%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M184.5%20318.2c0-1.9.9-3.7.9-5.5l-6.5-7.9-8%20.2c-2.5-.4-4.9-.5-7.3-.5-11.2%200-20.9%204.1-27.3%2011.6-6.7%207.9-9.4%2018.9-7.5%2031.1l-.3%207.9%208.1%207.1c1.8%200%203.5-3%205.4-2.9%201.9.1%203.9%200%205.9%200%203%200%205.5-1.4%207.8-1.6%2012.1-1.3%2027.5-13.7%2028.7-25.4.4-5%20.2-9.6.1-14.1zm-14.9%2013.1c-.8%208-6.5%2013.6-14.9%2014.5-2.3.2-4.6.3-7%20.3-3.8%200-7.5-.2-11.3-.2-3.1-20.1%208.3-33.7%2027.1-33.7%202%200%204%20.2%206.2.5%200%206.2.5%2012.4-.1%2018.6z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_6_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22218.337%22%20y1%3D%22421.119%22%20x2%3D%22343.846%22%20y2%3D%22421.119%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M343.5%20368.7c-1.5-5.7-6.2-9.6-11.8-9.6-3.4%200-6.7%201.4-9.4%204-8.4%208.2-16.5%2016.4-22.7%2022.6-1.9%201.9-3.3%202.1-4.3%202.1-.7%200-1.5-.1-2.3-.4l-5.7-1.9c-12.1-4-24.7-8.2-37-12.4-2.5-.8-4.2-1.2-5.8-1.2-5.1%200-7.6%203.9-9.5%207.5l-1.7%203.3%203.2%201.9.4.3c.5.3.9.6%201.4.8L251%20392c7%203.5%2013.9%206.9%2020.9%2010.4%202.3%201.2%203.8%202.6%204%204.1.2%201.5-.6%203.3-2.4%205.1-3.4%203.5-6.9%206.9-10.3%2010.3l-11.5%2011.5c-1.9%201.9-3.4%202.2-4.4%202.2-.7%200-1.6-.2-2.5-.5-.7-.2-1.4-.5-2.1-.7-2.5-.9-5.1-1.8-7.8-2.5-.6-.2-1.2-.2-1.8-.2-1.7%200-3.6.5-4.9%201.5-1.6%201.1-2.9%202.3-4.3%203.6-.6.5-1.1%201-1.7%201.6l-4%203.5%204.6%202.7c2%201.2%204%202.4%205.9%203.5%204.4%202.6%208.5%205%2012.4%207.6%202.2%201.5%204.3%203.6%205.9%206%202.6%203.9%205.1%208.2%207.5%2012.2%201%201.7%202%203.5%203.1%205.2l2.3%203.8%203.5-2.8c8.2-6.6%208.7-8.3%205.7-17.6-.5-1.6-1-3.2-1.6-4.7l-.1-.3c-.9-2.6-.4-4.5%201.4-6.3l7.8-7.8c4.8-4.8%209.8-9.9%2014.8-14.7%201.4-1.3%202.8-2%204-2%202.2%200%203.7%202.1%204.4%203.4%201.3%202.4%202.6%205%203.8%207.5.6%201.2%201.1%202.3%201.7%203.5l14.6%2029.2%203.7-2.6c6.5-4.6%208.7-7%206.3-14.1-1.3-3.9-2.6-7.9-3.9-11.8-3.3-10-6.8-20.4-10.3-30.6-1.3-3.8-.8-6.1%202-8.8%205.5-5.3%2010.9-10.8%2016.2-16.1%201.8-1.8%203.6-3.7%205.5-5.5%201.5-1.4%205.7-5.7%204.1-12.1z%22%20fill%3D%22url(%23SVGID_6_)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.country_mobile1 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-160%20254.7%20273.8%20332.2%22%3E%3Cstyle%3E.st2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23efefef%22%20d%3D%22M-109.3%20276.3H66.2v276.9h-175.5z%22%2F%3E%3Cpath%20d%3D%22M50.9%20254.7h-148c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148c12.3%200%2022.4-10.1%2022.4-22.4V277.1c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2H.6c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.9-30.3H-104V290.3H57.8v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M46.2%20434H-92.9c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8H46.2c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8zM46.2%20463H-92.9c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8H46.2c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8zM46.2%20493H-92.9c-1.6%200-2.8-1.3-2.8-2.8v-14.5c0-1.6%201.3-2.8%202.8-2.8H46.2c1.6%200%202.8%201.3%202.8%202.8v14.5c.1%201.5-1.2%202.8-2.8%202.8z%22%2F%3E%3Cpath%20d%3D%22M46.2%20530.3H-92.9c-1.6%200-2.8-1.3-2.8-2.8v-21.8c0-1.6%201.3-2.8%202.8-2.8H46.2c1.6%200%202.8%201.3%202.8%202.8v21.8c.1%201.5-1.2%202.8-2.8%202.8z%22%20fill%3D%22%2300aeef%22%2F%3E%3Cg%3E%3Ccircle%20class%3D%22st2%22%20cx%3D%22-21.8%22%20cy%3D%22329.7%22%20r%3D%2264.4%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-97.906%22%20y1%3D%22331.995%22%20x2%3D%2242.63%22%20y2%3D%22331.995%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M42.6%20329.6c0%2032.3-23.8%2059.1-54.8%2063.8.3-1.4.3-2.9.2-4.4%200%200-.2-1.6-.4-3.7%2011-1.9%2020.9-6.9%2028.8-14.2-.5-.4-.9-.9-1.4-1.6-2.1-3%20.6-6.1.6-8.7%200-2.6-5.3-2.4-5.5-4.1-.7-6%203.7-6.1%206-8.4s-2.3-7.6-5.3-7.2c-3%20.3-11.4-1.4-10.7-7.8.9-7.9-10-7.2-11.6-10.8-2.3-5.3%201.5-11.9%206.5-13.4%207-2.1%2013.9-7.8%2013.4-14.2-.6-7.2-3.9-13.7-9.3-17.6-5.6-2.3-11.6-3.7-18-4-5.6.2-10.6%201.5-10.4%204.1.6%206.3%2018.6%208%2015.5%2013.9-1.6%203.1-13.4%207.4-11.2%2012%201.4%203%205%20.4%203.7%206.2-.6%202.6-2.9%207.6-6.5%207.9-3.6.3-6.7-9.3-16.6-9.6-4.7-.1-11.3%207.3-5.7%2012.6%203.4%203.2%209.8-3.8%2011.6%201.7%201.3%203.9-.2%2012%206%2015.4%202.3%201.2%205.7%202.3%209.1%204.1-5.1%201-11.3%203-18.6%205.8l-6.2-1.6c2.6-2.2%206.8-3.7%205.7-8.4-1.6-6.9-13.6-4.3-21.9-12.6-2.5-2.5-8-11-8-21.1-4.1%207.9-6.5%2016.8-6.5%2026.3%200%202.9.2%205.8.7%208.6h-.3c-2.6%200-5.2.5-7.5%201.6-.5-3.3-.8-6.7-.8-10.1%200-35.6%2029-64.6%2064.6-64.6%2035.9-.4%2064.8%2028.5%2064.8%2064.1zm-48.4%2018.8l-15.8%207.2.2-3.4%2010.2-4.6c-1.5-.1-3-.1-4.5-.1-5.6%200-15.2%202.9-25.7%207l-33.8-8.9c-3.2-.8-6.5-.3-9.3%201.4l-1.7%201c-1.6%201-1.6%203.4%200%204.4l20.3%2013.2c-4.9%202.5-9.5%205-13.5%207.4l-10.4-5.5c-1.7-.9-3.7-1-5.5-.3l-1%20.4c-1.5.6-2.1%202.3-1.3%203.7l5.7%2010.2c-2.2%201.9-3.4%203.4-3.4%204.5%200%203.2%203.9%204%207.4%204%206.2%200%2088.1-18.7%2088.1-35.7.1-3.3-2.2-5-6-5.9zm-34.5%2033.2l18-6.3c.8-.3%201.6.2%201.7%201.1l1.6%2013.5c.4%203.4-1.4%206.6-4.5%208.1l-1.7.8c-1.1.5-2.3.2-3.1-.6l-12.6-14.3c-.6-.9-.3-2%20.6-2.3z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.country_notebook1 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-8%20236%20577.1%20369.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M55.2%20280.3h450v297.4h-450z%22%2F%3E%3Cpath%20d%3D%22M568.8%20594.6h-52.4V586c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1H-7.6c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.5-.4%202.7-1.8%202.1-3.9zM66.1%20297.9c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H63.5v-2.7-266.1c-.1-2.2.5-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Ccircle%20class%3D%22st0%22%20cx%3D%22281.2%22%20cy%3D%22352.3%22%20r%3D%2294%22%2F%3E%3Cpath%20d%3D%22M461.5%20540.5H98.9c-1.6%200-2.8-1.3-2.8-2.8v-36c0-1.6%201.3-2.8%202.8-2.8h362.6c1.6%200%202.8%201.3%202.8%202.8v36c0%201.5-1.2%202.8-2.8%202.8z%22%20fill%3D%22%232c4c66%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M448.5%20526.9H111.9c-1.6%200-2.8-1.3-2.8-2.8v-8.9c0-1.6%201.3-2.8%202.8-2.8h336.6c1.6%200%202.8%201.3%202.8%202.8v8.9c0%201.5-1.2%202.8-2.8%202.8z%22%2F%3E%3Cpath%20d%3D%22M448.5%20526.9h-69.4v-14.6h69.4c1.6%200%202.8%201.3%202.8%202.8v8.9c0%201.6-1.2%202.9-2.8%202.9z%22%20fill%3D%22%23ffe029%22%2F%3E%3Cg%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22155.342%22%20y1%3D%22356.452%22%20x2%3D%22387.222%22%20y2%3D%22356.452%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M387.2%20352.5c0%2053.3-39.3%2097.5-90.4%20105.3.4-2.4.6-4.8.3-7.3%200%200-.3-2.6-.7-6%2018.1-3.1%2034.5-11.4%2047.5-23.4-.8-.6-1.6-1.5-2.3-2.6-3.4-5%201.1-10%201.1-14.4%200-4.3-8.7-4-9-6.8-1.1-9.9%206.1-10%209.9-13.9%203.8-3.8-3.8-12.5-8.7-12-4.9.5-18.9-2.3-17.6-12.9%201.6-13-16.5-11.8-19.1-17.9-3.8-8.8%202.5-19.7%2010.7-22.1%2011.6-3.5%2023-12.9%2022.1-23.5-1-11.9-6.4-22.7-15.3-29.1-9.2-3.7-19.2-6.1-29.7-6.6-9.3.4-17.5%202.4-17.1%206.7.9%2010.4%2030.6%2013.2%2025.6%2022.9-2.6%205.1-22.1%2012.3-18.5%2019.9%202.4%204.9%208.2.7%206%2010.2-1%204.4-4.8%2012.5-10.7%2013.1-6%20.6-11-15.3-27.3-15.9-7.7-.2-18.6%2012.1-9.4%2020.8%205.6%205.3%2016.1-6.3%2019.2%202.7%202.2%206.4-.3%2019.9%209.9%2025.5%203.7%202%209.4%203.8%2015%206.7-8.4%201.7-18.6%204.9-30.8%209.6l-10.2-2.7c4.3-3.6%2011.2-6.1%209.5-13.9-2.6-11.4-22.4-7.1-36.1-20.8-4.2-4.2-13.2-18.1-13.1-34.9-6.8%2013-10.7%2027.7-10.7%2043.3%200%204.8.4%209.5%201.1%2014.2h-.5c-4.3%200-8.5.9-12.5%202.6-.9-5.5-1.3-11-1.3-16.7%200-58.7%2047.8-106.5%20106.5-106.5%2058.8-.1%20106.6%2047.7%20106.6%20106.4zm-79.9%2031.1l-26%2012%20.4-5.7%2016.9-7.6c-2.4-.2-4.9-.2-7.4-.2-9.3%200-25%204.7-42.4%2011.6L193%20379c-5.2-1.4-10.8-.5-15.3%202.3L175%20383c-2.7%201.7-2.7%205.6-.1%207.3l33.6%2021.8c-8%204.1-15.6%208.3-22.3%2012.2l-17.2-9.1c-2.8-1.5-6.1-1.7-9.1-.5l-1.6.7c-2.4%201-3.4%203.9-2.2%206.1l9.5%2016.8c-3.6%203.1-5.6%205.6-5.6%207.4%200%205.3%206.5%206.6%2012.2%206.6%2010.2%200%20145.3-30.9%20145.3-59-.2-5.4-4-8.2-10.2-9.7zm-57%2054.7l29.7-10.5c1.3-.5%202.7.4%202.9%201.8l2.6%2022.3c.7%205.6-2.3%2010.9-7.4%2013.3l-2.8%201.3c-1.7.8-3.8.4-5.1-1.1l-20.8-23.7c-1-1.1-.5-2.9.9-3.4z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.country_mobile2 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-160%20254.7%20273.8%20332.2%22%3E%3Cpath%20d%3D%22M50.9%20254.7h-148c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148c12.3%200%2022.4-10.1%2022.4-22.4V277.1c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2H.6c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.9-30.3H-104V290.3H57.8v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-125.402%22%20y1%3D%22417.66%22%20x2%3D%2279.202%22%20y2%3D%22417.66%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M76.4%20335.1c-.4-3-2.5-5.4-5.4-6.2l-92.1-25.7c-1.3-.4-2.7-.4-4%200l-92.1%2025.7c-2.9.8-5%203.2-5.4%206.2-.5%203.8-12.7%2094.6%2018.6%20139.9%2031.3%2045.2%2077.3%2056.6%2079.2%2057.1.6.1%201.2.2%201.8.2.6%200%201.2-.1%201.8-.2%201.9-.5%2048.1-12%2079.2-57.1s19-136%2018.4-139.9zm-40.2%2053.1L-26.6%20451c-1.5%201.5-3.4%202.2-5.3%202.2s-3.8-.7-5.3-2.2l-38.9-38.9c-1.4-1.4-2.2-3.3-2.2-5.3s.8-3.9%202.2-5.3l7.7-7.7c2.9-2.9%207.7-2.9%2010.6%200l25.9%2025.9L18%20369.8c1.4-1.4%203.3-2.2%205.3-2.2s3.9.8%205.3%202.2l7.7%207.7c2.9%203%202.9%207.7-.1%2010.7z%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.country_notebook2 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-8%20236%20577.1%20369.9%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.4%20290.3h443v287.4h-443z%22%2F%3E%3Cpath%20d%3D%22M568.8%20594.6h-52.4v-8.5c.1-29%20.1-283.6%200-293.8-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1H-7.6c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.5-.4%202.7-1.8%202.1-3.9zM66.1%20297.9c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H63.5v-2.7-266.1c-.1-2.2.5-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22146.591%22%20y1%3D%22390.284%22%20x2%3D%22414.526%22%20y2%3D%22390.284%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300ce00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009f00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M410.8%20282.2c-.5-3.9-3.3-7.1-7.1-8.1l-120.6-33.6a9.2%209.2%200%200%200-5.2%200l-120.6%2033.6c-3.8%201-6.5%204.2-7.1%208.1-.7%205-16.6%20123.9%2024.3%20183.2%2040.9%2059.1%20101.3%2074.2%20103.7%2074.8.8.1%201.6.3%202.4.3s1.6-.1%202.4-.3c2.5-.7%2062.9-15.7%20103.7-74.8s24.9-178.1%2024.1-183.2zm-52.6%2069.5L275.9%20434c-2%202-4.4%202.9-6.9%202.9s-5-.9-6.9-2.9l-50.9-50.9c-1.8-1.8-2.9-4.3-2.9-6.9%200-2.6%201-5.1%202.9-6.9l10.1-10.1c3.8-3.8%2010.1-3.8%2013.9%200L269%20393l65.3-65.3c1.8-1.8%204.3-2.9%206.9-2.9s5.1%201%206.9%202.9l10.1%2010.1c3.9%203.8%203.9%2010%200%2013.9z%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.country_mobile3 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-950.8%20257.2%20273.8%20332.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-909.1%20270.1h169.4v308h-169.4z%22%2F%3E%3Cpath%20d%3D%22M-749.9%20257.2H-898c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4h148.1c12.3%200%2022.4-10.1%2022.4-22.4V279.6c.1-12.3-10-22.4-22.4-22.4zm-97.7%2016.2h47.4c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zm23.7%20304.8c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.8-30.3h-161.7V292.8h161.7v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-881.2%20543.5c-7.2%200-13.7-4.4-16.5-11.1l-27.8-68.2-.1-.4-1.4-3.5h.2l-1.4-4h-3.2c-2.6%200-5.1-.6-7.5-1.7-6.2-3-10.2-9.3-10.2-16.2V321c0-9.9%208-18%2017.8-18h201.7c4.6%200%209%201.8%2012.3%205.1%203.5%203.4%205.4%208%205.4%2012.9v44l32.1%2078.6c3.7%209.1-.6%2019.5-9.6%2023.2l-185%2075.5c-2.3.8-4.5%201.2-6.8%201.2z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-729.8%20305.1c4.2%200%208.1%201.7%2010.9%204.5%203%202.9%204.8%206.9%204.8%2011.4v44.3l5.5%2013.4%2026.8%2065.5c3.3%208.1-.5%2017.3-8.5%2020.6l-185%2075.5c-1.9.8-3.8%201.1-5.8%201.1-6.4%200-12.2-3.9-14.6-9.9l-28.3-69.3h5.7l-5.7-.1-2.8-7.9h-4.5c-2.4%200-4.6-.6-6.6-1.5-5.4-2.6-9.1-8-9.1-14.4V321c0-8.8%207.1-16%2015.8-16h201.4m0-3.9h-201.7c-10.9%200-19.8%209-19.8%2020v117.3c0%207.7%204.5%2014.7%2011.4%2018%202.7%201.3%205.5%201.9%208.4%201.9h1.7-.3l2.3%205.5.3.7.6%201.7h.1l27.3%2067c3.1%207.5%2010.3%2012.4%2018.3%2012.4%202.5%200%205-.5%207.4-1.4l185-75.5c10-4.1%2014.8-15.7%2010.7-25.8l-26.8-65.5-5.2-12.6V321c0-5.4-2.1-10.5-6-14.3-3.6-3.6-8.5-5.6-13.7-5.6z%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-935.9%20312.9h210.5v130.3h-210.5z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22460.126%22%20x2%3D%22-723.913%22%20y2%3D%22460.126%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-708.5%20378.7v23.1l1.1%202.7-1.1.5v40.6l15.3-6.3%203.4%208.2c1.5%203.6-.2%207.8-3.7%209.2l-185%2075.5c-3.5%201.4-7.7-.4-9.1-4l-3.4-8.2%20141.6-57.8H-849l-56.3%2023-9.4-23h-9.4l28.3%2069.3c2.5%206%208.2%209.9%2014.6%209.9%202%200%204-.4%205.8-1.1l185-75.5c8-3.3%2011.8-12.5%208.5-20.6l-26.6-65.5z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22397.765%22%20x2%3D%22-723.913%22%20y2%3D%22397.765%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGID_2_)%22%20d%3D%22M-759.6%20400.6V395l-3.2%205.6z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22397.765%22%20x2%3D%22-723.913%22%20y2%3D%22397.765%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGID_3_)%22%20d%3D%22M-871.9%20395l-3.2%205.6h3.2z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22401.295%22%20x2%3D%22-723.913%22%20y2%3D%22401.295%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-850.6%20403c.3-.4.5-1%20.5-1.7%200-.8-.2-1.3-.6-1.7-.4-.4-.8-.6-1.4-.6-.4%200-.8.1-1.2.4-.5.4-.8%201-.8%201.9%200%20.7.2%201.3.6%201.7.4.4.9.7%201.4.7.7-.1%201.2-.3%201.5-.7z%22%20fill%3D%22url(%23SVGID_4_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_5_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22433.032%22%20x2%3D%22-723.913%22%20y2%3D%22433.032%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-909.8%20434.4c.5%200%20.9-.1%201.4-.4.4-.3.6-.8.6-1.5v-.8c-.1.1-.3.2-.4.2-.1.1-.3.1-.6.2l-.5.1c-.5.1-.8.2-1%20.3-.4.2-.5.5-.5%201%200%20.4.1.7.3.8.1.1.4.1.7.1z%22%20fill%3D%22url(%23SVGID_5_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_6_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22401.586%22%20x2%3D%22-723.913%22%20y2%3D%22401.586%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-821.5%20403.6c.6%200%201-.2%201.4-.5.3-.4.5-.9.5-1.5%200-.7-.2-1.2-.5-1.5-.3-.3-.8-.5-1.4-.5-.6%200-1%20.2-1.4.5-.3.3-.5.8-.5%201.5%200%20.6.2%201.1.5%201.5.4.3.9.5%201.4.5z%22%20fill%3D%22url(%23SVGID_6_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_7_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22429.751%22%20x2%3D%22-723.913%22%20y2%3D%22429.751%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-885.7%20428.8c-.6%200-1%20.2-1.3.5s-.5.8-.6%201.3h3.9c0-.6-.2-1-.6-1.4-.4-.2-.9-.4-1.4-.4z%22%20fill%3D%22url(%23SVGID_7_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_8_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22396.7%22%20x2%3D%22-723.913%22%20y2%3D%22396.7%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-811.3%20394.4c-.4%200-.8.1-1.1.4-.5.4-.7%201-.7%201.9%200%20.8.2%201.3.5%201.7.3.4.8.6%201.4.6.4%200%20.7-.1%201-.3.6-.4.9-1%20.9-1.9%200-.7-.2-1.3-.5-1.7-.4-.5-.9-.7-1.5-.7z%22%20fill%3D%22url(%23SVGID_8_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_9_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22395.976%22%20x2%3D%22-723.913%22%20y2%3D%22395.976%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-821.5%20397.6c.5%200%20.9-.2%201.2-.5.3-.3.4-.7.4-1.2s-.1-.9-.4-1.2c-.3-.3-.7-.4-1.2-.4s-.9.1-1.2.4c-.3.3-.4.7-.4%201.2s.1.9.4%201.2c.3.4.7.5%201.2.5z%22%20fill%3D%22url(%23SVGID_9_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_10_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22433.037%22%20x2%3D%22-723.913%22%20y2%3D%22433.037%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-858.3%20432.1c-.5.1-.8.2-1%20.3-.4.2-.5.5-.5%201%200%20.4.1.7.3.8s.5.3.8.3c.5%200%20.9-.1%201.4-.4.4-.3.6-.8.6-1.5v-.8c-.1.1-.3.2-.4.2-.1.1-.3.1-.6.2l-.6-.1z%22%20fill%3D%22url(%23SVGID_10_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_11_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22433.036%22%20x2%3D%22-723.913%22%20y2%3D%22433.036%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-820.7%20432.1c-.5.1-.8.2-1%20.3-.4.2-.5.5-.5%201%200%20.4.1.7.3.8s.5.3.8.3c.5%200%20.9-.1%201.4-.4.4-.3.6-.8.6-1.5v-.8c-.1.1-.3.2-.4.2-.1.1-.3.1-.6.2l-.6-.1z%22%20fill%3D%22url(%23SVGID_11_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_12_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22429.751%22%20x2%3D%22-723.913%22%20y2%3D%22429.751%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-798.4%20429.3c-.3.3-.5.8-.6%201.3h3.9c0-.6-.2-1-.6-1.4-.4-.3-.8-.5-1.3-.5-.7.1-1.1.3-1.4.6z%22%20fill%3D%22url(%23SVGID_12_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_13_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22401.295%22%20x2%3D%22-723.913%22%20y2%3D%22401.295%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-739.6%20403.6c.6%200%201-.2%201.3-.6.3-.4.5-1%20.5-1.7%200-.8-.2-1.3-.6-1.7-.4-.4-.8-.6-1.4-.6-.4%200-.8.1-1.2.4-.5.4-.8%201-.8%201.9%200%20.7.2%201.3.6%201.7.5.4%201%20.6%201.6.6z%22%20fill%3D%22url(%23SVGID_13_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_14_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22398.993%22%20x2%3D%22-723.913%22%20y2%3D%22398.993%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-925%20402.4c.2.8.7%201.2%201.5%201.2s1.3-.4%201.5-1.2c.2-.7.3-1.7.3-2.9v-.6c0-1.6-.1-2.7-.4-3.5s-.7-1.1-1.5-1.1-1.3.4-1.5%201.1c-.3.8-.4%201.9-.4%203.5%200%20.8%200%201.4.1%202%20.2.7.2%201.1.4%201.5z%22%20fill%3D%22url(%23SVGID_14_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_15_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22379.677%22%20x2%3D%22-723.913%22%20y2%3D%22379.677%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-938.1%20452.8c2%201%204.3%201.5%206.6%201.5h201.7c4.3%200%208.1-1.7%2010.9-4.5%203-2.9%204.8-6.9%204.8-11.4V321c0-4.5-1.9-8.5-4.8-11.4-2.8-2.8-6.7-4.5-10.9-4.5h-201.7c-8.7%200-15.8%207.2-15.8%2016v117.3c.1%206.3%203.8%2011.8%209.2%2014.4zM-928%20399c0-2.1.3-3.8%201-5%20.7-1.2%201.8-1.7%203.5-1.7s2.8.6%203.5%201.7c.6%201.1.9%202.6%201%204.5v.5c0%202.1-.3%203.8-1%205-.7%201.2-1.8%201.7-3.5%201.7s-2.8-.6-3.5-1.7c-.3-.5-.5-1.2-.7-1.9-.2-1-.3-2-.3-3.1zm121.9-52.1c0-11.9%209.7-21.5%2021.5-21.5%204.7%200%209%201.5%2012.5%204.1%203.7-2.9%208.3-4.8%2013.3-4.8%204.3%200%208.3%201.3%2011.7%203.5%202.8%201.8%205.1%204.3%206.7%207.2%201.8%203.2%203%206.8%203%2010.7%200%2011.8-9.6%2021.4-21.4%2021.4-4.6%200-8.9-1.5-12.4-4-3.7%203-8.3%204.8-13.4%204.8-6.9%200-13.1-3.4-17-8.5-1.8-2.3-3.1-4.9-3.8-7.9-.4-1.5-.7-3.2-.7-5zm-4.1%2082.7c-.2-.4-.6-.6-1.1-.6-.6%200-1.1.2-1.3.6-.1.2-.2.6-.2%201.1v5.2h-2.3v-8.6h2.2v1.3c.3-.4.5-.8.8-.9.4-.3%201-.5%201.7-.5.6%200%201.2.1%201.6.4.3.3.6.6.7%201%20.3-.5.7-.9%201.1-1.1.5-.2%201-.4%201.5-.4.4%200%20.8.1%201.1.2.4.2.7.4%201%20.8.2.3.4.7.5%201.1.1.3.1.7.1%201.3v5.4h-2.3v-5.5c0-.3-.1-.6-.2-.8-.2-.4-.6-.6-1.1-.6-.6%200-1%20.3-1.3.8-.1.3-.2.6-.2%201v5.1h-2.3v-5.1c.2-.6.1-1%200-1.2zm.2-28.9c-.5.3-1.1.4-1.8.4-1%200-1.9-.4-2.8-1.1-.8-.7-1.2-1.7-1.2-3.1%200-1.4.4-2.5%201.2-3.4.8-.9%201.8-1.3%203.1-1.3%202%200%203.3.9%204.1%202.6.4%201%20.6%202.3.6%203.9s-.2%202.9-.6%203.9c-.8%202-2.2%203-4.2%203-1%200-1.9-.3-2.6-.9-.8-.6-1.2-1.4-1.3-2.5h2.5c.1.4.2.7.5.9.3.2.6.4%201.1.4.8%200%201.4-.5%201.8-1.4.2-.5.3-1.3.3-2.3-.2.5-.4.7-.7.9zm-15.3-3.6c-.2-.5-.3-.9-.3-1.4%200-.9.4-1.8%201.1-2.4.7-.7%201.7-1%203-1s2.3.3%203%201c.7.7%201.1%201.5%201.1%202.4%200%20.4-.1.9-.3%201.4-.2.5-.6.9-1.2%201.3.6.4%201.1.8%201.5%201.4.3.6.5%201.3.5%202%200%201.1-.4%202-1.2%202.8-.8.8-1.9%201.2-3.4%201.2s-2.6-.4-3.3-1.2c-.7-.8-1.1-1.7-1.1-2.8%200-.7.2-1.4.5-2%20.3-.6.8-1%201.4-1.3-.7-.5-1.1-.9-1.3-1.4zm5.8%2031.9c-.3-.1-.6-.2-1.1-.2-.5%200-.9.1-1.1.4-.2.2-.3.5-.3.8h-2.2c.1-.7.3-1.4.6-1.8.6-.8%201.6-1.1%203.1-1.1.9%200%201.8.2%202.5.6.7.4%201.1%201.1%201.1%202.1v4.9c0%20.3.1.5.1.6l.3.3v.3h-2.4c-.1-.2-.1-.3-.1-.5s-.1-.3-.1-.5c-.3.3-.7.6-1.1.9-.5.3-1%20.4-1.6.4-.8%200-1.4-.2-1.9-.7-.5-.4-.8-1.1-.8-1.9%200-1.1.4-1.8%201.2-2.3.4-.3%201.1-.4%202-.5l.8-.1c.4-.1.7-.1.9-.2.3-.1.5-.3.5-.6-.1-.5-.2-.8-.4-.9zm-9%20.5c-.2-.4-.6-.7-1.2-.7-.8%200-1.3.3-1.6%201-.1.3-.2.8-.2%201.3v4.6h-2.2v-8.6h2.2v1.3c.3-.4.6-.8.8-.9.5-.3%201-.5%201.7-.5.9%200%201.6.2%202.2.7.6.5.8%201.2.8%202.3v5.8h-2.3v-5.2c0-.5-.1-.8-.2-1.1zm-12.5%204.6c.1.1.4.1.8.1h.4v1.7h-1.1c-1.1%200-1.8-.2-2.2-.5-.3-.3-.4-.7-.4-1.2v-5.3h-1.2v-1.6h1.2v-2.4h2.2v2.4h1.4v1.6h-1.4v4.5c.2.4.3.6.3.7zm.5-34.6c-.4.8-.7%201.8-1%203-.3%201.2-.4%202.1-.4%202.9h-2.7c.1-2.3.8-4.8%202.3-7.3.9-1.6%201.7-2.6%202.4-3.3h-6.5v-2.3h9.2v2c-.4.4-.9%201-1.6%202-.7%201-1.3%202-1.7%203zm-36.5%203.1v-2.2l4.8-7.9h2.9v8.1h1.5v2h-1.5v2.8h-2.5v-2.8h-5.2zm5.8%2021.6h2.4v9.5h5.8v2.1h-8.2v-11.6zm5.7-19.5c-.8-.7-1.2-1.6-1.3-2.8h2.5c.1.6.3%201%20.6%201.3.3.3.7.5%201.2.5.6%200%201.1-.2%201.4-.7.3-.4.5-1%20.5-1.7s-.2-1.2-.5-1.7-.8-.7-1.5-.7c-.3%200-.6%200-.8.1-.4.1-.7.4-.9.8l-2.3-.1.9-7.2h7.2v2.2h-5.3l-.5%202.8c.4-.3.7-.4.9-.5.4-.1.8-.2%201.4-.2%201.1%200%202%20.4%202.8%201.1.8.7%201.2%201.8%201.2%203.2%200%201.2-.4%202.3-1.2%203.2-.8.9-1.9%201.4-3.5%201.4-1%200-2-.3-2.8-1zm8.4%2024.3c-.3-.1-.6-.2-1.1-.2-.5%200-.9.1-1.1.4-.2.2-.3.5-.3.8h-2.2c.1-.7.3-1.4.6-1.8.6-.8%201.6-1.1%203.1-1.1.9%200%201.8.2%202.5.6.7.4%201.1%201.1%201.1%202.1v4.9c0%20.3.1.5.1.6l.3.3v.3h-2.4c-.1-.2-.1-.3-.1-.5s0-.3-.1-.5c-.3.3-.7.6-1.1.9-.5.3-1%20.4-1.6.4-.8%200-1.4-.2-1.9-.7-.5-.4-.8-1.1-.8-1.9%200-1.1.4-1.8%201.2-2.3.4-.3%201.1-.4%202-.5l.8-.1c.4-.1.7-.1.9-.2.3-.2.5-.4.5-.6-.1-.5-.2-.8-.4-.9zm1.5-25.4c-.6-1.1-.9-2.4-.9-4.1%200-1%200-1.8.1-2.4.2-1.1.4-2%20.9-2.8.4-.6.9-1.1%201.5-1.5.6-.4%201.3-.6%202.2-.6%201.2%200%202.2.3%202.9.9.7.6%201.1%201.4%201.2%202.5h-2.5c0-.2-.1-.4-.2-.7-.3-.4-.7-.6-1.2-.6-.8%200-1.4.5-1.8%201.4-.2.5-.3%201.3-.4%202.3.3-.4.7-.7%201.1-.8.4-.2.9-.3%201.4-.3%201.2%200%202.1.4%202.8%201.2.7.8%201.1%201.8%201.1%203s-.4%202.3-1.1%203.2-1.8%201.4-3.4%201.4c-1.7%200-2.9-.7-3.7-2.1zm7.7%2029.4c-.2-.1-1-.4-2.4-.7-1-.2-1.7-.5-2.1-.9-.4-.4-.6-.9-.6-1.5%200-.8.3-1.5.9-2%20.6-.6%201.5-.9%202.6-.9s1.9.2%202.6.6c.7.4%201.1%201.2%201.2%202.2h-2.2c0-.3-.1-.5-.2-.7-.3-.3-.7-.5-1.3-.5-.5%200-.8.1-1%20.2-.2.2-.3.3-.3.5%200%20.3.1.4.3.6.2.1%201%20.3%202.3.6.9.2%201.6.5%202%201%20.4.4.7%201%20.7%201.6%200%20.8-.3%201.5-1%202.1-.6.5-1.6.8-2.9.8-1.4%200-2.4-.3-3-.9-.6-.6-1-1.3-1-2.2h2.3c.1.4.2.7.3.8.3.3.8.5%201.6.5.4%200%20.8-.1%201.1-.2.3-.1.4-.3.4-.6.1-.1%200-.3-.3-.4zm-38.9%201c.3.2.8.3%201.2.3.5%200%20.9-.1%201.2-.4.2-.1.3-.3.5-.6h2.3c-.1.5-.3%201-.8%201.6-.8.8-1.8%201.3-3.2%201.3-1.1%200-2.2-.4-3-1.1-.9-.7-1.3-1.8-1.3-3.4%200-1.5.4-2.6%201.2-3.4.8-.8%201.8-1.2%203.1-1.2.7%200%201.4.1%202%20.4.6.3%201.1.7%201.5%201.3.4.5.6%201.1.7%201.8.1.4.1%201%20.1%201.7h-6.2c-.2.7.1%201.3.7%201.7zm-2.1-38.2c0%20.8-.2%201.4-.7%201.9-.3.3-.6.6-.9.7.2%200%20.6.2%201%20.6.7.6%201%201.4%201%202.5s-.4%202.1-1.1%202.9c-.8.8-1.9%201.2-3.4%201.2-1.8%200-3.1-.6-3.8-1.8-.4-.6-.6-1.5-.6-2.5h2.5c0%20.5.1.9.2%201.3.3.6.9.9%201.7.9.5%200%20.9-.2%201.3-.5s.6-.8.6-1.5c0-.9-.3-1.4-1-1.7-.4-.2-1-.2-1.9-.2v-1.8c.8%200%201.4-.1%201.7-.2.4-.2.6-.5.7-.9.1-.2.1-.4.1-.6%200-.5-.1-.9-.4-1.2-.3-.3-.7-.5-1.2-.5-.6%200-1%20.2-1.3.6-.3.4-.4.9-.4%201.5h-2.4c0-.6.1-1.3.3-1.8.2-.5.5-1%201-1.4.3-.3.7-.5%201.2-.7.5-.2%201-.2%201.7-.2%201.2%200%202.2.3%203%201%20.7.6%201%201.4%201.1%202.3v.1zm-4.9%2033.7c-.2-.4-.6-.6-1.1-.6-.6%200-1%20.3-1.3.8-.1.3-.2.6-.2%201v5.1h-2.3v-5.1c0-.5-.1-.9-.2-1.1-.2-.4-.6-.6-1.1-.6-.6%200-1.1.2-1.3.6-.1.2-.2.6-.2%201.1v5.2h-2.3v-8.6h2.2v1.3c.3-.4.5-.8.8-.9.4-.3%201-.5%201.7-.5s1.2.1%201.6.4c.3.3.6.6.7%201%20.3-.5.7-.9%201.1-1.1.5-.2%201-.4%201.5-.4.4%200%20.8.1%201.1.2.4.2.7.4%201%20.8.2.3.4.7.5%201.1.1.3.1.7.1%201.3v5.4h-2.3v-5.5c.1-.4.1-.7%200-.9zm104.4-34.5c-.3-.4-.7-.5-1.3-.5-.8%200-1.3.3-1.6.9-.2.3-.3.9-.3%201.6h-2.5c0-1.1.2-2%20.6-2.7.7-1.3%201.9-1.9%203.6-1.9%201.4%200%202.5.4%203.3%201.1.8.8%201.2%201.8%201.2%203%200%201-.3%201.8-.9%202.6-.4.5-1%201-1.9%201.7l-1%20.7c-.6.5-1.1.8-1.3%201-.2.2-.4.4-.6.7h5.7v2.3h-8.9c0-.9.2-1.8.6-2.6.4-.9%201.2-1.8%202.6-2.8%201.2-.8%201.9-1.4%202.3-1.8.5-.6.8-1.2.8-1.9%200-.6-.1-1-.4-1.4zm-5.7%2032.4c.6.3%201.1.7%201.5%201.3.4.5.6%201.1.7%201.8.1.4.1%201%20.1%201.7h-6.2c0%20.9.3%201.5.9%201.8.3.2.8.3%201.2.3.5%200%20.9-.1%201.2-.4.2-.1.3-.3.5-.6h2.3c-.1.5-.3%201-.8%201.6-.8.8-1.8%201.3-3.2%201.3-1.1%200-2.2-.4-3-1.1-.9-.7-1.3-1.8-1.3-3.4%200-1.5.4-2.6%201.2-3.4.8-.8%201.8-1.2%203.1-1.2.6-.1%201.2%200%201.8.3zm-4-22h-2.6v-9h-3.1v-1.7c.8%200%201.4-.1%201.7-.2.5-.1.9-.3%201.3-.7.2-.2.4-.5.5-.9.1-.2.1-.4.1-.5h2.1v13zm29.5-5.5c-.4-.2-1-.2-1.9-.2v-1.8c.8%200%201.4-.1%201.7-.2.6-.3.9-.8.9-1.5%200-.5-.1-.9-.4-1.2-.3-.3-.7-.5-1.2-.5-.6%200-1%20.2-1.3.6-.3.4-.4.9-.4%201.5h-2.4c0-.6.1-1.3.3-1.8.2-.5.5-1%201-1.4.3-.3.7-.5%201.2-.7.5-.2%201-.2%201.7-.2%201.2%200%202.2.3%203%201%20.8.6%201.1%201.5%201.1%202.6%200%20.8-.2%201.4-.7%201.9-.3.3-.6.6-.9.7.2%200%20.6.2%201%20.6.7.6%201%201.4%201%202.5s-.4%202.1-1.1%202.9c-.8.8-1.9%201.3-3.4%201.3-1.8%200-3.1-.6-3.8-1.8-.4-.6-.6-1.5-.6-2.5h2.5c0%20.5.1.9.3%201.3.3.6.9.9%201.7.9.5%200%20.9-.2%201.3-.5s.6-.8.6-1.5c-.2-1.2-.6-1.7-1.2-2zm14%20.7v2h-1.5v2.8h-2.5v-2.8h-5.1v-2.2l4.8-7.9h2.9v8.1h1.4zm7-1c-.3-.5-.8-.7-1.5-.7-.3%200-.6%200-.8.1-.4.1-.7.4-.9.8l-2.3-.1.9-7.2h7.2v2.2h-5.3l-.5%202.8c.4-.3.7-.4.9-.5.4-.1.8-.2%201.4-.2%201.1%200%202%20.4%202.8%201.1.8.7%201.2%201.8%201.2%203.2%200%201.2-.4%202.3-1.2%203.2-.8.9-1.9%201.4-3.5%201.4-1.2%200-2.3-.3-3-1-.8-.7-1.2-1.6-1.3-2.8h2.5c.1.6.3%201%20.6%201.3s.7.5%201.3.5c.6%200%201.1-.2%201.5-.7.3-.4.5-1%20.5-1.7-.1-.7-.2-1.3-.5-1.7zm13.1-4h-2.5c0-.2-.1-.4-.2-.7-.3-.4-.7-.6-1.2-.6-.8%200-1.4.5-1.8%201.4-.2.5-.3%201.3-.4%202.3.3-.4.7-.7%201.1-.8.4-.2.9-.3%201.4-.3%201.1%200%202.1.4%202.8%201.2.7.8%201.1%201.8%201.1%203s-.4%202.3-1.1%203.2c-.7.9-1.8%201.4-3.4%201.4-1.6%200-2.8-.7-3.6-2.1-.6-1.1-.9-2.4-.9-4.1%200-1%200-1.8.1-2.4.1-1.1.4-2%20.9-2.8.4-.6.9-1.1%201.5-1.5.6-.4%201.3-.6%202.2-.6%201.2%200%202.2.3%202.9.9.6.7%201%201.5%201.1%202.5zm-167.7-3.3c1.4%200%202.5.4%203.3%201.1.8.8%201.2%201.8%201.2%203%200%201-.3%201.8-.9%202.6-.4.5-1%201-1.8%201.6l-1%20.7c-.6.5-1.1.8-1.3%201-.2.2-.4.4-.6.7h5.7v2.3h-8.9c0-.9.2-1.7.5-2.4%200-.1%200-.1.1-.2.4-.9%201.2-1.8%202.6-2.8%201.2-.8%201.9-1.4%202.3-1.8.5-.6.8-1.2.8-1.9%200-.5-.2-1-.5-1.4-.3-.4-.7-.5-1.3-.5-.8%200-1.3.3-1.6.9-.2.3-.3.9-.3%201.6h-2.5c0-1.1.2-2%20.6-2.7.3-.6.7-1%201.2-1.3.2-.1.5-.2.8-.3.5%200%201-.2%201.6-.2zm-18.6%2043.5h-2.3v-11.6h2.5l4.6%208.1v-8.1h2.3v11.6h-2.4l-4.7-8.2v8.2zm7.8-30.4v-8.9h-3.1v-1.7c.8%200%201.4-.1%201.7-.2.5-.1.9-.3%201.3-.7.2-.2.4-.5.5-.9.1-.2.1-.4.1-.5h2.1v13h-1.5l-1.1-.1zm-8.4-40.7v-8.3h8.3v8.5h-8.3v-.2zm8.3%2011.1c-3.3-1-6-3.4-7.4-6.5h7.4v6.5zm4.3-6.5h7.2v7h-7.2v-7zm11.6%200h7.4c-1.3%203.1-4.1%205.5-7.4%206.5v-6.5zm8.3-4.6v.2h-8.3v-8.5h8.3v8.3zm-10.5-12.6h-2.2v12.8h-7.2v-21.1h8.3c5.2%200%209.6%203.5%2011.1%208.3h-10zm-13.7%200h-7.8c1.1-3.7%204-6.6%207.8-7.8v7.8zm2.2%2079.1c.4-.3%201.1-.4%202-.5l.8-.1c.4-.1.7-.1.9-.2.3-.1.5-.4.5-.6%200-.4-.1-.6-.4-.7-.3-.1-.6-.2-1.1-.2-.5%200-.9.1-1.1.4-.2.2-.3.5-.3.8h-2.2c0-.7.3-1.4.6-1.8.6-.8%201.6-1.1%203.1-1.1.9%200%201.8.2%202.5.6.7.4%201.1%201.1%201.1%202.1v4.9c0%20.3.1.5.1.6l.3.3v.3h-2.4c-.1-.2-.1-.3-.1-.5s0-.3-.1-.5c-.3.3-.7.6-1.1.9-.5.3-1%20.4-1.6.4-.8%200-1.4-.2-1.9-.7-.5-.4-.8-1.1-.8-1.9-.1-1.2.3-2%201.2-2.5z%22%20fill%3D%22url(%23SVGID_15_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_16_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-958.345%22%20y1%3D%22346.901%22%20x2%3D%22-723.913%22%20y2%3D%22346.901%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-797.4%20358.2c3.1%203.6%207.7%205.8%2012.8%205.8%203.7%200%207-1.2%209.8-3.1h7.3c.1%200%20.1-.1.1-.1%201.2-.9%202.2-2%203.1-3.2H-776.9c-.5-.8-1-1.7-1.4-2.6h15.7c.6-1%201-2.2%201.4-3.3h-18.2c-.1-.3-.2-.5-.2-.8-.2-.7-.2-1.4-.3-2.1h19.4c.1-.9.3-1.7.3-2.6%200-.2-.1-.5-.1-.7H-780c0-.9.1-1.9.3-2.8h19.2c-.2-1.1-.6-2.3-1-3.3H-778.9c.3-1%20.7-1.9%201.2-2.9H-762.8c-.3-.5-.7-.9-1-1.4-.5-.7-.9-1.3-1.5-1.9h-10.2c.2-.3.4-.5.6-.8-2.7-1.8-5.9-2.8-9.4-2.8-9.5%200-17.2%207.7-17.2%2017.1%200%201.2.1%202.4.4%203.5.3%203.2%201.8%205.8%203.7%208z%22%20fill%3D%22url(%23SVGID_16_)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.country_notebook3 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-31%2018.2%20577.1%20369.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M37.6%2067.5h441v292.4h-441z%22%2F%3E%3Cpath%20d%3D%22M545.8%20376.8h-52.4v-8.6c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1h-52.4c-.8%202.5.2%203.7%202.3%204.1%205.9%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.4-.4%202.7-1.8%202.1-3.9zM43.1%2080.1c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H40.5V349%2082.9c-.1-2.2.4-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M124.5%2034.3h258v159.8h-258z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22214.75%22%20x2%3D%22384.352%22%20y2%3D%22214.75%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M403.2%20115v28.3l1.4%203.3-1.4.6V197l18.8-7.7%204.1%2010.1c1.8%204.5-.2%209.5-4.6%2011.3l-226.9%2092.6c-4.3%201.8-9.4-.5-11.2-4.9l-4.1-10.1L353%20217.4H230.9l-69%2028.2-11.5-28.2h-11.5l34.7%2085c3%207.4%2010%2012.1%2017.9%2012.1%202.5%200%204.9-.5%207.2-1.4l226.8-92.6c9.8-4%2014.5-15.3%2010.4-25.2L403.2%20115z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22138.3%22%20x2%3D%22384.352%22%20y2%3D%22138.3%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGID_2_)%22%20d%3D%22M340.6%20141.7v-6.8l-3.9%206.8z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_3_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22138.3%22%20x2%3D%22384.352%22%20y2%3D%22138.3%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGID_3_)%22%20d%3D%22M202.9%20134.9l-3.9%206.8h3.9z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_4_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22142.628%22%20x2%3D%22384.352%22%20y2%3D%22142.628%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M229%20144.7c.4-.5.6-1.2.6-2%200-.9-.2-1.6-.7-2.1-.5-.5-1-.7-1.7-.7-.5%200-1%20.2-1.4.5-.6.5-.9%201.2-.9%202.3%200%20.9.2%201.6.7%202.1.5.5%201.1.8%201.8.8.7-.1%201.2-.4%201.6-.9z%22%20fill%3D%22url(%23SVGID_4_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_5_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22181.535%22%20x2%3D%22384.352%22%20y2%3D%22181.535%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M156.5%20183.3c.6%200%201.2-.2%201.7-.5s.8-1%20.8-1.9v-1c-.2.1-.4.2-.5.3-.2.1-.4.1-.7.2l-.6.1c-.6.1-1%20.2-1.3.4-.4.3-.7.6-.7%201.2%200%20.5.1.8.4%201%20.2.1.5.2.9.2z%22%20fill%3D%22url(%23SVGID_5_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_6_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22142.985%22%20x2%3D%22384.352%22%20y2%3D%22142.985%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M264.8%20145.5c.7%200%201.3-.2%201.7-.6s.6-1%20.6-1.8-.2-1.4-.6-1.9c-.4-.4-1-.6-1.7-.6s-1.3.2-1.7.6-.6%201-.6%201.9c0%20.8.2%201.4.6%201.8s1%20.6%201.7.6z%22%20fill%3D%22url(%23SVGID_6_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_7_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22177.512%22%20x2%3D%22384.352%22%20y2%3D%22177.512%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M186%20176.4c-.7%200-1.3.2-1.6.6-.4.4-.6.9-.7%201.6h4.7c0-.7-.3-1.3-.7-1.7-.5-.3-1.1-.5-1.7-.5z%22%20fill%3D%22url(%23SVGID_7_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_8_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22136.995%22%20x2%3D%22384.352%22%20y2%3D%22136.995%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M277.3%20134.2c-.5%200-1%20.1-1.4.4-.6.5-.9%201.3-.9%202.4%200%20.9.2%201.7.6%202.1.4.5%201%20.7%201.8.7.4%200%20.8-.1%201.2-.4.7-.5%201.1-1.2%201.1-2.4%200-.9-.2-1.6-.6-2.1-.5-.5-1.1-.7-1.8-.7z%22%20fill%3D%22url(%23SVGID_8_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_9_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22136.108%22%20x2%3D%22384.352%22%20y2%3D%22136.108%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M264.8%20138.1c.6%200%201.1-.2%201.5-.6.3-.4.5-.8.5-1.4%200-.6-.2-1.1-.5-1.5-.3-.4-.8-.5-1.5-.5-.6%200-1.1.2-1.5.5-.4.4-.5.9-.5%201.5s.2%201.1.5%201.4c.3.4.8.6%201.5.6z%22%20fill%3D%22url(%23SVGID_9_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_10_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22181.54%22%20x2%3D%22384.352%22%20y2%3D%22181.54%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M219.6%20180.4c-.6.1-1%20.2-1.3.4-.4.3-.7.6-.7%201.2%200%20.5.1.8.4%201s.6.3%201%20.3c.6%200%201.2-.2%201.7-.5s.8-1%20.8-1.9v-1c-.2.1-.3.2-.5.3-.2.1-.4.1-.7.2h-.7z%22%20fill%3D%22url(%23SVGID_10_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_11_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22181.54%22%20x2%3D%22384.352%22%20y2%3D%22181.54%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M265.7%20180.4c-.6.1-1%20.2-1.3.4-.4.3-.7.6-.7%201.2%200%20.5.1.8.4%201%20.3.2.6.3%201%20.3.6%200%201.2-.2%201.7-.5s.8-1%20.8-1.9v-1c-.2.1-.4.2-.5.3-.2.1-.4.1-.7.2h-.7z%22%20fill%3D%22url(%23SVGID_11_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_12_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22177.512%22%20x2%3D%22384.352%22%20y2%3D%22177.512%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M293%20177c-.4.4-.6.9-.7%201.6h4.7c-.1-.7-.3-1.3-.7-1.7-.4-.4-1-.6-1.6-.6-.8.1-1.3.3-1.7.7z%22%20fill%3D%22url(%23SVGID_12_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_13_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22142.628%22%20x2%3D%22384.352%22%20y2%3D%22142.628%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M365.1%20145.5c.7%200%201.2-.3%201.6-.8.4-.5.6-1.2.6-2%200-.9-.2-1.6-.7-2.1-.5-.5-1-.7-1.7-.7-.5%200-1%20.2-1.4.5-.6.5-.9%201.2-.9%202.3%200%20.9.2%201.6.7%202.1.5.4%201.1.7%201.8.7z%22%20fill%3D%22url(%23SVGID_13_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_14_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22139.805%22%20x2%3D%22384.352%22%20y2%3D%22139.805%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M137.8%20144c.3%201%20.9%201.5%201.8%201.5s1.5-.5%201.8-1.5c.3-.8.4-2.1.4-3.5v-.7c0-1.9-.1-3.3-.4-4.3s-.9-1.4-1.8-1.4-1.5.5-1.8%201.4c-.3.9-.5%202.3-.5%204.3%200%20.9%200%201.8.1%202.5s.2%201.2.4%201.7z%22%20fill%3D%22url(%23SVGID_14_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_15_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%22116.126%22%20x2%3D%22384.352%22%20y2%3D%22116.126%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M121.7%20205.7c2.5%201.2%205.2%201.9%208.1%201.9H377.1c5.2%200%209.9-2.1%2013.4-5.5%203.6-3.6%205.9-8.5%205.9-14V44.2c0-5.5-2.3-10.5-5.9-14-3.5-3.4-8.2-5.5-13.4-5.5H129.9c-10.7%200-19.3%208.8-19.3%2019.6v143.8c0%207.8%204.6%2014.5%2011.1%2017.6zm12.4-65.9c0-2.6.4-4.7%201.2-6.1.8-1.4%202.2-2.1%204.3-2.1%202%200%203.5.7%204.3%202.1.7%201.3%201.1%203.2%201.2%205.5%200%20.2.1.4.1.6%200%202.6-.4%204.7-1.2%206.1s-2.2%202.1-4.3%202.1c-2%200-3.5-.7-4.3-2.1-.4-.7-.6-1.5-.9-2.4-.2-1.1-.4-2.3-.4-3.7zm149.5-63.9c0-14.5%2011.8-26.4%2026.4-26.4%205.7%200%2011%201.9%2015.3%205%204.5-3.6%2010.1-5.8%2016.3-5.8%205.3%200%2010.2%201.6%2014.4%204.3%203.4%202.2%206.2%205.3%208.3%208.8%202.2%203.9%203.6%208.3%203.6%2013.1%200%2014.5-11.8%2026.3-26.3%2026.3-5.7%200-10.9-1.9-15.2-4.9-4.5%203.7-10.2%205.9-16.5%205.9-8.5%200-16-4.1-20.8-10.4-2.2-2.8-3.8-6.1-4.7-9.6-.5-2-.8-4.1-.8-6.3zm-5%20101.4c-.2-.5-.7-.8-1.4-.8-.8%200-1.3.3-1.6.8-.1.3-.2.7-.2%201.3v6.3h-2.8v-10.5h2.7v1.5c.3-.5.7-.9%201-1.2.5-.4%201.2-.6%202.1-.6.8%200%201.5.2%201.9.5.4.3.7.7.9%201.3.4-.6.8-1.1%201.3-1.4.6-.3%201.2-.4%201.9-.4.5%200%20.9.1%201.4.3.5.2.9.5%201.2.9.3.4.5.8.6%201.4.1.3.1.9.1%201.6v6.6h-2.8v-6.7c0-.4-.1-.7-.2-1-.2-.5-.7-.7-1.3-.7-.8%200-1.3.3-1.6.9-.1.3-.2.7-.2%201.2v6.3h-2.8v-6.3c0-.6-.1-1-.2-1.3zm.2-35.4c-.6.3-1.3.5-2.2.5-1.3%200-2.4-.4-3.4-1.3s-1.5-2.1-1.5-3.8c0-1.7.5-3.1%201.5-4.2s2.3-1.6%203.8-1.6c2.4%200%204.1%201.1%205%203.2.5%201.2.8%202.8.8%204.8%200%201.9-.2%203.5-.7%204.8-.9%202.5-2.7%203.7-5.2%203.7-1.2%200-2.3-.4-3.2-1.1-1-.7-1.5-1.7-1.6-3.1h3.1c.1.5.3.8.6%201.1.3.3.7.4%201.3.4%201%200%201.8-.6%202.2-1.7.2-.6.4-1.5.4-2.8-.2.6-.5.9-.9%201.1zm-18.7-4.4c-.2-.6-.3-1.2-.3-1.7%200-1.2.4-2.1%201.3-3%20.9-.8%202.1-1.2%203.7-1.2s2.8.4%203.7%201.2%201.3%201.8%201.3%203c0%20.5-.1%201.1-.3%201.7-.2.6-.7%201.1-1.5%201.6.8.4%201.4%201%201.8%201.7.4.7.6%201.5.6%202.4%200%201.3-.5%202.5-1.5%203.4-1%20.9-2.4%201.4-4.2%201.4-1.8%200-3.1-.5-4.1-1.4s-1.4-2.1-1.4-3.4c0-.9.2-1.7.6-2.4.4-.7%201-1.3%201.8-1.6-.8-.6-1.3-1.1-1.5-1.7zm7%2039.1c-.3-.2-.7-.3-1.3-.3-.7%200-1.1.2-1.4.5-.2.2-.3.6-.4%201h-2.7c.1-.9.3-1.7.8-2.3.7-.9%202-1.4%203.8-1.4%201.2%200%202.2.2%203.1.7.9.5%201.3%201.3%201.3%202.6v6c0%20.4.1.6.2.7.1.1.2.2.4.3v.4h-3c-.1-.2-.1-.4-.2-.6%200-.2-.1-.4-.1-.6-.4.4-.8.8-1.3%201.1-.6.3-1.3.5-2%20.5-1%200-1.7-.3-2.4-.8-.6-.5-.9-1.3-.9-2.3%200-1.3.5-2.2%201.5-2.8.5-.3%201.4-.5%202.4-.7l.9-.1c.5-.1.9-.1%201.1-.2.4-.2.6-.4.6-.8.1-.4-.1-.7-.4-.9zm-11%20.7c-.3-.5-.8-.8-1.5-.8-.9%200-1.6.4-1.9%201.2-.2.4-.3.9-.3%201.6v5.7h-2.8v-10.5h2.7v1.5c.3-.5.7-.9%201-1.2.6-.4%201.3-.6%202.1-.6%201.1%200%202%20.3%202.7.9.7.6%201%201.5%201%202.8v7.1h-2.8v-6.4c.1-.6%200-1-.2-1.3zm-15.2%205.5c.1.1.4.2%201%20.2h.6v2.1h-1.3c-1.3%200-2.2-.2-2.7-.7-.3-.3-.5-.8-.5-1.5v-6.5h-1.5v-1.9h1.5v-2.9h2.7v2.9h1.7v1.9h-1.7v5.6c0%20.5.1.7.2.8zm.5-42.3c-.4%201-.9%202.2-1.2%203.6-.4%201.4-.5%202.6-.5%203.5h-3.3c.1-2.9%201-5.8%202.8-8.9%201.2-1.9%202.1-3.2%202.9-4h-7.9v-2.8h11.3v2.5c-.5.5-1.1%201.3-2%202.5-.8%201.1-1.5%202.3-2.1%203.6zm-44.8%203.7v-2.7l5.9-9.7h3.5v10h1.8v2.5H206v3.4h-3.1v-3.4l-6.3-.1zm7.2%2026.5h3v11.7h7.1v2.6h-10.1v-14.3zm7-23.9c-1-.8-1.5-2-1.6-3.5h3.1c.1.7.4%201.2.7%201.6.3.4.9.6%201.5.6.8%200%201.4-.3%201.8-.8.4-.5.6-1.2.6-2.1%200-.8-.2-1.5-.6-2.1-.4-.6-1-.8-1.8-.8-.4%200-.7%200-1%20.1-.5.2-.9.5-1.1%201l-2.8-.1%201.1-8.8h8.8v2.7H213l-.6%203.5c.5-.3.9-.5%201.1-.6.5-.2%201-.3%201.7-.3%201.3%200%202.5.4%203.4%201.3%201%20.9%201.5%202.2%201.5%203.9%200%201.5-.5%202.8-1.4%203.9-.9%201.2-2.4%201.7-4.2%201.7-1.5%200-2.8-.4-3.7-1.2zm10.2%2029.8c-.3-.2-.7-.3-1.3-.3-.7%200-1.1.2-1.4.5-.2.2-.3.6-.4%201h-2.7c.1-.9.3-1.7.8-2.3.7-.9%202-1.4%203.8-1.4%201.2%200%202.2.2%203.1.7.9.5%201.3%201.3%201.3%202.6v6c0%20.4.1.6.2.7.1.1.2.2.4.3v.4h-3c-.1-.2-.1-.4-.2-.6%200-.2-.1-.4-.1-.6-.4.4-.8.8-1.3%201.1-.6.3-1.3.5-2%20.5-1%200-1.7-.3-2.4-.8-.6-.5-.9-1.3-.9-2.3%200-1.3.5-2.2%201.5-2.8.5-.3%201.4-.5%202.4-.7l.9-.1c.5-.1.9-.1%201.1-.2.4-.2.6-.5.6-.8.1-.4-.1-.7-.4-.9zm1.9-31.1c-.7-1.3-1.1-3-1.1-5.1%200-1.2.1-2.2.2-3%20.2-1.4.5-2.5%201.1-3.4.5-.8%201.1-1.4%201.8-1.9s1.6-.7%202.6-.7c1.5%200%202.7.4%203.5%201.1s1.4%201.8%201.5%203h-3.1c0-.3-.1-.5-.3-.8-.3-.5-.8-.7-1.5-.7-1%200-1.7.6-2.2%201.7-.2.6-.4%201.6-.5%202.8.4-.5.8-.8%201.4-1%20.5-.2%201.1-.3%201.8-.3%201.4%200%202.6.5%203.5%201.4.9%201%201.4%202.2%201.4%203.7s-.4%202.8-1.3%203.9-2.3%201.7-4.1%201.7c-2.3.1-3.8-.7-4.7-2.4zm9.5%2036c-.3-.2-1.2-.4-2.9-.8-1.2-.3-2-.7-2.5-1.1-.5-.4-.7-1.1-.7-1.9%200-1%20.4-1.8%201.1-2.5.8-.7%201.8-1.1%203.2-1.1%201.3%200%202.4.3%203.2.8.8.5%201.3%201.4%201.4%202.7h-2.7c0-.3-.1-.6-.3-.8-.3-.4-.8-.6-1.5-.6-.6%200-1%20.1-1.3.3-.3.2-.4.4-.4.7%200%20.3.1.5.4.7.3.1%201.2.4%202.9.8%201.1.3%201.9.6%202.5%201.2.5.5.8%201.2.8%202%200%201-.4%201.9-1.2%202.5-.8.7-2%201-3.6%201-1.7%200-2.9-.3-3.7-1-.8-.7-1.2-1.6-1.2-2.7h2.8c.1.5.2.8.4%201%20.3.4%201%20.6%201.9.6.5%200%201-.1%201.3-.2.3-.2.5-.4.5-.7%200-.5-.1-.7-.4-.9zm-47.8%201.2c.4.3.9.4%201.5.4s1.1-.2%201.5-.5c.2-.2.4-.4.6-.7h2.8c-.1.6-.4%201.3-1%201.9-.9%201-2.3%201.5-4%201.5-1.4%200-2.6-.4-3.7-1.3s-1.6-2.3-1.6-4.2c0-1.8.5-3.2%201.5-4.2s2.2-1.5%203.8-1.5c.9%200%201.7.2%202.5.5.7.3%201.3.8%201.8%201.6.4.6.7%201.4.8%202.2.1.5.1%201.2.1%202.1h-7.7c.1%201%20.5%201.7%201.1%202.2zm-2.5-46.8c0%20.9-.3%201.7-.8%202.4-.3.4-.7.7-1.1.8.3%200%20.7.2%201.2.7.8.7%201.2%201.7%201.2%203s-.5%202.5-1.4%203.6c-.9%201-2.3%201.5-4.1%201.5-2.3%200-3.8-.7-4.7-2.2-.5-.8-.7-1.8-.8-3.1h3.1c0%20.6.1%201.2.3%201.6.4.8%201.1%201.2%202.1%201.2.6%200%201.1-.2%201.6-.6.5-.4.7-1%20.7-1.8%200-1.1-.4-1.7-1.3-2.1-.5-.2-1.2-.3-2.3-.3v-2.2c1%200%201.7-.1%202.1-.3.5-.2.7-.6.9-1.1.1-.2.2-.4.2-.7%200-.6-.2-1.1-.5-1.5-.4-.4-.9-.6-1.5-.6-.7%200-1.3.2-1.6.7-.3.5-.5%201.1-.5%201.9H172c0-.8.2-1.5.4-2.3.3-.6.7-1.2%201.2-1.7.4-.4.9-.7%201.5-.9.6-.2%201.3-.3%202.1-.3%201.5%200%202.8.4%203.7%201.2.9.7%201.3%201.7%201.3%202.8-.1.1-.1.2-.1.3zm-6%2041.3c-.2-.5-.7-.7-1.4-.7-.8%200-1.3.3-1.6.9-.1.3-.2.7-.2%201.2v6.3h-2.8v-6.3c0-.6-.1-1.1-.2-1.4-.2-.5-.7-.8-1.4-.8-.8%200-1.3.3-1.6.8-.1.3-.2.7-.2%201.3v6.3H164v-10.5h2.7v1.5c.3-.5.7-.9%201-1.2.5-.4%201.2-.6%202.1-.6.8%200%201.5.2%201.9.5.4.3.7.7.9%201.3.4-.6.8-1.1%201.3-1.4.6-.3%201.2-.4%201.9-.4.5%200%20.9.1%201.4.3.5.2.9.5%201.2.9.3.4.5.8.6%201.4.1.3.1.9.1%201.6v6.6h-2.8v-6.7c0-.3-.1-.6-.2-.9zM304%20134.9c-.4-.4-.9-.7-1.6-.7-1%200-1.6.4-1.9%201.1-.2.4-.3%201.1-.4%202h-3c.1-1.4.3-2.5.7-3.3.8-1.6%202.3-2.4%204.5-2.4%201.7%200%203%20.5%204%201.4%201%20.9%201.5%202.2%201.5%203.7%200%201.2-.4%202.2-1.1%203.1-.5.6-1.2%201.3-2.3%202l-1.3.9c-.8.6-1.3%201-1.6%201.2-.3.3-.5.5-.7.9h7v2.8h-10.9c0-1.1.3-2.2.7-3.1.5-1.1%201.5-2.2%203.2-3.4%201.4-1%202.4-1.8%202.8-2.2.6-.7%201-1.5%201-2.3%200-.7-.2-1.2-.6-1.7zm-6.9%2039.7c.7.3%201.3.8%201.8%201.6.4.6.7%201.4.8%202.2.1.5.1%201.2.1%202.1h-7.7c0%201%20.4%201.8%201.1%202.2.4.3.9.4%201.5.4s1.1-.2%201.5-.5c.2-.2.4-.4.6-.7h2.8c-.1.6-.4%201.3-1%201.9-.9%201-2.3%201.5-4%201.5-1.4%200-2.6-.4-3.7-1.3s-1.6-2.3-1.6-4.2c0-1.8.5-3.2%201.4-4.2%201-1%202.2-1.5%203.8-1.5%201.1%200%201.9.2%202.6.5zm-4.9-27H289v-11h-3.7v-2.1c1%200%201.7-.1%202.1-.2.6-.1%201.1-.4%201.5-.8.3-.3.5-.7.6-1.1.1-.3.1-.5.1-.6h2.6v15.8zm36.1-6.7c-.5-.2-1.2-.3-2.3-.3v-2.2c1%200%201.7-.1%202.1-.3.7-.3%201-.9%201-1.9%200-.6-.2-1.1-.5-1.5-.4-.4-.9-.6-1.5-.6-.7%200-1.3.2-1.6.7-.3.5-.5%201.1-.5%201.9h-2.9c0-.8.2-1.5.4-2.3.3-.6.7-1.2%201.2-1.7.4-.4.9-.7%201.5-.9.6-.2%201.3-.3%202.1-.3%201.5%200%202.8.4%203.7%201.2.9.8%201.4%201.8%201.4%203.2%200%20.9-.3%201.7-.8%202.4-.4.4-.7.7-1.1.8.3%200%20.7.2%201.2.7.8.7%201.2%201.8%201.2%203%200%201.3-.5%202.5-1.4%203.6-.9%201-2.3%201.5-4.1%201.5-2.3%200-3.8-.7-4.7-2.2-.5-.8-.7-1.8-.8-3.1h3.1c0%20.6.1%201.2.3%201.6.4.8%201.1%201.2%202.1%201.2.6%200%201.1-.2%201.6-.6.5-.4.7-1%20.7-1.8-.1-1-.6-1.7-1.4-2.1zm17.2.8v2.5h-1.8v3.4h-3.1v-3.4h-6.3v-2.7l5.9-9.7h3.5v10h1.8zm8.5-1.2c-.4-.6-1-.8-1.8-.8-.4%200-.7%200-1%20.1-.5.2-.9.5-1.1%201l-2.8-.1%201.1-8.8h8.8v2.7h-6.5l-.6%203.5c.5-.3.9-.5%201.1-.6.5-.2%201-.3%201.7-.3%201.3%200%202.5.4%203.4%201.3%201%20.9%201.5%202.2%201.5%203.9%200%201.5-.5%202.8-1.4%203.9-.9%201.2-2.4%201.7-4.2%201.7-1.5%200-2.8-.4-3.7-1.2-1-.8-1.5-2-1.6-3.5h3.1c.1.7.4%201.2.7%201.6.4.4.9.6%201.5.6.8%200%201.4-.3%201.8-.8.4-.5.6-1.2.6-2.1%200-.8-.2-1.5-.6-2.1zm16.2-4.8H367c0-.3-.1-.5-.3-.8-.3-.5-.8-.7-1.5-.7-1%200-1.8.6-2.2%201.7-.2.6-.4%201.6-.5%202.8.4-.5.8-.8%201.3-1%20.5-.2%201.1-.3%201.8-.3%201.4%200%202.6.5%203.5%201.4.9%201%201.4%202.2%201.4%203.7s-.4%202.8-1.3%203.9-2.3%201.7-4.1%201.7c-2%200-3.5-.8-4.4-2.5-.7-1.3-1.1-3-1.1-5.1%200-1.2.1-2.2.2-3%20.2-1.4.5-2.5%201.1-3.4.5-.8%201.1-1.4%201.8-1.9s1.6-.7%202.6-.7c1.5%200%202.7.4%203.5%201.1.8.8%201.2%201.8%201.4%203.1zm-205.6-4.1c1.7%200%203%20.5%204%201.4%201%20.9%201.5%202.2%201.5%203.7%200%201.2-.3%202.2-1.1%203.1-.5.6-1.2%201.3-2.2%202l-1.3.9c-.8.6-1.3%201-1.6%201.2-.3.3-.5.5-.7.9h7v2.8h-10.9c0-1.1.3-2%20.7-2.9%200-.1%200-.1.1-.2.4-1.1%201.5-2.2%203.2-3.4%201.4-1%202.4-1.8%202.8-2.2.7-.7%201-1.5%201-2.3%200-.7-.2-1.2-.6-1.7-.4-.4-.9-.7-1.6-.7-1%200-1.6.4-1.9%201.1-.2.4-.3%201.1-.3%202h-3.1c.1-1.4.3-2.5.7-3.3.4-.7.9-1.2%201.5-1.6.3-.2.6-.3%201-.4.4-.2%201-.4%201.8-.4zm-22.9%2053.3H139v-14.2h3.1l5.6%209.9v-9.9h2.8v14.2h-3l-5.8-10.1v10.1zm9.6-37.3v-11h-3.8v-2.1c1%200%201.7-.1%202.1-.2.6-.1%201.1-.4%201.5-.8.3-.3.5-.7.6-1.1.1-.3.1-.5.1-.6h2.6V147.7h-1.8l-1.3-.1zM141%2097.8V87.7h10.2V98H141v-.2zm10.2%2013.6c-4.1-1.2-7.4-4.1-9-8h9v8zm5.3-8h8.8v8.6h-8.8v-8.6zm14.1%200h9c-1.7%203.9-5%206.8-9%208v-8zm10.2-5.6v.2h-10.2V87.7h10.2v10.1zM168%2082.3h-2.7V98h-8.8V72.2h10.1c6.4%200%2011.8%204.3%2013.5%2010.2l-12.1-.1zm-16.8%200h-9.5c1.4-4.6%204.9-8.1%209.5-9.5v9.5zm2.7%2097c.5-.3%201.4-.5%202.4-.7l.9-.1c.5-.1.9-.1%201.1-.2.4-.2.6-.4.6-.8s-.1-.7-.5-.9c-.3-.2-.7-.3-1.3-.3-.7%200-1.1.2-1.4.5-.2.2-.3.6-.4%201h-2.7c.1-.9.3-1.7.8-2.3.7-.9%202-1.4%203.8-1.4%201.2%200%202.2.2%203.1.7.9.5%201.3%201.3%201.3%202.6v6c0%20.4.1.6.2.7.1.1.2.2.4.3v.4h-3c-.1-.2-.1-.4-.2-.6%200-.2-.1-.4-.1-.6-.4.4-.8.8-1.3%201.1-.6.3-1.3.5-2%20.5-1%200-1.7-.3-2.4-.8-.6-.5-.9-1.3-.9-2.3.1-1.3.6-2.2%201.6-2.8z%22%20fill%3D%22url(%23SVGID_15_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_16_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%2296.96%22%20y1%3D%2275.945%22%20x2%3D%22384.352%22%20y2%3D%2275.945%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23edab4a%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b08533%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M294.3%2089.8c3.8%204.4%209.4%207.2%2015.7%207.2%204.5%200%208.6-1.4%2012-3.8h8.8l.2-.2c1.4-1.1%202.7-2.4%203.9-3.9H319.5c-.6-1-1.2-2-1.7-3.1h19c.7-1.3%201.3-2.6%201.7-4.1H316.3c-.1-.3-.2-.6-.3-1-.2-.8-.3-1.7-.4-2.5h23.9c.1-1%20.3-2.1.3-3.2%200-.3-.1-.6-.1-.9H315.4c0-1.2.2-2.3.3-3.4H339.2c-.3-1.4-.7-2.8-1.2-4.1h-21.3c.4-1.2.9-2.4%201.4-3.5h18.1c-.4-.6-.9-1.1-1.3-1.7-.6-.8-1.1-1.7-1.8-2.4h-12.5c.2-.3.5-.6.8-.9-3.3-2.2-7.2-3.5-11.5-3.5-11.6%200-21%209.4-21%2021%200%201.5.2%202.9.5%204.3.7%203.8%202.5%207%204.9%209.7z%22%20fill%3D%22url(%23SVGID_16_)%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.country_mobile4 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-160%20254.7%20273.8%20332.2%22%3E%3Cstyle%3E.st1%7Bfill%3A%23feb12d%7D.st2%7Bfill%3A%23fff%7D%3C%2Fstyle%3E%3Cpath%20d%3D%22M50.1%20254.7H-98c-12.3%200-22.4%2010.1-22.4%2022.4v287.3c0%2012.3%2010.1%2022.4%2022.4%2022.4H50.1c12.3%200%2022.4-10.1%2022.4-22.4V277.1c0-12.3-10.1-22.4-22.4-22.4zm-97.8%2016.2H-.3c1.5%200%202.7%201.2%202.7%202.7%200%201.5-1.2%202.7-2.7%202.7h-47.4c-1.5%200-2.7-1.2-2.7-2.7%200-1.5%201.2-2.7%202.7-2.7zM-24%20575.7c-6.2%200-11.2-5-11.2-11.2s5-11.2%2011.2-11.2%2011.2%205%2011.2%2011.2-5%2011.2-11.2%2011.2zm80.9-30.3h-161.7V290.3H56.9v255.1z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-64.3%20457.8c-1.8%200-3.8-.9-4.8-2.2-10.8-13.5-13.6-31.3-7.4-47.6%206.2-16.4%2020.2-28%2037.3-31%202.7-.5%205.5-.7%208.3-.7%2018.4%200%2035.5%2010.4%2043.7%2026.5%203.8%207.5%205.6%2015.1%205.4%2022.8v2.2c-.4%2011.4-1%2012.2-11.2%2014.2l-1.3.3c-10.1%202-20.4%204.5-30.3%206.8-4.8%201.1-9.8%202.3-14.7%203.5-8.5%202-16.2%203.7-24.1%205.2h-.9z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-31%20378.2c17.5%200%2034%209.7%2042%2025.5%203.5%206.8%205.4%2014.1%205.2%2021.9v2.2c-.4%2011-.5%2010.5-11.1%2012.7-15.1%203-30%206.9-45%2010.3-8%201.8-16%203.6-24%205.2h-.5c-1.2%200-2.7-.6-3.4-1.5C-90%20426.9-74%20385-39.1%20378.9c2.8-.5%205.5-.7%208.1-.7m0-3.8v3.8-3.8c-2.9%200-5.8.2-8.6.7-17.8%203.1-32.3%2015.1-38.7%2032.2-6.4%2017-3.6%2035.5%207.7%2049.5%201.4%201.7%203.9%202.9%206.3%202.9.4%200%20.8%200%201.2-.1%207.9-1.6%2015.6-3.3%2024.1-5.3%204.9-1.1%209.9-2.3%2014.8-3.5%209.9-2.4%2020.1-4.8%2030.2-6.8l1.3-.3c5.2-1%208.3-1.6%2010.4-4.3%202-2.6%202.1-5.8%202.4-11.7V426v-.6c.2-8-1.7-15.9-5.6-23.6-8.6-16.6-26.4-27.4-45.5-27.4z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-134.31%22%20y1%3D%22464.913%22%20x2%3D%2277.291%22%20y2%3D%22464.913%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-64.1%20487.3c-22.7%200-44.2-6.8-63.9-20.2-.5-.4-1-.8-1.4-1.1-.2-.1-.3-.3-.5-.4l-4.4-3.6%205.7.3c3.1.1%206.1.3%209.2.5%206.5.4%2013.3.8%2019.9.8h.1c21.9%200%2042.9-4.7%2062.6-9.4l5-1.2c14.3-3.5%2029-7.1%2043.8-9.4%204.1-.6%208.3-1%2012.3-1%2017.8%200%2034.3%206.3%2048.9%2018.8l4.2%203.6-5.5-.2c-1.9-.1-3.7-.2-5.5-.3-3.8-.2-7.4-.4-11-.4-14.1%200-27.8%203.7-41%207.3-1.5.4-3.1.8-4.6%201.2-3.8%201-7.6%202-11.3%203.1-12.9%203.5-26.2%207.1-39.5%209.7-7.9%201.2-15.6%201.9-23.1%201.9z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M24.2%20444.4c17.4%200%2033.3%206.1%2047.6%2018.3-5.8-.3-11.2-.7-16.6-.7h-.1c-15.9%200-30.9%204.5-46%208.6-16.9%204.5-33.6%209.5-50.7%2012.7-7.6%201.5-15.2%202.2-22.6%202.2-22.3%200-43.3-6.6-62.9-19.9-.7-.4-1.2-1-1.8-1.4%209.8.4%2019.5%201.2%2029.2%201.2h.1c21.5%200%2042.3-4.4%2063-9.5%2016.1-3.9%2032.3-8%2048.7-10.5%204.2-.7%208.2-1%2012.1-1m0-3.8c-4.1%200-8.3.3-12.6%201-14.8%202.3-29.6%205.9-44%209.4-1.7.4-3.4.8-5%201.2-19.5%204.7-40.4%209.4-62.1%209.4h-.1c-6.6%200-13.3-.4-19.8-.8-3-.2-6.1-.3-9.2-.5l-11.4-.5%208.8%207.2c.1.1.3.2.4.4.4.4%201%20.8%201.6%201.3%2020.1%2013.7%2041.9%2020.6%2065%2020.6%207.6%200%2015.4-.8%2023.3-2.2%2013.4-2.5%2026.8-6.2%2039.7-9.7%203.7-1%207.6-2.1%2011.3-3.1%201.5-.4%203.1-.8%204.6-1.2%2013.7-3.7%2026.7-7.2%2040.4-7.2l.1-3.8v3.8c3.5%200%207.1.2%2010.9.4%201.8.1%203.6.2%205.5.3l11%20.5-8.4-7.1c-14.8-12.9-31.7-19.4-50-19.4z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22-121.877%22%20y1%3D%22483.511%22%20x2%3D%2286.594%22%20y2%3D%22483.511%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M-51.6%20501.3c-21.4%200-41.4-5.9-59.5-17.6l-10.8-7%2012.3%203.6c2.4.7%204.9%201.5%207.2%202.2%205.1%201.6%2010.5%203.2%2015.7%204.4%207.4%201.6%2015.2%202.4%2023.2%202.4%2012.1%200%2025.2-1.8%2040-5.6%209-2.3%2018-4.8%2026.8-7.2%209.5-2.6%2019.3-5.3%2029-7.8%207.9-2%2015.8-3%2023.6-3%207.2%200%2014.3.9%2021.3%202.6%201.1.3%202.1.7%203.1%201.3l6.1%203.7-7.1-.2h-2.2c-19.2%200-37.4%206.1-55%2011.9-3.1%201-6.1%202-9.2%203-15.5%205-33.1%2010.7-51.5%2012.6-4.3.5-8.7.7-13%20.7z%22%20fill%3D%22url(%23SVGID_2_)%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M56%20467.6c7%200%2013.9.8%2020.9%202.5.9.2%201.7.6%202.6%201.1h-2.2c-22.8%200-43.7%208.2-64.8%2015-16.8%205.4-33.5%2010.7-51.1%2012.5-4.4.5-8.7.7-13%20.7-20.8%200-40.3-5.6-58.4-17.3%207.7%202.2%2015.3%204.9%2023.1%206.6%207.9%201.7%2015.8%202.5%2023.6%202.5%2013.6%200%2027.1-2.3%2040.5-5.7%2018.7-4.8%2037.1-10.2%2055.8-15%207.6-1.9%2015.3-2.9%2023-2.9m0-3.8c-7.9%200-16%201-24.1%203.1-9.7%202.5-19.5%205.2-29%207.8-8.8%202.4-17.8%204.9-26.8%207.2-14.7%203.8-27.6%205.6-39.5%205.6-7.9%200-15.5-.8-22.8-2.4-5.2-1.1-10.5-2.8-15.6-4.3-2.4-.7-4.8-1.5-7.3-2.2l-24.7-7.1%2021.6%2013.9c18.4%2011.8%2038.7%2017.9%2060.5%2017.9%204.4%200%208.9-.2%2013.4-.7%2018.6-2%2036.3-7.7%2051.9-12.7%203.1-1%206.2-2%209.2-3%2017.5-5.8%2035.6-11.8%2054.4-11.8h2.1l14.3.3-12.3-7.3c-1.1-.7-2.4-1.2-3.6-1.5-7-1.9-14.3-2.8-21.7-2.8z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-94.9%20438.1c-9.9%200-19.6-3.3-29.8-10.2-.7-.4-.9-1.1-1.1-1.5l-.1-.1-.4-.8.4-.8v-.1c.1-.3.3-1%20.9-1.4%2010.1-7.1%2019.7-10.5%2029.5-10.5%202.1%200%204.2.2%206.3.5%206.1.9%209.6%205.7%209.4%2012.8-.2%206.6-4%2011.1-9.8%2011.8-1.7.2-3.5.3-5.3.3z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-95.4%20414.6c2%200%204%20.1%206%20.4%205.4.8%208%205%207.8%2010.9-.2%205.4-3%209.3-8.1%2010-1.7.2-3.5.3-5.1.3-10.5%200-19.9-3.9-28.8-9.9-.3-.2-.3-.6-.5-.9.1-.3.1-.6.3-.7%208.7-6%2018.1-10.1%2028.4-10.1m0-3.8v3.8-3.8c-10.2%200-20.2%203.5-30.6%2010.8-1.2.8-1.5%201.9-1.7%202.4l-.7%201.6.8%201.5c.2.5.6%201.6%201.8%202.4%2010.5%207.1%2020.6%2010.5%2030.9%2010.5%201.9%200%203.7-.1%205.6-.3%206.8-.8%2011.2-6%2011.4-13.6.3-8.1-3.9-13.7-11-14.8-2.1-.3-4.3-.5-6.5-.5z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-83.3%20407.6c-2.1%200-4.2-.5-6.5-1.6-9.3-4.5-16.6-12.1-23.1-24.1-1-1.9-.7-3.3-.3-4%20.5-.8%201.5-1.7%203.8-1.7h4.4c7.5.4%2017.2%201.5%2026.1%206.7%208.4%204.9%208.5%2011%207%2015.3-2%205.9-6.2%209.4-11.4%209.4z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-107.7%20378h2.7c8.8.5%2017.5%201.9%2025.3%206.4%205.9%203.4%207.9%207.8%206.2%2013-1.8%205.3-5.3%208.2-9.7%208.2-1.7%200-3.6-.5-5.6-1.4-10.3-4.9-17-13.5-22.3-23.3-1.1-1.9-.3-3%201.9-3%20.4.1.9.1%201.5.1m0-3.8h-1.7c-3.2%200-4.7%201.5-5.4%202.7-.6%201-1.3%203%20.2%205.9%206.7%2012.4%2014.3%2020.3%2024%2024.9%202.5%201.2%204.9%201.8%207.3%201.8%206.1%200%2010.9-3.9%2013.3-10.8%201.4-4.1%202.2-11.7-7.9-17.5-9.3-5.3-19.3-6.5-26.9-6.9h-1.5l-1.4-.1z%22%2F%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M.8%20385.1c-3.2%200-6.4-1.3-9.4-3.7-4.5-3.7-5.5-9.2-2.7-15%203-6.3%207.9-11.8%2015.3-17.3%202.3-1.7%204.7-3.2%207.1-4.7%201.1-.7%202.1-1.3%203.2-2l.9-.6%203.8%201.9-.1%201.2c-.1%201.3-.1%202.6-.1%203.9%200%203-.1%206.1-.8%209.1-1.4%206.1-3.2%2013.2-6.2%2019.5-2.4%204.9-6.4%207.7-11%207.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M15.2%20343.9l1.8.9c-.2%204.2.1%208.6-.8%2012.7-1.5%206.5-3.2%2013.1-6.1%2019.1-2.1%204.4-5.5%206.6-9.2%206.6-2.7%200-5.5-1.1-8.2-3.3-3.8-3.1-4.7-7.6-2.2-12.8C-6.3%20360.2-1%20355%205%20350.5c3.3-2.4%206.8-4.4%2010.2-6.6m-.3-4.3l-1.8%201.2c-1%20.7-2.1%201.3-3.1%202-2.4%201.5-4.9%203-7.2%204.8-7.6%205.7-12.7%2011.4-15.8%2018-3.2%206.6-2%2013.1%203.2%2017.3%203.3%202.7%207%204.2%2010.6%204.2%205.4%200%2010-3.2%2012.6-8.8%203.1-6.5%204.9-13.7%206.3-19.9.7-3.2.8-6.4.8-9.5%200-1.3%200-2.6.1-3.8l.1-2.5-2.2-1.1-.9-.4-.9-.4-1.8-1.1z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M32.5%20438.2c-2.5%200-4.7-.3-6.4-.9-5.5-1.9-8-6-7.8-12.6.2-6.5%203.5-10.7%208.8-11.3%201.9-.2%203.9-.3%205.8-.3%203.4%200%206.8.3%2010%20.9%207.6%201.5%2014.8%204.6%2021.2%209.4l1.6%201.2-1.3%201.5c-5.8%207-21.6%2012.1-31.9%2012.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M32.9%20415c3.2%200%206.5.3%209.7.9%207.3%201.4%2014.1%204.4%2020.4%209.1-5.3%206.3-20.4%2011.4-30.5%2011.4-2.2%200-4.2-.3-5.8-.8-4.7-1.6-6.7-5-6.5-10.8.2-5.2%202.4-9%207.1-9.5%201.9-.2%203.7-.3%205.6-.3m0-3.8c-2%200-4%20.1-6%20.3-6.3.7-10.2%205.6-10.5%2013.1-.3%207.4%202.8%2012.3%209%2014.5%201.9.7%204.3%201%207%201%2010.7%200%2027-5.2%2033.4-12.7l2.6-3.1-3.2-2.4c-6.7-4.9-14.1-8.2-22-9.7-3.3-.7-6.7-1-10.3-1z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-62.3%20385.1c-3.5%200-6.5-1.6-8.8-4.7-8.9-11.8-9.4-25.6-8.8-36.3l.1-2.5%202.3.8c.6.2%201.1.3%201.6.5%201%20.3%202%20.6%203%201.1%209.7%205.7%2016.8%2012.2%2021.6%2020.1%202.4%204%203.2%207.9%202.3%2011.3-.9%203.2-3.2%205.9-6.8%207.8-2.2%201.3-4.4%201.9-6.5%201.9z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-78%20344.2c1.8.6%203.1.8%204.2%201.4%208.4%204.9%2015.8%2011.1%2021%2019.5%204.3%206.9%202.8%2013-3.8%2016.5-1.9%201-3.8%201.6-5.7%201.6-2.8%200-5.3-1.2-7.3-3.9-7.7-10.2-9.1-22.1-8.4-35.1m-3.5-5.1l-.3%204.9c-.6%2011-.1%2025.3%209.2%2037.6%202.7%203.5%206.2%205.4%2010.3%205.4%202.4%200%204.9-.7%207.4-2%204-2.2%206.7-5.3%207.7-9%201.1-4%20.2-8.4-2.5-12.8-5-8.2-12.3-15-22.3-20.8-1.1-.7-2.3-1-3.4-1.3-.5-.1-1-.3-1.5-.4l-4.6-1.6z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-30.7%20376.5c-8.8%200-11.6-5.3-12.3-9.8-.5-3-.9-7.5.3-11.5%201.7-5.9%203.9-11.7%206.1-17.4.4-1%20.8-2.1%201.2-3.1.5-1.2%201.3-2.1%202.2-3.2.4-.5.9-1%201.3-1.6l1.7-2.2%201.4%202.4%201.8%203c1.2%202%202.3%203.8%203.2%205.8%203.1%206.8%206.6%2015.9%205.7%2026-.6%206.7-4.8%2011.1-11%2011.5-.5%200-1.1.1-1.6.1z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-30.4%20331.1c1.9%203.2%203.6%205.8%204.9%208.6%203.7%207.9%206.4%2016.1%205.6%2025.1-.5%205.8-3.9%209.4-9.2%209.7-.5%200-1%20.1-1.5.1-6%200-9.5-2.6-10.5-8.2-.6-3.5-.7-7.3.2-10.7%201.9-6.9%204.7-13.6%207.3-20.3.4-1.3%201.7-2.4%203.2-4.3m.4-6.7l-3.4%204.4c-.4.6-.9%201-1.3%201.5-1%201.1-1.9%202.2-2.5%203.7-.4%201-.8%202.1-1.2%203.1-2.2%205.7-4.5%2011.5-6.2%2017.5-1%203.5-1.1%207.6-.3%2012.3%201.2%207.3%206.3%2011.4%2014.2%2011.4.6%200%201.2%200%201.8-.1%207.2-.5%2012-5.5%2012.7-13.2%201-10.5-2.6-20-5.9-27-1-2.1-2.1-4-3.3-6-.6-.9-1.2-1.9-1.7-2.9l-2.9-4.7z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M22.2%20407.5c-3.9%200-7.3-1.8-9.6-5.1-4.4-6.3-3.8-12.8%201.6-17.3%206.3-5.3%2013.9-7.1%2020.5-8.1%203.4-.5%206.9-.7%2010.5-.9%201.7-.1%203.3-.2%205.1-.3l2.5-.2-.5%202.4c-.1.6-.2%201.1-.3%201.5-.1.9-.3%201.8-.7%202.5-5.1%208.6-11.8%2018.2-22.9%2023.8-2.1%201.2-4.2%201.7-6.2%201.7z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M50.4%20377.7c-.4%201.8-.3%202.8-.8%203.5-5.6%209.4-12%2018-22.1%2023-1.8.9-3.6%201.4-5.4%201.4-3.2%200-6.1-1.5-8.1-4.3-3.8-5.5-3.5-10.8%201.3-14.8%205.6-4.8%2012.5-6.6%2019.6-7.7%204.9-.7%2010-.7%2015.5-1.1m4.7-4.1l-5%20.3c-1.7.1-3.4.2-5%20.3-3.7.2-7.2.3-10.7.9-6.9%201-14.8%202.9-21.4%208.5-6.1%205.2-6.9%2012.8-1.9%2019.9%202.6%203.7%206.7%205.9%2011.1%205.9%202.4%200%204.8-.6%207.1-1.8%2011.5-5.8%2018.4-15.6%2023.6-24.5.6-1.1.8-2.2%201-3.2.1-.4.1-.9.3-1.4l.9-4.9z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M-106.1%20458.7l.7-.9c5-6.2%2010-10.4%2015.7-13.1%201.9-.9%203.9-1.4%205.9-1.4%203.3%200%206.3%201.3%208.6%203.6%202.6%202.7%203.9%206.6%203.8%2010.9l-.1%201.7-33%202.4-1.6-3.2z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M-83.7%20445.2c5.9%200%2010.7%205%2010.4%2012.6-10%20.7-20%201.5-30%202.2-.2-.4-.3-.7-.5-1.1%204.1-5.2%208.9-9.6%2015-12.5%201.7-.8%203.4-1.2%205.1-1.2m0-3.8c-2.3%200-4.5.5-6.7%201.6-6%202.8-11.2%207.1-16.4%2013.6l-1.5%201.9%201%202.1.4.8.1.3%201.1%202.3%202.6-.2%2030-2.2%203.4-.2.1-3.4c.2-4.9-1.3-9.2-4.3-12.3-2.5-2.8-6.1-4.3-9.8-4.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.country_notebook4 {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-8%20236%20577.1%20369.9%22%3E%3Cstyle%3E.st2%7Bfill%3A%23feb12d%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M57.8%20291.3h447v286.4h-447z%22%2F%3E%3Cpath%20d%3D%22M568.8%20594.6h-52.4V586c.1-29.1.1-283.6%200-293.7-.1-9.5-5.6-16.5-14.5-18-4.2-.8-8.7-.4-13-.5-6-.1-411.7-.1-423.1-.1-13.1%200-21.8%207.8-21.1%2020.8.2%203.5%200%20263.5.1%20291.9v8.1H-7.6c-.8%202.5.2%203.7%202.3%204.1%206%201.2%2011.9%202.8%2017.9%203.5%209.2%201.2%2018.4%201.8%2027.6%202.5%205.4.4%2010.8.5%2016.2.6%2010.4.2%2020.8.3%2031.1.4%208.3.1%20361.1.1%20374.3.1%2014.8-.1%2029.6-.1%2044.4-.6%2014-.6%2027.9-1.6%2041.8-2.9%206.3-.6%2012.5-2.5%2018.7-3.7%202.5-.4%202.7-1.8%202.1-3.9zM66.1%20297.9c142.9.1%20285.9.1%20428.8%200%202.2%200%202.8.5%202.8%202.7-.1%2088.8%200%20177.6%200%20266.4v2.5H63.5v-2.7-266.1c-.1-2.2.5-2.8%202.6-2.8z%22%20fill%3D%22%23d8d8d8%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M365.5%20406.1v3.9c-.7%2020-.9%2019.1-20%2022.9-27.3%205.5-54.3%2012.4-81.5%2018.6-14.4%203.3-28.9%206.6-43.4%209.5-2.1.4-5.6-.9-7-2.6-40.1-50-11.2-125.8%2052-136.7%2036.6-6.3%2073.8%2012%2090.5%2044.8%206.3%2012.5%209.8%2025.6%209.4%2039.6z%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_1_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22103.183%22%20y1%3D%22477.389%22%20x2%3D%22466.086%22%20y2%3D%22477.389%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M466.1%20473.4c-10.6-.5-20.3-1.3-30.1-1.3-28.7%200-55.9%208.2-83.3%2015.5-30.5%208.1-60.9%2017.1-91.8%2023-55.5%2010.6-107.5%200-154.6-32.1-1.2-.8-2.2-1.8-3.2-2.6%2017.7.8%2035.3%202.2%2052.8%202.3%2038.9%200%2076.6-8%20114.2-17.2%2029.2-7.1%2058.4-14.5%2088-19.1%2040-6.1%2076.2%204.4%20108%2031.5z%22%20fill%3D%22url(%23SVGID_1_)%22%2F%3E%3ClinearGradient%20id%3D%22SVGID_2_%22%20gradientUnits%3D%22userSpaceOnUse%22%20x1%3D%22136.918%22%20y1%3D%22511.036%22%20x2%3D%22479.863%22%20y2%3D%22511.036%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300aeef%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009ccc%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22M136.9%20508.6c13.9%204%2027.7%208.8%2041.8%2011.9%2039.1%208.5%2077.7%203.9%20115.9-5.8%2033.7-8.6%2067.2-18.5%20101-27.1%2026.3-6.7%2053-7.3%2079.6-.8%201.6.4%203.1%201%204.6%201.9-42.8-1-81.7%2014.4-121.3%2027.2-30.3%209.8-60.6%2019.3-92.5%2022.7-46.4%204.9-89.6-4.5-129.1-30z%22%20fill%3D%22url(%23SVGID_2_)%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M111.5%20406c.2-.5.3-1%20.6-1.2%2018.7-13.1%2039.1-21%2062.3-17.6%209.8%201.4%2014.4%209%2014.1%2019.7-.3%209.8-5.5%2016.9-14.7%2018-22.7%202.8-42.8-4.8-61.3-17.3-.6-.3-.7-1.1-1-1.6zM146%20320.1c16%20.9%2031.6%203.5%2045.7%2011.6%2010.7%206.2%2014.4%2014.2%2011.2%2023.6-4.5%2013.4-15%2018.5-27.8%2012.3-18.6-8.9-30.7-24.5-40.4-42.2-1.9-3.5-.5-5.4%203.4-5.4%202.6.1%205.3.1%207.9.1zM365.2%20283c-2.8%2011.8-5.9%2023.7-11%2034.6-6.5%2013.7-19.8%2015.6-31.6%206-6.9-5.6-8.5-13.7-4-23.1%206-12.5%2015.6-22%2026.6-30.1%205.8-4.3%2012.2-8%2018.3-11.9%201.1.5%203.4%2017.2%201.7%2024.5zM450%20405.1c-11.7%2013.8-50%2024.6-65.6%2019.1-8.4-2.9-12.1-9.1-11.8-19.5.3-9.3%204.4-16.2%2012.9-17.1%209.1-1%2018.6-.6%2027.6%201.1%2013.2%202.5%2025.5%208%2036.9%2016.4zM195%20259c3.2%201%205.6%201.4%207.6%202.5%2015.3%208.9%2028.6%2020%2037.9%2035.3%207.7%2012.6%205.1%2023.6-6.8%2029.9-8.8%204.7-17.4%203.8-23.4-4.2-14.1-18.5-16.6-40-15.3-63.5zM281%20236c3.4%205.9%206.6%2010.5%208.9%2015.5%206.6%2014.3%2011.5%2029.1%2010.1%2045.3-.9%2010.4-7.1%2017-16.7%2017.6-12.5.8-19.9-3.7-21.7-14.7-1-6.3-1.3-13.3.4-19.3%203.5-12.4%2016.3-41.1%2019-44.4zM427.3%20319.7c-.7%203.2-.6%205-1.4%206.4-10%2017-21.7%2032.5-39.9%2041.7-9.2%204.6-18.8%202.6-24.3-5.3-6.9-9.9-6.3-19.6%202.3-26.8%2010.2-8.6%2022.7-11.9%2035.4-13.9%208.7-1.4%2017.8-1.5%2027.9-2.1zM203.4%20464.5c-18%201.3-36.2%202.6-54.4%204-.3-.6-.6-1.3-.9-1.9%207.5-9.3%2016.1-17.4%2027.2-22.7%2014.5-6.8%2028.8%203.2%2028.1%2020.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.chat_bubble {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-43%20167.2%20507.7%20507.7%22%3E%3Cstyle%3E.st0%7Bfill%3A%2300aeef%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M464.7%20480.7c0-45.4-25.3-85.8-65-113%202.8%2012.6%204.4%2025.5%204.4%2038.8%200%20102.6-87.1%20188.1-201.8%20206.5%2024.3%209.8%2051.4%2015.5%2080.4%2015.5%2027.3%200%2053.1-5%2076.3-13.8%2029.5%2010%2061.6%2012.6%2088.2%2012.6-13.9-16.6-23.4-32.9-30.3-47.2%2029.6-26.2%2047.8-61%2047.8-99.4z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M355.6%20390.8c0-97.7-89.4-177.2-199.3-177.2S-43%20293-43%20390.7c0%2045.5%2020%2089.4%2055.3%20122.3-7.9%2019.3-18.4%2037.5-31.2%2054.2-3.8%204.9-4.4%2011.6-1.5%2017.1%202.8%205.2%208.2%208.5%2014.1%208.5h.8c16.8-.8%2050.2-12%2085.7-34.5%2018.9%203.3%2061.4%209.6%2076.2%209.6%20111.6%200%20199.2-77.8%20199.2-177.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.opened_envelope {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-41%20164.9%20512%20512%22%3E%3Cstyle%3E.st0%7Bfill%3A%2300aeef%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M-10%20346.1v263.8c0%206.9%201.7%2013.4%204.5%2019.3l139.3-139.3L-10%20346.1zM296.2%20489.9l139.3%20139.3c2.8-5.9%204.5-12.4%204.5-19.3V346.1L296.2%20489.9zM268.8%20504.9H161.2L15.7%20650.4c5.9%202.8%2012.4%204.5%2019.3%204.5h360c6.9%200%2013.4-1.7%2019.3-4.5L268.8%20504.9zM5%20318.7l45%2045v-90zM380%20273.7v90l45-45zM330.8%20192.9H96.4c-9.1%200-16.4%207.3-16.4%2016.4v184.4l81.2%2081.2h107.6l81.2-81.2V212.1c0-10.6-8.6-19.2-19.2-19.2zm-34.5%20155.9H133.8c-7%200-12.8-5.7-12.8-12.8s5.7-12.8%2012.8-12.8h162.5c7%200%2012.8%205.7%2012.8%2012.8s-5.8%2012.8-12.8%2012.8zm0-46H133.8c-7%200-12.8-5.7-12.8-12.8s5.7-12.8%2012.8-12.8h162.5c7%200%2012.8%205.7%2012.8%2012.8s-5.8%2012.8-12.8%2012.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.checked_calendar {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-45%20169%20504.9%20504.9%22%3E%3Cstyle%3E.st0%7Bfill%3A%2300aeef%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M88.1%20248.5c7.8%200%2013.2-1.4%2016.2-4.3s4.6-7.5%204.6-14.1v-42.8c0-6.9-1.5-11.7-4.6-14.4-3.1-2.7-8.5-4-16.2-4-7.3%200-12.5%201.3-15.6%204-3.1%202.7-4.6%207.4-4.6%2014.4v42.8c0%206.5%201.5%2011.2%204.6%2014.1%203.1%202.9%208.3%204.3%2015.6%204.3zM326.8%20248.5c7.8%200%2013.2-1.4%2016.2-4.3%203.1-2.9%204.6-7.5%204.6-14.1v-42.8c0-6.9-1.5-11.7-4.6-14.4-3.1-2.7-8.5-4-16.2-4-7.3%200-12.5%201.3-15.6%204-3.1%202.7-4.6%207.4-4.6%2014.4v42.8c0%206.5%201.5%2011.2%204.6%2014.1%203%202.9%208.2%204.3%2015.6%204.3z%22%2F%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M428.7%20211.2c-1.8-1.6-4-2.4-6.4-2.4h-45.9v21.4c0%205.7-.8%2011.3-2.4%2016.8-1.6%205.5-4.5%2010.5-8.6%2015s-9.3%208.2-15.6%2011c-6.3%202.9-14%204.3-23%204.3s-16.6-1.4-23-4.3c-6.3-2.9-11.4-6.5-15.3-11-3.9-4.5-6.6-9.5-8.3-15-1.6-5.5-2.4-11.1-2.4-16.8v-21.4H137.7v21.4c0%205.7-.8%2011.3-2.4%2016.8-1.6%205.5-4.5%2010.5-8.6%2015s-9.3%208.2-15.6%2011c-6.3%202.9-14%204.3-23%204.3s-16.6-1.4-23-4.3c-6.3-2.9-11.4-6.5-15.3-11-3.9-4.5-6.6-9.5-8.3-15s-2.4-11.1-2.4-16.8v-21.4H-7.4c-2.4%200-4.6.8-6.4%202.4-1.8%201.6-2.8%203.7-2.8%206.1v90.6c0%202.4.9%204.5%202.8%206.1%201.8%201.6%204%202.4%206.4%202.4h429.6c2.4%200%204.6-.8%206.4-2.4%201.8-1.6%202.8-3.7%202.8-6.1v-90.6c0-2.4-.9-4.5-2.7-6.1zM428.7%20350.1c-1.8-1.6-4-2.4-6.4-2.4H-7.4c-2.4%200-4.6.8-6.4%202.4-1.8%201.6-2.8%203.7-2.8%206.1v308.4c0%202.4.9%204.6%202.8%206.4s4%202.8%206.4%202.8h429.6c2.4%200%204.6-.9%206.4-2.8s2.8-4%202.8-6.4V356.3c0-2.5-.9-4.5-2.7-6.2zM326.3%20455.9L178.8%20603.3l-5.7%205.7-5.7-5.7-79-79-5.7-5.7%205.7-5.7%2026.3-26.3%205.7-5.7%205.7%205.7%2047%2047%20115.5-115.5%205.7-5.7%205.7%205.7%2026.3%2026.3%205.7%205.7-5.7%205.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center transparent;
    background-size: contain
}

.mm.user_f {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!--%20Generator%3A%20Adobe%20Illustrator%2019.0.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200)%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%22-103%20226.7%20388.2%20388.2%22%20style%3D%22enable-background%3Anew%20-103%20226.7%20388.2%20388.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M91.1%2C417.2c36.7%2C0%2C66.4-36.1%2C66.4-80.7c0-44.6-9.8-80.7-66.4-80.7c-56.7%2C0-66.4%2C36.1-66.4%2C80.7%0D%0A%09%09C24.7%2C381%2C54.4%2C417.2%2C91.1%2C417.2z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M216.5%2C537.1c-1.2-77.6-11.4-99.8-89-113.8c0%2C0-10.9%2C13.9-36.4%2C13.9s-36.4-13.9-36.4-13.9C-22%2C437.2-32.8%2C459-34.2%2C534.6%0D%0A%09%09c-0.1%2C6.2-0.2%2C6.5-0.2%2C5.8c0%2C1.3%2C0%2C3.8%2C0%2C8.2c0%2C0%2C18.5%2C37.2%2C125.5%2C37.2s125.5-37.2%2C125.5-37.2c0-2.8%2C0-4.7%2C0-6%0D%0A%09%09C216.6%2C542.9%2C216.5%2C542.1%2C216.5%2C537.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.close_button {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%2210%22%20fill%3D%22%23333333%22%2F%3E%0A%3Cpath%20d%3D%22M14.2067%207.20878L12.7912%205.78857L9.99762%208.59148L7.20878%205.78857L5.78857%207.20878L8.59148%209.99762L5.78857%2012.7912L7.20878%2014.2067L9.99762%2011.4084L12.7912%2014.2067L14.2067%2012.7912L11.4084%209.99762L14.2067%207.20878Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M9.99766%200C4.47621%200%200%204.47621%200%209.99766C0%2015.5191%204.47621%2019.9953%209.99766%2019.9953C15.5191%2019.9953%2019.9953%2015.5191%2019.9953%209.99766C19.9953%204.47621%2015.5238%200%209.99766%200ZM9.99766%2018.1908C5.47457%2018.1908%201.80923%2014.5254%201.80923%2010.0023C1.80923%205.47926%205.47457%201.80923%209.99766%201.80923C14.5161%201.81392%2018.1814%205.47926%2018.1861%209.99766C18.1908%2014.5207%2014.5207%2018.1908%209.99766%2018.1908Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

.mm.copy {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2227%22%20height%3D%2231%22%20viewBox%3D%220%200%2027%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M19.841%200H2.93195C1.38195%200%200.11377%201.26818%200.11377%202.81818V22.5455H2.93195V2.81818H19.841V0ZM24.0683%205.63636H8.56832C7.01832%205.63636%205.75013%206.90455%205.75013%208.45455V28.1818C5.75013%2029.7318%207.01832%2031%208.56832%2031H24.0683C25.6183%2031%2026.8865%2029.7318%2026.8865%2028.1818V8.45455C26.8865%206.90455%2025.6183%205.63636%2024.0683%205.63636ZM24.0683%2028.1818H8.56832V8.45455H24.0683V28.1818Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.coin {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2212%22%20height%3D%2213%22%20viewBox%3D%220%200%2012%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M6.65454%2013C3.70908%2013%201.30908%2010.0982%201.30908%206.5C1.30908%202.90179%203.70908%200%206.65454%200C9.59999%200%2012%202.90179%2012%206.5C12%2010.0982%209.59999%2013%206.65454%2013Z%22%20fill%3D%22%23FFD949%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.30909%206.5C1.30909%203.18036%203.36%200.441071%206%200.0464286C5.78182%200.0232143%205.56364%200%205.34545%200C2.4%200%200%202.90179%200%206.5C0%2010.0982%202.4%2013%205.34545%2013C5.56364%2013%205.78182%2012.9768%206%2012.9536C3.36%2012.5589%201.30909%209.81964%201.30909%206.5Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M6.67636%2012.4661C6.48%2012.4661%206.30545%2012.4661%206.13091%2012.4428C6%2012.4196%205.89091%2012.3036%205.91272%2012.1411C5.93454%2012.0018%206.04363%2011.8857%206.19636%2011.9089C6.34909%2011.9321%206.50182%2011.9321%206.65454%2011.9321C6.78545%2011.9321%206.91636%2012.0482%206.91636%2012.1875C6.91636%2012.35%206.80727%2012.4661%206.67636%2012.4661ZM8.11636%2012.1875C8.00727%2012.1875%207.92%2012.1178%207.87636%2012.025C7.83272%2011.8857%207.89818%2011.7464%208.02909%2011.6768C8.18182%2011.6303%208.31273%2011.5607%208.44363%2011.4678C8.57454%2011.3982%208.70545%2011.4446%208.77091%2011.5839C8.83636%2011.7232%208.79273%2011.8625%208.66182%2011.9321C8.50909%2012.025%208.35636%2012.0946%208.18182%2012.1643C8.18182%2012.1643%208.16%2012.1875%208.11636%2012.1875ZM4.75636%2011.9786C4.71272%2011.9786%204.66909%2011.9786%204.64727%2011.9553C4.49454%2011.8625%204.34182%2011.7696%204.18909%2011.6768C4.08%2011.6071%204.03636%2011.4214%204.12363%2011.3053C4.18909%2011.1893%204.36363%2011.1428%204.47272%2011.2357C4.60363%2011.3286%204.73454%2011.4214%204.86545%2011.4911C4.99636%2011.5607%205.04%2011.7232%204.97454%2011.8393C4.93091%2011.9321%204.84363%2011.9786%204.75636%2011.9786ZM9.75273%2011.0268C9.68727%2011.0268%209.62182%2011.0036%209.57818%2010.9571C9.49091%2010.8643%209.46909%2010.6786%209.57818%2010.5857C9.68727%2010.4696%209.79636%2010.3536%209.88363%2010.2143C9.97091%2010.0982%2010.1236%2010.075%2010.2327%2010.1678C10.3418%2010.2607%2010.3636%2010.4232%2010.2764%2010.5393C10.1673%2010.6786%2010.0582%2010.8178%209.92727%2010.9571C9.88363%2011.0036%209.81818%2011.0268%209.75273%2011.0268ZM3.22909%2010.6553C3.16363%2010.6553%203.07636%2010.6321%203.03272%2010.5625C2.92363%2010.4232%202.81454%2010.2839%202.72727%2010.1214C2.64%2010.0053%202.68363%209.84284%202.79272%209.74999C2.90181%209.65713%203.05454%209.70356%203.14181%209.81963C3.22909%209.95891%203.31636%2010.0982%203.42545%2010.2143C3.51272%2010.3303%203.49091%2010.4928%203.38181%2010.5857C3.33818%2010.6321%203.29454%2010.6553%203.22909%2010.6553ZM10.8436%209.30891C10.8%209.30891%2010.7782%209.30891%2010.7345%209.2857C10.6036%209.21606%2010.56%209.07677%2010.6036%208.93749C10.6691%208.77499%2010.7127%208.6357%2010.7782%208.4732C10.8218%208.33391%2010.9527%208.26427%2011.0836%208.3107C11.2145%208.35713%2011.28%208.49641%2011.2364%208.6357C11.1709%208.7982%2011.1273%208.98391%2011.0618%209.14641C11.04%209.23927%2010.9527%209.30891%2010.8436%209.30891ZM2.29091%208.84463C2.18181%208.84463%202.09454%208.77499%202.05091%208.65891C1.98545%208.49641%201.94181%208.3107%201.89818%208.12499C1.85454%207.9857%201.94181%207.84641%202.07272%207.79999C2.20363%207.75356%202.33454%207.84641%202.37818%207.9857C2.42181%208.1482%202.46545%208.3107%202.50909%208.4732C2.55272%208.61249%202.48727%208.75177%202.35636%208.7982C2.33454%208.82141%202.31272%208.84463%202.29091%208.84463ZM11.3236%207.26606C11.3236%207.26606%2011.3018%207.26606%2011.3236%207.26606C11.1709%207.24284%2011.0618%207.12677%2011.0836%206.98749C11.1055%206.82499%2011.1055%206.66249%2011.1055%206.49999C11.1055%206.3607%2011.2145%206.22141%2011.3455%206.22141C11.4764%206.22141%2011.5855%206.33749%2011.5855%206.47677V6.49999C11.5855%206.6857%2011.5855%206.8482%2011.5636%207.03391C11.5636%207.1732%2011.4545%207.26606%2011.3236%207.26606ZM1.96363%206.77856C1.83272%206.77856%201.72363%206.66249%201.72363%206.5232C1.72363%206.33749%201.72363%206.15177%201.74545%205.98927C1.76727%205.84999%201.87636%205.73391%202.00727%205.75713C2.13818%205.78034%202.24727%205.89641%202.22545%206.0357C2.20363%206.1982%202.20363%206.3607%202.20363%206.5232C2.22545%206.63927%202.09454%206.77856%201.96363%206.77856ZM11.1709%205.19999C11.0618%205.19999%2010.9527%205.13034%2010.9309%204.99106C10.8873%204.82856%2010.8436%204.66606%2010.8%204.50356C10.7564%204.36427%2010.8218%204.22499%2010.9527%204.17856C11.0836%204.13213%2011.2145%204.20177%2011.2582%204.34106C11.3236%204.50356%2011.3673%204.68927%2011.4109%204.87499C11.4545%205.01427%2011.3673%205.15356%2011.2364%205.19999C11.1927%205.17677%2011.1709%205.19999%2011.1709%205.19999ZM2.29091%204.71249C2.26909%204.71249%202.24727%204.71249%202.20363%204.68927C2.07272%204.64284%202.00727%204.50356%202.05091%204.36427C2.11636%204.20177%202.16%204.01606%202.24727%203.85356C2.31272%203.71427%202.44363%203.66784%202.57454%203.71427C2.70545%203.78391%202.74909%203.9232%202.70545%204.06249C2.64%204.22499%202.57454%204.36427%202.53091%204.52677C2.48727%204.64284%202.37818%204.71249%202.29091%204.71249ZM10.3636%203.2732C10.2764%203.2732%2010.2109%203.22677%2010.1673%203.15713C10.08%203.01784%209.99273%202.87856%209.88363%202.76249C9.79636%202.64641%209.81818%202.48391%209.92727%202.39106C10.0364%202.2982%2010.1891%202.32141%2010.2764%202.43749C10.3855%202.57677%2010.4945%202.71606%2010.5818%202.87856C10.6691%202.99463%2010.6255%203.15713%2010.5164%203.24999C10.4509%203.2732%2010.4073%203.2732%2010.3636%203.2732ZM3.22909%202.87856C3.16363%202.87856%203.12%202.85534%203.07636%202.80891C2.96727%202.71606%202.94545%202.55356%203.03272%202.43749C3.14181%202.2982%203.25091%202.15891%203.38181%202.01963C3.46909%201.92677%203.64363%201.92677%203.73091%202.01963C3.81818%202.11249%203.81818%202.2982%203.73091%202.39106C3.62182%202.50713%203.51272%202.6232%203.42545%202.76249C3.36%202.83213%203.29454%202.87856%203.22909%202.87856ZM8.96727%201.8107C8.92363%201.8107%208.88%201.78749%208.83636%201.76427C8.70545%201.67141%208.57454%201.60177%208.42182%201.50891C8.29091%201.43927%208.24727%201.27677%208.31273%201.1607C8.37818%201.02141%208.53091%200.974986%208.64%201.04463C8.79273%201.13749%208.94545%201.23034%209.09818%201.3232C9.20727%201.39284%209.25091%201.57856%209.16363%201.69463C9.14182%201.76427%209.05454%201.8107%208.96727%201.8107ZM4.73454%201.55534C4.64727%201.55534%204.56%201.50891%204.51636%201.41606C4.45091%201.27677%204.49454%201.13749%204.62545%201.06784C4.77818%200.974986%204.93091%200.905343%205.10545%200.8357C5.23636%200.789272%205.36727%200.858915%205.43272%200.9982C5.47636%201.13749%205.41091%201.27677%205.28%201.34641C5.12727%201.39284%204.99636%201.46249%204.86545%201.55534C4.82182%201.55534%204.77818%201.55534%204.73454%201.55534ZM7.13454%201.09106H7.11272C6.96%201.06784%206.80727%201.06784%206.65454%201.06784C6.52363%201.06784%206.39272%200.951772%206.39272%200.812486C6.39272%200.6732%206.50182%200.557129%206.63272%200.557129C6.80727%200.557129%206.98182%200.557129%207.13454%200.580343C7.26545%200.603557%207.37454%200.719629%207.35273%200.882129C7.37454%200.9982%207.26545%201.09106%207.13454%201.09106Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.30909%206.73218H0C0%206.89468%200.0218182%207.03396%200.0218182%207.19647H1.33091C1.33091%207.03396%201.30909%206.89468%201.30909%206.73218Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.35273%205.57141H0.0436364C0.0218182%205.73391%200.0218182%205.8732%200%206.0357H1.30909C1.33091%205.8732%201.33091%205.73391%201.35273%205.57141Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.41798%207.89282H0.108887C0.130705%208.05532%200.174341%208.19461%200.217978%208.35711H1.52707C1.48343%208.19461%201.46161%208.05532%201.41798%207.89282Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.72364%209.05359H0.414551C0.480005%209.21609%200.523642%209.35537%200.589096%209.51787H1.89819C1.85455%209.35537%201.7891%209.21609%201.72364%209.05359Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M1.5925%204.41064H0.283407C0.239771%204.57314%200.196135%204.71243%200.174316%204.87493H1.48341C1.50523%204.71243%201.54886%204.57314%201.5925%204.41064Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.02889%203.25H0.719801C0.654347%203.4125%200.588892%203.55179%200.523438%203.71429H1.83253C1.87616%203.55179%201.94162%203.4125%202.02889%203.25Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.90183%201.85718H1.59274C1.46183%201.99646%201.35274%202.15896%201.24365%202.32146H2.55274C2.66183%202.15896%202.79274%201.99646%202.90183%201.85718Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M4.25432%200.696411H2.94523C2.72705%200.835697%202.50886%200.998197%202.3125%201.1607H3.62159C3.81796%200.998197%204.01432%200.835697%204.25432%200.696411Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.39991%2010.4464H1.09082C1.19991%2010.6089%201.309%2010.7714%201.41809%2010.9107H2.72718C2.61809%2010.7714%202.509%2010.6089%202.39991%2010.4464Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.0293%2011.6072C2.20384%2011.7697%202.37839%2011.9322%202.57475%2012.0715H3.88384C3.68748%2011.9322%203.51293%2011.7697%203.33839%2011.6072H2.0293Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M6.17455%203.69116C5.43273%203.99294%204.75637%203.94652%204.27637%203.85366V5.29294C5.10546%205.45544%205.93455%205.24652%206.63273%204.96794C8.11637%204.4108%209.03273%204.87509%209.33818%204.96794V3.50544C8.72727%203.29651%207.65818%203.06437%206.17455%203.69116Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M4.29834%209.70359H5.80379V8.00895H8.79288V6.61609H4.29834V9.70359Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.hubme {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M41.7188%2080C62.8609%2080%2080%2062.8609%2080%2041.7188C80%2020.5766%2062.8609%203.4375%2041.7188%203.4375C20.5766%203.4375%203.4375%2020.5766%203.4375%2041.7188C3.4375%2062.8609%2020.5766%2080%2041.7188%2080Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M37.7592%2037.7587C40.717%2034.8012%2044.6492%2033.1725%2048.8316%2033.1725C51.6809%2033.1725%2054.4136%2033.929%2056.8017%2035.3461V8.40045H0V57.9176C0%2058.777%200.703125%2059.4801%201.5625%2059.4801H37.3539C31.6584%2053.3478%2031.793%2043.7253%2037.7592%2037.7587Z%22%20fill%3D%22%23EEF6FF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M3.54375%2057.9176V8.40045H0V57.9176C0%2058.777%200.703125%2059.4801%201.5625%2059.4801H5.10625C4.24687%2059.4801%203.54375%2058.777%203.54375%2057.9176Z%22%20fill%3D%22%23C3DDF4%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55.9086%200H0.893125C0.401875%200%200%200.401875%200%200.893125V8.84344H56.8017V0.893125C56.8017%200.401875%2056.3998%200%2055.9086%200Z%22%20fill%3D%22%23293D7C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M4.43687%200H0.893125C0.401875%200%200%200.401875%200%200.893125V8.84344H3.54375V0.893125C3.54375%200.401875%203.94563%200%204.43687%200Z%22%20fill%3D%22%231A2B63%22%2F%3E%0D%0A%3Cpath%20d%3D%22M24.728%2027.9086C24.728%2028.3383%2024.3765%2028.6899%2023.9468%2028.6899H6.53381C6.10413%2028.6899%205.75256%2028.3383%205.75256%2027.9086V15.4213C5.75256%2014.9916%206.10413%2014.64%206.53381%2014.64H23.9466C24.3763%2014.64%2024.7279%2014.9916%2024.7279%2015.4213V27.9086H24.728Z%22%20fill%3D%22%2369CDFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9.29631%2027.9086V15.4213C9.29631%2014.9916%209.64788%2014.64%2010.0776%2014.64H6.53381C6.10413%2014.64%205.75256%2014.9916%205.75256%2015.4213V27.9086C5.75256%2028.3383%206.10413%2028.6899%206.53381%2028.6899H10.0776C9.64788%2028.6899%209.29631%2028.3383%209.29631%2027.9086Z%22%20fill%3D%22%2352BBEF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M33.9296%2044.0294H6.53381C6.10413%2044.0294%205.75256%2044.381%205.75256%2044.8107V52.2808C5.75256%2052.7105%206.10413%2053.0621%206.53381%2053.0621H33.7598C32.9355%2050.1075%2032.9916%2046.9569%2033.9296%2044.0294Z%22%20fill%3D%22%23FF9518%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9.29631%2052.2808V44.8107C9.29631%2044.381%209.64788%2044.0294%2010.0776%2044.0294H6.53381C6.10413%2044.0294%205.75256%2044.381%205.75256%2044.8107V52.2808C5.75256%2052.7105%206.10413%2053.0621%206.53381%2053.0621H10.0776C9.64788%2053.0621%209.29631%2052.7105%209.29631%2052.2808Z%22%20fill%3D%22%23EF8318%22%2F%3E%0D%0A%3Cpath%20d%3D%22M33.9295%2044.0294H28.2578V53.0621H33.7596C32.9354%2050.1075%2032.9915%2046.9569%2033.9295%2044.0294Z%22%20fill%3D%22%23FFD00D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50.1178%2015.8119H30.9633C30.3161%2015.8119%2029.7914%2015.2872%2029.7914%2014.64C29.7914%2013.9928%2030.3161%2013.4681%2030.9633%2013.4681H50.1178C50.7651%2013.4681%2051.2897%2013.9928%2051.2897%2014.64C51.2897%2015.2872%2050.7651%2015.8119%2050.1178%2015.8119Z%22%20fill%3D%22%2391E0E8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50.1178%2020.4952H30.9633C30.3161%2020.4952%2029.7914%2019.9705%2029.7914%2019.3233C29.7914%2018.6761%2030.3161%2018.1514%2030.9633%2018.1514H50.1178C50.7651%2018.1514%2051.2897%2018.6761%2051.2897%2019.3233C51.2897%2019.9705%2050.7651%2020.4952%2050.1178%2020.4952Z%22%20fill%3D%22%2391E0E8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50.1178%2025.1785H30.9633C30.3161%2025.1785%2029.7914%2024.6538%2029.7914%2024.0066C29.7914%2023.3594%2030.3161%2022.8347%2030.9633%2022.8347H50.1178C50.7651%2022.8347%2051.2897%2023.3594%2051.2897%2024.0066C51.2897%2024.6538%2050.7651%2025.1785%2050.1178%2025.1785Z%22%20fill%3D%22%2391E0E8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50.1178%2029.8618H30.9633C30.3161%2029.8618%2029.7914%2029.3371%2029.7914%2028.6899C29.7914%2028.0427%2030.3161%2027.518%2030.9633%2027.518H50.1178C50.7651%2027.518%2051.2897%2028.0427%2051.2897%2028.6899C51.2897%2029.3371%2050.7651%2029.8618%2050.1178%2029.8618Z%22%20fill%3D%22%2391E0E8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M46.7905%2033.3044H5.75256C5.10522%2033.3044%204.58069%2033.8291%204.58069%2034.4763C4.58069%2035.1235%205.10522%2035.6482%205.75256%2035.6482H40.3735C42.309%2034.4012%2044.491%2033.6019%2046.7905%2033.3044Z%22%20fill%3D%22%2391E0E8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M37.4549%2038.0722H5.75256C5.10522%2038.0722%204.58069%2038.5969%204.58069%2039.2441C4.58069%2039.8913%205.10522%2040.4159%205.75256%2040.4159H35.6257C36.151%2039.5917%2036.7604%2038.8061%2037.4549%2038.0722Z%22%20fill%3D%22%2391E0E8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M5.45233%205.40784C5.14311%205.40784%204.84139%205.28284%204.62264%205.06549C4.4053%204.84674%204.28046%204.54518%204.28046%204.23596C4.28046%203.92799%204.40546%203.62659%204.62264%203.40784C4.84124%203.18909%205.14296%203.06409%205.45233%203.06409C5.7603%203.06409%206.06327%203.18893%206.28046%203.40784C6.49921%203.62659%206.62421%203.92815%206.62421%204.23596C6.62421%204.54518%206.49921%204.8469%206.28046%205.06549C6.06327%205.28284%205.76014%205.40784%205.45233%205.40784Z%22%20fill%3D%22%23E26693%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9.29535%205.40784C8.98738%205.40784%208.68441%205.28284%208.46707%205.06393C8.24847%204.84674%208.12347%204.54518%208.12347%204.23596C8.12347%203.92799%208.24847%203.62659%208.46707%203.40784C8.68582%203.18909%208.98738%203.06409%209.29535%203.06409C9.60457%203.06409%209.90613%203.18893%2010.125%203.40784C10.3422%203.62659%2010.4672%203.92815%2010.4672%204.23596C10.4672%204.54377%2010.3421%204.8469%2010.125%205.06393C9.90613%205.28284%209.60472%205.40784%209.29535%205.40784Z%22%20fill%3D%22%23FFAF10%22%2F%3E%0D%0A%3Cpath%20d%3D%22M13.1399%205.40784C12.8305%205.40784%2012.529%205.28284%2012.3118%205.06549C12.093%204.84674%2011.968%204.54518%2011.968%204.23596C11.968%203.92799%2012.093%203.62659%2012.3118%203.40784C12.529%203.18909%2012.8305%203.06409%2013.1399%203.06409C13.4477%203.06409%2013.7508%203.18893%2013.968%203.40784C14.1868%203.62659%2014.3118%203.92815%2014.3118%204.23596C14.3118%204.54518%2014.1868%204.8469%2013.968%205.06549C13.7493%205.28284%2013.4475%205.40784%2013.1399%205.40784Z%22%20fill%3D%22%2337C47A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M64.0264%2060.8136L60.8146%2064.0255L67.1329%2070.3438C68.2657%2069.3374%2069.3382%2068.2647%2070.3448%2067.1319L64.0264%2060.8136Z%22%20fill%3D%22%23445EA0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M65.3013%2058.8768L62.6396%2056.2152C61.9316%2057.5411%2061.02%2058.7863%2059.9033%2059.9029C58.7993%2061.0069%2057.5593%2061.9255%2056.2211%2062.6437L58.8778%2065.3002C59.1816%2065.6041%2059.6788%2065.6041%2059.9827%2065.3002L65.3013%2059.9816C65.605%2059.6779%2065.605%2059.1807%2065.3013%2058.8768Z%22%20fill%3D%22%23293D7C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M60.7006%2063.4772L58.4288%2061.2053C57.7302%2061.7492%2056.9919%2062.2297%2056.2209%2062.6435L58.8777%2065.3C59.1814%2065.6039%2059.6786%2065.6039%2059.9825%2065.3L61.8055%2063.477C61.5016%2063.7811%2061.0045%2063.7811%2060.7006%2063.4772Z%22%20fill%3D%22%231A2B63%22%2F%3E%0D%0A%3Cpath%20d%3D%22M60.1243%2037.5376C66.3612%2043.7745%2066.3612%2053.8867%2060.1241%2060.1237C53.8876%2066.3601%2043.7755%2066.3603%2037.5382%2060.1236C31.3013%2053.8867%2031.3016%2043.7745%2037.5382%2037.5378C43.7755%2031.3007%2053.8876%2031.3006%2060.1243%2037.5376Z%22%20fill%3D%22%23445EA0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.7495%2056.7486C52.3766%2061.1215%2045.2865%2061.1215%2040.9132%2056.7483C36.5404%2052.3758%2036.5402%2045.2855%2040.9132%2040.9125C45.286%2036.5397%2052.3765%2036.5398%2056.7493%2040.9125C61.1224%2045.2856%2061.1224%2052.3756%2056.7495%2056.7486Z%22%20fill%3D%22%2369CDFF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.7495%2056.7486C57.1477%2056.3504%2057.5087%2055.9291%2057.8343%2055.4899C53.4507%2058.7407%2047.232%2058.3796%2043.257%2054.4046C39.2823%2050.4302%2038.9213%2044.2113%2042.172%2039.8277C41.7326%2040.1535%2041.3115%2040.5144%2040.9132%2040.9125C36.5402%2045.2855%2036.5404%2052.3757%2040.9132%2056.7483C45.2865%2061.1216%2052.3766%2061.1216%2056.7495%2056.7486Z%22%20fill%3D%22%2352BBEF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55.9085%200H18.1111V8.84344H56.8016V0.893125C56.8016%200.401875%2056.3997%200%2055.9085%200Z%22%20fill%3D%22%23445EA0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50.7546%2043.2078C51.7902%2043.2078%2052.6296%2042.3683%2052.6296%2041.3328C52.6296%2040.2972%2051.7902%2039.4578%2050.7546%2039.4578C49.7191%2039.4578%2048.8796%2040.2972%2048.8796%2041.3328C48.8796%2042.3683%2049.7191%2043.2078%2050.7546%2043.2078Z%22%20fill%3D%22%23D9EAFC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M54.6937%2044.6094C55.4272%2044.6094%2056.0219%2044.0148%2056.0219%2043.2812C56.0219%2042.5477%2055.4272%2041.9531%2054.6937%2041.9531C53.9602%2041.9531%2053.3656%2042.5477%2053.3656%2043.2812C53.3656%2044.0148%2053.9602%2044.6094%2054.6937%2044.6094Z%22%20fill%3D%22%23D9EAFC%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.curcleUserBlue {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2280%22%20height%3D%2280%22%20viewBox%3D%220%200%2080%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M74.4322%2019.9267C71.2088%2014.359%2066.2271%209.37729%2059.7802%205.27473C53.9194%201.75824%2047.1795%200%2039.8535%200C32.2344%200%2025.4945%201.75824%2019.6337%205.27473C13.7729%208.79121%209.08425%2013.4799%205.27473%2019.9267C1.75824%2025.7875%200%2032.5275%200%2039.8535C0%2046.5934%201.75824%2053.6264%205.27473%2059.7802C8.79121%2065.641%2013.4799%2070.6227%2019.9267%2074.4322C25.7875%2077.9487%2032.5275%2079.707%2039.8535%2079.707C47.1795%2079.707%2053.6264%2077.9487%2059.7802%2074.4322C65.348%2071.2088%2070.3297%2066.2271%2074.4322%2059.7802C77.9487%2053.9194%2079.707%2047.1795%2079.707%2039.8535C80%2033.1136%2077.9487%2026.0806%2074.4322%2019.9267ZM62.4176%2066.2271L62.1245%2066.5202C59.4872%2068.5714%2056.2637%2070.3297%2051.8681%2072.381C48.3517%2073.8462%2044.5421%2074.4322%2040.1465%2074.4322C35.7509%2074.4322%2031.6484%2073.8462%2028.4249%2072.381C25.2015%2071.2088%2021.685%2069.4506%2018.1685%2066.5202L17.5824%2066.2271V60.9524C17.5824%2059.1941%2018.1685%2057.4359%2019.3407%2055.6777C20.5128%2054.5055%2021.978%2053.3333%2024.0293%2052.4542L28.718%2050.989L29.011%2051.2821C32.2344%2053.6264%2036.044%2054.5055%2040.1465%2054.5055C44.2491%2054.5055%2047.7656%2053.3333%2051.2821%2051.2821L51.5751%2050.989L56.2637%2052.1612C58.315%2052.4542%2060.0733%2053.6264%2060.9524%2055.3846C62.1245%2057.1429%2062.7106%2058.9011%2062.7106%2060.6593V66.2271H62.4176ZM25.7875%2034.8718C25.7875%2030.7692%2027.2528%2027.5458%2029.8901%2024.6154C32.5275%2021.978%2036.044%2020.5128%2039.8535%2020.5128C43.663%2020.5128%2047.1795%2021.978%2050.1099%2024.6154C52.7473%2027.2527%2054.2125%2030.7692%2054.2125%2034.8718C54.2125%2038.9744%2052.7473%2042.1978%2050.1099%2045.1282C47.4725%2047.7656%2043.9561%2049.2308%2039.8535%2049.2308C35.7509%2049.2308%2032.5275%2047.7656%2029.5971%2045.1282C26.9597%2042.4908%2025.7875%2038.9744%2025.7875%2034.8718ZM69.1575%2057.7289L67.6923%2060.0733L67.3993%2057.4359C66.8132%2055.0916%2065.9341%2053.3333%2064.4689%2051.5751C63.0037%2049.8169%2060.6593%2048.3517%2058.022%2047.4725L56.5568%2046.8865L57.1429%2045.7143C59.1941%2042.1978%2060.0733%2038.6813%2060.0733%2034.8718C60.0733%2031.3553%2059.1941%2028.1319%2057.1429%2024.6154C55.3846%2021.685%2053.0403%2019.0476%2049.8169%2017.2894C46.5934%2015.2381%2043.37%2014.359%2039.5604%2014.359C36.044%2014.359%2032.8205%2015.2381%2029.304%2017.2894C26.9597%2019.0476%2024.6154%2021.0989%2022.2711%2024.6154C20.5128%2027.5458%2019.6337%2030.7692%2019.6337%2034.8718C19.6337%2038.3883%2020.5128%2041.9048%2022.5641%2045.4212L23.4432%2046.5934L21.978%2046.8865C19.3407%2047.7656%2016.9963%2048.9377%2015.5311%2050.989C14.0659%2052.7473%2013.1868%2054.7985%2012.6007%2056.8498L12.0147%2059.1941L10.5495%2057.1429C7.32601%2052.4542%205.86081%2046.8865%205.86081%2040.1465C5.86081%2033.6996%207.32601%2028.1319%2010.5495%2022.8571C14.0659%2016.9963%2018.1685%2012.8938%2022.8571%2010.2564C28.1319%207.32601%2033.9927%205.86081%2040.1465%205.86081C47.1795%205.86081%2053.3333%208.79121%2057.4359%2011.1355C62.4176%2014.0659%2066.8132%2018.4615%2069.7436%2023.4432C72.674%2028.718%2074.4322%2034.2857%2074.4322%2040.7326C74.1392%2047.1795%2072.674%2052.7473%2069.1575%2057.7289Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.skype {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M4.45294%202.577C6.83536%200.857856%2010.2045%200.7102%2012.7416%202.1809C15.6022%201.6852%2018.6268%202.15629%2021.1791%203.54731C24.0279%205.07778%2026.2651%207.70629%2027.3068%2010.7696C28.0229%2012.8426%2028.1893%2015.0961%2027.8166%2017.2559C28.733%2018.8672%2029.0506%2020.8067%2028.6791%2022.6243C28.2865%2024.6293%2027.0502%2026.4469%2025.3404%2027.5637C22.9733%2029.1551%2019.7213%2029.2454%2017.2557%2027.818C14.51%2028.2903%2011.6143%2027.8813%209.12989%2026.6133C6.24239%2025.1625%203.93966%2022.5961%202.81349%2019.5668C1.99786%2017.4024%201.79278%2015.0211%202.18067%2012.743C1.24435%2011.1036%200.94083%209.12192%201.34044%207.27739C1.73653%205.39301%202.87677%203.6809%204.45294%202.577Z%22%20fill%3D%22%2300AFF0%22%2F%3E%0D%0A%3Cpath%20d%3D%22M5.74215%204.09914C7.18941%203.12765%209.08785%202.88507%2010.7367%203.4464C11.3226%203.63273%2011.85%203.955%2012.3796%204.25851C14.4468%203.80734%2016.6406%203.87297%2018.641%204.58898C21.825%205.68937%2024.4242%208.32961%2025.4695%2011.5323C26.1328%2013.4847%2026.1773%2015.6105%2025.7402%2017.6179C26.2558%2018.4628%2026.7%2019.3769%2026.8043%2020.373C27.0597%2022.2491%2026.2957%2024.2155%2024.8578%2025.4437C23.4539%2026.6812%2021.4265%2027.1523%2019.6195%2026.6589C18.8988%2026.4843%2018.2531%2026.1105%2017.6179%2025.7413C15.4406%2026.2183%2013.1226%2026.1128%2011.0402%2025.2937C7.96637%2024.123%205.49019%2021.5073%204.49762%2018.3714C3.86129%2016.4437%203.82965%2014.3554%204.25973%2012.3796C3.59527%2011.3437%203.12535%2010.1507%203.14879%208.90265C3.13121%206.99953%204.1484%205.13507%205.74215%204.09914Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M13.2901%207.12143C15.1639%206.83784%2017.1385%207.12494%2018.8108%208.03198C19.542%208.43744%2020.2498%208.98588%2020.5897%209.77338C20.8112%2010.2913%2020.8358%2010.9675%2020.4268%2011.4011C19.9838%2011.8546%2019.2608%2011.9941%2018.6666%2011.8031C17.9787%2011.5148%2017.6366%2010.7941%2017.053%2010.3652C16.3194%209.76049%2015.3315%209.5976%2014.4069%209.61401C13.7307%209.6433%2013.0065%209.79682%2012.5131%2010.2937C12.0573%2010.78%2011.8885%2011.6132%2012.3326%2012.1605C12.7522%2012.6445%2013.4002%2012.8249%2013.9944%2012.9902C15.1276%2013.2738%2016.2737%2013.5023%2017.4116%2013.7706C18.5951%2014.0413%2019.7905%2014.5593%2020.5721%2015.5238C21.9198%2017.2699%2021.6162%2020.039%2019.9405%2021.4687C18.5998%2022.6558%2016.7354%2022.9839%2014.9987%2022.9945C13.1448%2022.9675%2011.1631%2022.5878%209.73812%2021.3199C9.02327%2020.6753%208.4221%2019.7027%208.63773%2018.7078C8.87327%2017.7187%2010.2315%2017.3437%2011.0014%2017.9519C11.5897%2018.4242%2011.9084%2019.1425%2012.4756%2019.6359C13.1541%2020.2581%2014.0998%2020.5054%2015.0045%2020.4831C15.8916%2020.5066%2016.8338%2020.2347%2017.442%2019.5597C17.8557%2019.1038%2018.0748%2018.4101%2017.8065%2017.8265C17.5862%2017.2781%2017.0201%2016.9792%2016.4787%2016.8316C15.4803%2016.5703%2014.4748%2016.3324%2013.4764%2016.0687C12.3795%2015.8003%2011.2393%2015.5554%2010.2959%2014.9015C9.55999%2014.4128%209.00218%2013.6499%208.82288%2012.7804C8.52171%2011.4163%208.73734%209.84252%209.72874%208.80072C10.6358%207.79174%2011.9811%207.32299%2013.2901%207.12143Z%22%20fill%3D%22%2300AFF0%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.sms {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0D%0A%3Cpath%20d%3D%22M5.5%2024.4V29.7L10.5%2026.9C11.9%2027.3%2013.4%2027.5%2014.9%2027.5C23.1%2027.5%2029.7%2021.4%2029.7%2013.8C29.7%206.1%2023%200%2014.8%200C6.6%200%200%206.1%200%2013.7C0%2018%202.1%2021.9%205.5%2024.4Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M5.1002%2017.7C4.5002%2017.6%204.1002%2017.4%203.7002%2017.2L4.5002%2015.4C4.8002%2015.6%205.2002%2015.8%205.6002%2015.9C6.1002%2016%206.5002%2016%206.9002%2016C7.2002%2016%207.5002%2016%207.6002%2015.9C7.7002%2015.8%207.8002%2015.7%207.8002%2015.6C7.8002%2015.4%207.7002%2015.3%207.5002%2015.3C7.3002%2015.2%207.0002%2015.1%206.6002%2015.1C6.0002%2015%205.6002%2014.9%205.2002%2014.7C4.8002%2014.6%204.5002%2014.3%204.2002%2014C3.9002%2013.7%203.8002%2013.3%203.8002%2012.8C3.8002%2012.3%203.9002%2011.9%204.2002%2011.6C4.5002%2011.2%204.8002%2010.9%205.3002%2010.7C5.8002%2010.5%206.4002%2010.4%207.1002%2010.4C7.6002%2010.4%208.1002%2010.5%208.6002%2010.6C9.1002%2010.7%209.5002%2010.9%209.9002%2011.1L9.2002%2012.9C8.5002%2012.5%207.8002%2012.4%207.2002%2012.4C6.60019%2012.4%206.3002%2012.6%206.3002%2012.9C6.3002%2013%206.4002%2013.2%206.6002%2013.2C6.8002%2013.3%207.1002%2013.3%207.5002%2013.4C8.0002%2013.5%208.5002%2013.6%208.9002%2013.8C9.3002%2013.9%209.60019%2014.2%209.9002%2014.5C10.2002%2014.8%2010.3002%2015.2%2010.3002%2015.7C10.3002%2016.2%2010.2002%2016.6%209.9002%2016.9C9.60019%2017.3%209.3002%2017.6%208.8002%2017.8C8.3002%2018%207.7002%2018.1%207.0002%2018.1C6.3002%2017.9%205.7002%2017.8%205.1002%2017.7Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M16.9004%2017.7V14.4L15.3004%2017H14.2004L12.6004%2014.5V17.7H10.4004V10.5H12.4004L14.7004%2014.3L17.0004%2010.5H19.0004V17.7H16.9004Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3Cpath%20d%3D%22M20.9%2017.7C20.3%2017.6%2019.9%2017.4%2019.5%2017.2L20.3%2015.4C20.6%2015.6%2021%2015.8%2021.4%2015.9C21.8%2016%2022.2%2016.1%2022.6%2016.1C22.9%2016.1%2023.2%2016.1%2023.3%2016C23.4%2015.9%2023.5%2015.8%2023.5%2015.7C23.5%2015.5%2023.4%2015.4%2023.2%2015.4C23%2015.3%2022.7%2015.2%2022.3%2015.2C21.7%2015.1%2021.3%2015%2020.9%2014.8C20.5%2014.7%2020.2%2014.4%2019.9%2014.1C19.6%2013.8%2019.5%2013.4%2019.5%2012.9C19.5%2012.4%2019.6%2012%2019.9%2011.7C20.2%2011.3%2020.5%2011%2021%2010.8C21.5%2010.6%2022.1%2010.5%2022.8%2010.5C23.3%2010.5%2023.8%2010.6%2024.3%2010.7C24.8%2010.8%2025.2%2011%2025.6%2011.2L24.9%2013C24.2%2012.6%2023.5%2012.5%2022.9%2012.5C22.3%2012.5%2022%2012.7%2022%2013C22%2013.1%2022.1%2013.3%2022.3%2013.3C22.5%2013.4%2022.8%2013.4%2023.2%2013.5C23.7%2013.6%2024.2%2013.7%2024.6%2013.9C25%2014%2025.3%2014.3%2025.6%2014.6C25.9%2014.9%2026%2015.3%2026%2015.8C26%2016.3%2025.9%2016.7%2025.6%2017C25.3%2017.4%2025%2017.7%2024.5%2017.9C24%2018.1%2023.4%2018.2%2022.7%2018.2C22%2017.9%2021.4%2017.8%2020.9%2017.7Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%2214.8438%22%20y1%3D%222.0044%22%20x2%3D%2214.8438%22%20y2%3D%2228.3461%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%20stop-color%3D%22%230068FF%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232D52A4%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3CclipPath%20id%3D%22clip0%22%3E%0D%0A%3Crect%20width%3D%2229.7%22%20height%3D%2229.7%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.comeonBaby {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2282%22%20height%3D%2280%22%20viewBox%3D%220%200%2082%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0D%0A%3Cpath%20d%3D%22M70.8849%2016.3199L40.9997%2013.6133L11.1146%2016.3199C9.99346%2018.1137%209.03252%2020.0195%208.27979%2022.0215L42.0247%2025.3047L73.7196%2022.0215C72.9669%2020.0195%2072.006%2018.1137%2070.8849%2016.3199Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M14.8782%2022.0215C15.631%2020.0195%2016.5919%2018.1137%2017.713%2016.3199L44.2989%2013.9176L40.9997%2013.6133L11.1145%2016.3199C9.99346%2018.1137%209.03252%2020.0195%208.27979%2022.0215L42.0247%2025.3047L45.2278%2024.9684L14.8782%2022.0215Z%22%20fill%3D%22%23058BCE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M72.8711%2025.3047V55.9266C72.8711%2063.534%2066.7051%2069.7%2059.0977%2069.7H22.9023C15.2949%2069.7%209.12891%2063.534%209.12891%2055.9266V25.3047H72.8711Z%22%20fill%3D%22%23AD4F3D%22%2F%3E%0D%0A%3Cpath%20d%3D%22M9.12891%2036.1633V48.4633C11.0027%2052.179%2013.5973%2055.5743%2016.8004%2058.4571C23.3828%2064.3829%2031.9832%2067.6501%2041%2067.6501C50.0008%2067.6501%2058.5691%2064.3989%2065.1516%2058.5051C68.3867%2055.6063%2070.9813%2052.195%2072.8711%2048.4633V36.1633H9.12891Z%22%20fill%3D%22%2387372E%22%2F%3E%0D%0A%3Cpath%20d%3D%22M68.6429%2079.5977C68.9952%2076.2825%2068.8831%2072.9032%2068.2265%2069.62C66.9773%2063.4379%2063.8702%2058.393%2061.2757%2055.302L59.7542%2056.5192H22.2456L20.7241%2055.302C18.1296%2058.393%2015.0066%2063.4219%2013.7734%2069.62C13.1167%2072.9032%2013.0046%2076.2665%2013.3569%2079.5977H68.6429Z%22%20fill%3D%22%23FBC4AC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M11.1147%2016.3199H70.8851C64.7831%206.55039%2053.6683%200%2040.9999%200C28.3315%200%2017.2007%206.55039%2011.1147%2016.3199Z%22%20fill%3D%22%23FFD949%22%2F%3E%0D%0A%3Cpath%20d%3D%22M44.2991%200.144141C43.2101%200.0480469%2042.105%200%2040.9999%200C28.3315%200%2017.2007%206.55039%2011.1147%2016.3199H17.7132C23.2706%207.39922%2033.0081%201.16914%2044.2991%200.144141Z%22%20fill%3D%22%23F2C42C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M22.2456%2056.5352L20.7241%2055.318C19.7952%2056.4231%2018.8022%2057.7844%2017.8413%2059.3539C24.2796%2064.7192%2032.4476%2067.65%2040.9999%2067.65C49.5522%2067.65%2057.7202%2064.7192%2064.1585%2059.3539C63.1976%2057.7844%2062.2046%2056.4231%2061.2757%2055.318L59.7542%2056.5352H22.2456Z%22%20fill%3D%22%23E3B098%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55.0296%2076.5868C54.9816%2076.5868%2054.9335%2076.5868%2054.8855%2076.5868C53.7483%2076.5067%2052.8835%2075.5297%2052.9636%2074.3926C53.1718%2071.0774%2053.0757%2061.6602%2050.0968%2057.7844C49.4081%2056.8875%2049.5683%2055.5903%2050.4651%2054.8856C51.362%2054.1969%2052.6593%2054.3571%2053.364%2055.254C55.3179%2057.7844%2056.5351%2061.8684%2056.9835%2067.3457C57.3038%2071.2856%2057.0956%2074.5047%2057.0956%2074.6489C57.0155%2075.7539%2056.1026%2076.5868%2055.0296%2076.5868Z%22%20fill%3D%22%23058BCE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.9704%2076.5868C27.0185%2076.5868%2027.0665%2076.5868%2027.1146%2076.5868C28.2517%2076.5067%2029.1165%2075.5297%2029.0364%2074.3926C28.8282%2071.0774%2028.9243%2061.6602%2031.9032%2057.7844C32.5919%2056.8875%2032.4317%2055.5903%2031.5349%2054.8856C30.638%2054.1969%2029.3407%2054.3571%2028.636%2055.254C26.6821%2057.7844%2025.465%2061.8684%2025.0165%2067.3457C24.6962%2071.2856%2024.9044%2074.5047%2024.9044%2074.6489C24.9845%2075.7539%2025.8974%2076.5868%2026.9704%2076.5868Z%22%20fill%3D%22%23058BCE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.3639%2055.2699C52.6753%2054.373%2051.378%2054.1969%2050.4651%2054.9016C49.5682%2055.5902%2049.3921%2056.8875%2050.0968%2057.8004C51.5061%2059.6262%2052.2749%2062.7012%2052.6593%2065.7762C54.0046%2065.3277%2055.3178%2064.7992%2056.5991%2064.1906C56.0065%2060.2828%2054.9175%2057.2879%2053.3639%2055.2699Z%22%20fill%3D%22%230064A8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M31.5348%2054.9016C30.6379%2054.2129%2029.3406%2054.3731%2028.6359%2055.2699C27.0824%2057.2879%2025.9934%2060.2828%2025.3848%2064.1747C26.666%2064.7832%2027.9793%2065.3118%2029.3246%2065.7602C29.725%2062.6852%2030.4777%2059.6102%2031.8871%2057.7844C32.6078%2056.8875%2032.4316%2055.5903%2031.5348%2054.9016Z%22%20fill%3D%22%230064A8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M71.1255%2035.3625C71.1255%2035.3625%2065.7442%2034.0012%2063.1177%2028.6039L42.0251%2025.3047L18.8825%2028.5879C16.256%2033.9852%2010.8747%2035.3465%2010.8747%2035.3465L10.5864%2035.4266C11.6114%2050.6414%2024.8403%2062.6852%2041.0001%2062.6852C57.1278%2062.6852%2070.3247%2050.7055%2071.4138%2035.5387L71.1255%2035.3625Z%22%20fill%3D%22%23FBC4AC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M24.4397%2040.2793C23.7511%2040.2793%2023.2065%2039.7188%2023.2065%2039.0461V35.827C23.2065%2035.1383%2023.7671%2034.5938%2024.4397%2034.5938C25.1124%2034.5938%2025.673%2035.1543%2025.673%2035.827V39.0461C25.673%2039.7188%2025.1284%2040.2793%2024.4397%2040.2793Z%22%20fill%3D%22%23333333%22%2F%3E%0D%0A%3Cpath%20d%3D%22M26.6337%2045.0199H22.2454C21.5567%2045.0199%2021.0122%2044.4593%2021.0122%2043.7867C21.0122%2043.114%2021.5728%2042.5535%2022.2454%2042.5535H26.6337C27.3224%2042.5535%2027.8669%2043.114%2027.8669%2043.7867C27.8669%2044.4593%2027.3224%2045.0199%2026.6337%2045.0199Z%22%20fill%3D%22%23F98084%22%2F%3E%0D%0A%3Cpath%20d%3D%22M57.5599%2040.2793C56.8712%2040.2793%2056.3267%2039.7188%2056.3267%2039.0461V35.827C56.3267%2035.1383%2056.8872%2034.5938%2057.5599%2034.5938C58.2325%2034.5938%2058.7931%2035.1543%2058.7931%2035.827V39.0461C58.7931%2039.7188%2058.2485%2040.2793%2057.5599%2040.2793Z%22%20fill%3D%22%23333333%22%2F%3E%0D%0A%3Cpath%20d%3D%22M59.7543%2045.0199H55.366C54.6773%2045.0199%2054.1328%2044.4593%2054.1328%2043.7867C54.1328%2043.114%2054.6934%2042.5535%2055.366%2042.5535H59.7543C60.443%2042.5535%2060.9875%2043.114%2060.9875%2043.7867C60.9875%2044.4593%2060.443%2045.0199%2059.7543%2045.0199Z%22%20fill%3D%22%23F98084%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41.0004%2044.8277C39.4949%2044.8277%2038.0695%2044.2031%2037.1086%2043.098C36.6601%2042.5855%2036.7082%2041.8008%2037.2207%2041.3523C37.7332%2040.9039%2038.5179%2040.9519%2038.9664%2041.4644C39.4629%2042.025%2040.1996%2042.3453%2041.0004%2042.3453C41.8011%2042.3453%2042.5379%2042.025%2043.0343%2041.4644C43.4828%2040.9519%2044.2675%2040.9039%2044.78%2041.3523C45.2925%2041.8008%2045.3406%2042.5855%2044.8922%2043.098C43.9312%2044.2031%2042.5058%2044.8277%2041.0004%2044.8277Z%22%20fill%3D%22%23333333%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%2025.3207C0%2027.1305%201.47344%2028.6039%203.2832%2028.6039H78.7008C80.5266%2028.6039%2081.984%2027.1305%2081.984%2025.3207C81.984%2023.4949%2080.5105%2022.0215%2078.7008%2022.0215H3.2832C1.47344%2022.0215%200%2023.4949%200%2025.3207Z%22%20fill%3D%22%23FFD949%22%2F%3E%0D%0A%3Cpath%20d%3D%22M6.59844%2025.3207C6.59844%2023.4949%208.07187%2022.0215%209.88164%2022.0215H3.2832C1.47344%2022.0215%200%2023.4949%200%2025.3207C0%2027.1305%201.47344%2028.6039%203.2832%2028.6039H9.88164C8.07187%2028.6039%206.59844%2027.1305%206.59844%2025.3207Z%22%20fill%3D%22%23F2C42C%22%2F%3E%0D%0A%3Cpath%20d%3D%22M71.4137%2035.5547C71.2535%2037.8129%2070.8211%2039.991%2070.1484%2042.073C70.4687%2042.1211%2070.8051%2042.1531%2071.1414%2042.1531C74.8891%2042.1531%2077.932%2039.1101%2077.932%2035.3625C77.932%2031.8551%2075.2734%2028.9722%2071.8621%2028.6039C71.8301%2032.0152%2071.4297%2035.4426%2071.4297%2035.4426L71.4137%2035.5547Z%22%20fill%3D%22%23E3B098%22%2F%3E%0D%0A%3Cpath%20d%3D%22M10.5863%2035.4426C10.5863%2035.4426%2010.1859%2032.0152%2010.1539%2028.6039C6.74258%2028.9562%204.08398%2031.8551%204.08398%2035.3625C4.08398%2039.1101%207.12695%2042.1531%2010.8746%2042.1531C11.2109%2042.1531%2011.5312%2042.1211%2011.8516%2042.073C11.1789%2039.959%2010.7465%2037.7328%2010.5863%2035.4426Z%22%20fill%3D%22%23E3B098%22%2F%3E%0D%0A%3Cpath%20d%3D%22M63.6459%2015.1027C66.6729%2017.5371%2064.5748%2022.0214%2064.5748%2022.0214H56.8232V16.3199C56.8232%2016.3199%2060.6189%2012.6683%2063.6459%2015.1027Z%22%20fill%3D%22%230064A8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M49.2639%2015.1027C46.237%2017.5371%2048.335%2022.0214%2048.335%2022.0214H56.0866V16.3199C56.0866%2016.3199%2052.2909%2012.6683%2049.2639%2015.1027Z%22%20fill%3D%22%230064A8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.0866%2016.3199H56.8233C58.3929%2016.3199%2059.6741%2017.6012%2059.6741%2019.1707C59.6741%2020.7403%2058.3929%2022.0215%2056.8233%2022.0215H56.0866C54.5171%2022.0215%2053.2358%2020.7403%2053.2358%2019.1707C53.2358%2017.6012%2054.5171%2016.3199%2056.0866%2016.3199Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M50.8655%2071.4297C46.5733%2072.2144%2043.2421%2074.2804%2040.9999%2076.1383C38.7577%2074.2804%2035.4265%2072.2144%2031.1343%2071.4297C26.0733%2070.5168%2021.4448%2074.4566%2021.4448%2079.5976H60.555C60.555%2074.4566%2055.9105%2070.5008%2050.8655%2071.4297Z%22%20fill%3D%22%230064A8%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3CclipPath%20id%3D%22clip0%22%3E%0D%0A%3Crect%20width%3D%2282%22%20height%3D%2279.5977%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.presentdCoins {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2282%22%20height%3D%2282%22%20viewBox%3D%220%200%2082%2082%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0D%0A%3Cpath%20d%3D%22M2.57031%2021.781L41.0083%2041.0081L79.4463%2021.781V62.7891L41.0083%2082L2.57031%2062.7891V21.781Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.57031%2025.6199V37.5921L40.8782%2056.3638L79.4463%2037.5271V25.6036L41.0083%2044.4566L2.57031%2025.6199Z%22%20fill%3D%22%230064A8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M41.0083%2082V41.0081L5.12417%2023.066H2.57031V62.7891L41.0083%2082Z%22%20fill%3D%22%23058BCE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M2.57031%2025.6199V37.5922L40.8782%2056.3638L41.0083%2056.2988V44.3753V44.4404L2.57031%2025.6199Z%22%20fill%3D%22%230064A8%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%2020.4309L41.0081%200L82.0163%2020.4309V23.1149L41.0081%2043.562L0%2023.1962V20.4309Z%22%20fill%3D%22%2300AEEF%22%2F%3E%0D%0A%3Cpath%20d%3D%22M0%2020.496L41.0081%2040.5527L82%2020.496V33.7533L40.878%2053.81L0%2033.7695V20.496Z%22%20fill%3D%22%23058BCE%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.38%2034.7943V33.314L41.0081%2024.9855L25.6362%2033.314V34.7943L15.3882%2030.3047V28.2551L40.5038%2014.9978L41.0244%2015.2581L41.5449%2014.9978L66.6605%2028.19V30.2396L56.38%2034.7943Z%22%20fill%3D%22%23F9F9F9%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.3804%2033.314V74.2571L66.6283%2069.1331V28.1901L56.3804%2033.314Z%22%20fill%3D%22%23DCDCDC%22%2F%3E%0D%0A%3Cpath%20d%3D%22M15.3721%2069.1982L25.62%2074.3222V33.3791L15.3721%2028.1901C15.3721%2028.1901%2015.3721%2069.1982%2015.3721%2069.1982Z%22%20fill%3D%22%23D1D1D1%22%2F%3E%0D%0A%3Cpath%20d%3D%22M67.653%2082C59.7474%2082%2053.2896%2074.2083%2053.2896%2064.5459C53.2896%2054.8836%2059.7311%2047.0919%2067.653%2047.0919C75.5585%2047.0919%2082.0164%2054.8836%2082.0164%2064.5459C82.0001%2074.2083%2075.5585%2082%2067.653%2082Z%22%20fill%3D%22%23FFD949%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.2896%2064.5459C53.2896%2055.6318%2058.804%2048.2793%2065.88%2047.222C65.2944%2047.1569%2064.7088%2047.0919%2064.1232%2047.0919C56.2176%2047.0919%2049.7598%2054.8836%2049.7598%2064.5459C49.7598%2074.2083%2056.2013%2082%2064.1232%2082C64.7088%2082%2065.2944%2081.9349%2065.88%2081.8699C58.804%2080.8125%2053.2896%2073.46%2053.2896%2064.5459Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M67.7016%2080.5685C67.1811%2080.5685%2066.7093%2080.5685%2066.2376%2080.5035C65.8797%2080.4384%2065.5869%2080.1293%2065.652%2079.6901C65.7171%2079.316%2066.0099%2079.0069%2066.4165%2079.072C66.8232%2079.1371%2067.2299%2079.1371%2067.6528%2079.1371C68.0107%2079.1371%2068.3523%2079.4461%2068.3523%2079.8203C68.3523%2080.2595%2068.0595%2080.5685%2067.7016%2080.5685ZM71.5731%2079.8203C71.2803%2079.8203%2071.0525%2079.6251%2070.9224%2079.3811C70.8085%2079.0069%2070.9875%2078.6328%2071.3291%2078.4539C71.7357%2078.3237%2072.0936%2078.1448%2072.4352%2077.8846C72.793%2077.7056%2073.1346%2077.8195%2073.3136%2078.1936C73.4925%2078.5678%2073.3786%2078.9419%2073.0208%2079.1208C72.6141%2079.3648%2072.2074%2079.56%2071.7357%2079.7389C71.752%2079.7552%2071.6869%2079.8203%2071.5731%2079.8203ZM62.5451%2079.2672C62.4312%2079.2672%2062.3174%2079.2672%2062.2523%2079.2021C61.8456%2078.9581%2061.439%2078.6979%2061.016%2078.4539C60.7232%2078.2587%2060.6094%2077.7707%2060.8371%2077.4616C61.016%2077.1526%2061.4878%2077.0224%2061.7805%2077.2827C62.1384%2077.5267%2062.48%2077.7869%2062.8379%2077.9659C63.1957%2078.1448%2063.3096%2078.584%2063.1307%2078.8931C63.0168%2079.1371%2062.7891%2079.2672%2062.5451%2079.2672ZM75.965%2076.6971C75.7861%2076.6971%2075.6072%2076.632%2075.4933%2076.5019C75.2656%2076.2579%2075.2005%2075.7536%2075.4933%2075.5096C75.7861%2075.2006%2076.0789%2074.8915%2076.3066%2074.5174C76.5344%2074.2083%2076.9573%2074.1432%2077.2501%2074.3872C77.5429%2074.6312%2077.608%2075.0704%2077.364%2075.3795C77.0712%2075.7536%2076.7784%2076.1278%2076.4205%2076.5019C76.3229%2076.6483%2076.144%2076.6971%2075.965%2076.6971ZM58.4459%2075.7048C58.267%2075.7048%2058.0392%2075.6398%2057.9254%2075.4608C57.6326%2075.0867%2057.3398%2074.7126%2057.112%2074.2734C56.8843%2073.9643%2056.9982%2073.5251%2057.291%2073.2811C57.5838%2073.0371%2057.9904%2073.151%2058.2344%2073.46C58.4622%2073.8342%2058.7062%2074.2083%2058.999%2074.5174C59.2267%2074.8264%2059.1779%2075.2656%2058.8851%2075.5096C58.7387%2075.6398%2058.6248%2075.7048%2058.4459%2075.7048ZM78.893%2072.0936C78.7792%2072.0936%2078.7141%2072.0936%2078.6002%2072.0286C78.2424%2071.8496%2078.1285%2071.4755%2078.2424%2071.1014C78.4213%2070.6622%2078.5352%2070.288%2078.7141%2069.8488C78.828%2069.4747%2079.1858%2069.2958%2079.5274%2069.4096C79.869%2069.5235%2080.048%2069.9139%2079.9341%2070.288C79.7552%2070.7272%2079.6413%2071.2152%2079.4624%2071.6544C79.4298%2071.8984%2079.1858%2072.0936%2078.893%2072.0936ZM55.9246%2070.8411C55.6318%2070.8411%2055.404%2070.6622%2055.2739%2070.3368C55.095%2069.8976%2054.9811%2069.4096%2054.8672%2068.9054C54.7534%2068.5312%2054.9811%2068.1571%2055.339%2068.027C55.6968%2067.8969%2056.0384%2068.1571%2056.1523%2068.5312C56.2662%2068.9704%2056.38%2069.4096%2056.5102%2069.8326C56.624%2070.2067%2056.4451%2070.5808%2056.1035%2070.711C56.0384%2070.776%2055.9896%2070.8411%2055.9246%2070.8411ZM80.1781%2066.6118C80.1781%2066.6118%2080.1293%2066.6118%2080.1781%2066.6118C79.7714%2066.5467%2079.4786%2066.2377%2079.5274%2065.8635C79.5925%2065.4243%2079.5925%2064.9851%2079.5925%2064.5622C79.5925%2064.1881%2079.8853%2063.8139%2080.2432%2063.8139C80.601%2063.8139%2080.8938%2064.123%2080.8938%2064.4971V64.5622C80.8938%2065.0665%2080.8938%2065.4894%2080.8288%2065.9937C80.8288%2066.3515%2080.536%2066.6118%2080.1781%2066.6118ZM55.0462%2065.2942C54.6883%2065.2942%2054.3955%2064.9851%2054.3955%2064.611C54.3955%2064.1067%2054.3955%2063.6187%2054.4606%2063.1795C54.5256%2062.8054%2054.8184%2062.4963%2055.16%2062.5614C55.5179%2062.6265%2055.8107%2062.9355%2055.7456%2063.3097C55.6806%2063.7489%2055.6806%2064.1881%2055.6806%2064.611C55.7456%2064.9201%2055.404%2065.2942%2055.0462%2065.2942ZM79.7714%2061.0486C79.4786%2061.0486%2079.1858%2060.8697%2079.1208%2060.4955C79.0069%2060.0563%2078.893%2059.6171%2078.7629%2059.1942C78.649%2058.8201%2078.828%2058.4459%2079.1696%2058.3158C79.5112%2058.1857%2079.869%2058.3809%2079.9829%2058.755C80.1618%2059.1942%2080.2757%2059.6822%2080.3896%2060.1865C80.5034%2060.5606%2080.2757%2060.9347%2079.9178%2061.0649C79.8365%2060.9998%2079.7714%2061.0486%2079.7714%2061.0486ZM55.9246%2059.7473C55.8595%2059.7473%2055.8107%2059.7473%2055.6968%2059.6822C55.339%2059.5521%2055.1763%2059.1779%2055.2902%2058.8038C55.4691%2058.3646%2055.583%2057.8766%2055.8107%2057.4374C55.9896%2057.0633%2056.3312%2056.9331%2056.6891%2057.0633C57.047%2057.2422%2057.1608%2057.6163%2057.047%2057.9905C56.868%2058.4297%2056.6891%2058.8038%2056.5752%2059.243C56.4614%2059.5521%2056.1686%2059.7473%2055.9246%2059.7473ZM77.608%2055.8758C77.3802%2055.8758%2077.2013%2055.7457%2077.0874%2055.5668C76.8597%2055.1926%2076.6157%2054.8185%2076.3229%2054.5094C76.0952%2054.2004%2076.144%2053.7612%2076.4368%2053.5172C76.7296%2053.2732%2077.1362%2053.3382%2077.3802%2053.6473C77.673%2054.0214%2077.9658%2054.3956%2078.1936%2054.8348C78.4213%2055.1438%2078.3074%2055.583%2078.0146%2055.827C77.8357%2055.8758%2077.7218%2055.8758%2077.608%2055.8758ZM58.4459%2054.8185C58.267%2054.8185%2058.1531%2054.7534%2058.0392%2054.6396C57.7464%2054.3956%2057.6814%2053.9564%2057.9254%2053.6473C58.2182%2053.2732%2058.511%2052.899%2058.8688%2052.5249C59.0966%2052.2809%2059.5683%2052.2809%2059.8123%2052.5249C60.04%2052.7689%2060.04%2053.2732%2059.8123%2053.5172C59.5195%2053.8262%2059.2267%2054.1353%2058.999%2054.5094C58.8038%2054.7046%2058.6248%2054.8185%2058.4459%2054.8185ZM73.8504%2051.9556C73.7365%2051.9556%2073.6226%2051.8905%2073.4925%2051.8254C73.1346%2051.5814%2072.793%2051.3862%2072.3864%2051.1422C72.0285%2050.9633%2071.9147%2050.5241%2072.0936%2050.215C72.2725%2049.8409%2072.6792%2049.7108%2072.972%2049.906C73.3786%2050.15%2073.7853%2050.4102%2074.2082%2050.6542C74.501%2050.8332%2074.6149%2051.3374%2074.3872%2051.6465C74.3221%2051.8254%2074.0944%2051.9556%2073.8504%2051.9556ZM62.4963%2051.2724C62.2686%2051.2724%2062.0246%2051.1422%2061.9107%2050.8982C61.7318%2050.5241%2061.8456%2050.15%2062.2035%2049.971C62.6101%2049.727%2063.0168%2049.5318%2063.4885%2049.3529C63.8464%2049.2228%2064.188%2049.418%2064.3669%2049.7921C64.4808%2050.1662%2064.3019%2050.5404%2063.9603%2050.7193C63.5536%2050.8494%2063.1957%2051.0284%2062.8541%2051.2724C62.724%2051.2724%2062.6102%2051.2724%2062.4963%2051.2724ZM68.9379%2050.0198H68.8728C68.4661%2049.9548%2068.0595%2049.9548%2067.6365%2049.9548C67.2787%2049.9548%2066.9371%2049.6457%2066.9371%2049.2716C66.9371%2048.8974%2067.2299%2048.5884%2067.5877%2048.5884C68.0595%2048.5884%2068.5312%2048.5884%2068.9379%2048.6534C69.2957%2048.7185%2069.5885%2049.0276%2069.5235%2049.4668C69.5885%2049.7758%2069.2795%2050.0198%2068.9379%2050.0198Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.2895%2065.1641H49.7759C49.7759%2065.6033%2049.8409%2065.9774%2049.8409%2066.4166H53.3545C53.3545%2065.9774%2053.2895%2065.6033%2053.2895%2065.1641Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.4033%2062.0571H49.8897C49.8247%2062.4963%2049.8247%2062.8705%2049.7759%2063.3097H53.2895C53.3545%2062.8705%2053.3545%2062.4963%2053.4033%2062.0571Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M53.5824%2068.2872H50.0688C50.1339%2068.7264%2050.2478%2069.1006%2050.3617%2069.5398H53.8752C53.7614%2069.1006%2053.6963%2068.7264%2053.5824%2068.2872Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M54.3959%2071.4105H50.8823C51.0613%2071.8497%2051.1751%2072.2238%2051.3541%2072.663H54.8676C54.7538%2072.2238%2054.5748%2071.8497%2054.3959%2071.4105Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M54.0544%2058.934H50.5408C50.427%2059.3732%2050.3131%2059.7473%2050.248%2060.1865H53.7616C53.8267%2059.7473%2053.9406%2059.3732%2054.0544%2058.934Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55.225%2055.827H51.7114C51.5325%2056.2662%2051.3536%2056.6404%2051.1909%2057.0796H54.7045C54.8184%2056.6241%2054.9973%2056.25%2055.225%2055.827Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M57.5679%2052.0857H54.0543C53.6964%2052.4598%2053.4036%2052.899%2053.1108%2053.3382H56.6244C56.9172%2052.8828%2057.2751%2052.4598%2057.5679%2052.0857Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M61.1951%2048.9625H57.6815C57.0959%2049.3367%2056.5103%2049.7759%2055.9897%2050.2151H59.5033C60.0239%2049.7759%2060.5607%2049.3367%2061.1951%2048.9625Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M56.2177%2075.1518H52.7041C52.9969%2075.591%2053.2897%2076.0302%2053.5825%2076.4043H57.0961C56.8033%2076.0139%2056.5105%2075.5747%2056.2177%2075.1518Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M55.2256%2078.2587C55.6973%2078.6979%2056.1691%2079.1371%2056.6896%2079.5113H60.2032C59.6826%2079.1371%2059.2109%2078.6979%2058.7392%2078.2587H55.2256Z%22%20fill%3D%22%23DCA815%22%2F%3E%0D%0A%3Cpath%20d%3D%22M66.3517%2056.9982C64.3672%2057.8116%2062.5453%2057.6814%2061.2603%2057.4374V61.3089C63.4888%2061.7481%2065.7173%2061.1788%2067.588%2060.4305C71.5733%2058.934%2074.0295%2060.1865%2074.8591%2060.4305V56.5102C73.2162%2055.9409%2070.337%2055.3228%2066.3517%2056.9982Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M61.3252%2073.1509H65.3756V68.5963H73.395V64.855H61.3252V73.1509Z%22%20fill%3D%22%23F4BF1A%22%2F%3E%0D%0A%3Cpath%20d%3D%22M64.5133%206.47412C63.1631%204.03412%2060.284%202.57013%2056.8842%202.57013C49.1251%202.57013%2043.692%209.80877%2040.9917%2014.4285C38.3078%209.80877%2032.7934%202.6352%2025.0993%202.6352C20.1705%202.6352%2016.6406%205.64452%2016.6406%209.74371C16.6406%2017.0474%2024.6438%2021.781%2040.7315%2021.781C56.8192%2021.781%2065.3266%2015.6973%2065.3266%209.80877C65.3429%208.65384%2065.0826%207.49891%2064.5133%206.47412ZM26.7747%2014.3472C24.9854%2013.1272%2024.3347%2011.777%2024.3347%2010.8824C24.3347%209.79251%2025.3595%208.96291%2026.8398%208.96291C30.3046%208.96291%2033.0536%2013.5176%2034.599%2016.657C30.5648%2016.3317%2028.1899%2015.2418%2026.7747%2014.3472ZM55.225%2014.3472C53.8098%2015.2418%2051.4512%2016.3317%2047.4171%2016.657C48.8973%2013.5176%2051.6464%208.96291%2055.1762%208.96291C56.6565%208.96291%2057.6813%209.79251%2057.6813%2010.8824C57.665%2011.7933%2057.0144%2013.1272%2055.225%2014.3472Z%22%20fill%3D%22%23EFEFEF%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3CclipPath%20id%3D%22clip0%22%3E%0D%0A%3Crect%20width%3D%2282%22%20height%3D%2282%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.messenger {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2231%22%20height%3D%2231%22%20viewBox%3D%220%200%2031%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cg%20clip-path%3D%22url(%23clip0)%22%3E%0D%0A%3Cpath%20d%3D%22M5.84267%2025.3075V30.5882L10.8245%2027.781C12.2132%2028.1777%2013.6893%2028.3919%2015.2187%2028.3919C23.4173%2028.3919%2030.0625%2022.2455%2030.0625%2014.6647C30.0625%207.08334%2023.4173%200.9375%2015.2187%200.9375C7.02076%200.9375%200.375%207.08334%200.375%2014.6647C0.375%2018.9575%202.50587%2022.7907%205.84267%2025.3075Z%22%20fill%3D%22url(%23paint0_linear)%22%2F%3E%0D%0A%3Cpath%20d%3D%22M13.6336%2010.9045L5.62842%2019.3053L12.9138%2015.3435L16.7203%2019.3053L24.6802%2010.9045L17.4757%2014.797L13.6336%2010.9045Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3Cdefs%3E%0D%0A%3ClinearGradient%20id%3D%22paint0_linear%22%20x1%3D%2215.2188%22%20y1%3D%222.94189%22%20x2%3D%2215.2188%22%20y2%3D%2229.2836%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0D%0A%3Cstop%20stop-color%3D%22%2300C6FF%22%2F%3E%0D%0A%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230068FF%22%2F%3E%0D%0A%3C%2FlinearGradient%3E%0D%0A%3CclipPath%20id%3D%22clip0%22%3E%0D%0A%3Crect%20width%3D%2229.6875%22%20height%3D%2229.6875%22%20fill%3D%22white%22%20transform%3D%22translate(0.375%200.9375)%22%2F%3E%0D%0A%3C%2FclipPath%3E%0D%0A%3C%2Fdefs%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm.x_close {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%200V0.833333L4.16667%205L0%209.16667V10H0.833333L5%205.83333L9.16667%2010H10V9.16667L5.83333%205L10%200.833333V0H9.16667L5%204.16667L0.833333%200H0Z%22%20fill%3D%22%23FF4949%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}

.mm._\5f animate._\5f animate__rotate {
    -webkit-animation: ic_animate__rotate 2s linear infinite;
    animation: ic_animate__rotate 2s linear infinite
}

@-webkit-keyframes ic_animate__rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes ic_animate__rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.mm._\5f animate._\5f animate__scale {
    -webkit-animation: ic_animate__scale 2s linear infinite;
    animation: ic_animate__scale 2s linear infinite
}

@-webkit-keyframes ic_animate__scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ic_animate__scale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.mm._\5f animate._\5f animate__opacity {
    -webkit-animation: ic_animate__opacity 2s linear infinite;
    animation: ic_animate__opacity 2s linear infinite
}

@-webkit-keyframes ic_animate__opacity {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

@keyframes ic_animate__opacity {
    0% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
    100% {
        opacity: 1
    }
}

.global-graybg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.global-graybg,
.local-graybg {
    background: #fcfcfc;
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee*/
}

.local-graybg {
    padding: 12px 0;
    margin: 12px 0;
    min-height:225px;
}

.local-graybg.type-2 {
    margin-top: 0;
    padding-top: 0;
}

.local-graybg.type-3 {
    margin: 0;
    padding: 0
}

.no-margin {
    margin: 0
}
hr.new_gray {
    border-color: rgba(0,0,0,.12);
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0;
}

.new_alert {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 14px 15px
}

.new_alert .new_alert__icon {
    color: #ccc;
    position: relative
}

.new_alert .new_alert__icon>div {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.new_alert.new_alert-danger {
    border-color: #ee2316
}

.new_alert.new_alert-danger .new_alert__icon {
    color: #ee2316
}
.row__FLEX {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.row__FLEX::before {
    display: none
}

.row__FLEX>.col-xs-12 {
    flex-basis: 100%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-11 {
    flex-basis: 91.66666667%;
    width: 91.66666667%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-10 {
    flex-basis: 83.33333333%;
    width: 83.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-9 {
    flex-basis: 75%;
    width: 75%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-8 {
    flex-basis: 66.66666667%;
    width: 66.66666667%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-7 {
    flex-basis: 58.33333333%;
    width: 58.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-6 {
    flex-basis: 50%;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-5 {
    flex-basis: 41.66666667%;
    width: 41.66666667%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-4 {
    flex-basis: 33.33333333%;
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-3 {
    flex-basis: 25%;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-2 {
    flex-basis: 16.66666667%;
    width: 16.66666667%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

.row__FLEX>.col-xs-1 {
    flex-basis: 8.33333333%;
    width: 8.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    flex: 0 0 auto
}

@media(min-width:768px) {
    .row__FLEX>.col-sm-12 {
        flex-basis: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-11 {
        flex-basis: 91.66666667%;
        width: 91.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-10 {
        flex-basis: 83.33333333%;
        width: 83.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-9 {
        flex-basis: 75%;
        width: 75%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-8 {
        flex-basis: 66.66666667%;
        width: 66.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-7 {
        flex-basis: 58.33333333%;
        width: 58.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-6 {
        flex-basis: 50%;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-5 {
        flex-basis: 41.66666667%;
        width: 41.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-4 {
        flex-basis: 33.33333333%;
        width: 33.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-3 {
        flex-basis: 25%;
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-2 {
        flex-basis: 16.66666667%;
        width: 16.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-sm-1 {
        flex-basis: 8.33333333%;
        width: 8.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
}

@media(min-width:992px) {
    .row__FLEX>.col-md-12 {
        flex-basis: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-11 {
        flex-basis: 91.66666667%;
        width: 91.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-10 {
        flex-basis: 83.33333333%;
        width: 83.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-9 {
        flex-basis: 75%;
        width: 75%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-8 {
        flex-basis: 66.66666667%;
        width: 66.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-7 {
        flex-basis: 58.33333333%;
        width: 58.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-6 {
        flex-basis: 50%;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-5 {
        flex-basis: 41.66666667%;
        width: 41.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-4 {
        flex-basis: 33.33333333%;
        width: 33.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-3 {
        flex-basis: 25%;
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-2 {
        flex-basis: 16.66666667%;
        width: 16.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-md-1 {
        flex-basis: 8.33333333%;
        width: 8.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
}

@media(min-width:1200px) {
    .row__FLEX>.col-lg-12 {
        flex-basis: 100%;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-11 {
        flex-basis: 91.66666667%;
        width: 91.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-10 {
        flex-basis: 83.33333333%;
        width: 83.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-9 {
        flex-basis: 75%;
        width: 75%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-8 {
        flex-basis: 66.66666667%;
        width: 66.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-7 {
        flex-basis: 58.33333333%;
        width: 58.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-6 {
        flex-basis: 50%;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-5 {
        flex-basis: 41.66666667%;
        width: 41.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-4 {
        flex-basis: 33.33333333%;
        width: 33.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-3 {
        flex-basis: 25%;
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-2 {
        flex-basis: 16.66666667%;
        width: 16.66666667%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
    .row__FLEX>.col-lg-1 {
        flex-basis: 8.33333333%;
        width: 8.33333333%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
        flex: 0 0 auto
    }
}
@media(max-width:991px)and (min-width:620px) {
    .row__FLEX>.col-add-xs-6-sm-6,
    .row>.col-add-xs-6-sm-6 {
        width: 49%;
        float: left
    }
    .row__FLEX>.col-add-xs-6-sm-6:nth-child(2n+1),
    .row>.col-add-xs-6-sm-6:nth-child(2n+1) {
        margin-right: 2%
    }
}
.ic.ic-warning {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2272%22%20height%3D%2272%22%20viewBox%3D%220%200%2072%2072%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22%23EE2316%22%20fill-rule%3D%22nonzero%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36%2071.6c19.6%200%2035.6-16%2035.6-35.6S55.6.4%2036%20.4.4%2016.4.4%2036s16%2035.6%2035.6%2035.6zm0-67.2c17.4%200%2031.6%2014.2%2031.6%2031.6%200%2017.4-14.2%2031.6-31.6%2031.6C18.6%2067.6%204.4%2053.4%204.4%2036%204.4%2018.6%2018.6%204.4%2036%204.4z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M36.4%2042c1.1%200%202-.9%202-2V20c0-1.1-.9-2-2-2s-2%20.9-2%202v20c0%201.1.9%202%202%202zM36.4%2054c1.1%200%202-.9%202-2v-3c0-1.1-.9-2-2-2s-2%20.9-2%202v3c0%201.1.9%202%202%202z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A") no-repeat center transparent;
    background-size: contain
}

b, strong {
    font-weight: bold;
}

.travelers-panel .travelers-panel__title {
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.travelers-panel .travelers-panel__desc {
    margin: 7px 0 0 0;
    font-size: 14px;
}
.travelers-panel .travelers-panel__btns {
    margin: 7px 0 0 0;
}
.inputs-fs-x16 .form-control, .inputs-fs-x16 .dropdown {
    font-size: 16px;
}
.form-control {
    box-shadow: none;
    padding: 13px 12px;
    height: 47px;
}
.vertical-break.half {
    padding-top: 6px;
}
div, p, span, h1, h2, h3, a, .T {
    -moz-user-select: unset;
    -webkit-user-select: unset;
    -ms-user-select: unset;
    -o-user-select: unset;
    user-select: unset!important;
}
h3, .h3 {
    font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
p {
    margin: 0 0 10px;
}
.FilesUploader>label {
    display: flex;
}
.FilesUploader>label {
    border: 1px dashed #d0d0d0;
    border-radius: 3px;
    background: #eefbff;
    padding: 24px;
    position: relative;
    cursor: pointer;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.FilesUploader>label>input {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.FilesUploader>label>i {
    width: 50px;
    height: 50px
}

.FilesUploader>label>span {
    max-width: 300px;
    font-size: 16px
}

.FilesUploader>label>span>small {
    display: block;
    clear: both;
    margin-top: 5px;
    color: rgba(51, 51, 51, .7);
    font-size: 80%;
    font-style: italic
}

.FilesUploader__File {
    padding: 12px;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    margin-top: 12px
}

.FilesUploader__File:not([hidden]) {
    display: grid
}

.FilesUploader__File__icon {
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 4;
    display: flex;
    align-items: center
}

.FilesUploader__File__icon svg {
    display: block;
    margin: 0 auto
}

.FilesUploader__File__icon svg path {
    fill: #333
}

.FilesUploader__File__name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    grid-column: 2;
    grid-row: 1
}

.FilesUploader__File__loader {
    background: #ededed;
    grid-column: 2;
    grid-row: 2;
    height: 2px;
    position: relative;
    overflow: hidden
}

.FilesUploader__File__loader span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #00aeef;
    width: 100%
}

.FilesUploader__File__loader._\5floading span {
    -webkit-animation: fileLoaderAnimation 2s ease infinite;
    animation: fileLoaderAnimation 2s ease infinite
}

.FilesUploader__File__msg {
    color: #9e9e9e;
    grid-column: 2;
    grid-row: 3;
    padding: 3px 0
}

.FilesUploader__File__size {
    grid-column: 3;
    grid-row-start: 1;
    grid-row-end: 4;
    text-align: center;
    color: #9e9e9e;
    white-space: nowrap
}

.FilesUploader__File__removeBtn {
    grid-column: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    cursor: pointer;
    background: transparent;
    border: none;
    color: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    position: relative
}

.FilesUploader__File__removeBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #d0d0d0
}

.FilesUploader__File__removeBtn span i {
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%
}

.FilesUploader__File__removeBtn span i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.FilesUploader__File__removeBtn span i:nth-last-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.FilesUploader__File._\5f error .FilesUploader__File__loader span {
    background: #ee2316
}

.FilesUploader__File._\5f error .FilesUploader__File__icon svg path {
    fill: #ee2316
}

@-webkit-keyframes fileLoaderAnimation {
    0% {
        width: 50%;
        left: -50%
    }
    50% {
        width: 100%;
        left: 0
    }
    100% {
        width: 50%;
        left: 100%
    }
}

@keyframes fileLoaderAnimation {
    0% {
        width: 50%;
        left: -50%
    }
    50% {
        width: 100%;
        left: 0
    }
    100% {
        width: 50%;
        left: 100%
    }
}

@keyframes fileLoaderAnimation {
    0% {
        width: 50%;
        left: -50%
    }
    50% {
        width: 100%;
        left: 0
    }
    100% {
        width: 50%;
        left: 100%
    }
}

.mobile_view .FilesUploader>label {
    text-align: center
}

.mobile_view .FilesUploader>label>i {
    display: block;
    margin: 0 auto
}

.mobile_view .FilesUploader>label>span {
    color: #00aeef;
    text-decoration: underline
}

.mobile_view .FilesUploader__File {
    grid-template-columns: 60px auto 0 36px
}

.mobile_view .FilesUploader__File__size {
    overflow: hidden
}

.desktop_view .FilesUploader>label {
    display: flex
}

.desktop_view .FilesUploader>label>i {
    margin-right: 12px
}

.desktop_view .FilesUploader>label>span>u {
    color: #00aeef
}

.desktop_view .FilesUploader__File {
    grid-template-columns: 60px auto 72px 36px
}

.desktop_view .FilesUploader__File__size {
    padding: 12px
}

.ic.ic-fileUpload {
    background: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20width%3D%2243.708%22%20height%3D%2237.752%22%20fill%3D%22none%22%20version%3D%221.1%22%20viewBox%3D%220%200%2043.708%2037.752%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0D%0A%20%3Cmetadata%3E%0D%0A%20%20%3Crdf%3ARDF%3E%0D%0A%20%20%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%0D%0A%20%20%20%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%0D%0A%20%20%20%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%0D%0A%20%20%20%20%3Cdc%3Atitle%2F%3E%0D%0A%20%20%20%3C%2Fcc%3AWork%3E%0D%0A%20%20%3C%2Frdf%3ARDF%3E%0D%0A%20%3C%2Fmetadata%3E%0D%0A%20%3Cpath%20d%3D%22m35.547%2010.451c-0.4674-2.7506-1.8425-5.261-3.9457-7.166-2.3368-2.1186-5.3747-3.2848-8.5384-3.2848-2.4447%200-4.8264%200.69435-6.8667%202.0029-1.6987%201.086-3.1098%202.5548-4.1074%204.2818-0.4314-0.08012-0.8808-0.12463-1.3302-0.12463-3.8198%200-6.9296%203.0801-6.9296%206.8634%200%200.4896%200.05393%200.9614%200.14381%201.4243-2.4716%201.7804-3.9726%204.6468-3.9726%207.7002%200%202.4658%200.92574%204.8604%202.6154%206.7565%201.7346%201.9406%204.0265%203.089%206.4712%203.2225h0.0719%207.7295c0.6741%200%201.2133-0.5341%201.2133-1.2018%200-0.6676-0.5392-1.2017-1.2133-1.2017h-7.6936c-3.676-0.2226-6.7678-3.6854-6.7678-7.5845%200-2.5192%201.3661-4.8693%203.5682-6.1423%200.5123-0.2937%200.72801-0.908%200.53028-1.4599-0.17976-0.4807-0.26964-0.9881-0.26964-1.5311%200-2.4569%202.0223-4.4599%204.5029-4.4599%200.5303%200%201.0516%200.08902%201.5369%200.26706%200.5932%200.21365%201.2493-0.05341%201.519-0.61423%201.6807-3.5341%205.3117-5.813%209.2574-5.813%205.3028%200%209.6799%203.9346%2010.183%209.1512%200.0539%200.543%200.4673%200.9792%201.0066%201.0682%203.9996%200.6765%207.0195%204.3352%207.0195%208.5102%200%204.4243-3.5142%208.2699-7.8464%208.5993h-6.624c-0.6741%200-1.2133%200.5341-1.2133%201.2017%200%200.6677%200.5392%201.2018%201.2133%201.2018h6.669%200.0899c2.7412-0.1959%205.3028-1.4421%207.2082-3.5252%201.8964-2.0652%202.93-4.718%202.93-7.4776-9e-3%20-4.9939-3.4513-9.436-8.1609-10.664z%22%20fill%3D%22%2300aeef%22%2F%3E%0D%0A%20%3Cpath%20d%3D%22m29.291%2021.025c0.4764-0.4718%200.4764-1.2285%200-1.7003l-6.4263-6.3649c-0.2247-0.22255-0.53927-0.35608-0.85384-0.35608-0.31458%200-0.62915%200.12463-0.85384%200.35608l-6.4263%206.3649c-0.47635%200.4718-0.47635%201.2285%200%201.7003%200.23368%200.23145%200.54825%200.35607%200.85384%200.35607%200.30558%200%200.62016-0.11572%200.85384-0.35607l4.3591-4.3174v19.842c0%200.6677%200.53927%201.2018%201.2134%201.2018%200.67408%200%201.2134-0.5341%201.2134-1.2018v-19.842l4.3591%204.3174c0.4674%200.4718%201.2313%200.4718%201.7077%200z%22%20fill%3D%22%2300aeef%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A") no-repeat center transparent;
    background-size: contain
}


.hiddenInput {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: transparent
}

.tourists-list-loader {
width:100%;
height:171px;
background-position:left;
background-repeat:no-repeat;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVEAAAB/CAMAAABheQGCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACFQTFRFxMTE1dXV9vb2xcXF9fX1ycnJ2NjY9PT0wsLCwcHB////VsoQ5QAAAWRJREFUeNrs20sOwjAMQMGkH6C9/4FhVWDDyjjFzDvCSJWwY9q+71NvW1KtT3vx2gN03hKbp/qifUut1xdtuaKtvuiWHFGiRIkSJUqUKFGifuGbQn9JdMndlCz1RW3zwkVFlChRESVKVESJEhVRokRFlChRoiJKlKiInkE08S20ai9vvOn/bKja8Y+N/JuSqvWnqE8+9J5rwG1e1YgSJUpURIkSFdFziJqZomcmc330XL/YPQV0/AfGfjTmk3/bj8qrCFGiIkqUqIgSJSqiRInqELV7Ct49uc0L2Y+6zfviDt8nH/3OBMPrMlGiIkqUqIgSrSRqZoqemcz10XO927yI3OYFf/Ju87yKECUqokSJiihRoiJKlKiIEiUqokSJEhVRokRFlChRfRS9DrzRadeKopeRB0OXiqLrSNG1ouhtpOitougpbq2JEiVKlChRokSJEiVqZjLX/8lcb/dkP3rq7gIMAAutSoeHqWdeAAAAAElFTkSuQmCC');
}

.tourists-list-loader:after {
	content:'';
  top:0;
	transform:translateX(100%);
	width:300px;
	height:171px;
	position: absolute;
	z-index:1;
	animation: slide 1s infinite;
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}
 #header.__invert .header__login {
 color: var(--c-white);
}
 .user_image__container {
border-radius: 50%;
padding:3px;
}
 .user_image__container_name {
  white-space: nowrap; 
  width: 80px; 
  overflow: hidden;
  text-overflow: ellipsis; 
  text-align:left;
  padding-left:5px;
  font-size: 16px;
}