.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}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/d8c60ec9-194e-4eab-ac37-ba4a5fb6f84a/DSC052332m.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-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 > .video-iframe-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0; }#PZEsHhJtxQBnRDbBHOJXd31qASTHbIpt > .row .container { width:1200px;height:885px;font-size:14px;font-family:arial;position:relative;display:block; }#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-form-header {  }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-regular-label { overflow:hidden;display:block;width:315px;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;line-height:1.2; }
#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:315px;height:46px;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:2.1;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:315px;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:2.1;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:315px;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:33px;width:248px;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:298px;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:3px;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:15021;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:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"open sans";font-size:17px;color:#232323;top:236.5625px;left:845.5px;position:absolute;width:315px;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .radio-container { display:block;padding-top:3px;padding-right:0;padding-bottom:0;padding-left:0;width:315px;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:15021;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:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:"open sans";font-size:17px;color:#232323;top:236.5625px;left:845.5px;position:absolute;width:315px;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #v0hiGczV7s1VGHyGMU09J5sGTgcTNd1f { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #iuHwfkAW3pgi4btPklb8PBtbTxyTVLZt { position:relative;display:block; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #ZAW2vid0TaDfiVoD2cfo7oTnKALpIyNN { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #aMuZu31ssnLOt9ZOoKZAD4bKHMf9FIHg { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #biVGEOxOOUk0nprGGEM7qFcNIpIhV8X3 { position:relative;display:block; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #ydO4BB9psnklRwft6wlkg7nvsMUBK7NB { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #UDbikE1G1AOh8vJW7yL8lTzbVAwPlNGE { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #s0iWo45X5IfNNT84xL0K6hObp9erlIyt { position:relative;display:block; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #Xgv3qNAQ3J8TCvN1JQk5HilVv7UFcc63 { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #yvm9fexT0uHiLPLcaKWEoTKftXANSCZz { position:relative;display:block;z-index:15000; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #GWJVEETQWbWU5G0PHm8BCUbwMA5g4swz { position:relative;display:block;z-index:15000; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #a46QnFbKsiSCwTI6O91srUQaR7D20kuW { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #JCSiSmEZULsdv64bW1dOEOipraPK5NZo { position:relative;z-index:2; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #hDwgMFKK9AQVLzFwv9X6tbBpvOPokb0W { position:relative; }
#kbPzFQDX0XB0Ml4QrTfhW4Tshys5k9QO { position:relative;display:block; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #oXXLGNRUqF3DPyBdRNUturdAd3ZIyT5L { position:relative; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #vev0MD3iASAfzlIBdUaD18NATVPWmWew { position:relative; }
#xDumb8inKOl70fnOoVv9Ps0xnBvKrENx { position:absolute;display:block;z-index:15014;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:575px;width:354px;top:100px;left:846px;display:block; }
#JGPbMh5ItT1V5m9s2ZRlDrg0VR5oRKph { color:#6e6c73;display:block;width:310px;position:absolute;font-family:comfortaa;font-size:14px;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:183.5625px;left:868px;height:54px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVEHpTG6gxvlzDZtcGAvuFA7kQZnrdT6 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49px;width:103px;top:134px;left:971px;overflow:hidden;display:block; }
#oUIDxbE2C7EHFLLMzEJwVaSEH9MmaNre { color:#00b5ca;display:block;width:623px;position:absolute;font-family:comfortaa;font-size:43px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;text-shadow:3px 3px 3px rgba(0,0,0,0.23);top:659px;left:62px;height:55px;display:block; }
#cvK7AmH657OnUGKRrISSZ6JvtW5UuI4p { color:#000000;display:block;width:628px;position:absolute;font-family:comfortaa;font-size:23px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:2px 1px 3px rgba(0,0,0,0.38);top:551.5625px;left:64px;height:87px;display:block; }
#pl2vmRUJHDmKpcdvrIq8uMExDxtKLfll { color:#00b5ca;display:block;width:346px;position:absolute;font-family:comfortaa;font-size:17px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0 1px 2px rgba(0,0,0,0.35);top:691px;left:854px;height:66px;display:block; }
#M1lUmttVo7N0N9tTo1Q5hQXlTdr9Vr5D { color:#000000;display:block;width:523px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:2px 1px 3px rgba(0,0,0,0.37);top:776px;left:60px;height:46px;display:block; }
#MvnoUmvDNJUBJgSibmEAE3VhTRWpQH8N { color:#000000;display:block;width:348px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:0;top:133px;left:392px;display:none; }
#PWnAU0QwzDH7O7iEEtrnQTB1Albwoy5H { color:#000000;display:block;width:417px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:60px;top:404px;left:25px;display:none; }
#xU3mvhlzvLv0iIXfhiIcztDKIk5eNiUJ { color:#000000;display:block;width:523px;position:absolute;font-family:comfortaa;font-size:25px;font-weight:normal;z-index:15030;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; }
#MlC2JgZ85LkSbXQ0Tv98GksJpC0pWcbB { color:#000000;display:block;width:319px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:;top:237px;left:0px;display:none; }
#zxe55QguJgefmRfN3SLXfEw17snZJIi7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#HBK9yHVHTT9zqmm9p3W0y4lgwH7Zm6D2 { color:#000000;display:block;width:579px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:0;top:684px;left:172.5px;display:none; }
#K4ubzsTKUlgLVmJUTlHxKsg6hWDMs99Z { color:#000000;display:block;width:417px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:0;top:705px;left:319.5px;display:none; }
#MdAmTEbbheKLiZB0SmxCTSzwhKLXvzr0 { color:#000000;display:block;width:646px;position:absolute;font-family:comfortaa;font-size:23px;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:2px 1px 3px rgba(0,0,0,0.38);top:729px;left:60px;height:29px;display:block; }
#pD3rXKGTdT4sileEidEn1SOgZ86dXsbr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;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/d8c60ec9-194e-4eab-ac37-ba4a5fb6f84a/DSC052332m.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) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-regular-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:10px;overflow:hidden;height:auto;display:block; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden;line-height:2.4;height:41px; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-textarea { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:12px;overflow:hidden;line-height:2.4; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-select { width:264px;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:208px;margin-top:0;margin-right:27px;margin-bottom:0;margin-left:28px;height:44px; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-checkbox-label { width:248px;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:264px;height:auto;top:104.875px;left:459px; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .radio-container { width:264px;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:264px;height:auto;top:104.875px;left:459px; }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #v0hiGczV7s1VGHyGMU09J5sGTgcTNd1f {  }
 }@media only screen and (max-width: 1199px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #iuHwfkAW3pgi4btPklb8PBtbTxyTVLZt { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@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) { #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:305px;height:534px;top:8.796875px;left:459px;display:block; }
 }@media only screen and (max-width: 1199px) { #JGPbMh5ItT1V5m9s2ZRlDrg0VR5oRKph { width:263px;height:42px;top:60.875px;left:479.5px;font-size:11px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #OVEHpTG6gxvlzDZtcGAvuFA7kQZnrdT6 { width:114px;height:52px;top:12px;left:554px;display:block; }
 }@media only screen and (max-width: 1199px) { #oUIDxbE2C7EHFLLMzEJwVaSEH9MmaNre { width:455px;height:39px;top:325px;left:25px;font-size:30px;text-shadow:3px 3px 3px rgba(0,0,0,0.23);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) { #pl2vmRUJHDmKpcdvrIq8uMExDxtKLfll { width:345px;height:0;top:308.5px;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:503.796875px;left:25px;width:348px;height:40px;z-index:15034;color:#ffffff;font-family:comfortaa;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 1199px) { #PWnAU0QwzDH7O7iEEtrnQTB1Albwoy5H { top:404px;left:25px;width:417px;height:60px;z-index:15035;color:#ffffff;font-family:comfortaa;text-shadow:1px 1px 3px rgba(0,0,0,0.5);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) { #MlC2JgZ85LkSbXQ0Tv98GksJpC0pWcbB { width:319px;height:;top:237px;left:0px;font-size:16px;display:none; }
 }@media only screen and (max-width: 1199px) { #zxe55QguJgefmRfN3SLXfEw17snZJIi7 { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #HBK9yHVHTT9zqmm9p3W0y4lgwH7Zm6D2 { top:404px;left:25px;width:417px;height:60px;z-index:15035;color:#ffffff;font-family:comfortaa;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 1199px) { #K4ubzsTKUlgLVmJUTlHxKsg6hWDMs99Z { top:404px;left:25px;width:417px;height:60px;z-index:15035;color:#ffffff;font-family:comfortaa;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 1199px) { #MdAmTEbbheKLiZB0SmxCTSzwhKLXvzr0 { 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) { #pD3rXKGTdT4sileEidEn1SOgZ86dXsbr { width:200px;height:200px;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/c983c097-c9ee-497b-940f-3b8a2afb026f/Projektbeztytuu.png");background-position:top center !important;background-repeat:repeat-x !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:835px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-regular-label { width:215px;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;line-height:2;display:block; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text { width:215px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:26px;line-height:.3;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-text {padding-top: 0; padding-bottom: 0;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-textarea { width:215px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:.3;overflow:hidden; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-input-select { width:215px;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:169px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:23px;font-family:raleway;height:44px;font-size:16px;overflow:hidden;box-shadow: 1px 4px 4px rgba(0,0,0,0.5) ;line-height:1.4; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-checkbox-label { width:198px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:7px;overflow:hidden;height:auto;line-height:1.4; }
#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:215px;height:auto;top:442.96875px;left:32.5px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;background-color:transparent;background-image:none; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .radio-container { width:215px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax .widget-info-text { font-family:raleway;line-height:1.2;overflow:hidden;height:auto; }
#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax {display:block;}#Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax { width:215px;height:auto;top:442.96875px;left:32.5px;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #v0hiGczV7s1VGHyGMU09J5sGTgcTNd1f {  }
 }@media only screen and (max-width: 763px) { #Vqn18P31DvrdvT9GAxcrSFtzRE9eEGax #iuHwfkAW3pgi4btPklb8PBtbTxyTVLZt { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@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) { #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:388px;top:349.96875px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #JGPbMh5ItT1V5m9s2ZRlDrg0VR5oRKph { width:215px;height:39px;top:401px;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) { #OVEHpTG6gxvlzDZtcGAvuFA7kQZnrdT6 { width:106px;height:51px;top:356.96875px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #oUIDxbE2C7EHFLLMzEJwVaSEH9MmaNre { width:305px;height:26px;top:240.96875px;left:7.5px;font-size:20px;text-align:center;text-align-last:center;text-shadow:-1px 1px 0 rgba(0,0,0,0.4);color:rgba(53,193,209,0.88);z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #cvK7AmH657OnUGKRrISSZ6JvtW5UuI4p { width:320px;height:0;top:581px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pl2vmRUJHDmKpcdvrIq8uMExDxtKLfll { width:320px;height:auto;top:691px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M1lUmttVo7N0N9tTo1Q5hQXlTdr9Vr5D { width:320px;height:auto;top:776px;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:auto;top:503px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PWnAU0QwzDH7O7iEEtrnQTB1Albwoy5H { width:320px;height:auto;top:404px;left:0px;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:15031;display:none; }
 }@media only screen and (max-width: 763px) { #MlC2JgZ85LkSbXQ0Tv98GksJpC0pWcbB { top:285.46875px;left:1px;width:319px;height:40px;z-index:15040;color:#ffffff;text-shadow:0 0 2px #666565;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.3;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-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zxe55QguJgefmRfN3SLXfEw17snZJIi7 { top:281.96875px;left:8px;width:302px;height:46px;z-index:15037;background-color:rgba(0,181,202,0.59);background-image:none;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;display:block; }
 }@media only screen and (max-width: 763px) { #HBK9yHVHTT9zqmm9p3W0y4lgwH7Zm6D2 { width:320px;height:auto;top:684px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K4ubzsTKUlgLVmJUTlHxKsg6hWDMs99Z { width:320px;height:auto;top:715px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MdAmTEbbheKLiZB0SmxCTSzwhKLXvzr0 { width:320px;height:0;top:746px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pD3rXKGTdT4sileEidEn1SOgZ86dXsbr { top:234.96875px;left:9px;width:302px;height:35px;z-index:15029;background-color:rgba(0,181,202,0.59);background-image:none;border-top-left-radius:17px;border-top-right-radius:17px;border-bottom-left-radius:17px;border-bottom-right-radius:17px;display:block; }
 }