<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:
Author:
Author URI:
*/

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, time, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}
strong {
  font-weight: bold;
}
caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

a {
	color: #555;
	text-decoration: none;
    -webkit-transition:all 300ms ease-out 0s;
    -moz-transition:all 300ms ease-out 0s;
    -o-transition:all 300ms ease-out 0s;
    transition:all 300ms ease-out 0s;
}

a:hover, a:focus {
	color: #c99947;
	text-decoration: none;
    outline: none;
}


pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
    margin-bottom: 15px;
}

html, body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #555;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.transition {
    opacity: 0.75;
	-webkit-transition:all 300ms ease-out 0s;
	-moz-transition:all 300ms ease-out 0s;
	-o-transition:all 300ms ease-out 0s;
	transition:all 300ms ease-out 0s;
}

.transition:hover {
    opacity: 1;
}

/* Wrapper */
.wrapper {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.section {
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.15);
    border-radius: 10px;
}

.content {
    padding: 15px 30px;
}

.content article {
    text-align: center;
}

.content article header {
    padding-bottom: 10px;
}

.content article h1 {
    font-size: 20px;
    font-weight: 600;
}

.steps {
    padding: 15px 30px;
    overflow: hidden;
}

.steps h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.steps .step-table {
    width: 100%;
    display: table;
    text-align: center;
    margin: 15px 0;
}

.steps .step-row {
    display: table-row;
}

.steps .step-cell {
    width: 100%;
    display: block;
}

.steps .step-cell a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 10px 15px;
    opacity: 0.5;
}

.steps .step-cell a:hover {
    opacity: 0.8;
}

.steps .step-cell a i {
    font-size: 22px;
    margin-bottom: 5px;
}

.steps .step-cell.messanger a {
    background: #319dfd;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.steps .step-cell.whatsup a {
    background: #25d366;
}

.steps .step-cell.telegram a {
    background: #1caaee;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.steps input[type="checkbox"] {
    display: none;
}

.steps input[type="checkbox"] + label {
    font-size: 11px;
}

.steps input[type="checkbox"] + label span {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: #eaeaea;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    display: inline-block;
    float: left;
    position: relative;
}

.steps input[type="checkbox"]:checked + label span:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(assets/images/check.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steps input[type="checkbox"] + label i {
    width: calc(100% - 39px);
    margin: 5px 0 0 15px;
    float: left;
}

.steps input[type="checkbox"] + label a {
    font-weight: 600;
    text-decoration: underline;
}</pre></body></html>