b,
body,
div,
figure,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0 none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0 0;
}
body {
  line-height: 1;
}
figure,
footer,
header,
nav {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent none repeat scroll 0 0;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #f2f2f2;
  position: relative;
}
img {
  max-width: 100%;
}
a {
  color: #b88b58;
  text-decoration: none;
}
.Body {
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 48em) {
  .Body {
    font-size: 20px;
    line-height: 27px;
  }
}
.Body > * {
  max-width: 980px;
  font-family: PFRegal, Georgia, serif;
}
.Body:last-child > :last-child {
  margin-bottom: 0;
}
.Body a {
  color: inherit;
}
.Body a:hover {
  text-decoration: underline;
}
.Body p {
  margin-bottom: 15px;
}
.Body h3 {
  margin-top: 18px;
  margin-bottom: 12px;
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.SvgIcon {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.SvgIcon--meduzaLogo {
  margin-top: -2px;
  height: 45px;
  width: 100px;
}
.Menu {
  display: none;
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .Menu {
    font-size: 13px;
    height: 45px;
    width: 100%;
    letter-spacing: 1px;
    background-color: #000;
    display: flex;
    justify-content: center;
  }
}
.Menu-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
  transition: color 0.15s ease-out;
}
@media only screen and (min-width: 64em) {
  .Menu-item {
    padding: 0 15px;
    border-bottom: 0 none;
  }
}
@media only screen and (min-width: 64em) {
  .Menu-item:last-of-type {
    border-right: medium none;
  }
}
@media only screen and (min-width: 64em) {
  .Menu-item:hover {
    color: #999;
    background-color: inherit;
  }
}
.Menu-link {
  transition: color 0.15s ease-out;
  text-decoration: none;
  color: #fff;
  position: relative;
  line-height: 45px;
  top: 1px;
}
.Menu-item:hover .Menu-link {
  color: #999;
}
.MeduzaLogo {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: contain;
}
.Header {
  position: relative;
  height: 45px;
  background-color: #000;
  display: flex;
  flex-flow: row nowrap;
  z-index: 2;
}
@media only screen and (min-width: 64em) {
  .Header {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .Header .HeaderButton--chat {
    display: none;
  }
}
.Header-left {
  display: flex;
  flex-basis: 16%;
  flex-grow: 1;
  height: 100%;
}
.Header-center {
  height: 100%;
  display: none;
}
@media only screen and (min-width: 64em) {
  .Header-center {
    display: flex;
    justify-content: center;
    flex-grow: 2;
  }
}
.Header-right {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  flex-basis: 16%;
  flex-grow: 1;
}
.Header-meduzaLogo {
  display: flex;
  height: 45px;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 64em) {
  .Header-meduzaLogo {
    position: static;
  }
}
.HeaderButton {
  position: relative;
  display: flex;
  min-width: 45px;
  height: 100%;
  padding: 0 15px;
  user-select: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  fill: currentcolor;
  border: 0 none;
  background: transparent none repeat scroll 0 0;
  margin: 0;
  cursor: pointer;
}
.HeaderButton:active {
  outline-width: 0;
}
.HeaderButton:hover {
  color: #999;
}
.HeaderButton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #676767;
}
@media only screen and (min-width: 64em) {
  .HeaderButton::after {
    top: 10px;
    bottom: 10px;
  }
}
.HeaderButton-link {
  display: block;
  padding-top: 2px;
  text-transform: uppercase;
  color: inherit;
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif;
  font-weight: 600;
  cursor: pointer;
}
.HeaderButton-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.HeaderButton--chat {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.Copyright {
  padding: 0 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 64em) {
  .Copyright {
    padding: 0;
  }
}
.Copyright-container {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 20px 0 0;
}
.Copyright-container a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 48em) {
  .Copyright-container {
    max-width: 675px;
    flex-wrap: nowrap;
    text-align: left;
  }
}
@media only screen and (min-width: 64em) {
  .Copyright-container {
    max-width: 860px;
  }
}
.Copyright-container a {
  color: #fff;
}
.Copyright-block {
  font-size: 17px;
  flex: 1 0 20%;
}
@media only screen and (min-width: 48em) {
  .Copyright-block {
    padding-top: 0;
    border-top: 0 none;
  }
}
.Copyright-block:last-child {
  text-align: right;
}
.MaterialTag {
  position: relative;
  z-index: 30;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 2px;
  font-weight: 700;
  line-height: 1;
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif;
  color: #b88b58;
  user-select: none;
}
@media only screen and (max-width: 32em) {
  .MaterialTag {
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
span.MaterialTag {
  cursor: default;
  pointer-events: none;
}
@media only screen and (min-width: 32em) {
  .MaterialTag--medium {
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    letter-spacing: 1px;
    font-size: 12px;
  }
}
.MaterialTag--solid {
  color: #fff;
  background: #b88b58 none repeat scroll 0 0;
  border-color: #b88b58;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.MaterialMeta {
  display: inline-block;
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: grey;
  margin-right: 12px;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 12px auto;
  font-weight: 400;
}
@media only screen and (min-width: 48em) {
  .MaterialMeta {
    font-size: 15px;
    line-height: 18px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 48em) {
  .MaterialMeta--source {
    white-space: nowrap;
  }
}
.MediaMaterialHeader {
  max-width: 840px;
}
.MediaMaterialHeader-first {
  color: #000;
  line-height: 27px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first {
    line-height: 38px;
  }
}
.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
  transition: color 0.25s ease-out;
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  .MediaMaterialHeader-first,
  .MediaMaterialHeader-separator {
    font-size: 36px;
  }
}
.MediaMaterial {
  background-color: #fff;
  padding: 12px 15px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterial {
    padding: 25px 15px 20px;
  }
}
.MediaMaterial-header {
  display: flex;
  flex-flow: column wrap;
  max-width: 650px;
  margin: 0 auto 18px;
  align-items: flex-start;
}
@media only screen and (min-width: 63.125em) {
  .MediaMaterial-header {
    max-width: 1000px;
    margin-bottom: 25px;
  }
}
.MediaMaterial-tag {
  margin-bottom: 5px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterial-tag {
    margin-bottom: 11px;
  }
}
.MediaMaterial-meta {
  margin-top: 12px;
}
@media only screen and (min-width: 48em) {
  .MediaMaterial-meta {
    margin-top: 12px;
  }
}
.MediaMaterial-materialContent {
  width: 100%;
  max-width: 650px;
}
.MediaMaterial-body {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
@media only screen and (min-width: 63.125em) {
  .MediaMaterial-body {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 48em) {
  .MediaMaterial--fullWidth .MediaMaterial-header {
    align-items: center;
    text-align: center;
  }
}
.MediaMaterial--fullWidth .MediaMaterial-materialContent {
  max-width: none;
}
.Material-shadow {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.15);
}
.Material-shadow--top {
  top: 0;
}
.Material-container {
  background: #fff none repeat scroll 0 0;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .Body h3 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 27px;
  }
}
.MaterialContent--bannerless .Body > * {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 40.625em) {
  .MaterialContent .Figure {
    margin-right: auto;
    margin-left: auto;
  }
}
.Figure {
  margin: 15px auto;
}
.Figure img {
  display: block;
  margin: 5px auto;
}
@media only screen and (min-width: 48em) {
  .Figure {
    margin: 27px auto 20px;
  }
}
.Figure {
  max-width: 650px;
}
.Figure img {
  max-width: 100%;
  vertical-align: bottom;
}
@media only screen and (min-width: 40.625em) {
  .Figure img {
    border-radius: 2px;
  }
}
.Figure-caption {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 7px 12px 0;
  font-size: 15px;
  line-height: 17px;
  font-style: italic;
}
@media only screen and (min-width: 40.625em) {
  .Figure-caption {
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }
}
.App {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0;
}
.App-content,
.App-footer {
  transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0;
}
.App-footer {
  position: relative;
  z-index: 1;
  outline: 2px solid #252525;
}
.App-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  background-color: #f2f2f2;
  flex: 1 0 auto;
}
.App-header {
  position: relative;
  z-index: 200;
}
.App--isMaterial .App-content {
  background-color: #e6e6e6;
}
.Footer {
  color: #999;
  background-color: #252525;
  font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif;
}
.logo {
  display: block;
  margin-top: 10px;
}
.ava-img {
  width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.Body a {
  color: #00f;
}
.Body a:hover {
  box-shadow: none;
}
a.button {
  font-size: 20px;
  text-align: center;
  color: #fff !important;
  background-color: red;
  display: block;
  width: 100%;
  max-width: 470px;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px;
}
a.button:hover {
  background-color: #c11f1f;
}
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
figure,
footer,
header,
main,
nav {
  display: block;
}
a {
  background: transparent none repeat scroll 0 0;
}
a:active,
a:hover {
  outline: 0 none;
}
b,
strong {
  font-weight: 700;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0 none;
}
figure {
  margin: 1em 40px;
}
button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}
.tag_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inL_26056 {
  text-align: center;
}
.inL_919438 {
  text-align: center;
}
.inL_945182 {
  padding-left: 45px;
}
.red_text {
  color: red;
}
.inL_185184 {
  padding-left: 45px;
}
.inL_990309 {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 300px;
}
.red {
  color: red;
  font-weight: 700;
}
.btn {
  display: block;
  max-width: 225px;
  padding: 20px 10px;
  margin: 20px auto 0;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  p {
    text-align: justify;
  }
}
.comment {
  border-bottom: 1px solid grey;
  margin-bottom: 15px;
}
.comment__text {
  padding-left: 60px;
}
.live {
  display: block;
  max-width: 400px;
  width: 100%;
  margin-top: 10px;
}
.tcenter {
  text-align: center !important;
}
.left_count {
  background-color: red;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 28px !important;
  margin: 0 !important;
}
.nowrap {
  white-space: nowrap;
}
.comment p strong {
  vertical-align: top;
}
.comment p:first-child {
  margin-bottom: -20px;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
.w-input {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 auto 10px;
}
.w-input:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-row:before,
.w-row:after {
  content: ' ';
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col-4 {
  width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 479px) {
  .w-col {
    width: 100%;
  }
}
.sale-box {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.column {
  text-align: center;
}
.form {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.form-block {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  border: 5px none #000;
  border-radius: 20px;
  background-color: #d2f3f7;
  font-size: 20px;
}
.before {
  display: inline-block;
  color: #01b813;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: line-through;
}
.text-field {
  height: auto;
  border-radius: 20px;
}
.submit-button-2 {
  -webkit-transition-property: none;
  transition-property: none;
}
.text-field-2 {
  border-radius: 20px;
}
.after {
  color: red;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.sale-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 20px;
  align-items: center;
}
.submit-button-3 {
  width: 100%;
  max-width: 303px;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 20px;
  background-color: #00ac2b;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  font-size: 19px;
  text-transform: uppercase;
}
.submit-button {
  max-width: 300px;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 9px;
  border-radius: 14px;
  background-color: #00ac2b;
  box-shadow: 0 1px 3px 0 #000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
.field-label {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .form-block {
    padding-right: 39px;
    padding-left: 39px;
  }
}
@media screen and (max-width: 479px) {
  .form {
    padding-right: 0;
    padding-left: 0;
  }
  .form-block {
    padding-right: 11px;
    padding-left: 11px;
  }
  .sale-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .submit-button-3 {
    padding-right: 4px;
    padding-left: 4px;
  }
  .image-4 {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
.inL_455875 {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(-720deg) rotateZ(0) skew(0, 0);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(-720deg) rotateZ(0) skew(0, 0);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(-720deg) rotateZ(0) skew(0, 0);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(-720deg) rotateZ(0) skew(0, 0);
  transform-style: preserve-3d;
}
.live {
  display: block;
  margin-top: 5px;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .Figure-caption {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .MediaMaterialHeader-first {
    display: block;
    line-height: 1.2;
  }
  ol,
  ul {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 479px) {
  .inL_990309 {
    max-width: 250px;
  }
}
div,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  color: #b88b58;
  text-decoration: none;
}
.logo {
  display: inline-block;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
.logo a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.logo a:hover {
  text-decoration: none;
}
.logo img {
  display: inline-block;
  vertical-align: middle;
}
.header {
  background: #fff;
}
.header ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
  width: calc(91% - 193px);
  text-align: right;
}
.header ul li {
  display: inline-block;
  vertical-align: middle;
}
.header ul li a {
  text-decoration: none;
  color: #565656;
  padding: 5px 15px;
  transition: all 0.3s ease;
  font-size: 16px;
  text-align: center;
}
.header ul li a:hover {
  color: #2981b7;
}
a {
  color: #23527c;
  text-decoration: underline;
}
a:hover {
  color: #b0493b;
}
.header {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.content {
  display: block;
  width: 97%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  padding: 7px 1.5%;
  position: relative;
}
.content::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 989px) {
  .content {
    max-width: 750px;
    padding: 3% 6%;
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .header ul {
    width: 100%;
    text-align: center;
  }
  .logo {
    width: 100%;
    text-align: center;
  }
}
[class^='icon-']:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-cloud:before {
  content: '\e800';
}
.icon-stethoscope:before {
  content: '\f0f1';
}
.icon-medkit:before {
  content: '\f0fa';
}
@media (max-width: 1023px) {
  .header ul {
    display: none;
  }
}
@media (max-width: 989px) {
  .header .content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content {
    padding: 25px 15px 0;
  }
}
@media (max-width: 479px) {
  .header ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@font-face {
  font-family: 'fontello';
  font-display: swap;
  src: url(../fonts/fontello.eot);
  src: url(../fonts/fontello.eot) format('embedded-opentype'), url(../fonts/fontello.woff2) format('woff2'),
    url(../fonts/fontello.woff) format('woff'), url(../fonts/fontello.ttf) format('truetype'),
    url(../images/fontello.svg) format('svg');
  font-weight: 400;
  font-style: normal;
}
.upper {
  display: flex;
  justify-content: flex-end;
}
.upper a {
  padding: 15px;
  text-decoration: none;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
div,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
::-ms-clear {
  display: none;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear, z-index 0.15s;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: '';
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}
.custom-model-main h2 {
  font-size: 28px;
}
.custom-model-main p {
  padding: 12px 0;
}
@media (max-width: 550px) {
  .break-word {
    word-break: break-all;
  }
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
div,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
::-ms-clear {
  display: none;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear, z-index 0.15s;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}
@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: '';
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}
.custom-model-main h2 {
  font-size: 28px;
}
.custom-model-main p {
  padding: 12px 0;
}
@media (max-width: 550px) {
  .break-word {
    word-break: break-all;
  }
}
.policy-btn {
  cursor: pointer;
  padding: 15px;
  transition: color 0.3s ease;
}
.policy-btn:hover {
  color: red;
  transition: color 0.3s ease;
}
.flexy {
  display: flex;
  align-items: center;
  justify-content: center;
}
