.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;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
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: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.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);
  width: 100%;
  z-index: 1;
}
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-popupcloser {
  z-index: 2147483647 !important;
}
.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;
  cursor: pointer;
}
.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: 500px;
  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 screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row > .video-iframe-container { display: none; }#RtXynO5CiOiHOoqmWkNr9Dgbb2VFsVoc > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/uc/9a37e1d3-23d5-4ba5-8b4c-04e6ea808d5e/lanndingzima1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.adaptive-delivery-prevent-bg, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyload, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyloading { background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { background-color: transparent; background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { border-width: 0; border-radius: 0; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { width:1200px;height:991px;font-size:14px;font-family:arial;position:relative;display:block; }#oczCE6X29Sfr2ny0bonAK9U47KD1Vnr6 { position:absolute;display:block;z-index:100022;height:36px;width:64px;top:921px;left:1136px;display:block; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-form-header {  }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-regular-label { overflow:hidden;display:block;width:297px;height:auto;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;font-size:15px;font-weight:400;font-family:comfortaa;text-align:left;text-align-last:left;color:#6e6c73;background-color:transparent;background-image:none;vertical-align:top; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text { display:block;padding-top:5px;padding-right:2px;padding-bottom:5px;padding-left:2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;width:297px;height:33px;background-color:transparent;background-image:none;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top:1px solid #6e6c73;border-left:1px solid #6e6c73;border-right:1px solid #6e6c73;border-bottom:1px solid #6e6c73;font-family:"open sans";font-size:12px;font-weight:400;color:#333333;box-sizing:border-box;line-height:1.5;vertical-align:top;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-textarea { display:block;padding-top:5px;padding-right:2px;padding-bottom:5px;padding-left:2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;width:297px;height:77px;background-color:transparent;background-image:none;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top:1px solid #6e6c73;border-left:1px solid #6e6c73;border-right:1px solid #6e6c73;border-bottom:1px solid #6e6c73;font-family:"open sans";font-size:12px;font-weight:400;color:#333333;box-sizing:border-box;line-height:1.5;vertical-align:top;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-select { display:block;padding-top:5px;padding-right:2px;padding-bottom:5px;padding-left:2px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;width:297px;height:33px;background-color:transparent;background-image:none;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top:1px solid #6e6c73;border-left:1px solid #6e6c73;border-right:1px solid #6e6c73;border-bottom:1px solid #6e6c73;font-family:raleway;font-size:14px;font-weight:400;color:#333333;box-sizing:border-box;line-height:1.5;vertical-align:top;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;z-index:2;vertical-align:top;width:13px;height:13px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-button { display:block;padding-top:5px;padding-right:2px;padding-bottom:5px;padding-left:2px;margin-top:0;margin-right:1px;margin-bottom:0;margin-left:31px;width:234px;height:49px;background-color:#00b5ce;background-image:none;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:12px;border-bottom-right-radius:12px;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:comfortaa;font-size:20px;font-weight:bold;color:#ffffff;box-sizing:border-box;overflow:visible;text-align:center;text-align-last:center; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax [class*="-text"]:-moz-placeholder {  }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax [class*="-text"]::-moz-placeholder {  }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax [class*="-text"]:-ms-input-placeholder {  }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax [class*="-text"]::-webkit-input-placeholder {  }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;font-size:11px;font-weight:400;text-align:left;text-align-last:left;font-family:comfortaa;color:#6e6c73;height:auto;vertical-align:top;width:281px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.4;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:top; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-radio-label { font-size:12px;line-height:1;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;font-weight:400;text-align:left;text-align-last:left;font-family:"open sans";color:#333333;height:14px;vertical-align:top; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;height:auto;font-size:0; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container:first-of-type{padding-top:0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container:last-of-type{padding-bottom:0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax  { display:block;padding-top:0;padding-right:20px;padding-bottom:10px;padding-left:20px;z-index:100021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"open sans";font-size:17px;color:#232323;top:304px;left:846px;position:absolute;width:297px;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .radio-container { display:block;padding-top:3px;padding-right:0;padding-bottom:0;padding-left:0;width:297px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-info-text { display:block;height:auto;font-family:comfortaa;font-size:9px;line-height:1.3;font-weight:300;color:#6e6c73;vertical-align:top;overflow:hidden;font-style:normal; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax { display:block;padding-top:0;padding-right:20px;padding-bottom:10px;padding-left:20px;z-index:100021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"open sans";font-size:17px;color:#232323;top:304px;left:846px;position:absolute;width:297px;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #v0hiGczV7s1VGHyGMU09J5sGTgcTNd1f { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #iuHwfkAW3pgi4btPklb8PBtbTxyTVLZt { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #ZAW2vid0TaDfiVoD2cfo7oTnKALpIyNN { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #aMuZu31ssnLOt9ZOoKZAD4bKHMf9FIHg { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #biVGEOxOOUk0nprGGEM7qFcNIpIhV8X3 { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #ydO4BB9psnklRwft6wlkg7nvsMUBK7NB { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #UDbikE1G1AOh8vJW7yL8lTzbVAwPlNGE { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #s0iWo45X5IfNNT84xL0K6hObp9erlIyt { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #Xgv3qNAQ3J8TCvN1JQk5HilVv7UFcc63 { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #yvm9fexT0uHiLPLcaKWEoTKftXANSCZz { position:relative;display:block;z-index:100000; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #GWJVEETQWbWU5G0PHm8BCUbwMA5g4swz { position:relative;display:block;z-index:100000; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #a46QnFbKsiSCwTI6O91srUQaR7D20kuW { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #JCSiSmEZULsdv64bW1dOEOipraPK5NZo { position:relative;z-index:2; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #hDwgMFKK9AQVLzFwv9X6tbBpvOPokb0W { position:relative; }
