/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');

/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, button, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; outline:none; text-decoration:none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; outline: none; }
body {line-height: 1.2;position: relative;font-family: "Open Sans", sans-serif;background: #000927;color: #fff;}
ol, ul { list-style: none; }

/* General */
.wrapper {width: 100%;max-width: 1480px;margin: 0 auto;position: relative;}
.container {width: 100%;box-sizing: border-box;padding: 0 2%;position: relative;}

img {max-width: 100%;height: auto;display: block;}

/* Header */
header {padding: 20px 0 14px 0;text-align: center;font-size: 0;}
header .logo {width: 45%;max-width: 150px;display: inline-block;vertical-align: middle;}
header .trusted {width: calc(45% - 10px);max-width: 306px;display: inline-block;vertical-align: middle;}

/* Body */
.info {background: no-repeat transparent url(../images/bg.jpg) center center;background-size: cover;text-align: center;padding: 85px 0;}
.info svg {width: 10%;margin-bottom: 40px;max-width: 47px;display: inline-block;}
.info p {font-size: 23px;padding-bottom: 23PX;display: block;font-weight: 600;letter-spacing: 1px;line-height: 1.3;}
.text-wrapper {width: 90%;max-width: 865px;margin: 0 auto;}

.text-wrapper:before {content: "";width: 110px;height: 2px;background: #fff;display: inline-block;margin-bottom: 30px;}
.text-wrapper:after {content: "";width: 110px;height: 2px;background: #fff;display: inline-block;margin-top: 20px;vertical-align: top;}

#livePersonSB { display: inline-block; padding-top: 75px; }

/* Footer */
footer {display: block;text-align: center;}
footer p {font-weight: 400;font-size: 20px;padding: 50px;}

/* Responsive */
@media only screen and (max-width: 800px) {
	body { min-width: 320px; }
	.info {padding: 45px; background-image: url(../images/bg-mob.jpg); background-position: center; }
	.info p {font-size: 16px;letter-spacing: 0.5px;}
	.info p br { display: none; }

	#livePersonSB { padding-top: 50px; }

	footer p { font-size: 14px; }


}







