<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.snp-bar7  {
    background-color: #FF3E3E;
    position: fixed;
    width: 100%;
}


/* top */
.snp-bar7.snp-pos-top {
    top: -100%;}

.snp-bar7.snp-pos-top.snp-showme {
    top: 0px;
}

.snp-bar7.snp-pos-top.snp-showme.snp-ani-slide {
    animation: snp-slideDown 0.7s;
    -moz-animation: snp-slideDown 0.7s;
    -webkit-animation: snp-slideDown 0.7s;
}

/* bottom */
.snp-bar7.snp-pos-bottom {
    bottom: -100%;
}

.snp-bar7.snp-pos-bottom.snp-showme {
    bottom: 0px;
}

.snp-bar7.snp-pos-bottom.snp-showme.snp-ani-slide {
    animation: snp-slideUp 0.7s;
    -moz-animation: snp-slideUp 0.7s;
    -webkit-animation: snp-slideUp 0.7s;
}
/* fade */

.snp-bar7.snp-showme.snp-ani-fade {
    animation: snp-fadeIn 0.5s;
    -moz-animation: snp-fadeIn 0.5s;
    -webkit-animation: snp-fadeIn 0.5s;
}

.snp-bar7 .snp-container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.snp-bar7 .snp-container-top {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}

.snp-bar7 .snp-ico {
    background-image: url('gfx/mail_large_ico_light.png');
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-color: #FF3E3E;
    cursor: pointer;
    width: 146px;
    margin-left: -73px;
    height: 146px;
    position: absolute;
    left: 50%;
    top: -50px;
    border-radius: 50%;	
    -moz-border-radius: 50%;	
    -webkit-border-radius: 50%;    
}

.snp-bar7 .snp-ico-dark { background-image: url('gfx/mail_large_ico_dark.png'); }

.snp-bar7 .snp-close {
    background: url('gfx/close_ico_light.png');
    cursor: pointer;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 25px;
    right: 0;
}
.snp-bar7 .snp-close-dark { background-image: url('gfx/close_ico_dark.png'); }


.snp-bar7 .snp-close,
.snp-bar7 .snp-submit { 
    transition: opacity .3s ease; 
    -webkit-transition: opacity .3s ease; 
    -moz-transition: opacity .3s ease;     
}
.snp-bar7 .snp-close:hover,
.snp-bar7 .snp-submit:hover { opacity: 0.5; }

.snp-bar7 .snp-container h2 {
    display: block;
    font-weight: 600;
    color: #fff;
    font-family: Arial;
    font-size: 26px;
    padding: 15px 0;
    margin: 0;
}

.snp-bar7 .snp-container h2 {
    font-weight: 800;
}

.snp-bar7 .snp-container p {
    line-height: 21px;
    font-size: 14px;
    color: #fff;
    font-family: Arial;
}

.snp-bar7 .snp-form {
}

.snp-bar7 .snp-field {
    float: left;
    display: inline-block;
    margin: 0;
    border: 1px solid #C7C7C7;
    background-color: #fff;
    border-radius: 4px;	
    -moz-border-radius: 4px;	
    -webkit-border-radius: 4px;	
    height: 40px;
    width: 300px;
    margin-right: 10px;
    padding-left: 35px;
}

.snp-bar7 .snp-field.snp-name {
    background-image: url('gfx/name_input_ico.png');
    background-repeat: no-repeat;
    background-position: 11px 11px;
}

.snp-bar7 .snp-field.snp-mail {
    background-image: url('gfx/mail_input_ico.png');
    background-repeat: no-repeat;
    background-position: 11px 11px; 
}

.snp-bar7 .snp-field input {
    width: 275px;
    float: right;
    margin: 0;
    border: none;
    padding: 11px;

    color: #C7C7C7;
    font-family: Arial;
    font-style: italic;
    font-size: 13px;
    height: 38px;
    border-radius: 4px;
    -moz-border-radius: 4px;	
    -webkit-border-radius: 4px;	
    border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;

    transition: all 200ms;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
}

.snp-bar7 .snp-field input:focus {

    outline: 0;
    -webkit-appearance: none;
}

.snp-bar7 button.snp-btn {
    background: #385A76;
    border: 0;
    border-radius: 4px;	
    -moz-border-radius: 4px;	
    -webkit-border-radius: 4px;	

    min-width: 225px;
    height: 42px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    line-height: normal;
    padding: 7px 35px 8px;
    font-family: Arial;
    font-weight: 800;


}

.snp-bar7 .snp-policy {
    width: 100%;
    padding: 0;
    display: block;
    clear: both;
    margin: 10px 0;
}

.snp-bar7 .snp-policy p.snp-lock:before {
    content: '';
    position: absolute;
    background: url('gfx/lock2.png') no-repeat;
    margin-left: -20px;
    margin-top: 1px;
    width: 15px;
    height: 15px;
}

.snp-bar7 .snp-policy p.snp-lock {
    display: inline-block;
    font-size: 12px;
    padding: 5px 0;
    margin: 0 0 0 20px;
    position: relative;
    font-family: Arial;
    line-height: 21px;
}


/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .snp-bar7 .snp-container {
	width: 768px !important;
    }
    .snp-bar7 .snp-container-top {
	width: 768px !important;
	padding-right: 20px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .snp-bar7 .snp-container, .snp-bar7 .snp-main {
	width: 768px !important;
    }
    .snp-bar7 .snp-field {
	display: inline-block;
	width: 200px;
    }
    .snp-bar7 .snp-field input {
	width: 175px;
    }
    .snp-bar7 .snp-policy {
	padding: 0;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .snp-bar7 .snp-container{
	width: 300px !important;
    }
    .snp-bar7 .snp-container-top {
	width: 300px !important;
	padding-right: 40px;
    }
    .snp-bar7 .snp-field {
	margin-bottom: 10px;
    }
    .snp-bar7 .snp-top h2 {
	font-size: 20px !important;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .snp-bar7 .snp-container, .snp-bar7 .snp-main {
	width: 420px !important;
    }
     .snp-bar7 .snp-container-top {
	width: 420px !important;
	padding-right: 40px;
    }
    .snp-bar7 .snp-field {
	display: inline-block;
	width: 300px;
    }
    .snp-bar7 .snp-field input {
	width: 275px;
    }
    .snp-bar7 .snp-field {
	margin-bottom: 10px;
    }
    
}


.snp-bar7 .snp-field ::-webkit-input-placeholder { color: #C0C0C0; }
.snp-bar7 .snp-field input:-moz-placeholder { color: #C0C0C0; }
.snp-bar7 .snp-field .placeholder {}

.snp-bar7 .snp-error::-webkit-input-placeholder { color: #cc0000 !important; }
.snp-bar7 .snp-error:-moz-placeholder { color: #cc0000 !important; }

.snp-bar7 .snp-error {
    color: #cc0000 !important;
    animation-name: shake; 
    animation-duration: 50ms; 
    animation-iteration-count: 2; 
    animation-timing-function: linear;

    -moz-animation-name: shake; 
    -moz-animation-duration: 50ms; 
    -moz-animation-iteration-count: 2; 
    -moz-animation-timing-function: linear;

    -webkit-animation-name: shake;
    -webkit-animation-duration: 50ms;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear;
}
@keyframes shake{ 
    0% { transform: translate(3px, 0); }
50% { transform: translate(-3px, 0); }
100% { transform: translate(0, 0); }
}

@-moz-keyframes shake{ 
    0% { -moz-transform: translate(3px, 0); }
50% { -moz-transform: translate(-3px, 0); }
100% { -moz-transform: translate(0, 0); }
}

@-webkit-keyframes shake {
    0% { -webkit-transform: translate(3px, 0); }
50% { -webkit-transform: translate(-3px, 0); }
100% { -webkit-transform: translate(0, 0); }
}


/* slideUp */
@keyframes snp-slideUp
{
    from {bottom: -100%;} to {bottom:0px;} 
}
@-moz-keyframes snp-slideUp
{
    from {bottom: -100%;} to {bottom:0px;} 
}
@-webkit-keyframes snp-slideUp
{
    from {bottom: -100%;} to {bottom:0px;} 
}
/* slideDown */
@keyframes snp-slideDown
{
    from {top: -100%;} to {top:0px;} 
}
@-moz-keyframes snp-slideDown
{
    from {top: -100%;} to {top:0px;} 
}
@-webkit-keyframes snp-slideDown
{
    from {top: -100%;} to {top:0px;} 
}
/* fadeIn */
@-webkit-keyframes snp-fadeIn { 
    from { opacity:0; } to { opacity:1; } 
}
@-moz-keyframes snp-fadeIn { 
    from { opacity:0; } to { opacity:1; } 
}
@keyframes snp-fadeIn { 
    from { opacity:0; } to { opacity:1; } 
}
</pre></body></html>