#Uzot3r5Zw6ANIGA83mzKTk92TXTKgGI0 { position:relative;display:block; }
#NTbsgPstgSvsPf8KsXgw56vNqDGa5xNi { position:relative;display:block; }
#Eaf2ezaRxpX4nZpp6eGKKw2qEiQp8X9k { position:relative;display:block; }
#kbPzFQDX0XB0Ml4QrTfhW4Tshys5k9QO { position:relative;display:block; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #oXXLGNRUqF3DPyBdRNUturdAd3ZIyT5L { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #vev0MD3iASAfzlIBdUaD18NATVPWmWew { position:relative; }
#xDumb8inKOl70fnOoVv9Ps0xnBvKrENx { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:502px;width:355px;top:223px;left:837px;display:block; }
#JGPbMh5ItT1V5m9s2ZRlDrg0VR5oRKph { color:#6e6c73;display:block;width:310px;position:absolute;font-family:comfortaa;font-size:14px;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:240px;left:854px;height:54.5625px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cvK7AmH657OnUGKRrISSZ6JvtW5UuI4p { color:#000000;display:block;width:523px;position:absolute;font-family:comfortaa;font-size:20px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;text-shadow:2px 1px 3px rgba(0,0,0,0.38);top:580px;left:35.5px;height:78px;display:block; }
#M1lUmttVo7N0N9tTo1Q5hQXlTdr9Vr5D { color:#000000;display:block;width:523px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;text-shadow:2px 1px 3px rgba(0,0,0,0.37);top:680px;left:35.5px;height:47.7812px;display:block; }
#MvnoUmvDNJUBJgSibmEAE3VhTRWpQH8N { color:#000000;display:block;width:348px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:40px;top:504px;left:24px;display:none; }
#PWnAU0QwzDH7O7iEEtrnQTB1Albwoy5H { color:#000000;display:block;width:309px;position:absolute;font-family:arial;font-size:19px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:60px;top:403px;left:28px;display:none; }
#xU3mvhlzvLv0iIXfhiIcztDKIk5eNiUJ { color:#000000;display:block;width:523px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;text-shadow:2px 1px 3px rgba(0,0,0,0.38);top:451.5px;left:93.5px;height:64px;display:none; }
#IBknBqWpTkTvLvTy8d6THrqwpXrZvZez { color:#000000;display:block;width:523px;position:absolute;font-family:comfortaa;font-size:29px;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;text-shadow:2px 1px 3px rgba(0,0,0,0.38);top:400px;left:35.5px;height:150.7495px;display:block; }
#bKNFs6GEwhu619frc6iQUs3ZbRqpHPod { color:#000000;display:block;width:348px;position:absolute;font-family:arial;font-size:15px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:38px;top:536px;left:28px;display:none; }
#XNVCD12WCpXAP426B0zSoeBiksBVBfDP { color:#000000;display:block;width:241px;position:absolute;font-family:arial;font-size:17px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:110px;top:11px;left:39px;display:none; }
#HVhyJVrDBebygfvRDClHAQeThShlPhSJ { color:#000000;display:block;width:241px;position:absolute;font-family:arial;font-size:13px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:32px;top:270px;left:39px;display:none; }
#Dx5M7eV7rOIdyFNTlyTs9p9OpSc65kmi { color:#000000;display:block;width:241px;position:absolute;font-family:arial;font-size:15px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:57px;top:765px;left:39px;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aacd0e7e-4262-4d16-b221-dab24a800409/lanndingzima.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.adaptive-delivery-prevent-bg, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyload, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyloading { background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { background-color: transparent; background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { width:764px;height:589px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oczCE6X29Sfr2ny0bonAK9U47KD1Vnr6 { width:77px;height:43px;top:0px;left:687px;z-index:100013;display:block; }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-regular-label { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-textarea { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-select { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-button { width:179px;margin-top:0;margin-right:39px;margin-bottom:0;margin-left:39px;height:35px; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-checkbox-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:9px;overflow:hidden;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container:first-of-type{padding-top:0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container:last-of-type{padding-bottom:0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax  { width:257px;height:auto;top:251px;left:467px; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .radio-container { width:257px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-info-text { font-size:8px;overflow:hidden;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax {display:block;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax { width:257px;height:auto;top:251px;left:467px; }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #v0hiGczV7s1VGHyGMU09J5sGTgcTNd1f {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #iuHwfkAW3pgi4btPklb8PBtbTxyTVLZt {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #ZAW2vid0TaDfiVoD2cfo7oTnKALpIyNN {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #aMuZu31ssnLOt9ZOoKZAD4bKHMf9FIHg {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #biVGEOxOOUk0nprGGEM7qFcNIpIhV8X3 {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #ydO4BB9psnklRwft6wlkg7nvsMUBK7NB {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #UDbikE1G1AOh8vJW7yL8lTzbVAwPlNGE {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #s0iWo45X5IfNNT84xL0K6hObp9erlIyt {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #Xgv3qNAQ3J8TCvN1JQk5HilVv7UFcc63 {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #yvm9fexT0uHiLPLcaKWEoTKftXANSCZz {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #GWJVEETQWbWU5G0PHm8BCUbwMA5g4swz {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #a46QnFbKsiSCwTI6O91srUQaR7D20kuW {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #JCSiSmEZULsdv64bW1dOEOipraPK5NZo {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #hDwgMFKK9AQVLzFwv9X6tbBpvOPokb0W {  }
 }@media only screen and (max-width: 1199px) { #Uzot3r5Zw6ANIGA83mzKTk92TXTKgGI0 { display:block; }
 }@media only screen and (max-width: 1199px) { #NTbsgPstgSvsPf8KsXgw56vNqDGa5xNi { display:block; }
 }@media only screen and (max-width: 1199px) { #Eaf2ezaRxpX4nZpp6eGKKw2qEiQp8X9k { display:block; }
 }@media only screen and (max-width: 1199px) { #kbPzFQDX0XB0Ml4QrTfhW4Tshys5k9QO { display:block; }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #oXXLGNRUqF3DPyBdRNUturdAd3ZIyT5L {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #vev0MD3iASAfzlIBdUaD18NATVPWmWew {  }
 }@media only screen and (max-width: 1199px) { #xDumb8inKOl70fnOoVv9Ps0xnBvKrENx { width:298px;height:393px;top:196px;left:466px;display:block; }
 }@media only screen and (max-width: 1199px) { #JGPbMh5ItT1V5m9s2ZRlDrg0VR5oRKph { width:211px;height:42px;top:208px;left:510px;font-size:11px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #cvK7AmH657OnUGKRrISSZ6JvtW5UuI4p { width:345px;height:0;top:496px;left:343px;font-size:15px;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #M1lUmttVo7N0N9tTo1Q5hQXlTdr9Vr5D { width:345px;height:0;top:136.5px;left:343px;font-size:18px;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #MvnoUmvDNJUBJgSibmEAE3VhTRWpQH8N { top:470px;left:28.5px;width:348px;height:46px;z-index:100034;color:#ffffff;font-family:comfortaa;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #PWnAU0QwzDH7O7iEEtrnQTB1Albwoy5H { top:360px;left:28.5px;width:309px;height:96px;z-index:100035;color:#ffffff;font-family:comfortaa;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #xU3mvhlzvLv0iIXfhiIcztDKIk5eNiUJ { width:345px;height:0;top:496px;left:343px;font-size:15px;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #IBknBqWpTkTvLvTy8d6THrqwpXrZvZez { width:345px;height:0;top:496px;left:343px;font-size:15px;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 1199px) { #bKNFs6GEwhu619frc6iQUs3ZbRqpHPod { top:536px;left:28.5px;width:348px;height:38px;z-index:100035;color:#ffffff;font-family:comfortaa;text-shadow:1px 1px 3px rgba(0,0,0,0.5);font-size:15px;display:block; }
 }@media only screen and (max-width: 1199px) { #XNVCD12WCpXAP426B0zSoeBiksBVBfDP { width:241px;height:110px;top:11px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #HVhyJVrDBebygfvRDClHAQeThShlPhSJ { width:241px;height:32px;top:270px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 1199px) { #Dx5M7eV7rOIdyFNTlyTs9p9OpSc65kmi { width:241px;height:57px;top:765px;left:0px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c08ebde2-b30f-43f6-9249-d2c4dfaae471/LANDING_zima320.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:block; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.adaptive-delivery-prevent-bg, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyload, #PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt.lazyloading { background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { background-color: transparent; background-image: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row > .video-iframe-container { display: none; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { width:320px;height:1013px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oczCE6X29Sfr2ny0bonAK9U47KD1Vnr6 { width:76px;height:43px;top:969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-regular-label { width:213px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:9px;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text { width:213px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:25px; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-textarea { width:213px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-select { width:213px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-select {padding-top: 0; padding-bottom: 0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-button { width:168px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:22px;font-family:raleway;height:39px;font-size:16px;overflow:hidden;box-shadow: 1px 4px 4px rgba(0,0,0,0.5) ; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-checkbox-label { width:197px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container { padding-top:1px;padding-right:0;padding-bottom:0;padding-left:0; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container:first-of-type{padding-top:0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-container:last-of-type{padding-bottom:0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax  { width:213px;height:auto;top:376px;left:33.5px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .radio-container { width:213px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-info-text { font-family:raleway; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax {display:block;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax { width:213px;height:auto;top:376px;left:33.5px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px; }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #v0hiGczV7s1VGHyGMU09J5sGTgcTNd1f {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #iuHwfkAW3pgi4btPklb8PBtbTxyTVLZt {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #ZAW2vid0TaDfiVoD2cfo7oTnKALpIyNN {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #aMuZu31ssnLOt9ZOoKZAD4bKHMf9FIHg {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #biVGEOxOOUk0nprGGEM7qFcNIpIhV8X3 {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #ydO4BB9psnklRwft6wlkg7nvsMUBK7NB {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #UDbikE1G1AOh8vJW7yL8lTzbVAwPlNGE {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #s0iWo45X5IfNNT84xL0K6hObp9erlIyt {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #Xgv3qNAQ3J8TCvN1JQk5HilVv7UFcc63 {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #yvm9fexT0uHiLPLcaKWEoTKftXANSCZz {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #GWJVEETQWbWU5G0PHm8BCUbwMA5g4swz {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #a46QnFbKsiSCwTI6O91srUQaR7D20kuW {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #JCSiSmEZULsdv64bW1dOEOipraPK5NZo {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #hDwgMFKK9AQVLzFwv9X6tbBpvOPokb0W {  }
 }@media only screen and (max-width: 763px) { #Uzot3r5Zw6ANIGA83mzKTk92TXTKgGI0 { display:block; }
 }@media only screen and (max-width: 763px) { #NTbsgPstgSvsPf8KsXgw56vNqDGa5xNi { display:block; }
 }@media only screen and (max-width: 763px) { #Eaf2ezaRxpX4nZpp6eGKKw2qEiQp8X9k { display:block; }
 }@media only screen and (max-width: 763px) { #kbPzFQDX0XB0Ml4QrTfhW4Tshys5k9QO { display:block; }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #oXXLGNRUqF3DPyBdRNUturdAd3ZIyT5L {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #vev0MD3iASAfzlIBdUaD18NATVPWmWew {  }
 }@media only screen and (max-width: 763px) { #xDumb8inKOl70fnOoVv9Ps0xnBvKrENx { width:252px;height:402px;top:321px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #JGPbMh5ItT1V5m9s2ZRlDrg0VR5oRKph { width:215px;height:39px;top:327px;left:52.5px;text-align:center;text-align-last:center;font-size:10px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cvK7AmH657OnUGKRrISSZ6JvtW5UuI4p { width:320px;height:0;top:961px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M1lUmttVo7N0N9tTo1Q5hQXlTdr9Vr5D { width:320px;height:0;top:917.5px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MvnoUmvDNJUBJgSibmEAE3VhTRWpQH8N { width:320px;height:0;top:970px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PWnAU0QwzDH7O7iEEtrnQTB1Albwoy5H { width:309px;height:0;top:1050px;left:5px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xU3mvhlzvLv0iIXfhiIcztDKIk5eNiUJ { width:78px;height:0;top:343px;left:50px;font-size:25px;text-align:center;text-align-last:center;z-index:100031;display:none; }
 }@media only screen and (max-width: 763px) { #IBknBqWpTkTvLvTy8d6THrqwpXrZvZez { width:320px;height:auto;top:400px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bKNFs6GEwhu619frc6iQUs3ZbRqpHPod { width:320px;height:auto;top:536px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XNVCD12WCpXAP426B0zSoeBiksBVBfDP { top:11px;left:39.5px;width:241px;height:110px;z-index:100036;font-family:comfortaa;font-size:17px;color:#fbf5f5;text-shadow:1px 2px 1px rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVhyJVrDBebygfvRDClHAQeThShlPhSJ { top:221px;left:39.5px;width:241px;height:32px;z-index:100037;font-family:comfortaa;font-size:13px;color:#fbf5f5;text-shadow:1px 2px 1px rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dx5M7eV7rOIdyFNTlyTs9p9OpSc65kmi { top:765px;left:39.5px;width:241px;height:57px;z-index:100038;font-family:comfortaa;font-size:15px;color:#fbf5f5;text-shadow:1px 2px 1px rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }