.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/79045a5d-5c99-47f1-8790-063df425d9bb/mm.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx.adaptive-delivery-prevent-bg, #RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx.lazyload, #RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx.lazyloading { background-image: none; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container { background-color: transparent; background-image: none; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container > .video-iframe-container { display: none; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row > .video-iframe-container { display: none; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .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); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container { border-width: 0; border-radius: 0; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row > .video-iframe-container {  }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:75rem;position:relative;display:block; }#hVCT8w1mwIswUMSnJlb3azuXfITg7mBH { color:#0d504c;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100000;line-height:1.7;letter-spacing:0;top:11.78125rem;left:0rem;height:2.4433625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTlgkoIUrlqV4QbNTbgKiSpgXuLQwzT4 { position:absolute;display:block;z-index:100003;background-color:#ffcd00;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;height:0.1875rem;width:5rem;top:10.09375rem;left:35rem;display:block; }
#xIWB7zo3qSIutTWHGlJHTGQbE4DVVsmt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:16.3125rem;top:3.25rem;left:27.53125rem;overflow:hidden;display:block; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-form-header {  }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-regular-label { display:block;width:22.75rem;height:auto;font-size:0.875rem;font-family:lato;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#ffcd00;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:22.75rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-text {padding-top: 0; padding-bottom: 0;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:2.9375rem;width:22.75rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:22.75rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:lato;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-select {padding-top: 0; padding-bottom: 0;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:10rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:1rem;background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:lato;color:#9e9e9e; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:32.5rem;height:auto;font-size:0.875rem;font-family:lato;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(255,255,255,0.7); }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-radio-label { font-size:0.875rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.5rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000;font-family:lato; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-container:first-of-type{padding-top:0;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-container:last-of-type{padding-bottom:0;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:34rem;height:auto;left:18.375rem;top:27.125rem;z-index:100004;position:absolute; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .radio-container { width:23.375rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:34rem;height:auto;left:18.375rem;top:27.125rem;z-index:100004;position:absolute; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #aZ6evP6LvFvqLJBeOgQLndVOTWLXeL9W { position:relative; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #NtSvFiJxHniCQOSNf8E0yzo0akuPleEB { position:relative; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #M0RMvfUKGu1N03ckEGZwQiFudtd94TCx { position:relative; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #KM7yI5SmJS8dVpKd22rhdPaGMZZkH2sG { position:relative; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #JqM6fUiXspxwOAKoCe3wkUSVKTosJ5ZG { position:relative; }
#tV5Z1u9vmAoMQOTBb4Tk5gkxuiLaxbhh { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);background-image: -moz-linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);background-image: -ms-linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);background-image: -o-linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50d504c', endColorstr='#0d504c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50d504c', endColorstr='#0d504c' );";background-image: linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.48) ;height:14.9375rem;width:38.25rem;top:21.875rem;left:17.75rem;display:block; }
#dbbwJbywlH1HTHtQAIfOvw5x7JBhbyok { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #0d504c;top:23.5625rem;left:19.6875rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v6CSO7uRO2h3AezwOBAG9RpsADUEQ573 { color:#ffffff;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:26rem;left:19.75rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#abyF7sFe0TophXuSxQOSy0eZ4QpblLG2 { color:#0d504c;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:14.412498474121rem;left:0rem;height:2.4433625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A03F7TtwIPT6KmxNBSEsJG7HMSQt0LKS { color:#0d504c;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100002;line-height:1.7;letter-spacing:0;top:17.106250762939rem;left:0rem;height:2.4433625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row .container { background-color: transparent; background-image: none; }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row .container > .video-iframe-container { display: none; }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row > .video-iframe-container { display: none; }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .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); }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row .container { border-width: 0; border-radius: 0; }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row > .video-iframe-container {  }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#PSsfCqpnInJNhla6pMPRBZrLEyhM96GX { color:#0d504c;display:block;width:23.875rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(255,255,255,0.5);top:3.25rem;left:0rem;height:3.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T6nqZhqEwirO5FkPoaeoaUhIChhFhdXD { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -moz-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -ms-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -o-linear-gradient(317deg, #ffcd00, #ff9e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ff9e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ff9e00' );";background-image: linear-gradient(317deg, #ffcd00, #ff9e00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.375rem;width:3.375rem;top:8.3125rem;left:0rem;display:block; }
#dDnF5LET8XFQiIENFlDdMh81NlTQTfJ7 { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxFIkUg8onXlEuRhz2Th2NOM7Jah2T0f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.25rem;left:4.9375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBOfOEnkH446zsfOpVL0TTAeQle749AW { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.8125rem;width:19.8125rem;top:4.34375rem;left:34.375rem;overflow:hidden;display:block; }
#N1BIO3tLmbgnvRt5O5RXk9VVZDk7axZo { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100007;line-height:1.7;letter-spacing:0;top:11.5625rem;left:4.9375rem;height:3.3994125rem;font-style:normal;display:block; }
#zmTaJqu4T0nq2ahUkiCRiIg6TecZZzIQ { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -moz-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -ms-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -o-linear-gradient(317deg, #ffcd00, #ff9e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ff9e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ff9e00' );";background-image: linear-gradient(317deg, #ffcd00, #ff9e00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.375rem;width:3.375rem;top:17.75rem;left:0rem;display:block; }
#eOZuRZsP1w84aZB1TBAXX44sl58XbpPx { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:18.375rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UENOooabs796yLHTvnTccFVpPIwPTg07 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:18.6875rem;left:4.9375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kT1NXXzoaPIg4d6fSUbb2F2tlU6Zzd0S { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100011;line-height:1.7;letter-spacing:0;top:21rem;left:4.9375rem;height:3.3994125rem;font-style:normal;display:block; }
#BVRePnhUmP4Tsp3NbruhLODtL83M9S1F { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:15.875rem;top:17.75rem;left:41.5625rem;overflow:hidden;display:block; }
#zwmvfd4M1URP3uwCs6B2DGTFLhklfkf4 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:3.125rem;top:23.650001525879rem;left:35.9375rem;overflow:hidden;display:block; }
#L78iloCcPTk0ed8SPwy7h139NM7TAHgX { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -moz-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -ms-linear-gradient(317deg, #ffcd00, #ff9e00);background-image: -o-linear-gradient(317deg, #ffcd00, #ff9e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ff9e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd00', endColorstr='#ff9e00' );";background-image: linear-gradient(317deg, #ffcd00, #ff9e00);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:3.375rem;width:3.375rem;top:27.25rem;left:0rem;display:block; }
#DuBV5tOZLNE42KgwLhCTNHinpQAgkwpD { color:#ffffff;display:block;width:3.375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:27.875rem;left:0rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BHoSRfNvMuWIK7NBkVTGqzNzyrK1h7cu { color:#000000;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:28.1875rem;left:4.9375rem;height:1.4624rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#izUwbo83Td3oRRI0caTE4ZBnkD6x3HUT { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:100015;line-height:1.7;letter-spacing:0;top:30.5rem;left:4.9375rem;height:3.3994125rem;font-style:normal;display:block; }
#FdKMBt9AqzvAet06T10pPZhTpP0mh1EK { position:absolute;display:block;z-index:100019;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:6.25rem;top:33.900001525879rem;left:34.375rem;display:block; }
#wiLVyvHTCSWoHd6c4x0MynmGg6uqt5wt { position:absolute;display:block;z-index:99998;background-color:#ffcd00;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;height:17.5625rem;width:0.0625rem;top:11.0625rem;left:1.6875rem;display:block; }
#XhTkdg7wEeAUnKrXrmcV6F3zTBF07Qki { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.625rem;width:25rem;top:1.9375rem;left:50rem;overflow:hidden;display:block; }
#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.03);background-image:none;position:relative;display:block; }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row .container { background-color: transparent; background-image: none; }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row .container > .video-iframe-container { display: none; }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row > .video-iframe-container { display: none; }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .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); }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row .container { border-width: 0; border-radius: 0; }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row > .video-iframe-container {  }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#LK7yXI7QittsTdLs68JUL9Gbg2BuK2G9 { color:#0d504c;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdXHfoKVGoN7z9duOThI1vcbXn7BmS3S { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:14.712501525879rem;left:28.46875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#TAXysHMLm8g6NBuT4OAiPWteFFTR4TuN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:14.712501525879rem;left:56.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#XKwuiaNoKLmuLQQ5Gstn95vFggXSTQQ5 { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:14.712501525879rem;left:3.71875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#fVN17yVSwm6UZWXI7ivDOZcaVS2GKvOO { position:absolute;display:block;z-index:99998;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffcd00;border-left:0.25rem solid #ffcd00;border-right:0.25rem solid #ffcd00;border-bottom:0.25rem solid #ffcd00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.375rem;width:8.375rem;top:4.5rem;left:8.0625rem;display:block; }
#yAs50tp4AFB0v2ZFgwUs0C5B0ZmPOgmw { color:#0d504c;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:7.5rem;left:25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLPDKqUKBUnFmtcxl4OCw3wL8Tne7zV3 { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffcd00;border-left:0.25rem solid #ffcd00;border-right:0.25rem solid #ffcd00;border-bottom:0.25rem solid #ffcd00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.375rem;width:8.375rem;top:4.5625rem;left:33.0625rem;display:block; }
#cUTdd0l5MT2F8CcXNVHcZBsRCTsozfiV { color:#0d504c;display:block;width:25.0625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7.5rem;left:49.9375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BCQiFaiTJqCD0unihsZvs0M2DXr1rZid { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.83);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffcd00;border-left:0.25rem solid #ffcd00;border-right:0.25rem solid #ffcd00;border-bottom:0.25rem solid #ffcd00;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:8.375rem;width:8.375rem;top:4.5625rem;left:58rem;display:block; }
#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.02);background-image:none;position:relative;display:block; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container { background-color: transparent; background-image: none; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container > .video-iframe-container { display: none; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row > .video-iframe-container { display: none; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .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); }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container { border-width: 0; border-radius: 0; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row > .video-iframe-container {  }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#akw4EATnyGx4CeGl7yARKaIENsvTZLDw { color:rgba(0,0,0,0.57);display:block;width:22.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:9.875rem;left:7.3125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#KbabhRvxKoFkFde2FM18zBUMb04Db7GC { color:#0d504c;display:block;width:23.875rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem rgba(255,255,255,0.5);top:2.6875rem;left:0.6875rem;height:3.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cpcKU23MJXIokBMbww8Db4GFk6xtPpih { color:rgba(0,0,0,0.57);display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:15.625rem;left:7.3125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#enOBf4PqFNnAmbxrCJTvONVzChZc5zG0 { color:rgba(0,0,0,0.57);display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:21.6875rem;left:7.3125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#J97AEffEGcDfUPCivlLiT8w3pOIQm2Di { color:rgba(0,0,0,0.57);display:block;width:17.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:27.6875rem;left:7.3125rem;height:1.6875rem;text-align:left;text-align-last:left;display:block; }
#nLfFpOuub2RSdg11VbSfzmoiLZlLO6LT { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:4.8125rem;width:4.8125rem;top:5.15625rem;left:37.1875rem;display:none; }
#uEo8UR52OfZUEFlztaOTCPt39lD6hwbE { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:3.875rem;top:8.8125rem;left:1.125rem;overflow:hidden;display:block; }
#xCFktgWICQfpZqRBc0nnH0GguX38G5aq { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:4.8125rem;width:4.8125rem;top:20.0625rem;left:0.625rem;display:block; }
#inGzdSnmXFH9MwPXRiG04CgTlArm32A7 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:4.8125rem;width:4.8125rem;top:13.9375rem;left:0.625rem;display:block; }
#fVTJC7VrGKOs3bzWQQbzJh4L44Ebd4Nh { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:4.3125rem;top:14.625rem;left:1rem;overflow:hidden;display:block; }
#UoToixqo3o0ifOs65a1QmiHoQTGXlZDi { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:4.8125rem;width:4.8125rem;top:26.125rem;left:0.625rem;display:block; }
#LZBV3r4Us6XNNaIWCiDaTEgFryx9Ii81 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:2.875rem;top:20.75rem;left:1.625rem;overflow:hidden;display:block; }
#FfcIuEQ9p9WDWdUSdZmrtmZyin9Bvs5T { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:4.75rem;top:26.6875rem;left:0rem;overflow:hidden;display:block; }
#WTppLCfu3Pdb4Zd0aJxarPV2rT9OaST4 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.26) ;height:4.8125rem;width:4.8125rem;top:5.15625rem;left:37.1875rem;display:none; }
#rb8ziBZZ6LUBMNhQrdXPIko7EcQ5yZPE { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.26) ;height:4.8125rem;width:4.8125rem;top:5.15625rem;left:37.1875rem;display:none; }
#e63FQTkEeuN5fM6E2bd7huZylHKGrkDr { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.26) ;height:4.8125rem;width:4.8125rem;top:5.15625rem;left:37.1875rem;display:none; }
#DTtlITfd6H00zHHeZ013IKstTlSqGiXF { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.26) ;height:4.8125rem;width:4.8125rem;top:5.15625rem;left:37.1875rem;display:none; }
#gc1ZbTNEETBBgPLTv3zF2v50TnvsQByz { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:4.8125rem;width:4.8125rem;top:8rem;left:0.625rem;display:block; }
#FOnf3p77HqsexJId0TOp6SaHWazf725f { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(270deg, #0d504c, rgba(0,0,0,0));background-image: -moz-linear-gradient(270deg, #0d504c, rgba(0,0,0,0));background-image: -ms-linear-gradient(270deg, #0d504c, rgba(0,0,0,0));background-image: -o-linear-gradient(270deg, #0d504c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d504c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d504c', endColorstr='#00000000' );";background-image: linear-gradient(270deg, #0d504c, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:0rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:0rem;height:30rem;width:25.75rem;top:2.6875rem;left:61.875rem;display:block; }
#wRvztuVudpTkcGfV0XwcucUXPyHqkerN { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.12) ;height:23.8125rem;width:43.1875rem;top:5.78125rem;left:31.8125rem;overflow:hidden;display:block; }
#lPvqom1fhdWNhmESchvmLy5qQeuSunBC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row .container { background-color: transparent; background-image: none; }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row .container > .video-iframe-container { display: none; }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row > .video-iframe-container { display: none; }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .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); }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row .container { border-width: 0; border-radius: 0; }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row > .video-iframe-container {  }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#nL8KXO1NsUqfTZT8q4PrWBSZ43XXvTic { position:absolute;display:block;z-index:100004;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:9.8125rem;left:0.25rem;display:block; }
#InSMDqIcmOeXrECclfMyg7thRkTdsyxT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:10rem;top:10.375rem;left:0.4375rem;overflow:hidden;display:block; }
#MGDk7HpmzR5WQnBTCTJRzKCl8S1Kz1JH { position:absolute;display:block;z-index:100006;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:9.8125rem;left:10.9375rem;display:block; }
#DtrEuv4BtvtuFIah16QKixlZrWJ1qsqI { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:8.3125rem;top:10.71875rem;left:11.96875rem;overflow:hidden;display:block; }
#IvV9pkBcfV34GLA9RmKdNZSPDi4EdULq { position:absolute;display:block;z-index:100010;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:9.8125rem;left:32.3125rem;display:block; }
#Xmmp5x4byqDUT9Dxxtpd6P0gF4J6RIKP { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.75rem;width:9.4375rem;top:12.1875rem;left:32.75rem;overflow:hidden;display:block; }
#ty1grZWg2umD8L42uO3PTF6OOon2MKs1 { position:absolute;display:block;z-index:100008;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:9.8125rem;left:21.625rem;display:block; }
#ar1sXztPcU8VzZASPD1JhG7HuKFo1yZM { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.5rem;top:11.75rem;left:22rem;overflow:hidden;display:block; }
#FNeEdaJTB2aVzr2QDrTs7yoVLD6chvbU { position:absolute;display:block;z-index:100016;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:9.8125rem;left:64.375rem;display:block; }
#e9v3qUBVpI8NOLAAnDUSCf7i19aceKD6 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:9.3125rem;top:19.6875rem;left:64.75rem;overflow:hidden;display:block; }
#JqVG5u381Cn5uZCfxQtZZaFu8bRB5ZNB { position:absolute;display:block;z-index:100014;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:9.8125rem;left:53.6875rem;display:block; }
#T18aVlbRpkRVmT4PphMKxa4DS9xoCHwR { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:9.125rem;top:11.9375rem;left:54.3125rem;overflow:hidden;display:block; }
#RaS3KH0TTpLIUwwXo9STWZEyOcdJSEOD { position:absolute;display:block;z-index:100012;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:9.8125rem;left:43rem;display:block; }
#rOU1A3gEzr36ATsa4VosGiEtIGa3PgRV { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:9.3125rem;top:11.375rem;left:43.5625rem;overflow:hidden;display:block; }
#O1HVep1zCCE5ysWv1FJErsFt8mduNgsq { position:absolute;display:block;z-index:100024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/097eba32-2b76-49f8-b931-e53b45b0f9bc/actitubelogo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:9.5rem;top:10.21875rem;left:64.875rem;display:block; }#O1HVep1zCCE5ysWv1FJErsFt8mduNgsq.adaptive-delivery-prevent-bg, #O1HVep1zCCE5ysWv1FJErsFt8mduNgsq.lazyload, #O1HVep1zCCE5ysWv1FJErsFt8mduNgsq.lazyloading { background-image: none; }
#MLUhKPGDgFJs5oEW1vX0xKxvHazyVyWG { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:8.625rem;top:20.65625rem;left:11.8125rem;overflow:hidden;display:block; }
#XhwlPzvSkEMN1QXIcaI2xd6eZbn3akwA { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:9.125rem;top:20.34375rem;left:32.96875rem;overflow:hidden;display:block; }
#HNbJzdgmnvgIiuxMwOUEwkrX9lMWlohn { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:7.875rem;top:18.96875rem;left:22.875rem;overflow:hidden;display:block; }
#J1GwDaBb5NB6Px2gt7y1OUCiedhTSx8u { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:9.125rem;top:19.9375rem;left:54.34375rem;overflow:hidden;display:block; }
#TcgKCDAqOwarDyUrGsn23HOuDs7OTvVK { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:8.4375rem;top:20.1875rem;left:43.875rem;overflow:hidden;display:block; }
#oD3vp8L1tN68Uvwwagf8J4umiHXT6XXv { color:#0d504c;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:100004;line-height:1.5;letter-spacing:0;top:3.9375rem;left:0rem;height:3.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brJpkkvg0MPflK1FHGT1kIk57TMCTAO0 { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:7.9375rem;top:19.5rem;left:1.28125rem;overflow:hidden;display:block; }
#XzC0u5o2oWVrIT72RCKi2yVFTWTXrQPm { position:absolute;display:block;z-index:100012;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:18rem;left:0.28125rem;display:block; }
#C7obqMrz9efCq7itLfdntuCB1Tc1QlsT { position:absolute;display:block;z-index:100014;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:18rem;left:10.96875rem;display:block; }
#Zg8qWCwfJvJKgeu2ttCL8FMAek8rqgCN { position:absolute;display:block;z-index:100018;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:18rem;left:32.34375rem;display:block; }
#Ib5wV8aCcqlmcRhzks4o6krTcrevf2C9 { position:absolute;display:block;z-index:100016;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:18rem;left:21.65625rem;display:block; }
#wcWwop539vEUMoQbVhbgAcBgWBc0ZhQR { position:absolute;display:block;z-index:100022;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:18rem;left:53.71875rem;display:block; }
#dMmnqEUDVCPB3WJ8taHzveiup2Q5kdT3 { position:absolute;display:block;z-index:100020;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:18rem;left:43.03125rem;display:block; }
#ueuqR0T3hMtzhiBcKNbd4Q8zKbulVvVZ { position:absolute;display:block;z-index:100024;background-color:#ffffff;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:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.11) ;height:7.375rem;width:10.375rem;top:18rem;left:64.40625rem;display:block; }
#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/825a114c-3e97-4066-aa6b-df3dbec6cffd/BGW.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO.adaptive-delivery-prevent-bg, #O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO.lazyload, #O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO.lazyloading { background-image: none; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container { background-color: transparent; background-image: none; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container > .video-iframe-container { display: none; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row > .video-iframe-container { display: none; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .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); }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container { border-width: 0; border-radius: 0; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row > .video-iframe-container {  }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#NP9UhsBOvpgPsSpWO1tTMqTCLfq3BSF9 { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100006;line-height:2.4;letter-spacing:0;top:29rem;left:10.3125rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fqUDQhKEzk5y38or3ckEAQOHz1zHUwn1 { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100007;line-height:2.4;letter-spacing:0;top:29rem;left:28.3125rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ElX3IPozAhvTaPzSUx3tqSbS2t3phUNr { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100008;line-height:2.4;letter-spacing:0;top:29rem;left:47.25rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WLnBgQC9kKSbQmTs5aVXP6XNQAWqXkO0 { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb477751-c84f-438b-a334-e1011c225bac/enectacannabisextracts80wCkptIKEunsplash1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:21.25rem;left:15.25rem;display:block; }#WLnBgQC9kKSbQmTs5aVXP6XNQAWqXkO0.adaptive-delivery-prevent-bg, #WLnBgQC9kKSbQmTs5aVXP6XNQAWqXkO0.lazyload, #WLnBgQC9kKSbQmTs5aVXP6XNQAWqXkO0.lazyloading { background-image: none; }
#stZHzbK5IWTNGzdOS0kxG1rNx7lEtLub { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c49d129-a302-4eeb-a36b-c92b13b4fc06/Beznazwy2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:21.25rem;left:33.9375rem;display:block; }#stZHzbK5IWTNGzdOS0kxG1rNx7lEtLub.adaptive-delivery-prevent-bg, #stZHzbK5IWTNGzdOS0kxG1rNx7lEtLub.lazyload, #stZHzbK5IWTNGzdOS0kxG1rNx7lEtLub.lazyloading { background-image: none; }
#dWl9MeVcE3vpb1b0cSTRrdOAnmzx3Gef { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100002;line-height:2.4;letter-spacing:0;top:16.75rem;left:0rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ISzz6U88FNR1FAHJWJfEmm3qXbfgl7Kf { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100003;line-height:2.4;letter-spacing:0;top:16.75rem;left:18.75rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPHTgFIkKzvetkQ1i4yH91w36Gc1gymd { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100004;line-height:2.4;letter-spacing:0;top:16.75rem;left:37.5rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pPyfPsM8mKOvR3o7fh5JaA28KiaVTJ5L { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:100005;line-height:2.4;letter-spacing:0;top:16.75rem;left:56.25rem;height:2.54980625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B6GTbwfIJk32ozTnpaTiHyDs93uUi4gX { position:absolute;display:block;z-index:100009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6526087-54f1-459a-a583-e60653e61219/2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:9.3125rem;left:6rem;display:block; }#B6GTbwfIJk32ozTnpaTiHyDs93uUi4gX.adaptive-delivery-prevent-bg, #B6GTbwfIJk32ozTnpaTiHyDs93uUi4gX.lazyload, #B6GTbwfIJk32ozTnpaTiHyDs93uUi4gX.lazyloading { background-image: none; }
#rAPSgoTP5B16NJhbytSRvn0AeaaNtVhP { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/NgoMswTX-aU/unsplash/elsa-olofsson-NgoMswTX-aU-photo-1629398778375-39113a6d6d1a.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:9.3125rem;left:62.25rem;display:block; }#rAPSgoTP5B16NJhbytSRvn0AeaaNtVhP.adaptive-delivery-prevent-bg, #rAPSgoTP5B16NJhbytSRvn0AeaaNtVhP.lazyload, #rAPSgoTP5B16NJhbytSRvn0AeaaNtVhP.lazyloading { background-image: none; }
#uBXwu12key49LcKyUGNeWsdNLRLAkPvM { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/jVisH3WX4ME/unsplash/grav-jVisH3WX4ME-photo-1592410115363-e8dc156e4113.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:9.3125rem;left:43.5rem;display:block; }#uBXwu12key49LcKyUGNeWsdNLRLAkPvM.adaptive-delivery-prevent-bg, #uBXwu12key49LcKyUGNeWsdNLRLAkPvM.lazyload, #uBXwu12key49LcKyUGNeWsdNLRLAkPvM.lazyloading { background-image: none; }
#BLM7dXREuh1KaziEmz1Rq0iuz90TmZt7 { position:absolute;display:block;z-index:99998;background-color:#ffffff;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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.11) ;height:20.1875rem;width:56.4375rem;top:33.3125rem;left:9.125rem;display:block; }
#xNayTcq0iHdngJR1TSLJJT9gQO2Fw7iK { color:#000000;display:block;width:43.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.3;letter-spacing:0;top:35.4375rem;left:15.4375rem;height:4.6rem;text-align:center;text-align-last:center;display:block; }
#hTkZsx4qCTypTCtoOxPrAAwmcarUVo0M { position:absolute;display:block;z-index:100006;background-color:#ffcd00;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;height:0.125rem;width:8.3125rem;top:42.0625rem;left:33.375rem;display:block; }
#RJaqHbF9DXoXEZi91VeTCDQqzhcmmuv4 { color:#0d504c;display:block;width:44.8125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:100004;line-height:1.8;letter-spacing:0;top:42.75rem;left:15.125rem;height:2.4746125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HOAJoVnloTMtTm3OvnBLqX47LBJywW3S { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5625rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:3.03125rem;left:0rem;height:3.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cb6o6R1FeyPw8ZTsFysLxZlRt9itH9DU { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/b2haCjfk_cM/unsplash/kimzy-nanney-b2haCjfk_cM-photo-1556928045-16f7f50be0f3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:9.3125rem;left:24.75rem;display:block; }#Cb6o6R1FeyPw8ZTsFysLxZlRt9itH9DU.adaptive-delivery-prevent-bg, #Cb6o6R1FeyPw8ZTsFysLxZlRt9itH9DU.lazyload, #Cb6o6R1FeyPw8ZTsFysLxZlRt9itH9DU.lazyloading { background-image: none; }
#vulNxRMRztTFCElTbonTtzBUIXKRV7db { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fd36181c-d430-43a7-b58b-6ba925e92f78/100h.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:6.25rem;width:6.25rem;top:21.25rem;left:52.90625rem;display:block; }#vulNxRMRztTFCElTbonTtzBUIXKRV7db.adaptive-delivery-prevent-bg, #vulNxRMRztTFCElTbonTtzBUIXKRV7db.lazyload, #vulNxRMRztTFCElTbonTtzBUIXKRV7db.lazyloading { background-image: none; }
#QETZ9iNBThkRWvgJ3u0x8ZQ4m9se2rvU { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.3rem;text-align:center;text-align-last:center;display:none; }
#rTuHvv68ziFaGk3DO5n9xeKHiFcHfI9W { position:absolute;display:block;z-index:100007;background-color:#ffcd00;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;height:0.125rem;width:4.375rem;top:2.25rem;left:35.3125rem;display:none; }
#kMF38phox5BiXGP2nv7FJgkalsmUpgrB { position:relative;display:block; }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB { background-color: transparent; background-image: none; }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .row .container > .video-iframe-container { display: none; }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .row > .video-iframe-container { display: none; }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .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); }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB { border-width: 0; border-radius: 0; }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .row .container > .video-iframe-container {  }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#lQ2mS98eDirNeS9fRJQDPZTWZPMMItKG { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.29980625rem;text-align:center;text-align-last:center;display:block; }
#A45M7X8AecONTdbIsTfitK2nUhd98O7N { position:absolute;display:block;z-index:100007;background-color:#ffcd00;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;height:0.125rem;width:4.375rem;top:2.25rem;left:35.3125rem;display:block; }
#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/08bf01a0-9c63-4f4c-99d8-3e97701a2515/1111111111.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe.adaptive-delivery-prevent-bg, #QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe.lazyload, #QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe.lazyloading { background-image: none; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row .container { background-color: transparent; background-image: none; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row .container > .video-iframe-container { display: none; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row > .video-iframe-container { display: none; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .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); }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row .container { border-width: 0; border-radius: 0; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row > .video-iframe-container {  }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#Ohq1yUrnofgwrTOSgmoZ3ic0toPXrn1x { color:#0d504c;display:block;width:30.1875rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:100000;line-height:1.7;letter-spacing:0;top:14.875rem;left:0rem;height:17.035125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Ohq1yUrnofgwrTOSgmoZ3ic0toPXrn1x li:not(:first-child){ padding-top:1.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ohq1yUrnofgwrTOSgmoZ3ic0toPXrn1x li:before{  }
#XUqcvaEpw0KLOs6nN9fNXVEylgk23AiV { position:absolute;display:block;z-index:100003;background-color:#ffcd00;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;height:0.1875rem;width:5rem;top:33.25rem;left:1.875rem;display:block; }
#O07HyWHPM2HWlXfbM4hw6URIxcMcKT88 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:16.3125rem;top:2.3125rem;left:0rem;overflow:hidden;display:block; }
#k3irG01MZCm3Q4hTNweDXoD7857t4HVi { color:#ffbe00;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:11.75rem;left:3.5rem;height:1.40625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-form-header {  }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.75rem;font-weight:700;color:#ffffff;width:16.25rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(13,80,76,0.54);border-left:0.0625rem solid rgba(13,80,76,0.54);border-right:0.0625rem solid rgba(13,80,76,0.54);border-bottom:0.0625rem solid rgba(13,80,76,0.54);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;box-shadow: 0.375rem 0.375rem 0.6875rem rgba(0,0,0,0.15) ; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(13,80,76,0.54);border-left:0.0625rem solid rgba(13,80,76,0.54);border-right:0.0625rem solid rgba(13,80,76,0.54);border-bottom:0.0625rem solid rgba(13,80,76,0.54);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:poppins;box-shadow: 0.375rem 0.375rem 0.6875rem rgba(0,0,0,0.15) ; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.25rem;height:3.4375rem;font-family:poppins;overflow:hidden;box-shadow: 0.3125rem 0.375rem 0.5625rem rgba(0,0,0,0.27) ; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .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:poppins;line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(255,255,255,0.75);vertical-align:top;width:14.8125rem;overflow:hidden;font-style:normal; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-container:first-of-type{padding-top:0;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-container:last-of-type{padding-bottom:0;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:20.5625rem;left:34.375rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.25rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz {display:block;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:20.5625rem;left:34.375rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #Zl2un7JbkZgoB0owDGGFM2LnKvZ7qi7q { position:relative; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #C2G23vCM4UzisSN0RLAk9uhitT8t1hD2 { position:relative; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #hmEAq3oXypC6732eNzC8bI8fBtu782qF { position:relative; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #muF4NpG5gq9zeTV7yTCIKDC6U2nTKN6C { position:relative; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #x324ZmCwbLm7SzVo0ceDFQA9EG2ZSPPK { position:relative; }
#cqATBuPFuKmIKLp9y3PxyipK0beZfeBi { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);background-image: -moz-linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);background-image: -ms-linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);background-image: -o-linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50d504c', endColorstr='#0d504c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e50d504c', endColorstr='#0d504c' );";background-image: linear-gradient(180deg, rgba(13,80,76,0.9), #0d504c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0,0,0,0.48) ;height:24.3125rem;width:20.3125rem;top:10.3125rem;left:33.5625rem;display:block; }
#EHaDn09Fy9BG8gJNRUK2nA4UMAnqnQlA { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem #0d504c;top:12rem;left:35.4375rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fBIvloghiX1cJqT0P6GKqy4DK5Kqh1L0 { color:#ffffff;display:block;width:18rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:18.5625rem;left:35.4375rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NLmXRtfDuq6LX5pKeUrLWRp1ZiAqGIgQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:2.5rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#qCIGJT6RNsfC7QFcFkOo3ssrqldDV9GU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232323;background-image:none;position:relative;display:none; }#qCIGJT6RNsfC7QFcFkOo3ssrqldDV9GU > .row .container { border-width: 0; border-radius: 0; }#qCIGJT6RNsfC7QFcFkOo3ssrqldDV9GU > .row > .video-iframe-container {  }#qCIGJT6RNsfC7QFcFkOo3ssrqldDV9GU > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:none; }#CVTDJM8yTRPViZDqWeNCeNI27noReWrq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:12.625rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#Z76Z5CzkKRCCPNRX6bcEBwoMQSrRiP8O { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.375rem;left:60.125rem;height:1.0556625rem;display:block; }
#aMtHvMDyxvzCOSQVgyMO4XT8c5LvzM0b { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.375rem;left:69.25rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx { display:block; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVCT8w1mwIswUMSnJlb3azuXfITg7mBH { top:11.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTlgkoIUrlqV4QbNTbgKiSpgXuLQwzT4 { top:10.0625rem;left:21.375rem;width:5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIWB7zo3qSIutTWHGlJHTGQbE4DVVsmt { top:3.25rem;left:13.90625rem;width:16.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-regular-label { width:22.75rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-text { width:22.75rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-text {padding-top: 0; padding-bottom: 0;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-textarea { width:22.75rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-select { width:22.75rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-select {padding-top: 0; padding-bottom: 0;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-checkbox-label { width:32.5rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-radio-label { width:10.5rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e  { width:34rem;height:auto;top:27.125rem;left:4.75rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .radio-container { width:23.375rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e {display:inline-block;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e { width:34rem;height:auto;top:27.125rem;left:4.75rem; }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #aZ6evP6LvFvqLJBeOgQLndVOTWLXeL9W {  }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #NtSvFiJxHniCQOSNf8E0yzo0akuPleEB {  }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #M0RMvfUKGu1N03ckEGZwQiFudtd94TCx {  }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #KM7yI5SmJS8dVpKd22rhdPaGMZZkH2sG {  }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #JqM6fUiXspxwOAKoCe3wkUSVKTosJ5ZG {  }
 }@media only screen and (max-width: 763px) { #tV5Z1u9vmAoMQOTBb4Tk5gkxuiLaxbhh { top:21.875rem;left:4.125rem;width:38.25rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbbwJbywlH1HTHtQAIfOvw5x7JBhbyok { top:23.5625rem;left:6.0625rem;width:37.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6CSO7uRO2h3AezwOBAG9RpsADUEQ573 { top:26rem;left:6.125rem;width:18rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abyF7sFe0TophXuSxQOSy0eZ4QpblLG2 { top:14.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A03F7TtwIPT6KmxNBSEsJG7HMSQt0LKS { top:17.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT { display:block; }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSsfCqpnInJNhla6pMPRBZrLEyhM96GX { top:3.25rem;left:0rem;width:23.875rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nqZhqEwirO5FkPoaeoaUhIChhFhdXD { top:8.3125rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnF5LET8XFQiIENFlDdMh81NlTQTfJ7 { top:8.9375rem;left:0rem;width:3.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxFIkUg8onXlEuRhz2Th2NOM7Jah2T0f { top:9.25rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBOfOEnkH446zsfOpVL0TTAeQle749AW { top:4.3125rem;left:20.75rem;width:19.8125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1BIO3tLmbgnvRt5O5RXk9VVZDk7axZo { top:11.5625rem;left:0rem;width:26.3125rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTaJqu4T0nq2ahUkiCRiIg6TecZZzIQ { top:17.75rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOZuRZsP1w84aZB1TBAXX44sl58XbpPx { top:18.375rem;left:0rem;width:3.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UENOooabs796yLHTvnTccFVpPIwPTg07 { top:18.6875rem;left:0rem;width:24.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1NXXzoaPIg4d6fSUbb2F2tlU6Zzd0S { top:21rem;left:0rem;width:26.3125rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVRePnhUmP4Tsp3NbruhLODtL83M9S1F { top:17.75rem;left:27.9375rem;width:15.875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwmvfd4M1URP3uwCs6B2DGTFLhklfkf4 { top:23.625rem;left:22.3125rem;width:3.125rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L78iloCcPTk0ed8SPwy7h139NM7TAHgX { top:27.25rem;left:0rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuBV5tOZLNE42KgwLhCTNHinpQAgkwpD { top:27.875rem;left:0rem;width:3.375rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHoSRfNvMuWIK7NBkVTGqzNzyrK1h7cu { top:28.1875rem;left:0rem;width:24.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izUwbo83Td3oRRI0caTE4ZBnkD6x3HUT { top:30.5rem;left:0rem;width:26.3125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdKMBt9AqzvAet06T10pPZhTpP0mh1EK { top:33.875rem;left:20.75rem;width:6.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLVyvHTCSWoHd6c4x0MynmGg6uqt5wt { top:11.0625rem;left:0rem;width:0.0625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTkdg7wEeAUnKrXrmcV6F3zTBF07Qki { top:1.9375rem;left:22.75rem;width:25rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 { display:block; }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LK7yXI7QittsTdLs68JUL9Gbg2BuK2G9 { top:7.5rem;left:0rem;width:25.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdXHfoKVGoN7z9duOThI1vcbXn7BmS3S { top:14.6875rem;left:13.6875rem;width:18.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXysHMLm8g6NBuT4OAiPWteFFTR4TuN { top:14.6875rem;left:33.4375rem;width:12.5rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKwuiaNoKLmuLQQ5Gstn95vFggXSTQQ5 { top:14.6875rem;left:0rem;width:17.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVN17yVSwm6UZWXI7ivDOZcaVS2GKvOO { top:4.5rem;left:3.5rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAs50tp4AFB0v2ZFgwUs0C5B0ZmPOgmw { top:7.5rem;left:6.6875rem;width:25.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLPDKqUKBUnFmtcxl4OCw3wL8Tne7zV3 { top:4.5625rem;left:19.375rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTdd0l5MT2F8CcXNVHcZBsRCTsozfiV { top:7.5rem;left:6.6875rem;width:25.0625rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCQiFaiTJqCD0unihsZvs0M2DXr1rZid { top:4.5625rem;left:35.1875rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w { display:block; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akw4EATnyGx4CeGl7yARKaIENsvTZLDw { top:9.875rem;left:0rem;width:22.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbabhRvxKoFkFde2FM18zBUMb04Db7GC { top:2.6875rem;left:0rem;width:23.875rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpcKU23MJXIokBMbww8Db4GFk6xtPpih { top:15.625rem;left:0rem;width:17.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enOBf4PqFNnAmbxrCJTvONVzChZc5zG0 { top:21.6875rem;left:0rem;width:17.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J97AEffEGcDfUPCivlLiT8w3pOIQm2Di { top:27.6875rem;left:0rem;width:17.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLfFpOuub2RSdg11VbSfzmoiLZlLO6LT { top:5.125rem;left:23.5625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEo8UR52OfZUEFlztaOTCPt39lD6hwbE { top:8.8125rem;left:0rem;width:3.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCFktgWICQfpZqRBc0nnH0GguX38G5aq { top:20.0625rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGzdSnmXFH9MwPXRiG04CgTlArm32A7 { top:13.9375rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVTJC7VrGKOs3bzWQQbzJh4L44Ebd4Nh { top:14.625rem;left:0rem;width:4.3125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoToixqo3o0ifOs65a1QmiHoQTGXlZDi { top:26.125rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZBV3r4Us6XNNaIWCiDaTEgFryx9Ii81 { top:20.75rem;left:0rem;width:2.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfcIuEQ9p9WDWdUSdZmrtmZyin9Bvs5T { top:26.6875rem;left:0rem;width:4.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTppLCfu3Pdb4Zd0aJxarPV2rT9OaST4 { top:5.125rem;left:23.5625rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rb8ziBZZ6LUBMNhQrdXPIko7EcQ5yZPE { top:5.125rem;left:23.5625rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #e63FQTkEeuN5fM6E2bd7huZylHKGrkDr { top:5.125rem;left:23.5625rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTtlITfd6H00zHHeZ013IKstTlSqGiXF { top:5.125rem;left:23.5625rem;width:4.8125rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gc1ZbTNEETBBgPLTv3zF2v50TnvsQByz { top:8rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOnf3p77HqsexJId0TOp6SaHWazf725f { top:2.6875rem;left:22rem;width:25.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRvztuVudpTkcGfV0XwcucUXPyHqkerN { top:5.75rem;left:4.5625rem;width:43.1875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvqom1fhdWNhmESchvmLy5qQeuSunBC { display:block; }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL8KXO1NsUqfTZT8q4PrWBSZ43XXvTic { top:9.8125rem;left:0rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InSMDqIcmOeXrECclfMyg7thRkTdsyxT { top:10.375rem;left:0rem;width:10rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGDk7HpmzR5WQnBTCTJRzKCl8S1Kz1JH { top:9.8125rem;left:1.5625rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtrEuv4BtvtuFIah16QKixlZrWJ1qsqI { top:10.6875rem;left:3.625rem;width:8.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvV9pkBcfV34GLA9RmKdNZSPDi4EdULq { top:9.8125rem;left:13.5rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmmp5x4byqDUT9Dxxtpd6P0gF4J6RIKP { top:12.1875rem;left:14.4375rem;width:9.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty1grZWg2umD8L42uO3PTF6OOon2MKs1 { top:9.8125rem;left:11.9375rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar1sXztPcU8VzZASPD1JhG7HuKFo1yZM { top:11.75rem;left:11.9375rem;width:9.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNeEdaJTB2aVzr2QDrTs7yoVLD6chvbU { top:9.8125rem;left:37.375rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9v3qUBVpI8NOLAAnDUSCf7i19aceKD6 { top:19.6875rem;left:38.4375rem;width:9.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqVG5u381Cn5uZCfxQtZZaFu8bRB5ZNB { top:9.8125rem;left:25.4375rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18aVlbRpkRVmT4PphMKxa4DS9xoCHwR { top:11.9375rem;left:26.6875rem;width:9.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaS3KH0TTpLIUwwXo9STWZEyOcdJSEOD { top:9.8125rem;left:25.4375rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOU1A3gEzr36ATsa4VosGiEtIGa3PgRV { top:11.375rem;left:26.5rem;width:9.3125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1HVep1zCCE5ysWv1FJErsFt8mduNgsq { top:10.1875rem;left:38.25rem;width:9.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLUhKPGDgFJs5oEW1vX0xKxvHazyVyWG { top:20.625rem;left:3.3125rem;width:8.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhwlPzvSkEMN1QXIcaI2xd6eZbn3akwA { top:20.3125rem;left:14.75rem;width:9.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNbJzdgmnvgIiuxMwOUEwkrX9lMWlohn { top:18.9375rem;left:12.65625rem;width:7.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1GwDaBb5NB6Px2gt7y1OUCiedhTSx8u { top:19.9375rem;left:26.6875rem;width:9.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcgKCDAqOwarDyUrGsn23HOuDs7OTvVK { top:20.1875rem;left:26.84375rem;width:8.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3vp8L1tN68Uvwwagf8J4umiHXT6XXv { top:3.9375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brJpkkvg0MPflK1FHGT1kIk57TMCTAO0 { top:19.5rem;left:0rem;width:7.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzC0u5o2oWVrIT72RCKi2yVFTWTXrQPm { top:18rem;left:0rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7obqMrz9efCq7itLfdntuCB1Tc1QlsT { top:18rem;left:1.5625rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg8qWCwfJvJKgeu2ttCL8FMAek8rqgCN { top:18rem;left:13.5rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib5wV8aCcqlmcRhzks4o6krTcrevf2C9 { top:18rem;left:11.9375rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcWwop539vEUMoQbVhbgAcBgWBc0ZhQR { top:18rem;left:25.4375rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmnqEUDVCPB3WJ8taHzveiup2Q5kdT3 { top:18rem;left:25.4375rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueuqR0T3hMtzhiBcKNbd4Q8zKbulVvVZ { top:18rem;left:37.375rem;width:10.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO { display:block; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NP9UhsBOvpgPsSpWO1tTMqTCLfq3BSF9 { top:29rem;left:0rem;width:18.0625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqUDQhKEzk5y38or3ckEAQOHz1zHUwn1 { top:29rem;left:5.8125rem;width:18.0625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElX3IPozAhvTaPzSUx3tqSbS2t3phUNr { top:29rem;left:17.75rem;width:18.0625rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLnBgQC9kKSbQmTs5aVXP6XNQAWqXkO0 { top:21.25rem;left:5.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stZHzbK5IWTNGzdOS0kxG1rNx7lEtLub { top:21.25rem;left:17.125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWl9MeVcE3vpb1b0cSTRrdOAnmzx3Gef { top:16.75rem;left:0rem;width:18.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISzz6U88FNR1FAHJWJfEmm3qXbfgl7Kf { top:16.75rem;left:5.1875rem;width:18.6875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPHTgFIkKzvetkQ1i4yH91w36Gc1gymd { top:16.75rem;left:17.125rem;width:18.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPyfPsM8mKOvR3o7fh5JaA28KiaVTJ5L { top:16.75rem;left:29.0625rem;width:18.6875rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6GTbwfIJk32ozTnpaTiHyDs93uUi4gX { top:9.3125rem;left:2.59375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAPSgoTP5B16NJhbytSRvn0AeaaNtVhP { top:9.3125rem;left:38.40625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBXwu12key49LcKyUGNeWsdNLRLAkPvM { top:9.3125rem;left:26.46875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLM7dXREuh1KaziEmz1Rq0iuz90TmZt7 { top:33.3125rem;left:0rem;width:47.75rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNayTcq0iHdngJR1TSLJJT9gQO2Fw7iK { top:35.4375rem;left:0rem;width:43.8125rem;height:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTkZsx4qCTypTCtoOxPrAAwmcarUVo0M { top:42.0625rem;left:15.5625rem;width:8.3125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJaqHbF9DXoXEZi91VeTCDQqzhcmmuv4 { top:42.75rem;left:0rem;width:44.8125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOAJoVnloTMtTm3OvnBLqX47LBJywW3S { top:3rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb6o6R1FeyPw8ZTsFysLxZlRt9itH9DU { top:9.3125rem;left:14.53125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vulNxRMRztTFCElTbonTtzBUIXKRV7db { top:21.25rem;left:29.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QETZ9iNBThkRWvgJ3u0x8ZQ4m9se2rvU { top:4.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTuHvv68ziFaGk3DO5n9xeKHiFcHfI9W { top:2.25rem;left:21.6875rem;width:4.375rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMF38phox5BiXGP2nv7FJgkalsmUpgrB { display:block; }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ2mS98eDirNeS9fRJQDPZTWZPMMItKG { top:4.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A45M7X8AecONTdbIsTfitK2nUhd98O7N { top:2.25rem;left:21.6875rem;width:4.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe { display:block; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ohq1yUrnofgwrTOSgmoZ3ic0toPXrn1x { top:14.875rem;left:0rem;width:30.1875rem;height:17rem;font-size:1.4375rem;display:block; }#Ohq1yUrnofgwrTOSgmoZ3ic0toPXrn1x li:before{  }
 }@media only screen and (max-width: 763px) { #XUqcvaEpw0KLOs6nN9fNXVEylgk23AiV { top:33.25rem;left:0rem;width:5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07HyWHPM2HWlXfbM4hw6URIxcMcKT88 { top:2.3125rem;left:0rem;width:16.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3irG01MZCm3Q4hTNweDXoD7857t4HVi { top:11.75rem;left:0rem;width:31.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz  { width:16.25rem;height:auto;top:20.5625rem;left:20.75rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz {display:block;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz { width:16.25rem;height:auto;top:20.5625rem;left:20.75rem; }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #Zl2un7JbkZgoB0owDGGFM2LnKvZ7qi7q {  }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #C2G23vCM4UzisSN0RLAk9uhitT8t1hD2 {  }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #hmEAq3oXypC6732eNzC8bI8fBtu782qF {  }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #muF4NpG5gq9zeTV7yTCIKDC6U2nTKN6C {  }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #x324ZmCwbLm7SzVo0ceDFQA9EG2ZSPPK {  }
 }@media only screen and (max-width: 763px) { #cqATBuPFuKmIKLp9y3PxyipK0beZfeBi { top:10.3125rem;left:19.9375rem;width:20.3125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHaDn09Fy9BG8gJNRUK2nA4UMAnqnQlA { top:12rem;left:21.8125rem;width:17.25rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBIvloghiX1cJqT0P6GKqy4DK5Kqh1L0 { top:18.5625rem;left:21.8125rem;width:18rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLmXRtfDuq6LX5pKeUrLWRp1ZiAqGIgQ { top:11.25rem;left:0rem;width:2.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCIGJT6RNsfC7QFcFkOo3ssrqldDV9GU { display:block; }#qCIGJT6RNsfC7QFcFkOo3ssrqldDV9GU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVTDJM8yTRPViZDqWeNCeNI27noReWrq { top:0.4375rem;left:0rem;width:12.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z76Z5CzkKRCCPNRX6bcEBwoMQSrRiP8O { top:1.375rem;left:40.3125rem;width:7.4375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMtHvMDyxvzCOSQVgyMO4XT8c5LvzM0b { top:1.375rem;left:40.3125rem;width:5.75rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/582b0a41-27c8-4704-a837-2503b9d995b7/25a.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx.adaptive-delivery-prevent-bg, #RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx.lazyload, #RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx.lazyloading { background-image: none; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container { background-color: transparent; background-image: none; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.91); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container > .video-iframe-container { display: none; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.91); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row > .video-iframe-container { display: none; }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .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); }#RsV6Fdrl9JEDVn5AyeXS8R92qMTnP1Jx > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVCT8w1mwIswUMSnJlb3azuXfITg7mBH { width:20rem;height:3.375rem;top:8.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0d504c;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fTlgkoIUrlqV4QbNTbgKiSpgXuLQwzT4 { width:5rem;height:0.1875rem;top:6.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIWB7zo3qSIutTWHGlJHTGQbE4DVVsmt { width:15.375rem;height:3.1875rem;top:2.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-regular-label { width:16.125rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-text { width:16.125rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-text {padding-top: 0; padding-bottom: 0;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-textarea { width:16.125rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-select { width:16.125rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-select {padding-top: 0; padding-bottom: 0;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-input-button { width:16.125rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-checkbox-label { width:15.25rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .widget-radio-label { width:7.1875rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e  { width:16.75rem;height:auto;top:32.3125rem;left:0.5625rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e .radio-container { width:16.75rem; }
#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e {display:inline-block;}#WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e { width:16.75rem;height:auto;top:32.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #aZ6evP6LvFvqLJBeOgQLndVOTWLXeL9W {  }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #NtSvFiJxHniCQOSNf8E0yzo0akuPleEB {  }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #M0RMvfUKGu1N03ckEGZwQiFudtd94TCx {  }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #KM7yI5SmJS8dVpKd22rhdPaGMZZkH2sG {  }
 }@media only screen and (max-width: 763px) { #WGr1MAE2pIDoP0Mo9OvQPOO4pxTrF93e #JqM6fUiXspxwOAKoCe3wkUSVKTosJ5ZG {  }
 }@media only screen and (max-width: 763px) { #tV5Z1u9vmAoMQOTBb4Tk5gkxuiLaxbhh { width:20rem;height:24.3125rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbbwJbywlH1HTHtQAIfOvw5x7JBhbyok { width:17.25rem;height:5.85rem;top:24rem;left:2rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6CSO7uRO2h3AezwOBAG9RpsADUEQ573 { width:18rem;height:1.5rem;top:30.5625rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #abyF7sFe0TophXuSxQOSy0eZ4QpblLG2 { width:20rem;height:3.375rem;top:12.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0d504c;z-index:99998;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #A03F7TtwIPT6KmxNBSEsJG7HMSQt0LKS { width:20rem;height:3.375rem;top:16.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0d504c;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT { display:block; }#QcOrVDfv1V0zzcLhDGdLzbc788mZEkkT > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSsfCqpnInJNhla6pMPRBZrLEyhM96GX { width:20rem;height:2.25rem;top:3.1937503814698rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6nqZhqEwirO5FkPoaeoaUhIChhFhdXD { width:3.375rem;height:3.375rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDnF5LET8XFQiIENFlDdMh81NlTQTfJ7 { width:3.375rem;height:2.1125rem;top:7.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxFIkUg8onXlEuRhz2Th2NOM7Jah2T0f { width:12.5rem;height:1.4625rem;top:7.2062492370606rem;left:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBOfOEnkH446zsfOpVL0TTAeQle749AW { width:7.875rem;height:3.875rem;top:4.3187503814697rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1BIO3tLmbgnvRt5O5RXk9VVZDk7axZo { width:13.0625rem;height:5.95rem;top:8.9874992370606rem;left:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmTaJqu4T0nq2ahUkiCRiIg6TecZZzIQ { width:3.375rem;height:3.375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOZuRZsP1w84aZB1TBAXX44sl58XbpPx { width:3.375rem;height:2.1125rem;top:17.1875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UENOooabs796yLHTvnTccFVpPIwPTg07 { width:15rem;height:2.925rem;top:16.625rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT1NXXzoaPIg4d6fSUbb2F2tlU6Zzd0S { width:14.9375rem;height:5.95rem;top:20.1875rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVRePnhUmP4Tsp3NbruhLODtL83M9S1F { width:10.8125rem;height:5.375rem;top:37.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwmvfd4M1URP3uwCs6B2DGTFLhklfkf4 { width:2.1875rem;height:7.5rem;top:39.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L78iloCcPTk0ed8SPwy7h139NM7TAHgX { width:3.375rem;height:3.375rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuBV5tOZLNE42KgwLhCTNHinpQAgkwpD { width:3.375rem;height:2.1125rem;top:27.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHoSRfNvMuWIK7NBkVTGqzNzyrK1h7cu { width:15.25rem;height:1.4625rem;top:28.1875rem;left:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izUwbo83Td3oRRI0caTE4ZBnkD6x3HUT { width:15.125rem;height:5.95rem;top:30.5rem;left:4.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdKMBt9AqzvAet06T10pPZhTpP0mh1EK { width:6.25rem;height:0.125rem;top:46.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLVyvHTCSWoHd6c4x0MynmGg6uqt5wt { width:0.0625rem;height:17.5625rem;top:9.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhTkdg7wEeAUnKrXrmcV6F3zTBF07Qki { width:20rem;height:23.7rem;top:47.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 { display:block; }#S3QOepDeh8BcnuNJZnTQt3FHt5FapBG3 > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LK7yXI7QittsTdLs68JUL9Gbg2BuK2G9 { width:20rem;height:2.6rem;top:6.2625007629394rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdXHfoKVGoN7z9duOThI1vcbXn7BmS3S { width:18.0625rem;height:3rem;top:29.075000762939rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAXysHMLm8g6NBuT4OAiPWteFFTR4TuN { width:12.5rem;height:3rem;top:44.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKwuiaNoKLmuLQQ5Gstn95vFggXSTQQ5 { width:17.5625rem;height:3rem;top:13.25rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVN17yVSwm6UZWXI7ivDOZcaVS2GKvOO { width:8.375rem;height:8.375rem;top:3.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAs50tp4AFB0v2ZFgwUs0C5B0ZmPOgmw { width:20rem;height:2.6rem;top:22.262500762939rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLPDKqUKBUnFmtcxl4OCw3wL8Tne7zV3 { width:8.375rem;height:8.375rem;top:18.950000762939rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUTdd0l5MT2F8CcXNVHcZBsRCTsozfiV { width:20rem;height:2.6rem;top:37.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCQiFaiTJqCD0unihsZvs0M2DXr1rZid { width:8.375rem;height:8.375rem;top:34.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/644af8bb-b128-4023-875b-e930adb42e3f/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w.adaptive-delivery-prevent-bg, #n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w.lazyload, #n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w.lazyloading { background-image: none; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container { background-color: transparent; background-image: none; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container > .video-iframe-container { display: none; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.94); }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row > .video-iframe-container { display: none; }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .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); }#n3nLBIRmLmSxf3K4O2lzv5c6bPIJgv7w > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akw4EATnyGx4CeGl7yARKaIENsvTZLDw { width:20rem;height:1.6875rem;top:10.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KbabhRvxKoFkFde2FM18zBUMb04Db7GC { width:20rem;height:2.25rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpcKU23MJXIokBMbww8Db4GFk6xtPpih { width:17.5625rem;height:1.6875rem;top:19.5625rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enOBf4PqFNnAmbxrCJTvONVzChZc5zG0 { width:17.5625rem;height:1.6875rem;top:28.1875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J97AEffEGcDfUPCivlLiT8w3pOIQm2Di { width:17.5625rem;height:1.6875rem;top:36.6875rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLfFpOuub2RSdg11VbSfzmoiLZlLO6LT { width:4.8125rem;height:4.8125rem;top:5.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEo8UR52OfZUEFlztaOTCPt39lD6hwbE { width:3.875rem;height:3.0625rem;top:6.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCFktgWICQfpZqRBc0nnH0GguX38G5aq { width:4.8125rem;height:4.8125rem;top:22.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGzdSnmXFH9MwPXRiG04CgTlArm32A7 { width:4.8125rem;height:4.8125rem;top:14.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVTJC7VrGKOs3bzWQQbzJh4L44Ebd4Nh { width:4.3125rem;height:4.125rem;top:14.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoToixqo3o0ifOs65a1QmiHoQTGXlZDi { width:4.8125rem;height:4.8125rem;top:31.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZBV3r4Us6XNNaIWCiDaTEgFryx9Ii81 { width:2.875rem;height:3.4375rem;top:23.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfcIuEQ9p9WDWdUSdZmrtmZyin9Bvs5T { width:4.75rem;height:3.6875rem;top:32.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTppLCfu3Pdb4Zd0aJxarPV2rT9OaST4 { width:4.8125rem;height:4.8125rem;top:5.5rem;left:7.625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.26) ;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #rb8ziBZZ6LUBMNhQrdXPIko7EcQ5yZPE { width:4.8125rem;height:4.8125rem;top:14.125rem;left:7.625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.26) ;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #e63FQTkEeuN5fM6E2bd7huZylHKGrkDr { width:4.8125rem;height:4.8125rem;top:22.75rem;left:7.625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.26) ;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #DTtlITfd6H00zHHeZ013IKstTlSqGiXF { width:4.8125rem;height:4.8125rem;top:31.25rem;left:7.625rem;box-shadow: 0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.26) ;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #gc1ZbTNEETBBgPLTv3zF2v50TnvsQByz { width:4.8125rem;height:4.8125rem;top:45.875rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOnf3p77HqsexJId0TOp6SaHWazf725f { width:20rem;height:15.1875rem;top:40rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRvztuVudpTkcGfV0XwcucUXPyHqkerN { width:20rem;height:11.0270625rem;top:41rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPvqom1fhdWNhmESchvmLy5qQeuSunBC { display:block; }#lPvqom1fhdWNhmESchvmLy5qQeuSunBC > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nL8KXO1NsUqfTZT8q4PrWBSZ43XXvTic { width:8.9375rem;height:7.375rem;top:6.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InSMDqIcmOeXrECclfMyg7thRkTdsyxT { width:7.125rem;height:4.5625rem;top:7.53125rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGDk7HpmzR5WQnBTCTJRzKCl8S1Kz1JH { width:8.9375rem;height:7.375rem;top:6.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtrEuv4BtvtuFIah16QKixlZrWJ1qsqI { width:6.0625rem;height:3.9375rem;top:8.15625rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvV9pkBcfV34GLA9RmKdNZSPDi4EdULq { width:8.9375rem;height:7.375rem;top:14.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmmp5x4byqDUT9Dxxtpd6P0gF4J6RIKP { width:7.5625rem;height:2.3125rem;top:16.96875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ty1grZWg2umD8L42uO3PTF6OOon2MKs1 { width:8.9375rem;height:7.375rem;top:14.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ar1sXztPcU8VzZASPD1JhG7HuKFo1yZM { width:6.8125rem;height:2.9375rem;top:16.65625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNeEdaJTB2aVzr2QDrTs7yoVLD6chvbU { width:8.9375rem;height:7.375rem;top:46.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9v3qUBVpI8NOLAAnDUSCf7i19aceKD6 { width:7.5625rem;height:3.1875rem;top:56.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqVG5u381Cn5uZCfxQtZZaFu8bRB5ZNB { width:8.9375rem;height:7.375rem;top:38.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T18aVlbRpkRVmT4PphMKxa4DS9xoCHwR { width:7.3125rem;height:2.5rem;top:40.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaS3KH0TTpLIUwwXo9STWZEyOcdJSEOD { width:8.9375rem;height:7.375rem;top:30.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOU1A3gEzr36ATsa4VosGiEtIGa3PgRV { width:8.375rem;height:3.6875rem;top:31.9375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1HVep1zCCE5ysWv1FJErsFt8mduNgsq { width:8.6875rem;height:5.9375rem;top:47rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLUhKPGDgFJs5oEW1vX0xKxvHazyVyWG { width:7.125rem;height:1.75rem;top:25.25rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhwlPzvSkEMN1QXIcaI2xd6eZbn3akwA { width:7.375rem;height:2.3125rem;top:40.84375rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNbJzdgmnvgIiuxMwOUEwkrX9lMWlohn { width:5.75rem;height:3.8125rem;top:32.21875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1GwDaBb5NB6Px2gt7y1OUCiedhTSx8u { width:6.8125rem;height:2.9375rem;top:56.6875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcgKCDAqOwarDyUrGsn23HOuDs7OTvVK { width:7.25rem;height:2.6875rem;top:48.8125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD3vp8L1tN68Uvwwagf8J4umiHXT6XXv { width:20rem;height:2.25rem;top:2.90625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brJpkkvg0MPflK1FHGT1kIk57TMCTAO0 { width:7.4375rem;height:4.3125rem;top:23.96875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzC0u5o2oWVrIT72RCKi2yVFTWTXrQPm { width:8.9375rem;height:7.375rem;top:22.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7obqMrz9efCq7itLfdntuCB1Tc1QlsT { width:8.9375rem;height:7.375rem;top:22.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg8qWCwfJvJKgeu2ttCL8FMAek8rqgCN { width:8.9375rem;height:7.375rem;top:38.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib5wV8aCcqlmcRhzks4o6krTcrevf2C9 { width:8.9375rem;height:7.375rem;top:30.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcWwop539vEUMoQbVhbgAcBgWBc0ZhQR { width:8.9375rem;height:7.375rem;top:54.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMmnqEUDVCPB3WJ8taHzveiup2Q5kdT3 { width:8.9375rem;height:7.375rem;top:46.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueuqR0T3hMtzhiBcKNbd4Q8zKbulVvVZ { width:8.9375rem;height:7.375rem;top:54.46875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/825a114c-3e97-4066-aa6b-df3dbec6cffd/BGW.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO.adaptive-delivery-prevent-bg, #O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO.lazyload, #O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO.lazyloading { background-image: none; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container { background-color: transparent; background-image: none; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container > .video-iframe-container { display: none; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row > .video-iframe-container { display: none; }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .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); }#O6ePlSIiAZCJdhbgnX2JutFIWRuLw6bO > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NP9UhsBOvpgPsSpWO1tTMqTCLfq3BSF9 { width:10rem;height:2.55rem;top:12.34375rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqUDQhKEzk5y38or3ckEAQOHz1zHUwn1 { width:10rem;height:2.55rem;top:24.6875rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElX3IPozAhvTaPzSUx3tqSbS2t3phUNr { width:10rem;height:2.55rem;top:35.5rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLnBgQC9kKSbQmTs5aVXP6XNQAWqXkO0 { width:6.25rem;height:6.25rem;top:5.65625rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stZHzbK5IWTNGzdOS0kxG1rNx7lEtLub { width:6.25rem;height:6.25rem;top:18rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWl9MeVcE3vpb1b0cSTRrdOAnmzx3Gef { width:10rem;height:3.6125rem;top:12.4375rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ISzz6U88FNR1FAHJWJfEmm3qXbfgl7Kf { width:10rem;height:2.55rem;top:24.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPHTgFIkKzvetkQ1i4yH91w36Gc1gymd { width:10rem;height:3.6125rem;top:35.875rem;left:0rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #pPyfPsM8mKOvR3o7fh5JaA28KiaVTJ5L { width:10rem;height:2.55rem;top:47.125rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6GTbwfIJk32ozTnpaTiHyDs93uUi4gX { width:6.25rem;height:6.25rem;top:5.65625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAPSgoTP5B16NJhbytSRvn0AeaaNtVhP { width:6.25rem;height:6.25rem;top:40.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBXwu12key49LcKyUGNeWsdNLRLAkPvM { width:6.25rem;height:6.25rem;top:29.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLM7dXREuh1KaziEmz1Rq0iuz90TmZt7 { width:20rem;height:27.3125rem;top:51.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNayTcq0iHdngJR1TSLJJT9gQO2Fw7iK { width:18.75rem;height:9.5rem;top:53.25rem;left:0.625rem;font-size:1rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #hTkZsx4qCTypTCtoOxPrAAwmcarUVo0M { width:8.3125rem;height:0.125rem;top:63.875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJaqHbF9DXoXEZi91VeTCDQqzhcmmuv4 { width:18.5rem;height:6.1875rem;top:65.0625rem;left:0.75rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HOAJoVnloTMtTm3OvnBLqX47LBJywW3S { width:20rem;height:4.5rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb6o6R1FeyPw8ZTsFysLxZlRt9itH9DU { width:6.25rem;height:6.25rem;top:17.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vulNxRMRztTFCElTbonTtzBUIXKRV7db { width:6.25rem;height:6.25rem;top:29.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QETZ9iNBThkRWvgJ3u0x8ZQ4m9se2rvU { width:20rem;height:3.8rem;top:73.4375rem;left:0rem;font-size:1rem;z-index:100006;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #rTuHvv68ziFaGk3DO5n9xeKHiFcHfI9W { width:4.375rem;height:0.125rem;top:72.125rem;left:7.8125rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #kMF38phox5BiXGP2nv7FJgkalsmUpgrB { display:none; }#kMF38phox5BiXGP2nv7FJgkalsmUpgrB > .row .container { width:20rem;height:17.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lQ2mS98eDirNeS9fRJQDPZTWZPMMItKG { width:20rem;height:0;top:6.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A45M7X8AecONTdbIsTfitK2nUhd98O7N { width:4.375rem;height:0.125rem;top:5.5625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe { background-color:#0d504c;background-image:url("https://images.assets-landingi.com/uc/66c63d30-5af9-4204-a47a-81d5fdfd41bb/bg2.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe.adaptive-delivery-prevent-bg, #QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe.lazyload, #QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe.lazyloading { background-image: none; }#QTrJEoLXwRURT7Pk6rdsV15IoMwux9Pe > .row .container { width:20rem;height:94.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ohq1yUrnofgwrTOSgmoZ3ic0toPXrn1x { width:20rem;height:53.375rem;top:6.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }#Ohq1yUrnofgwrTOSgmoZ3ic0toPXrn1x li:before{  }
 }@media only screen and (max-width: 763px) { #XUqcvaEpw0KLOs6nN9fNXVEylgk23AiV { width:5rem;height:0.0625rem;top:17.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O07HyWHPM2HWlXfbM4hw6URIxcMcKT88 { width:11.875rem;height:2.5625rem;top:2.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3irG01MZCm3Q4hTNweDXoD7857t4HVi { width:20rem;height:1.40625rem;top:66.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-text {padding-top: 0; padding-bottom: 0;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-select {padding-top: 0; padding-bottom: 0;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz  { width:16.25rem;height:auto;top:79.65625rem;left:0.8125rem; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz {display:block;}#aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz { width:16.25rem;height:auto;top:79.65625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #Zl2un7JbkZgoB0owDGGFM2LnKvZ7qi7q {  }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #C2G23vCM4UzisSN0RLAk9uhitT8t1hD2 {  }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #hmEAq3oXypC6732eNzC8bI8fBtu782qF {  }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #muF4NpG5gq9zeTV7yTCIKDC6U2nTKN6C {  }
 }@media only screen and (max-width: 763px) { #aP2X1u9m5SbmyOmZ8T6LOqWSu8AOr1wz #x324ZmCwbLm7SzVo0ceDFQA9EG2ZSPPK {  }
 }@media only screen and (max-width: 763px) { #cqATBuPFuKmIKLp9y3PxyipK0beZfeBi { width:20rem;height:24.3125rem;top:69.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHaDn09Fy9BG8gJNRUK2nA4UMAnqnQlA { width:17.25rem;height:5.85rem;top:71.09375rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fBIvloghiX1cJqT0P6GKqy4DK5Kqh1L0 { width:18rem;height:1.5rem;top:77.65625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NLmXRtfDuq6LX5pKeUrLWRp1ZiAqGIgQ { width:2.5rem;height:2.3125rem;top:63.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCIGJT6RNsfC7QFcFkOo3ssrqldDV9GU { display:none; }#qCIGJT6RNsfC7QFcFkOo3ssrqldDV9GU > .row .container { width:20rem;height:9rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CVTDJM8yTRPViZDqWeNCeNI27noReWrq { width:14.125rem;height:3.0625rem;top:1.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z76Z5CzkKRCCPNRX6bcEBwoMQSrRiP8O { width:20rem;height:1.05625rem;top:4.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMtHvMDyxvzCOSQVgyMO4XT8c5LvzM0b { width:20rem;height:1.05625rem;top:6.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }