.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: static;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 280px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media (max-width: 1199px) { [class*="col-"] { width: 100%; } }body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url(https://images.assets-landingi.com/OUJeb6da/smoke_men-wallpaper-1400x1050.jpg);background-position:center;background-repeat:repeat;background-attachment:scroll;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:537px;width:1200px;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E94lJlgpZL6mmTlXaqmnHT2UimVttDk4 { display:block;width:490px;position:absolute;font-family:play;font-size:38px;font-weight:700;z-index:100000;line-height:1;letter-spacing:0;top:417px;left:574.00003051758px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;display:block; }
#Mi7F48q5IP2oizEmZruvzP5dbk92qbvi { display:block;width:124px;position:absolute;font-family:arial;font-size:10px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:317px;left:1049.7375183105px;height:26px;text-align:center;text-align-last:center;font-style:normal;color:#ec0000;display:block; }
#A3lB7PNGc4v8uzPLzsfqQAOmwxq2dooM { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:334px;width:442px;top:183.5px;left:649.73751831055px;overflow:hidden;display:block; }
#TLsfIaDLGFZfR7q6uRVoemC5lQdCpclO { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:80px;top:21.5px;left:1106.5125427246px;overflow:hidden;display:block; }
#sif7As2OFUaHrS3C9xmcEcFhEzAs8P7m { color:#e37a27;display:block;width:328px;position:absolute;font-family:lato;font-size:25px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:454px;left:581.00003051758px;height:32px;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UNhb6vGLBdgkAO6ksBJ6nLUTLOhfuqNL { color:#000000;display:block;width:87px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:299px;left:1085.7375183105px;height:18px;display:block; }
#H9s4XbohHa5Qgz0HKy4Xs2xVxbyvBTAO { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:86px;width:86px;top:269.5px;left:1033.1009573588px;overflow:hidden;display:block; }
#rmwXVqTAvkAlbIs3Rhvb9ca0ktnVWOnT { box-sizing:content-box;color:#d5d4d3;font-size:128px;font-weight:400;line-height:1;height:184px;width:186px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:99999;top:220px;left:1011.8999938965px;display:block; }
#iAPwHuRcge7X3PAOTc6aNl6F5LisdQ9N { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:210px;left:431.39999389648px;height:0;display:block; }
#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bcbcbc;background-image:none;position:relative;display:block; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { background-color: transparent; background-image: none; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { border-width: 0; border-radius: 0; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { font-size:14px;font-family:arial;height:135px;width:1200px;position:relative;display:block; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTEcOrRVnznZwxbzgR2uAZmyu46bwDH5 { background-color:#e37a27;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:play;font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:290px;height:72px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:25.500015258789px;left:754px;display:block; }
#UTGQQ9r4rw8GFDUqPS1lxPux3C9F1mJE { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#levITtn2LfLN1tTuhx3gVLseCTz9NVcV { display:block;width:115px;position:absolute;font-family:raleway;font-size:36px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:18px;left:239px;height:46px;color:#000000;display:block; }
#sJQA0Vnza8x02ZiH7bTI8waGTm6TdDW3 { display:block;width:137px;position:absolute;font-family:play;font-size:45px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:9.0000152587891px;left:354px;height:58px;color:#000000;font-style:normal;display:block; }
#TFneuqSEWqnWA8qsX9Kg459PJDpSBrLq { color:#000000;display:block;width:88px;position:absolute;font-family:play;font-size:28px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:62.487503051758px;left:363px;height:36px;font-style:normal;display:block; }
#bEwfK8zO7T8FylTpwyLcTQcrT20Re3ix { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:97.487518310547px;left:354px;height:18px;display:block; }
#G7yLLok1hOiEUeIumBq399Naq9H0E00D { color:#ff0000;display:block;width:70px;position:absolute;font-family:"open sans";font-size:39px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:36.500015258789px;left:363px;height:50px;font-style:normal;display:block; }
#OWr9HtrpNkB0lcxzFJQnD34B8S3yuGrr { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:606px;width:605px;top:83.500022888184px;left:491.00003051758px;overflow:hidden;display:block; }
#IDnC7eUvTbuSrUqkPChF88Petn1mw5q0 { color:#000000;display:block;width:72px;position:absolute;font-family:arial;font-size:11px;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:74.474998474121px;left:288px;height:14px;display:block; }
#wa87XoMnhGozZVxbrWPXfaSZts63TDih { color:#000000;display:block;width:38px;position:absolute;font-family:"open sans";font-size:12px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:33.5px;left:474.00003051758px;height:15px;display:block; }
#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bcbcbc;background-image:url(https://images.assets-landingi.com/Psbvzcdd/pexels-photo-278810.jpeg);background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP > .row .container { background-color: transparent; background-image: none; }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP > .row .container { border-width: 0; border-radius: 0; }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP > .row .container { font-size:14px;font-family:arial;height:439px;width:1200px;position:relative;display:block; }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayuAxUOaS0EnzfsuJ2dRn2zlFCu3vLdq { display:block;width:1200px;position:absolute;font-family:raleway;font-size:44px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:29.000007629395px;left:0;height:;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RM4uNZtNQwLKvl0HH8Nkw1BqasmOvTS3 { display:block;width:429px;position:absolute;font-family:play;font-size:17px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:241.99998474121px;left:307px;height:174px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ugTDAKaoVxHTJvGuyTGJt9oFKGpzy6Ll { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46px;width:84px;top:183px;left:330px;overflow:hidden;display:block; }
#frLczoV6TBTUDtm9SQocg3JZItdbG8fP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url(https://images.assets-landingi.com/c0wEy2aW/fire_firewood_ash_115740_3840x2160.jpg);background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#frLczoV6TBTUDtm9SQocg3JZItdbG8fP > .row .container { background-color: transparent; background-image: none; }#frLczoV6TBTUDtm9SQocg3JZItdbG8fP > .row .container { border-width: 0; border-radius: 0; }#frLczoV6TBTUDtm9SQocg3JZItdbG8fP > .row .container { font-size:14px;font-family:arial;height:570px;width:1200px;position:relative;display:block; }#frLczoV6TBTUDtm9SQocg3JZItdbG8fP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#frLczoV6TBTUDtm9SQocg3JZItdbG8fP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uLJfcTUt3yPwaTr23eBLh2KwWK7Q8tps { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:330px;width:331px;top:175.41250610352px;left:539.94650884682px;overflow:hidden;display:block; }
#rDEThzmaXTqoTxtqxWn9idkcR76hTPPL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:220px;width:305px;top:313.41250610352px;left:310.98748779297px;overflow:hidden;display:block; }
#VCSq4PdZc8pT1OaM0N3a1JfC9e1Huqs3 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:334px;width:332px;top:174.42500305176px;left:-0.10000610351562px;overflow:hidden;display:block; }
#rD8mGHUXHtpdmamCb8qdou7TLD1TqPkW { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:78px;top:26.912437438965px;left:1106.0500183105px;overflow:hidden;display:block; }
#o6lrcx4l7dpVReHm17n2DVwAMhkcwpnW { color:#ffffff;display:block;width:363px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:103.12493133545px;left:33.037490844727px;height:104px;display:block; }
#PUn4UbTZOUyMTyGPPReUrv9HqKqbzg2H { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:336px;width:306px;top:246.92501831055px;left:849.05001831055px;overflow:hidden;display:block; }
#U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bcbcbc;background-image:none;position:relative;display:block; }#U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 > .row .container { background-color: transparent; background-image: none; }#U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 > .row .container { border-width: 0; border-radius: 0; }#U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 > .row .container { font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#U5KcUPz4272IZbLhWV21HeSPzMEqTsL3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UAMcmJSSvVvsIy89MoFZKqOfPRH3hcWv { display:block;width:1200px;position:absolute;font-family:raleway;font-size:40px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:32.999969482422px;left:0;height:52px;color:#000000;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qkQQzecpWcxh0fn0giAkvwgs13NsfN4w { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bcbcbc;background-image:none;position:relative;display:block; }#qkQQzecpWcxh0fn0giAkvwgs13NsfN4w > .row .container { background-color: transparent; background-image: none; }#qkQQzecpWcxh0fn0giAkvwgs13NsfN4w > .row .container { border-width: 0; border-radius: 0; }#qkQQzecpWcxh0fn0giAkvwgs13NsfN4w > .row .container { font-size:14px;font-family:arial;height:57px;width:1200px;position:relative;display:block; }#qkQQzecpWcxh0fn0giAkvwgs13NsfN4w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qkQQzecpWcxh0fn0giAkvwgs13NsfN4w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iOV9pXMn4mXIgqx6etzKvfBp56qx1Uzz { z-index:100000;top:30.575012207031px;left:500px;background-color:transparent;background-image:none;border-bottom:3px solid #e74b3e;border-left:3px solid #e74b3e;border-right:3px solid #e74b3e;border-top:3px solid #e74b3e;box-sizing:border-box;color:#e74b3e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:27px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:200px;height:63px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PHMUldK5zeOZqPEQ1uFJ10nd0DKzRl8V { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#bcbcbc;background-image:none;position:relative;display:block; }#rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO > .row .container { background-color: transparent; background-image: none; }#rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO > .row .container { border-width: 0; border-radius: 0; }#rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO > .row .container { font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }@media only screen and (max-width: 1199px) { body { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:523px;width:764px;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #E94lJlgpZL6mmTlXaqmnHT2UimVttDk4 { width:502px;height:130px;top:51px;left:20px;font-size:56px;display:block; }
 }@media only screen and (max-width: 1199px) { #Mi7F48q5IP2oizEmZruvzP5dbk92qbvi { width:140px;height:31px;top:110px;left:583px;display:block; }
 }@media only screen and (max-width: 1199px) { #A3lB7PNGc4v8uzPLzsfqQAOmwxq2dooM { width:442px;height:334px;top:183px;left:322px;display:block; }
 }@media only screen and (max-width: 1199px) { #TLsfIaDLGFZfR7q6uRVoemC5lQdCpclO { width:80px;height:45px;top:21px;left:684px;display:block; }
 }@media only screen and (max-width: 1199px) { #sif7As2OFUaHrS3C9xmcEcFhEzAs8P7m { width:328px;height:32px;top:454px;left:363.00003051758px;display:block; }
 }@media only screen and (max-width: 1199px) { #UNhb6vGLBdgkAO6ksBJ6nLUTLOhfuqNL { width:87px;height:18px;top:299px;left:677px;display:block; }
 }@media only screen and (max-width: 1199px) { #H9s4XbohHa5Qgz0HKy4Xs2xVxbyvBTAO { width:86px;height:86px;top:269px;left:678px;display:block; }
 }@media only screen and (max-width: 1199px) { #rmwXVqTAvkAlbIs3Rhvb9ca0ktnVWOnT { width:186px;height:184px;top:220px;left:578px;font-size:128px;display:block; }
 }@media only screen and (max-width: 1199px) { #iAPwHuRcge7X3PAOTc6aNl6F5LisdQ9N { width:200px;height:;top:210px;left:213.39999389648px;display:block; }
 }@media only screen and (max-width: 1199px) { #JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo { display:block; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { width:764px;height:171px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NTEcOrRVnznZwxbzgR2uAZmyu46bwDH5 { width:235px;height:54px;top:58px;left:254px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #UTGQQ9r4rw8GFDUqPS1lxPux3C9F1mJE { display:block; }
 }@media only screen and (max-width: 1199px) { #levITtn2LfLN1tTuhx3gVLseCTz9NVcV { width:115px;height:41px;top:20px;left:13px;font-size:32px;display:block; }
 }@media only screen and (max-width: 1199px) { #sJQA0Vnza8x02ZiH7bTI8waGTm6TdDW3 { width:313px;height:85px;top:43px;left:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #TFneuqSEWqnWA8qsX9Kg459PJDpSBrLq { width:88px;height:36px;top:62px;left:145px;display:block; }
 }@media only screen and (max-width: 1199px) { #bEwfK8zO7T8FylTpwyLcTQcrT20Re3ix { width:200px;height:18px;top:97px;left:136px;display:block; }
 }@media only screen and (max-width: 1199px) { #G7yLLok1hOiEUeIumBq399Naq9H0E00D { width:70px;height:50px;top:36px;left:145px;display:block; }
 }@media only screen and (max-width: 1199px) { #OWr9HtrpNkB0lcxzFJQnD34B8S3yuGrr { width:605px;height:606px;top:83px;left:159px;display:block; }
 }@media only screen and (max-width: 1199px) { #IDnC7eUvTbuSrUqkPChF88Petn1mw5q0 { width:72px;height:14px;top:74px;left:70px;display:block; }
 }@media only screen and (max-width: 1199px) { #wa87XoMnhGozZVxbrWPXfaSZts63TDih { width:38px;height:15px;top:33px;left:256.00003051758px;display:block; }
 }@media only screen and (max-width: 1199px) { #Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP { background-color:#fafafa;background-image:none;display:block; }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP > .row .container { background-color: transparent; background-image: none; }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP > .row .container { width:764px;height:368px;position:relative;display:block; }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #ayuAxUOaS0EnzfsuJ2dRn2zlFCu3vLdq { width:691px;height:46px;top:-1px;left:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #RM4uNZtNQwLKvl0HH8Nkw1BqasmOvTS3 { width:691px;height:56px;top:51px;left:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #ugTDAKaoVxHTJvGuyTGJt9oFKGpzy6Ll { width:84px;height:46px;top:183px;left:112px;display:block; }
 }@media only screen and (max-width: 1199px) { #frLczoV6TBTUDtm9SQocg3JZItdbG8fP { display:block; }#frLczoV6TBTUDtm9SQocg3JZItdbG8fP > .row .container { width:764px;height:454px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uLJfcTUt3yPwaTr23eBLh2KwWK7Q8tps { width:331px;height:330px;top:175px;left:321.94650884682px;display:block; }
 }@media only screen and (max-width: 1199px) { #rDEThzmaXTqoTxtqxWn9idkcR76hTPPL { width:305px;height:220px;top:313px;left:92.987487792969px;display:block; }
 }@media only screen and (max-width: 1199px) { #VCSq4PdZc8pT1OaM0N3a1JfC9e1Huqs3 { width:332px;height:334px;top:174px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #rD8mGHUXHtpdmamCb8qdou7TLD1TqPkW { width:78px;height:45px;top:26px;left:686px;display:block; }
 }@media only screen and (max-width: 1199px) { #o6lrcx4l7dpVReHm17n2DVwAMhkcwpnW { width:363px;height:104px;top:103px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #PUn4UbTZOUyMTyGPPReUrv9HqKqbzg2H { width:306px;height:336px;top:246px;left:458px;display:block; }
 }@media only screen and (max-width: 1199px) { #U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 { display:block; }#U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UAMcmJSSvVvsIy89MoFZKqOfPRH3hcWv { width:764px;height:52px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #qkQQzecpWcxh0fn0giAkvwgs13NsfN4w { display:block; }#qkQQzecpWcxh0fn0giAkvwgs13NsfN4w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iOV9pXMn4mXIgqx6etzKvfBp56qx1Uzz { top:30px;left:282px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 1199px) { #PHMUldK5zeOZqPEQ1uFJ10nd0DKzRl8V { display:block; }
 }@media only screen and (max-width: 1199px) { #rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO { display:block; }#rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { body { display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:1083.8099547511313px;width:320px;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 1199px) { #E94lJlgpZL6mmTlXaqmnHT2UimVttDk4 { width:300px;height:108px;top:21px;left:10px;text-align:left;text-align-last:left;font-size:36px;display:block; }
 }@media only screen and (max-width: 1199px) { #Mi7F48q5IP2oizEmZruvzP5dbk92qbvi { width:105px;height:24px;top:293px;left:206px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #A3lB7PNGc4v8uzPLzsfqQAOmwxq2dooM { width:320px;height:241.80995475113px;top:474px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #TLsfIaDLGFZfR7q6uRVoemC5lQdCpclO { width:80px;height:45px;top:337px;left:120px;display:block; }
 }@media only screen and (max-width: 1199px) { #sif7As2OFUaHrS3C9xmcEcFhEzAs8P7m { width:320px;height:32px;top:422px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #UNhb6vGLBdgkAO6ksBJ6nLUTLOhfuqNL { width:87px;height:18px;top:1045.8099547511px;left:116px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #H9s4XbohHa5Qgz0HKy4Xs2xVxbyvBTAO { width:86px;height:86px;top:939.80995475113px;left:117px;display:block; }
 }@media only screen and (max-width: 1199px) { #rmwXVqTAvkAlbIs3Rhvb9ca0ktnVWOnT { width:186px;height:184px;top:735.80995475113px;left:67px;font-size:128px;display:block; }
 }@media only screen and (max-width: 1199px) { #iAPwHuRcge7X3PAOTc6aNl6F5LisdQ9N { width:200px;height:;top:402px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo { display:block; }#JeBA8MQ8nMOPTi3Beit6qxMMaV7Z2nWo > .row .container { width:320px;height:678.5289256198347px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NTEcOrRVnznZwxbzgR2uAZmyu46bwDH5 { width:244px;height:62px;top:96px;left:38px;display:block; }
 }@media only screen and (max-width: 1199px) { #UTGQQ9r4rw8GFDUqPS1lxPux3C9F1mJE { display:block; }
 }@media only screen and (max-width: 1199px) { #levITtn2LfLN1tTuhx3gVLseCTz9NVcV { width:115px;height:31px;top:54px;left:13px;text-align:right;text-align-last:right;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #sJQA0Vnza8x02ZiH7bTI8waGTm6TdDW3 { width:171px;height:53px;top:31px;left:137px;text-align:left;text-align-last:left;font-size:41px;display:block; }
 }@media only screen and (max-width: 1199px) { #TFneuqSEWqnWA8qsX9Kg459PJDpSBrLq { width:88px;height:36px;top:282px;left:116px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #bEwfK8zO7T8FylTpwyLcTQcrT20Re3ix { width:200px;height:18px;top:244px;left:60px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #G7yLLok1hOiEUeIumBq399Naq9H0E00D { width:70px;height:50px;top:139px;left:125px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #OWr9HtrpNkB0lcxzFJQnD34B8S3yuGrr { width:320px;height:320.52892561983px;top:338px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #IDnC7eUvTbuSrUqkPChF88Petn1mw5q0 { width:72px;height:14px;top:105px;left:124px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wa87XoMnhGozZVxbrWPXfaSZts63TDih { width:38px;height:15px;top:209px;left:141px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP { display:block; }#Fwkugd1ZMDB9i5iGaxyzEyCeZ3TvueAP > .row .container { width:320px;height:315px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ayuAxUOaS0EnzfsuJ2dRn2zlFCu3vLdq { width:320px;height:66px;top:0;left:0;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 1199px) { #RM4uNZtNQwLKvl0HH8Nkw1BqasmOvTS3 { width:300px;height:108px;top:69px;left:10px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 1199px) { #ugTDAKaoVxHTJvGuyTGJt9oFKGpzy6Ll { width:84px;height:46px;top:197px;left:118px;display:block; }
 }@media only screen and (max-width: 1199px) { #frLczoV6TBTUDtm9SQocg3JZItdbG8fP { display:block; }#frLczoV6TBTUDtm9SQocg3JZItdbG8fP > .row .container { width:320px;height:1485.9609434717722px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uLJfcTUt3yPwaTr23eBLh2KwWK7Q8tps { width:320px;height:319.0332326284px;top:790.92771084337px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #rDEThzmaXTqoTxtqxWn9idkcR76hTPPL { width:305px;height:220px;top:550.92771084337px;left:7px;display:block; }
 }@media only screen and (max-width: 1199px) { #VCSq4PdZc8pT1OaM0N3a1JfC9e1Huqs3 { width:320px;height:321.92771084337px;top:20px;left:0;display:block; }
 }@media only screen and (max-width: 1199px) { #rD8mGHUXHtpdmamCb8qdou7TLD1TqPkW { width:78px;height:45px;top:361.92771084337px;left:121px;display:block; }
 }@media only screen and (max-width: 1199px) { #o6lrcx4l7dpVReHm17n2DVwAMhkcwpnW { width:320px;height:104px;top:426.92771084337px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PUn4UbTZOUyMTyGPPReUrv9HqKqbzg2H { width:306px;height:336px;top:1129.9609434718px;left:7px;display:block; }
 }@media only screen and (max-width: 1199px) { #U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 { display:block; }#U5KcUPz4272IZbLhWV21HeSPzMEqTsL3 > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UAMcmJSSvVvsIy89MoFZKqOfPRH3hcWv { width:320px;height:78px;top:0;left:0;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #qkQQzecpWcxh0fn0giAkvwgs13NsfN4w { display:block; }#qkQQzecpWcxh0fn0giAkvwgs13NsfN4w > .row .container { width:320px;height:103px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iOV9pXMn4mXIgqx6etzKvfBp56qx1Uzz { top:20px;left:60px;width:200px;height:63px;display:block; }
 }@media only screen and (max-width: 1199px) { #PHMUldK5zeOZqPEQ1uFJ10nd0DKzRl8V { display:block; }
 }@media only screen and (max-width: 1199px) { #rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO { display:block; }#rbw7IosU6OhZ2ZgqNKr2PH4TXI2tJcTO > .row .container { width:320px;height:20px;position:relative;display:block; } }