.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:#effafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#effafa;background-image:url("https://images.assets-landingi.com/uc/37bdcb8c-e714-4a7b-9b6b-e11d4d913eca/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI.adaptive-delivery-prevent-bg, #TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI.lazyload, #TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI.lazyloading { background-image: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container { background-color: transparent; background-image: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container > .video-iframe-container { display: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row > .video-iframe-container { display: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .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); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container { border-width: 0; border-radius: 0; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container { font-size:14px;font-family:arial;height:760px;width:1200px;position:relative;display:block; }#mOc3l0FpMHdPUOHDOK0112mNbCKOJwHg { color:#0d94a6;display:block;width:563px;position:absolute;font-family:ubuntu;font-size:50px;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:252.33349609375px;left:599px;height:240px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUZ29QicQXtnfQDyTk95oXWU05idVHaS { border-bottom:0;border-left:0;border-right:0;border-top:0;height:77px;width:77px;position:absolute;display:block;z-index:15027;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:160px;left:842px;overflow:hidden;display:block; }
#N7v9pyqLh4KHmfnDKt1BlKRh8GJbhU8V { color:#f39c12;display:block;width:591px;position:absolute;font-family:ubuntu;font-size:40px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:533px;left:585px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT80UXoBA4TRBxDf5vZqcBnrmOyvbdxo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:840px;width:560px;display:none; }
#dKUagEAEETwHSHZvZPwiC6X9LFWlRfvT { color:#fff5e5;display:block;width:591px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:496.66669845581px;left:609px;height:117.333336px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KcJyFCFkQMKIF9sK5W8AqPTcsNZngsHA { position:absolute;display:block;z-index:14999;background-color:rgba(239,250,250,0.85);background-image:none;background-position:center !important;background-repeat:no-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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:515px;width:640px;top:123px;left:560px;display:block; }
#emgmdMIDZR8yVMPsURl06fpTSCBhhMfT { position:relative;display:none; }#emgmdMIDZR8yVMPsURl06fpTSCBhhMfT { border-width: 0; border-radius: 0; }#emgmdMIDZR8yVMPsURl06fpTSCBhhMfT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#emgmdMIDZR8yVMPsURl06fpTSCBhhMfT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:14px;font-family:arial;height:564px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#hJukpfZXvLJPBzweho2ZakmV7KlrHC57 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:450px;width:800px;top:57.800003051758px;left:200px;display:block; }
#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp { position:relative;display:block; }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp { background-color: transparent; background-image: none; }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .row .container > .video-iframe-container { display: none; }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .row > .video-iframe-container { display: none; }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .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); }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp { border-width: 0; border-radius: 0; }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:14px;font-family:arial;height:393px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IDTcl1NHvpOantJwR7ziQCEp1HhrZXkw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:212px;width:380px;top:60.000122070312px;left:410px;overflow:hidden;display:block; }
#PLZ3QqTMI2IuTtktI8HNzfenaTOAifbB { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:212px;width:380px;top:60.000122070312px;left:820px;overflow:hidden;display:block; }
#Egc7yMAozqeFzTeQD2GWn7RaeInm0OR9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:212px;width:380px;top:60px;left:0px;overflow:hidden;display:block; }
#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d94a6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row .container { background-color: transparent; background-image: none; }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row .container > .video-iframe-container { display: none; }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row > .video-iframe-container { display: none; }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .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); }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row .container { border-width: 0; border-radius: 0; }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row .container { font-size:14px;font-family:arial;height:198px;width:1200px;position:relative;display:block; }#dqRt5XctNzlTDkq1BFJ8Tx1JAEzb2m4m { color:#effafa;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:60px;left:1.5px;height:78px;text-align:center;text-align-last:center;display:block; }
#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ { position:relative;display:block; }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ { background-color: transparent; background-image: none; }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .row .container > .video-iframe-container { display: none; }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .row > .video-iframe-container { display: none; }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .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); }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ { border-width: 0; border-radius: 0; }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:14px;font-family:arial;height:836px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a1JpeBELnCnnBdmRepHAJyyQRMF1QbDo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:537px;width:380px;top:60px;left:820px;overflow:hidden;display:block; }
#oX8n3EHeJdQf9aAn2iktChFSyPw28i07 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:537px;width:380px;top:60px;left:410px;overflow:hidden;display:block; }
#Ise9fPAZKffckH9X5fy7KdyVb7EksPEk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:537px;width:380px;top:60px;left:0px;overflow:hidden;display:block; }
#XpsniJCUhL2QskyA3LSJAXX6J4HKIgeq { color:#0d94a6;display:block;width:319px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:637px;left:30.5px;height:78px;text-align:center;text-align-last:center;display:block; }
#P9VPvxJ2X36oCdPKqbobuteWC04RA7be { color:#0d94a6;display:block;width:319px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:637px;left:440.5px;height:78px;text-align:center;text-align-last:center;display:block; }
#d0xG1AU3KW6EOR23vCJaMnXvsJqCffM3 { color:#0d94a6;display:block;width:319px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:637px;left:850.5px;height:78px;text-align:center;text-align-last:center;display:block; }
#CJ7pB3Iub302tcOBGodaxV4g9Np9KRQv { color:#0d94a6;display:block;width:319px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:637px;left:30.5px;height:77.333336px;text-align:center;text-align-last:center;display:none; }
#iIUnSn1tpPZJKGBe1SegE1alPvpTsiFF { color:#0d94a6;display:block;width:319px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:637px;left:440.5px;height:77.333336px;text-align:center;text-align-last:center;display:none; }
#CVVtePPgBBufHfAPNCQ1teRgmryz9vui { color:#0d94a6;display:block;width:319px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:637px;left:850.5px;height:77.333336px;text-align:center;text-align-last:center;display:none; }
#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d94a6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row .container { background-color: transparent; background-image: none; }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row .container > .video-iframe-container { display: none; }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row > .video-iframe-container { display: none; }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .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); }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row .container { border-width: 0; border-radius: 0; }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row .container { font-size:14px;font-family:arial;height:198px;width:1200px;position:relative;display:block; }#EWkqTmDaBfnrmSFvGpZAQULRQMhfHWKo { color:#effafa;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:78px;text-align:center;text-align-last:center;display:block; }
#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC { position:relative;display:block; }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC { background-color: transparent; background-image: none; }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .row .container > .video-iframe-container { display: none; }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .row > .video-iframe-container { display: none; }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .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); }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC { border-width: 0; border-radius: 0; }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:14px;font-family:arial;height:766px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qyST3pnlUgUfEER9RJVl63z2D5zzFzrw { color:#ffffff;display:block;width:179px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:244px;left:116px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3Esr0a2k9GOE9UuXVTmXqao6OlfKWF9 { color:#ffffff;display:block;width:199px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:260.25px;left:374.50003051758px;height:32.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRoA5kq3sJztnnEzFRz61r114wfA2vCy { color:#ffffff;display:block;width:212px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:244px;left:639px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#apzeTWHX4mipGTwlLkI663JKVxCwe9sf { color:#ffffff;display:block;width:231px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:500px;left:219px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c3wbXFT8kSVzNhU9DB3eLsxKicMS57Lf { color:#fbfdff;display:block;width:222px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:500px;left:499px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J6r1QD9bJ5ZLcbtwWQcZn0QAcmpdQQwM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:50px;top:177px;left:180px;overflow:hidden;display:block; }
#VLbgFlZ5MBSXfXXOGSsuNpTaAPJ9v8q2 { color:#ffffff;display:block;width:249px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:500px;left:751.50003051758px;height:65px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ywBK6R6aqwA6IvWFHg8VLIs40fzK6C0s { color:#fbfdff;display:block;width:227px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:244px;left:900px;height:97.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6ZE3ZMAzgWMrLiNlqBRQTn0o7nAAS0i { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:50px;top:177px;left:449.00003051758px;overflow:hidden;display:block; }
#cNo71WsTQnLPAXaCgFM7GZddaatgzXJF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:50px;top:177px;left:720px;overflow:hidden;display:block; }
#k4Rq92u31ZHRSqJocg2XsXThVKk0Lk8D { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:50px;top:429px;left:316px;overflow:hidden;display:block; }
#T6Iax31KhsT81G1XLgZlIfpS9WLnckRB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:50px;top:429px;left:584px;overflow:hidden;display:block; }
#CdgtsicXG6SEK55nQklczW09IMhIHvqv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:50px;top:429px;left:854px;overflow:hidden;display:block; }
#T6p9py8ap6v6G54rIyuFP7EuuEIw3Kzy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:50px;width:50px;top:177px;left:989px;overflow:hidden;display:block; }
#fl4Ubizw5wM4a7bMzl5T2ir1TXX6orHF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:300px;top:101px;left:55px;overflow:hidden;display:block; }
#wEz1GyZ6PUz1OU7VVPfXseZaD9iPH8Hv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:300px;top:101px;left:324px;overflow:hidden;display:block; }
#GTOonUP7O8fKIEbHsUKLMRJTNCrlz5f9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:300px;top:101px;left:595px;overflow:hidden;display:block; }
#fNl39fWq6iwJVXXTiUPItDUyqrlugFrw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:300px;top:101px;left:864px;overflow:hidden;display:block; }
#aNIVKrTc3n6Z4VlsaVFA2FzL45wOdxoM { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:300px;top:343px;left:458px;overflow:hidden;display:block; }
#r6Dx0mqVPBNKDoTZv8sUn8aMrv7FpFVP { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:300px;top:343px;left:729px;overflow:hidden;display:block; }
#KmyZEOGhMV7kMhnN692rmDg1BoaF6hHJ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:300px;width:300px;top:343px;left:189px;overflow:hidden;display:block; }
#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d94a6;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row .container { background-color: transparent; background-image: none; }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row .container > .video-iframe-container { display: none; }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row > .video-iframe-container { display: none; }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .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); }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row .container { border-width: 0; border-radius: 0; }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row .container { font-size:14px;font-family:arial;height:198px;width:1200px;position:relative;display:block; }#sbfsgwPlkbMiFnbsQAQQJf3Rls5iQtMR { color:#effafa;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:60px;left:0px;height:78px;text-align:center;text-align-last:center;display:block; }
#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container { background-color: transparent; background-image: none; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container > .video-iframe-container { display: none; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row > .video-iframe-container { display: none; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .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); }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container { border-width: 0; border-radius: 0; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container { font-size:14px;font-family:arial;height:425px;width:1200px;position:relative;display:block; }#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-form-header {  }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#f2f9ff;width:402px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(75,174,22,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:50px;color:#47545a;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-text {padding-top: 0; padding-bottom: 0;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:rgba(75,174,22,0.25);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:70px;color:#47545a;font-size:16px;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:402px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:13px;overflow:hidden;vertical-align:top; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-select {padding-top: 0; padding-bottom: 0;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:25px;font-weight:400;color:#f2f9ff;width:402px;height:55px;font-family:ubuntu;overflow:hidden;font-style:normal; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf [class*="-text"]:-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf [class*="-text"]::-moz-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf [class*="-text"]:-ms-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf [class*="-text"]::-webkit-input-placeholder { color:#b2b2b2;font-family:"open sans";font-size:16px; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;font-size:14px;font-weight:400;color:#47545a;vertical-align:top;width:385px;overflow:hidden;font-style:normal;float:none; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-container { padding-top:6px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-container:first-of-type{padding-top:0;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-container:last-of-type{padding-bottom:0;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf  { background-color:#ffffff;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:378.50003051758px;top:60px;z-index:15024;position:absolute; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:402px;display:block;vertical-align:top; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-info-text { font-size:14px; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf {display:block;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf { background-color:#ffffff;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:402px;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:378.50003051758px;top:60px;z-index:15024;position:absolute; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #tpTNSQ6cquppE8zBnG4DreP8iwz2UTLL { position:relative; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #Wg3pE0rISbnbhBG1P8dKyrLWyHRln4Cf { position:relative;display:none; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #tK8blEXn0uMXzpgfZCJowKt7qqzIvemT { position:relative; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #AA8lPcSk2BMRe5MVUATVr59OTf3CySEg { position:relative; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #CQWVZ6wTqD7vITI6qnnvT0LGFyH4OBQy { position:relative;display:none; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #naxBbEo8qKmCPMfK94bQ5IQSm6PQKJnL { position:relative; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #I80pDPUzuuRVVbl7RaUVVSxvCuQ9rEub { position:relative; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #D0222TW9zb3SfccFdXBRTpwZioQgC1ob { position:relative;z-index:2; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #fXcSrkvR1cWOpMmLwsUNPHHlGWsJvDeZ { position:relative; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #rVLJNm9WhN6pbd2yS31G40posZgKlDBv { position:relative; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #TdTOsFPThZy1c5oQEHAWlhesZ738CCJk { position:relative; }
#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe { position:relative;display:block; }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe { background-color: transparent; background-image: none; }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .row .container > .video-iframe-container { display: none; }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .row > .video-iframe-container { display: none; }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .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); }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe { border-width: 0; border-radius: 0; }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#effafa;background-image:none;font-size:14px;font-family:arial;height:220px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sWGOxe2hzkdleZk5aVpnCO3V1QpaO7nS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:150px;top:80px;left:525.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI { background-color:#effafa;background-image:url("https://images.assets-landingi.com/uc/37bdcb8c-e714-4a7b-9b6b-e11d4d913eca/2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI.adaptive-delivery-prevent-bg, #TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI.lazyload, #TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI.lazyloading { background-image: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container { background-color: transparent; background-image: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container > .video-iframe-container { display: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row > .video-iframe-container { display: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .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); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container { width:764px;height:525px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mOc3l0FpMHdPUOHDOK0112mNbCKOJwHg { width:367px;height:144px;top:180px;left:361px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #eUZ29QicQXtnfQDyTk95oXWU05idVHaS { width:50px;height:50px;top:110px;left:519px;display:block; }
 }@media only screen and (max-width: 1199px) { #N7v9pyqLh4KHmfnDKt1BlKRh8GJbhU8V { width:416px;height:37.5px;top:358px;left:337px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #CT80UXoBA4TRBxDf5vZqcBnrmOyvbdxo { width:560px;height:840px;display:none; }
 }@media only screen and (max-width: 1199px) { #dKUagEAEETwHSHZvZPwiC6X9LFWlRfvT { width:436px;height:0;top:322.1875px;left:327px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #KcJyFCFkQMKIF9sK5W8AqPTcsNZngsHA { width:416px;height:340px;top:93px;left:337px;display:block; }
 }@media only screen and (max-width: 1199px) { #emgmdMIDZR8yVMPsURl06fpTSCBhhMfT { display:none; }#emgmdMIDZR8yVMPsURl06fpTSCBhhMfT > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hJukpfZXvLJPBzweho2ZakmV7KlrHC57 { width:764px;height:429.75px;top:57px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp { display:block; }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .row .container { width:764px;height:226px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IDTcl1NHvpOantJwR7ziQCEp1HhrZXkw { width:250px;height:140px;top:39.000274658203px;left:257.00000572205px;display:block; }
 }@media only screen and (max-width: 1199px) { #PLZ3QqTMI2IuTtktI8HNzfenaTOAifbB { width:250px;height:140px;top:39.000274658203px;left:514.00003623962px;display:block; }
 }@media only screen and (max-width: 1199px) { #Egc7yMAozqeFzTeQD2GWn7RaeInm0OR9 { width:250px;height:140px;top:39px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc { display:block; }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row .container { width:764px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dqRt5XctNzlTDkq1BFJ8Tx1JAEzb2m4m { width:502px;height:45.5px;top:42.166748046875px;left:130.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ { display:block; }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .row .container { width:764px;height:545px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a1JpeBELnCnnBdmRepHAJyyQRMF1QbDo { width:230px;height:325px;top:45px;left:533px;display:block; }
 }@media only screen and (max-width: 1199px) { #oX8n3EHeJdQf9aAn2iktChFSyPw28i07 { width:230px;height:325px;top:45px;left:266.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ise9fPAZKffckH9X5fy7KdyVb7EksPEk { width:230px;height:326px;top:45px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #XpsniJCUhL2QskyA3LSJAXX6J4HKIgeq { width:204px;height:65px;top:390.16674804688px;left:13.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #P9VPvxJ2X36oCdPKqbobuteWC04RA7be { width:204px;height:65px;top:389.16674804688px;left:280px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #d0xG1AU3KW6EOR23vCJaMnXvsJqCffM3 { width:204px;height:65px;top:389.16674804688px;left:546.5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #CJ7pB3Iub302tcOBGodaxV4g9Np9KRQv { width:204px;height:64px;top:408.50000762939px;left:25.312501907349px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #iIUnSn1tpPZJKGBe1SegE1alPvpTsiFF { width:204px;height:64px;top:408.50000762939px;left:280.00000572205px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #CVVtePPgBBufHfAPNCQ1teRgmryz9vui { width:204px;height:64px;top:408.50000762939px;left:534.66251182556px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ { display:block; }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row .container { width:764px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EWkqTmDaBfnrmSFvGpZAQULRQMhfHWKo { width:502px;height:45.5px;top:42.166748046875px;left:130.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC { display:block; }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .row .container { width:764px;height:494px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qyST3pnlUgUfEER9RJVl63z2D5zzFzrw { width:136px;height:49.4px;top:142px;left:49px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #M3Esr0a2k9GOE9UuXVTmXqao6OlfKWF9 { width:135px;height:49.4px;top:142px;left:224px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #gRoA5kq3sJztnnEzFRz61r114wfA2vCy { width:170px;height:49.4px;top:142px;left:383px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #apzeTWHX4mipGTwlLkI663JKVxCwe9sf { width:167px;height:49.4px;top:296px;left:121px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #c3wbXFT8kSVzNhU9DB3eLsxKicMS57Lf { width:163px;height:49.4px;top:297.30001068115px;left:300.50000572205px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #J6r1QD9bJ5ZLcbtwWQcZn0QAcmpdQQwM { width:50px;height:50px;top:72px;left:92px;display:block; }
 }@media only screen and (max-width: 1199px) { #VLbgFlZ5MBSXfXXOGSsuNpTaAPJ9v8q2 { width:191px;height:49.4px;top:298px;left:465px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #ywBK6R6aqwA6IvWFHg8VLIs40fzK6C0s { width:174px;height:74.1px;top:130px;left:560px;font-size:19px;display:block; }
 }@media only screen and (max-width: 1199px) { #D6ZE3ZMAzgWMrLiNlqBRQTn0o7nAAS0i { width:50px;height:50px;top:72px;left:267px;display:block; }
 }@media only screen and (max-width: 1199px) { #cNo71WsTQnLPAXaCgFM7GZddaatgzXJF { width:50px;height:50px;top:72px;left:443px;display:block; }
 }@media only screen and (max-width: 1199px) { #k4Rq92u31ZHRSqJocg2XsXThVKk0Lk8D { width:50px;height:50px;top:233px;left:180px;display:block; }
 }@media only screen and (max-width: 1199px) { #T6Iax31KhsT81G1XLgZlIfpS9WLnckRB { width:50px;height:50px;top:233px;left:357px;display:block; }
 }@media only screen and (max-width: 1199px) { #CdgtsicXG6SEK55nQklczW09IMhIHvqv { width:50px;height:50px;top:233px;left:535px;display:block; }
 }@media only screen and (max-width: 1199px) { #T6p9py8ap6v6G54rIyuFP7EuuEIw3Kzy { width:50px;height:50px;top:72px;left:622px;display:block; }
 }@media only screen and (max-width: 1199px) { #fl4Ubizw5wM4a7bMzl5T2ir1TXX6orHF { width:200px;height:200px;top:46px;left:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #wEz1GyZ6PUz1OU7VVPfXseZaD9iPH8Hv { width:200px;height:200px;top:46px;left:192px;display:block; }
 }@media only screen and (max-width: 1199px) { #GTOonUP7O8fKIEbHsUKLMRJTNCrlz5f9 { width:200px;height:200px;top:46px;left:369px;display:block; }
 }@media only screen and (max-width: 1199px) { #fNl39fWq6iwJVXXTiUPItDUyqrlugFrw { width:200px;height:200px;top:46px;left:547px;display:block; }
 }@media only screen and (max-width: 1199px) { #aNIVKrTc3n6Z4VlsaVFA2FzL45wOdxoM { width:200px;height:200px;top:203px;left:283px;display:block; }
 }@media only screen and (max-width: 1199px) { #r6Dx0mqVPBNKDoTZv8sUn8aMrv7FpFVP { width:200px;height:200px;top:203px;left:460px;display:block; }
 }@media only screen and (max-width: 1199px) { #KmyZEOGhMV7kMhnN692rmDg1BoaF6hHJ { width:200px;height:200px;top:203px;left:104px;display:block; }
 }@media only screen and (max-width: 1199px) { #l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s { display:block; }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row .container { width:764px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sbfsgwPlkbMiFnbsQAQQJf3Rls5iQtMR { width:502px;height:45.5px;top:42.500122070312px;left:130.5px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE { background-color:transparent;background-image:none;display:block; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container { background-color: transparent; background-image: none; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container > .video-iframe-container { display: none; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row > .video-iframe-container { display: none; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .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); }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container { width:764px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-regular-label { width:400px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-text { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-text {padding-top: 0; padding-bottom: 0;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-textarea { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-select { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-select {padding-top: 0; padding-bottom: 0;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-button { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:22px;overflow:hidden; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-checkbox-label { width:383px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf  { width:400px;height:auto;top:40.33349609375px;left:162px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .radio-container { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf {display:block;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf { width:400px;height:auto;top:40.33349609375px;left:162px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px; }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #tpTNSQ6cquppE8zBnG4DreP8iwz2UTLL {  }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #Wg3pE0rISbnbhBG1P8dKyrLWyHRln4Cf { display:none; }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #tK8blEXn0uMXzpgfZCJowKt7qqzIvemT {  }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #AA8lPcSk2BMRe5MVUATVr59OTf3CySEg {  }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #CQWVZ6wTqD7vITI6qnnvT0LGFyH4OBQy { display:none; }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #naxBbEo8qKmCPMfK94bQ5IQSm6PQKJnL {  }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #I80pDPUzuuRVVbl7RaUVVSxvCuQ9rEub {  }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #D0222TW9zb3SfccFdXBRTpwZioQgC1ob {  }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #fXcSrkvR1cWOpMmLwsUNPHHlGWsJvDeZ {  }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #rVLJNm9WhN6pbd2yS31G40posZgKlDBv {  }
 }@media only screen and (max-width: 1199px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #TdTOsFPThZy1c5oQEHAWlhesZ738CCJk {  }
 }@media only screen and (max-width: 1199px) { #y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe { display:block; }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .row .container { width:764px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sWGOxe2hzkdleZk5aVpnCO3V1QpaO7nS { width:150px;height:60px;top:53px;left:307.00000572205px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI { background-color:#effafa;background-image:none;display:block; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container { background-color: transparent; background-image: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container > .video-iframe-container { display: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row > .video-iframe-container { display: none; }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .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); }#TuwO4UlkXIv4GcNqnfnu4k0MNpuLx3NI > .row .container { width:320px;height:773px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOc3l0FpMHdPUOHDOK0112mNbCKOJwHg { width:320px;height:120px;top:569px;left:0px;font-size:25px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eUZ29QicQXtnfQDyTk95oXWU05idVHaS { width:55px;height:55px;top:501px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #N7v9pyqLh4KHmfnDKt1BlKRh8GJbhU8V { width:290px;height:33px;top:708.33337402344px;left:14.5px;font-size:22px;color:#f39c12;display:block; }
 }@media only screen and (max-width: 763px) { #CT80UXoBA4TRBxDf5vZqcBnrmOyvbdxo { top:0px;left:2.9875001907349px;width:317px;height:475px;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dKUagEAEETwHSHZvZPwiC6X9LFWlRfvT { width:290px;height:0;top:700px;left:14.5px;font-size:18px;color:#47545a;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #KcJyFCFkQMKIF9sK5W8AqPTcsNZngsHA { width:320px;height:272px;top:860px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #emgmdMIDZR8yVMPsURl06fpTSCBhhMfT { display:none; }#emgmdMIDZR8yVMPsURl06fpTSCBhhMfT > .row .container { width:320px;height:375px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hJukpfZXvLJPBzweho2ZakmV7KlrHC57 { height:188.48167539267px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp { display:block; }#ga5aqDT2Z3FCkcfxZuBUgmaRdXTdqNNp > .row .container { width:320px;height:652px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDTcl1NHvpOantJwR7ziQCEp1HhrZXkw { width:318px;height:178px;top:219.2px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PLZ3QqTMI2IuTtktI8HNzfenaTOAifbB { width:320px;height:179.2px;top:419.113px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Egc7yMAozqeFzTeQD2GWn7RaeInm0OR9 { width:320px;height:179.2px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc { display:block; }#dn2pSp15UvEcqMJhGO6xpMfUqC8clIkc > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqRt5XctNzlTDkq1BFJ8Tx1JAEzb2m4m { width:296px;height:65px;top:13.5px;left:12px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ { display:block; }#A9MGB9pDpzAhEUdzKANZVmx09GITwyoZ > .row .container { width:320px;height:1516px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1JpeBELnCnnBdmRepHAJyyQRMF1QbDo { width:300px;height:400px;top:1077px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #oX8n3EHeJdQf9aAn2iktChFSyPw28i07 { width:300px;height:422px;top:573px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #Ise9fPAZKffckH9X5fy7KdyVb7EksPEk { width:300px;height:424px;top:66.333374023438px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #XpsniJCUhL2QskyA3LSJAXX6J4HKIgeq { width:319px;height:0;top:460.16674804688px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #P9VPvxJ2X36oCdPKqbobuteWC04RA7be { width:319px;height:0;top:650.666668px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #d0xG1AU3KW6EOR23vCJaMnXvsJqCffM3 { width:319px;height:0;top:1141.3334960938px;left:1px;font-size:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CJ7pB3Iub302tcOBGodaxV4g9Np9KRQv { width:319px;height:26px;top:24.333374023438px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #iIUnSn1tpPZJKGBe1SegE1alPvpTsiFF { width:319px;height:26px;top:531.66674804688px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #CVVtePPgBBufHfAPNCQ1teRgmryz9vui { width:319px;height:26px;top:1035.3334960938px;left:0px;font-size:20px;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ { display:block; }#nrKLZHVGDEQHXkZc9ZVxriZ244XcTCnQ > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EWkqTmDaBfnrmSFvGpZAQULRQMhfHWKo { width:296px;height:65px;top:13.5px;left:12px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC { display:block; }#vTWqFp4lOQc2FIZTiJDG5SsU3c5WOeZC > .row .container { width:320px;height:1209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qyST3pnlUgUfEER9RJVl63z2D5zzFzrw { width:151px;height:46.8px;top:110px;left:35px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M3Esr0a2k9GOE9UuXVTmXqao6OlfKWF9 { width:165px;height:23.4px;top:279px;left:128px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gRoA5kq3sJztnnEzFRz61r114wfA2vCy { width:149px;height:46.8px;top:428px;left:36px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #apzeTWHX4mipGTwlLkI663JKVxCwe9sf { width:172px;height:46.8px;top:583px;left:122px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #c3wbXFT8kSVzNhU9DB3eLsxKicMS57Lf { width:161px;height:46.8px;top:743px;left:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #J6r1QD9bJ5ZLcbtwWQcZn0QAcmpdQQwM { width:35px;height:35px;top:57px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #VLbgFlZ5MBSXfXXOGSsuNpTaAPJ9v8q2 { width:158px;height:46.8px;top:898px;left:132px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ywBK6R6aqwA6IvWFHg8VLIs40fzK6C0s { width:153px;height:70.2px;top:1047.0000305176px;left:34.000001907349px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZE3ZMAzgWMrLiNlqBRQTn0o7nAAS0i { width:35px;height:35px;top:221px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #cNo71WsTQnLPAXaCgFM7GZddaatgzXJF { width:35px;height:35px;top:378px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #k4Rq92u31ZHRSqJocg2XsXThVKk0Lk8D { width:35px;height:35px;top:534px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #T6Iax31KhsT81G1XLgZlIfpS9WLnckRB { width:35px;height:35px;top:690px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #CdgtsicXG6SEK55nQklczW09IMhIHvqv { width:35px;height:35px;top:847px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #T6p9py8ap6v6G54rIyuFP7EuuEIw3Kzy { width:35px;height:35px;top:1004px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #fl4Ubizw5wM4a7bMzl5T2ir1TXX6orHF { width:200px;height:200px;top:21px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #wEz1GyZ6PUz1OU7VVPfXseZaD9iPH8Hv { width:200px;height:200px;top:334px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GTOonUP7O8fKIEbHsUKLMRJTNCrlz5f9 { width:200px;height:200px;top:647px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #fNl39fWq6iwJVXXTiUPItDUyqrlugFrw { width:200px;height:200px;top:959px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #aNIVKrTc3n6Z4VlsaVFA2FzL45wOdxoM { width:200px;height:200px;top:490px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #r6Dx0mqVPBNKDoTZv8sUn8aMrv7FpFVP { width:200px;height:200px;top:804px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #KmyZEOGhMV7kMhnN692rmDg1BoaF6hHJ { width:200px;height:200px;top:178px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s { display:block; }#l9FQkWWPrMlHo9JzdvuWTJDh5NbTrT3s > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbfsgwPlkbMiFnbsQAQQJf3Rls5iQtMR { width:296px;height:65px;top:13.5px;left:12px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE { display:block; }#W7Ny1pUbP9aa1T6p80l3nycGrP6MLQSE > .row .container { width:320px;height:411px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-text {padding-top: 0; padding-bottom: 0;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-select {padding-top: 0; padding-bottom: 0;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:18px;overflow:hidden; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .widget-checkbox-label { width:264px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf  { width:280px;height:auto;top:39.3330078125px;left:0px; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf {display:block;}#TEqyZCwyIfl9grORCWJPQTHhurmUM1gf { width:280px;height:auto;top:39.3330078125px;left:0px; }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #tpTNSQ6cquppE8zBnG4DreP8iwz2UTLL {  }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #Wg3pE0rISbnbhBG1P8dKyrLWyHRln4Cf { display:none; }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #tK8blEXn0uMXzpgfZCJowKt7qqzIvemT {  }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #AA8lPcSk2BMRe5MVUATVr59OTf3CySEg {  }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #CQWVZ6wTqD7vITI6qnnvT0LGFyH4OBQy { display:none; }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #naxBbEo8qKmCPMfK94bQ5IQSm6PQKJnL {  }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #I80pDPUzuuRVVbl7RaUVVSxvCuQ9rEub {  }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #D0222TW9zb3SfccFdXBRTpwZioQgC1ob {  }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #fXcSrkvR1cWOpMmLwsUNPHHlGWsJvDeZ {  }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #rVLJNm9WhN6pbd2yS31G40posZgKlDBv {  }
 }@media only screen and (max-width: 763px) { #TEqyZCwyIfl9grORCWJPQTHhurmUM1gf #TdTOsFPThZy1c5oQEHAWlhesZ738CCJk {  }
 }@media only screen and (max-width: 763px) { #y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe { display:block; }#y1mH7T6O5t04BuvFw8GukT3k8vHy8EEe > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sWGOxe2hzkdleZk5aVpnCO3V1QpaO7nS { width:90px;height:36px;top:21px;left:114.99999809265px;display:block; }
 }