.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zWqe9rHH/christopher_jolly_GqbU78bdJFM_unsplash.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:signika;font-size:3.125rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.4500002861023rem;left:0rem;height:4.0625rem;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; }
#ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5rem;top:9.4375rem;left:27.5rem;display:block; }
#bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { position:absolute;display:block;z-index:99999;background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.1875rem;width:26.75rem;top:11.3125rem;left:31.625rem;display:block; }
#TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:12.4375rem;left:33.4375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-form-header {  }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { background-color:rgba(255,255,255,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:21.375rem;box-sizing:border-box;height:2.9375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { background-color:rgba(255,255,255,0.23);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:21.375rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:center;text-align-last:center;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .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:21.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;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.0625rem;font-weight:700;color:#4a4a4a;width:21.375rem;height:2.9375rem;font-family:raleway;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .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:"open sans";font-size:0.75rem;font-weight:300;color:#ece5dd;vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;line-height:1.4; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .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; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container:first-of-type{padding-top:0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-container:last-of-type{padding-bottom:0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { background-color:#69c9cd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:14.9375rem;left:33.4375rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem;display:block;vertical-align:top; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { background-color:#69c9cd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100008;position:absolute;top:14.9375rem;left:33.4375rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #vckSIRzoekPEnXnVooBv9l8QCbyza3Bs { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qfT7nDAl46Jw3vlwpJ9Grq6l8hh5I3zI { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #oSTaQX8GQzlSLfpdQOeHUg328m2CpSXf { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #lQIKxrc7axgU9HrbS1TMaC720LlwSGla { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #UbFHgmrT0vcAl13dhxN0zgTEK1JS1Hgh { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TcllnzuU8nngQeRIKm9OFiBRcbFlioza { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #ZOqaRsseD4g5KSKKaV9ZnoVyS1SOtBPF { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #PU0TuelfSTeMcvSMxfd0UGaGPRyD0syp { position:relative;z-index:2; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #iKBZToLD3rgr2URsdEfzlSxi7TTO2Dvy { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq { position:relative; }
#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.3125rem;left:2.8125rem;height:14.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:not(:first-child){ padding-top:2.1875rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{  }
#RF5qwQBVTdIDwzapBBKWFsVgDGtpAy79 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.375rem;width:11.125rem;top:0rem;left:24.312501907349rem;overflow:hidden;display:block; }
#Uv7VzTIpWhsxbLSgmGbrWK5qmmgQx2rW { position:absolute;display:block;z-index:100009;background-color:rgba(106,101,87,0.43);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.25rem;width:29.6875rem;top:11.3125rem;left:0rem;display:block; }
#DeTPgxNCAqs5KSuKP3V5aXCAUIgdBuEi { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:6.625rem;width:13.5rem;top:31.9375rem;left:0rem;overflow:hidden;display:block; }
#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { background-color: transparent; background-image: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row > .video-iframe-container { display: none; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .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); }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { border-width: 0; border-radius: 0; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { color:#3fc1c9;display:block;width:60rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMVt0L36N4OlQzHx2owckT2eFDh2812N { position:absolute;display:block;z-index:100002;background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5rem;top:8.0625rem;left:27.5rem;display:block; }
#PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { color:#364f6b;display:block;width:55.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:9.25rem;left:2.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsiBgFn3MhFTFf89DxKC0b0ND1oxWck5 { color:#3fc1c9;display:block;width:60rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:16.875rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMTk4I4PcAKilKrsfcD82Ni6Q68clKxX { color:#364f6b;display:block;width:43.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:21.9375rem;left:8.40625rem;height:7.125rem;display:block; }#WMTk4I4PcAKilKrsfcD82Ni6Q68clKxX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WMTk4I4PcAKilKrsfcD82Ni6Q68clKxX li:before{  }
#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row .container { background-color: transparent; background-image: none; }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row .container > .video-iframe-container { display: none; }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row > .video-iframe-container { display: none; }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .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); }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row .container { border-width: 0; border-radius: 0; }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#eo2KlIfaCDKOZwOXJmUZ9Onutg0vFh1D { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.3125rem;width:20.3125rem;top:3.96875rem;left:7.0625rem;overflow:hidden;display:block; }
#z3lOxRICTOTdOT9tN6KVTQp57cD6okXk { position:absolute;display:block;z-index:99999;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;box-shadow: 0.3125rem 0.375rem 0.5625rem rgba(0,0,0,0.32) ;height:22.875rem;width:48.4375rem;top:2.6875rem;left:5.78125rem;display:block; }
#FviAUC5wIsJeo6GP6axQ26WRdx3zqvW2 { color:#364f6b;display:block;width:18rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:11.75rem;left:31.59375rem;height:10.96875rem;text-align:center;text-align-last:center;display:block; }
#KGySoBTm5GTrAUGVMsqk6DdhHtnKugnO { color:#3fc1c9;display:block;width:23.6875rem;position:absolute;font-family:signika;font-size:2rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.96875rem;left:28.75rem;height:5.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UQY0ka4a/06.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.adaptive-delivery-prevent-bg, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyload, #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0.lazyloading { background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { background-color: transparent; background-image: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container { display: none; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .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); }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { border-width: 0; border-radius: 0; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:60rem;position:relative;display:block; }#HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { position:absolute;display:block;z-index:100004;background-color:#ece5dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5rem;top:14.875rem;left:27.5rem;display:block; }
#lerGrL84h6F8WTpydKH676Xz0KTnVgpF { background-color:#ece5dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#594949;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:21.1875rem;left:21.25rem;display:block; }
#uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { color:#ece5dd;display:block;width:60rem;position:absolute;font-family:signika;font-size:3.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:9.2625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bF0nnLxMwbPwygGdITne6EaWRihxVCgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row .container { background-color: transparent; background-image: none; }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row .container > .video-iframe-container { display: none; }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row > .video-iframe-container { display: none; }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .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); }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row .container { border-width: 0; border-radius: 0; }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#EFpGN1szJRrdfkSyuM6mzQ8QSOKQ7I5A { color:#3fc1c9;display:block;width:60rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:1.474609375rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x1GTsHMQoAFyzhtLSfkK9KTyrE6T2DdK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.6875rem;width:13.9375rem;top:8.5625rem;left:2.4375rem;overflow:hidden;display:block; }
#rKQqkTmmB4DTtAwPR1R7QFpd4tU5CsKS { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:15.875rem;top:7.8125rem;left:1.4375rem;display:block; }
#caddNnfReNDzPEfT8pPxC6wRFQuz4E4I { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:21rem;left:4.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UF9J5qpxPXff7KRepfaNbTHtzQH2QVuG { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:7.125rem;left:26.4375rem;overflow:hidden;display:block; }
#bgGqS6nqRzPUrSCpJrURrTvuNThC9PMs { position:absolute;display:block;z-index:100005;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:6.375rem;left:25.4375rem;display:block; }
#tByHkENhy06ltd9vAV6xvN4bHGtEeWqM { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:22.375rem;left:29.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bNLc19vxFd9qofpS2HzONrN26WuHLvnU { 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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:26.1875rem;left:14.625rem;display:block; }
#vfwpJeZxwSZ0TE5bATELNRxf6sHWLeLK { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:26.9375rem;left:15.625rem;overflow:hidden;display:block; }
#v5eCb2nWmb4sNcUVGpZ30z1O8cmQ3Dph { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:42.1875rem;left:18.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FOQU1I4wa3gcwR09EAv1kWMbIKy3LMyW { position:absolute;display:block;z-index:100011;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:26.1875rem;left:35.625rem;display:block; }
#oONlQhf2hxiT2m4SJMhMB9fuE4h0xTLB { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:26.9375rem;left:36.625rem;overflow:hidden;display:block; }
#QkqTWrUS9GLn6G4T6ybAID663LbyqFmq { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:42.1875rem;left:39.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zp9OKwxZZyTPLAg39WCoNWyrgMcXqXR8 { position:absolute;display:block;z-index:100014;background-color:#3fc1c9;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:53.125rem;top:47.500000953674rem;left:2.4375rem;display:block; }
#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row .container { background-color: transparent; background-image: none; }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row .container > .video-iframe-container { display: none; }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row > .video-iframe-container { display: none; }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .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); }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row .container { border-width: 0; border-radius: 0; }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#lNi2xMiZFUAFcVmA43T4KbdKnm8lNvks { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:13.9375rem;top:2.5rem;left:1rem;overflow:hidden;display:block; }
#kvht7JTFs878gOzCA199T5LLUtw5ooEK { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:15.875rem;top:1.75rem;left:0rem;display:block; }
#If2HJ3WSLTWMR1SF6UmZrauSgalaqvUf { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EaHtqux1OJUkbBCloN7b7fDQ7Uz2PvuZ { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:2.5rem;left:18.8125rem;overflow:hidden;display:block; }
#wh1ZVM775I4Blz8rDyJHeS0QTGme0puR { position:absolute;display:block;z-index:100005;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:1.75rem;left:17.8125rem;display:block; }
#tDlWaguDvTbCBy3c2DgS71PcAb7iD8nM { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:17.75rem;left:22.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WLdphLStu5msB0CTZIJXCFgvtdtUQ3zm { 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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:1.9375rem;left:37.4375rem;display:block; }
#lzAZRfZhFKbCbThqTRFdEbJMxXkw48Qg { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:2.6875rem;left:38.4375rem;overflow:hidden;display:block; }
#MzPip0Tuqcp06ADRbi8JpBqIqC6CJloV { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:17.9375rem;left:41.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fNEW9UpU3ohBT8Qp9QsfGyXtERvanymt { position:absolute;display:block;z-index:100015;background-color:#3fc1c9;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:53.125rem;top:22.562501907349rem;left:3.4375rem;display:block; }
#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row .container { background-color: transparent; background-image: none; }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row .container > .video-iframe-container { display: none; }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row > .video-iframe-container { display: none; }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .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); }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row .container { border-width: 0; border-radius: 0; }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#bV3CSsiBVreCaFbsll6ce3TdspkDIq9f { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:13.9375rem;top:2.5rem;left:1rem;overflow:hidden;display:block; }
#N9WqnTpyIM6eUauthTaxRub7Pkbc4QqI { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:15.875rem;top:1.75rem;left:0rem;display:block; }
#NbAwTrFurmWwN0K5TtHHw7gePXOhfGUu { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mrPo1lZs30vRBGmJumdhxOmPK9vaw3QF { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:2.5rem;left:18.8125rem;overflow:hidden;display:block; }
#oBS3SLJ3tUhGEPf8n77TBL8xmQHktCgg { position:absolute;display:block;z-index:100005;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:1.75rem;left:17.8125rem;display:block; }
#zbsJRi8Wm2sdxVGFG3TDgWvNkdFxmift { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:17.75rem;left:22.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LOLW9XokUgM3D7wCMUGxSOdDcwmHTOXB { 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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:1.9375rem;left:37.4375rem;display:block; }
#cobpJ57TLGJdnkyBtXTz0QKF3MsyyF4x { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:2.6875rem;left:38.4375rem;overflow:hidden;display:block; }
#pEDTTm2SKu0asqKuStLadcZC1DLTLDOX { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:17.9375rem;left:41.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#v3oWSPNF9i0r5oNJvN1cvhAkXKnDDoIl { position:absolute;display:block;z-index:100016;background-color:#3fc1c9;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:53.125rem;top:22.562501907349rem;left:3.4375rem;display:block; }
#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row .container { background-color: transparent; background-image: none; }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row .container > .video-iframe-container { display: none; }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row > .video-iframe-container { display: none; }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .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); }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row .container { border-width: 0; border-radius: 0; }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#Hd6C6bOVL16B386a8LSCdLOC3STeTbMb { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:13.9375rem;top:4.5625rem;left:4.375rem;overflow:hidden;display:block; }
#zxOJ9kuDT1zVLTIeNVhRaA0gQ6Uuzhn9 { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:15.875rem;top:3.8125rem;left:3.375rem;display:block; }
#N5G0xBMpcQJbHyTKHUL4mbR4Uix4Ectv { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:17rem;left:6.0625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#M8GGzuFmo6ymMMtu4vNMmR9NocrLH506 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:3.125rem;left:28.375rem;overflow:hidden;display:block; }
#hevzWmCGMRTnrETrR4yeLHvBOFLcxmTc { position:absolute;display:block;z-index:100005;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:2.375rem;left:27.375rem;display:block; }
#LAET8SvyP7BUBPf5yWvr1G60bsmtT06o { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:18.375rem;left:31.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#g8OObE8PihLeAgCw2Fv0ht5kZBViktoL { 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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:22.1875rem;left:16.5625rem;display:block; }
#plBrPKq3s24zXPLJypxNkAyzR4rhOsTP { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:22.9375rem;left:17.5625rem;overflow:hidden;display:block; }
#Lk4nOXMrBD588wF00EL47DkTW03Ho2TO { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:38.1875rem;left:20.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SfUnSKkgksN9wCX0sJSRQ9mV3s7n7bkl { position:absolute;display:block;z-index:100011;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:22.1875rem;left:37.5625rem;display:block; }
#xvqKtrgzx8BQu4s5aFNeEdxc4gCMzSIr { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:22.9375rem;left:38.5625rem;overflow:hidden;display:block; }
#uSgu0Fh2JKh8dPH6neozd2FRduRiqxNr { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:38.1875rem;left:41.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eMTm5Bv8190ZGRrU2PmkW4bi0g6uImGi { position:absolute;display:block;z-index:100017;background-color:#3fc1c9;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:53.125rem;top:43.375rem;left:3.4375rem;display:block; }
#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row .container { background-color: transparent; background-image: none; }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row .container > .video-iframe-container { display: none; }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row > .video-iframe-container { display: none; }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .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); }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row .container { border-width: 0; border-radius: 0; }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#aBma3nxMUdfyWUgkdquzK0xJ3BOuFNZg { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:13.9375rem;top:3.4375rem;left:1rem;overflow:hidden;display:block; }
#MrXhKybnL0gL5SfCyLchTiPalQUClIES { position:absolute;display:block;z-index:100002;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15rem;width:15.875rem;top:2.6875rem;left:0rem;display:block; }
#itMo7MTCCFeeNBa1ZPhoLHxfxlcTAVvA { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:15.875rem;left:2.6875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lU9Rdh9mO5rO0v7QaSBK2GMwXQNw80ya { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:3.5rem;left:38.4375rem;overflow:hidden;display:block; }
#NRooZb6NDRTHxq2PWUi3iUOeEGm5FlOa { position:absolute;display:block;z-index:100005;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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:2.6875rem;left:17.8125rem;display:block; }
#HT6ceD6O5RFehra9fUlnbHOQQmTmR04L { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:22.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#WQDoiWl3hGOzFiAPlUgEthvRAe76gV2N { 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;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.9375rem;width:19rem;top:2.875rem;left:37.4375rem;display:block; }
#mHOhO6GlBnUCuB0u2HRRmJsbBKap9pZk { color:#000000;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:18.875rem;left:41.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vwEfRu001F8IU37pNbxJDOXiXT256VWU { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.25rem;width:17rem;top:3.4375rem;left:18.8125rem;overflow:hidden;display:block; }
#v0vDVJA4woaT33lE1LJUBumv7wADDih4 { position:absolute;display:block;z-index:100018;background-color:#3fc1c9;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:53.125rem;top:23.3125rem;left:3.4375rem;display:block; }
#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { background-color: transparent; background-image: none; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container > .video-iframe-container { display: none; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row > .video-iframe-container { display: none; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .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); }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { border-width: 0; border-radius: 0; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#Jw8qdAIBtbAVeLZosuJX97rpr6llTcvT { position:absolute;display:block;z-index:100004;background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5rem;top:10.4375rem;left:27.5rem;display:block; }
#CAbEF09t6pWVPlW1QhoMmvRmCQmd0kXG { color:#3fc1c9;display:block;width:60rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { background-color: transparent; background-image: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container > .video-iframe-container { display: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row > .video-iframe-container { display: none; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .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); }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { border-width: 0; border-radius: 0; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:60rem;position:relative;display:block; }#sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:19rem;top:6.3125rem;left:0.5rem;overflow:hidden;display:block; }
#PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { position:absolute;display:block;z-index:100001;background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.875rem;width:5.875rem;top:3.1875rem;left:6.8125rem;display:block; }
#iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { box-sizing:content-box;color:#ffffff;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:4.75rem;left:8.375rem;display:block; }
#F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:11.03125rem;left:0.78125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z80OqVvTBMH5DC22oxKqzZK3y2rPuTpZ { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:12.21875rem;left:5.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:15.1875rem;left:0.5rem;display:block; }
#JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.0625rem;width:18.125rem;top:6.71875rem;left:40.9375rem;overflow:hidden;display:block; }
#XRvrWlSEEa7B1d2gbOowdZxKwW8lr5rT { color:#ffffff;display:block;width:10.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:12.875rem;left:44.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:11.875rem;left:40.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ar0tkEl2MlHZsZemQFQfceFPu6P2huod { position:absolute;display:block;z-index:100025;background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.875rem;width:5.875rem;top:3.25rem;left:46.8125rem;display:block; }
#fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { box-sizing:content-box;color:#ffffff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:4.59375rem;left:48.21875rem;display:block; }
#K59LlMdVaLJJpcIr172ebAxmZA40KdgF { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.1875rem;width:18.3125rem;top:6.3125rem;left:20.5rem;overflow:hidden;display:block; }
#eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { position:absolute;display:block;z-index:100017;background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:5.875rem;width:5.875rem;top:3.25rem;left:26.8125rem;display:block; }
#UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:4.8125rem;left:28.4375rem;display:block; }
#RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:11.8125rem;left:20.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M33SJDIWTn2a3W49ymt6wkza7qvMubro { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:12.9375rem;left:25.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzd1W8TMN5JXcFTUN81NvtyqDH5xJdMt { position:absolute;display:block;z-index:99999;background-color:rgba(2,2,2,0.21);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:12.5rem;width:19rem;top:6.15625rem;left:0.5rem;display:block; }
#umJhBNKMaSsgublDhZ9UoQcpHE71yku8 { position:absolute;display:block;z-index:100020;background-color:rgba(2,2,2,0.42);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:12rem;width:18.25rem;top:6.75rem;left:40.75rem;display:block; }
#zVB9RSIAJz5bWJZnENbSTwbGrHNw6D7d { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:12.875rem;left:25.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dLea9xg5/10.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.adaptive-delivery-prevent-bg, #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.lazyload, #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C.lazyloading { background-image: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { background-color: transparent; background-image: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container > .video-iframe-container { display: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row > .video-iframe-container { display: none; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .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); }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { border-width: 0; border-radius: 0; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#yUkMiTuunXUEwoxKDdvLB44CWrGoOVaF { position:absolute;display:block;z-index:100006;background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5rem;top:9.625rem;left:27.5rem;display:block; }
#fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { color:#3fc1c9;display:block;width:60rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.53125rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCBdbNKtmALNi7Ur01bvxKD3El4QTQLq { color:#364f6b;display:block;width:60rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dLea9xg5/10.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o.adaptive-delivery-prevent-bg, #fxiEhg2TuEXMw8qbr75yrnfUc74UST7o.lazyload, #fxiEhg2TuEXMw8qbr75yrnfUc74UST7o.lazyloading { background-image: none; }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row .container { background-color: transparent; background-image: none; }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row .container > .video-iframe-container { display: none; }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row > .video-iframe-container { display: none; }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .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); }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row .container { border-width: 0; border-radius: 0; }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#xgexRyfFAUBTpxwKmvEtu75XnffvaiSb { position:absolute;display:block;z-index:100000;height:21.75rem;width:60rem;top:4.75rem;left:0rem;display:block; }
#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WT4h072o/alexander_dummer_UH_xs_FizTk_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.adaptive-delivery-prevent-bg, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyload, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyloading { background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { border-width: 0; border-radius: 0; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:60rem;position:relative;display:block; }#MPFtwBntanemHl3ti0EarcwDRkFnvTgB { position:absolute;display:block;z-index:100008;background-color:#ece5dd;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:5rem;top:21.125000715256rem;left:27.500001907349rem;display:block; }
#z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { color:#3fc1c9;display:block;width:34.4375rem;position:absolute;font-family:signika;font-size:3.3125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:10.811718702316rem;left:12.78125rem;height:8.6125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bs5pTe4R4fmJqtAnX74fOt4SZNVQIRZM { background-color:#3fc1c9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ece5dd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.9375rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:23.187496185302rem;left:21.250001907349rem;display:block; }
#eW3e7zTFT1SDmzvkfD6mTLmSATpgomBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qOkkHinT8ZEBZBKvvugdfCpn2D11zq8o { position:absolute;display:block;z-index:100009;height:4.3125rem;width:7.6875rem;top:0rem;left:0.78125rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:47.75rem;height:4.0625rem;top:4.75rem;left:-0.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { width:5rem;height:0.125rem;top:9.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { width:26.75rem;height:27.1875rem;top:11.3125rem;left:21rem;display:block; }
 }@media only screen and (max-width: 959px) { #TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { width:23.125rem;height:1.3rem;top:12.4375rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { width:21.375rem;height:auto;top:14.9375rem;left:23.875rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { width:21.375rem;height:auto;top:14.9375rem;left:23.875rem; }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #vckSIRzoekPEnXnVooBv9l8QCbyza3Bs {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qfT7nDAl46Jw3vlwpJ9Grq6l8hh5I3zI {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #oSTaQX8GQzlSLfpdQOeHUg328m2CpSXf {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #lQIKxrc7axgU9HrbS1TMaC720LlwSGla {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #UbFHgmrT0vcAl13dhxN0zgTEK1JS1Hgh {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TcllnzuU8nngQeRIKm9OFiBRcbFlioza {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #ZOqaRsseD4g5KSKKaV9ZnoVyS1SOtBPF {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #PU0TuelfSTeMcvSMxfd0UGaGPRyD0syp {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #iKBZToLD3rgr2URsdEfzlSxi7TTO2Dvy {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw {  }
 }@media only screen and (max-width: 959px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq {  }
 }@media only screen and (max-width: 959px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:20.125rem;height:12.5rem;top:13.737500190735rem;left:0rem;font-size:1.25rem;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{  }
 }@media only screen and (max-width: 959px) { #RF5qwQBVTdIDwzapBBKWFsVgDGtpAy79 { width:11.125rem;height:6.375rem;top:0rem;left:18.187501907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #Uv7VzTIpWhsxbLSgmGbrWK5qmmgQx2rW { width:21.125rem;height:17.25rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DeTPgxNCAqs5KSuKP3V5aXCAUIgdBuEi { width:13.5rem;height:6.625rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:47.75rem;height:7.475rem;top:0.65000152587888rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:5rem;height:0.125rem;top:8.0625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { width:47.75rem;height:4.14375rem;top:9.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #HsiBgFn3MhFTFf89DxKC0b0ND1oxWck5 { width:47.75rem;height:3.25rem;top:16.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #WMTk4I4PcAKilKrsfcD82Ni6Q68clKxX { width:43.1875rem;height:4.28125rem;top:21.875rem;left:2.28125rem;font-size:0.9375rem;display:block; }#WMTk4I4PcAKilKrsfcD82Ni6Q68clKxX li:before{  }
 }@media only screen and (max-width: 959px) { #hQswuG3a16gqttkPJRRGoUEeCSqFrk1V { display:block; }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eo2KlIfaCDKOZwOXJmUZ9Onutg0vFh1D { width:20.3125rem;height:20.3125rem;top:3.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #z3lOxRICTOTdOT9tN6KVTQp57cD6okXk { width:47.75rem;height:22.875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #FviAUC5wIsJeo6GP6axQ26WRdx3zqvW2 { width:18rem;height:7.475rem;top:11.75rem;left:25.46875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KGySoBTm5GTrAUGVMsqk6DdhHtnKugnO { width:23.6875rem;height:5.2rem;top:3.9375rem;left:22.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { width:5rem;height:0.125rem;top:14.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lerGrL84h6F8WTpydKH676Xz0KTnVgpF { width:17.5rem;height:2.9375rem;top:21.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block; }
 }@media only screen and (max-width: 959px) { #hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { width:47.75rem;height:13.89375rem;top:4.0625rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bF0nnLxMwbPwygGdITne6EaWRihxVCgT { display:block; }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EFpGN1szJRrdfkSyuM6mzQ8QSOKQ7I5A { width:47.75rem;height:3.7375rem;top:1.4375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #x1GTsHMQoAFyzhtLSfkK9KTyrE6T2DdK { width:13.9375rem;height:11.6875rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #rKQqkTmmB4DTtAwPR1R7QFpd4tU5CsKS { width:15.875rem;height:15rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #caddNnfReNDzPEfT8pPxC6wRFQuz4E4I { width:10.5rem;height:1.21875rem;top:21rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #UF9J5qpxPXff7KRepfaNbTHtzQH2QVuG { width:17rem;height:14.25rem;top:7.125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bgGqS6nqRzPUrSCpJrURrTvuNThC9PMs { width:19rem;height:17.9375rem;top:6.375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #tByHkENhy06ltd9vAV6xvN4bHGtEeWqM { width:10.5rem;height:1.625rem;top:22.375rem;left:23.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bNLc19vxFd9qofpS2HzONrN26WuHLvnU { width:19rem;height:17.9375rem;top:26.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #vfwpJeZxwSZ0TE5bATELNRxf6sHWLeLK { width:17rem;height:14.25rem;top:26.9375rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #v5eCb2nWmb4sNcUVGpZ30z1O8cmQ3Dph { width:10.5rem;height:1.625rem;top:42.1875rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #FOQU1I4wa3gcwR09EAv1kWMbIKy3LMyW { width:19rem;height:17.9375rem;top:26.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #oONlQhf2hxiT2m4SJMhMB9fuE4h0xTLB { width:17rem;height:14.25rem;top:26.9375rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QkqTWrUS9GLn6G4T6ybAID663LbyqFmq { width:10.5rem;height:1.625rem;top:42.1875rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zp9OKwxZZyTPLAg39WCoNWyrgMcXqXR8 { width:47.75rem;height:0.1875rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu { display:block; }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lNi2xMiZFUAFcVmA43T4KbdKnm8lNvks { width:13.9375rem;height:11.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #kvht7JTFs878gOzCA199T5LLUtw5ooEK { width:15.875rem;height:15rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #If2HJ3WSLTWMR1SF6UmZrauSgalaqvUf { width:10.5rem;height:1.21875rem;top:14.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EaHtqux1OJUkbBCloN7b7fDQ7Uz2PvuZ { width:17rem;height:14.25rem;top:2.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wh1ZVM775I4Blz8rDyJHeS0QTGme0puR { width:19rem;height:17.9375rem;top:1.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tDlWaguDvTbCBy3c2DgS71PcAb7iD8nM { width:10.5rem;height:1.625rem;top:17.75rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WLdphLStu5msB0CTZIJXCFgvtdtUQ3zm { width:19rem;height:17.9375rem;top:1.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #lzAZRfZhFKbCbThqTRFdEbJMxXkw48Qg { width:17rem;height:14.25rem;top:2.6875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #MzPip0Tuqcp06ADRbi8JpBqIqC6CJloV { width:10.5rem;height:1.625rem;top:17.9375rem;left:35.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #fNEW9UpU3ohBT8Qp9QsfGyXtERvanymt { width:47.75rem;height:0.1875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m { display:block; }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bV3CSsiBVreCaFbsll6ce3TdspkDIq9f { width:13.9375rem;height:11.625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #N9WqnTpyIM6eUauthTaxRub7Pkbc4QqI { width:15.875rem;height:15rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #NbAwTrFurmWwN0K5TtHHw7gePXOhfGUu { width:10.5rem;height:1.21875rem;top:14.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #mrPo1lZs30vRBGmJumdhxOmPK9vaw3QF { width:17rem;height:14.25rem;top:2.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oBS3SLJ3tUhGEPf8n77TBL8xmQHktCgg { width:19rem;height:17.9375rem;top:1.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zbsJRi8Wm2sdxVGFG3TDgWvNkdFxmift { width:10.5rem;height:1.625rem;top:17.75rem;left:15.937501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LOLW9XokUgM3D7wCMUGxSOdDcwmHTOXB { width:19rem;height:17.9375rem;top:1.9375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #cobpJ57TLGJdnkyBtXTz0QKF3MsyyF4x { width:17rem;height:14.25rem;top:2.6875rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #pEDTTm2SKu0asqKuStLadcZC1DLTLDOX { width:10.5rem;height:1.625rem;top:17.9375rem;left:35.562501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #v3oWSPNF9i0r5oNJvN1cvhAkXKnDDoIl { width:47.75rem;height:0.1875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM { display:block; }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Hd6C6bOVL16B386a8LSCdLOC3STeTbMb { width:13.9375rem;height:11.625rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zxOJ9kuDT1zVLTIeNVhRaA0gQ6Uuzhn9 { width:15.875rem;height:15rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #N5G0xBMpcQJbHyTKHUL4mbR4Uix4Ectv { width:10.5rem;height:1.21875rem;top:17rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #M8GGzuFmo6ymMMtu4vNMmR9NocrLH506 { width:17rem;height:14.25rem;top:3.125rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hevzWmCGMRTnrETrR4yeLHvBOFLcxmTc { width:19rem;height:17.9375rem;top:2.375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LAET8SvyP7BUBPf5yWvr1G60bsmtT06o { width:10.5rem;height:1.625rem;top:18.375rem;left:25.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #g8OObE8PihLeAgCw2Fv0ht5kZBViktoL { width:19rem;height:17.9375rem;top:22.1875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #plBrPKq3s24zXPLJypxNkAyzR4rhOsTP { width:17rem;height:14.25rem;top:22.9375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #Lk4nOXMrBD588wF00EL47DkTW03Ho2TO { width:10.5rem;height:1.625rem;top:38.1875rem;left:14.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #SfUnSKkgksN9wCX0sJSRQ9mV3s7n7bkl { width:19rem;height:17.9375rem;top:22.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #xvqKtrgzx8BQu4s5aFNeEdxc4gCMzSIr { width:17rem;height:14.25rem;top:22.9375rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #uSgu0Fh2JKh8dPH6neozd2FRduRiqxNr { width:10.5rem;height:1.625rem;top:38.1875rem;left:35.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #eMTm5Bv8190ZGRrU2PmkW4bi0g6uImGi { width:47.75rem;height:0.1875rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC { display:block; }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aBma3nxMUdfyWUgkdquzK0xJ3BOuFNZg { width:13.9375rem;height:11.625rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #MrXhKybnL0gL5SfCyLchTiPalQUClIES { width:15.875rem;height:15rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #itMo7MTCCFeeNBa1ZPhoLHxfxlcTAVvA { width:10.5rem;height:1.21875rem;top:15.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lU9Rdh9mO5rO0v7QaSBK2GMwXQNw80ya { width:17rem;height:14.25rem;top:3.5rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #NRooZb6NDRTHxq2PWUi3iUOeEGm5FlOa { width:19rem;height:17.9375rem;top:2.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #HT6ceD6O5RFehra9fUlnbHOQQmTmR04L { width:10.5rem;height:1.625rem;top:18.6875rem;left:15.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #WQDoiWl3hGOzFiAPlUgEthvRAe76gV2N { width:19rem;height:17.9375rem;top:2.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #mHOhO6GlBnUCuB0u2HRRmJsbBKap9pZk { width:10.5rem;height:1.625rem;top:18.875rem;left:35.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #vwEfRu001F8IU37pNbxJDOXiXT256VWU { width:17rem;height:14.25rem;top:3.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #v0vDVJA4woaT33lE1LJUBumv7wADDih4 { width:47.75rem;height:0.1875rem;top:23.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #yEOK3Dkgio11P6mTxklVXZh1abDCkEBh { display:block; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Jw8qdAIBtbAVeLZosuJX97rpr6llTcvT { width:5rem;height:0.125rem;top:10.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CAbEF09t6pWVPlW1QhoMmvRmCQmd0kXG { width:47.75rem;height:3.7375rem;top:5.75rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { width:16rem;height:12.1875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { width:5.875rem;height:5.875rem;top:3.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { width:3.25rem;height:3.25rem;top:4.75rem;left:6.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { width:15.6875rem;height:1.3rem;top:11rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #z80OqVvTBMH5DC22oxKqzZK3y2rPuTpZ { width:9.5rem;height:2.6rem;top:12.1875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { width:16rem;height:3.375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block; }
 }@media only screen and (max-width: 959px) { #pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { width:15.5625rem;height:12.0625rem;top:6.6875rem;left:32.062500357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #XRvrWlSEEa7B1d2gbOowdZxKwW8lr5rT { width:10.5rem;height:2.6rem;top:14.787499547005rem;left:34.541406989098rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { width:13.625rem;height:2.6rem;top:11.875rem;left:34.000000357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ar0tkEl2MlHZsZemQFQfceFPu6P2huod { width:5.875rem;height:5.875rem;top:3.25rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { width:3.5625rem;height:3.5625rem;top:4.5625rem;left:37.90625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #K59LlMdVaLJJpcIr172ebAxmZA40KdgF { width:15.8125rem;height:12.1875rem;top:6.3125rem;left:16.125000357628rem;display:block; }
 }@media only screen and (max-width: 959px) { #eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { width:5.875rem;height:5.875rem;top:3.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { width:3.125rem;height:3.125rem;top:4.8125rem;left:22.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { width:14.8125rem;height:1.3rem;top:11.8125rem;left:16.000000357628rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #M33SJDIWTn2a3W49ymt6wkza7qvMubro { width:8.8125rem;height:2.6rem;top:12.9375rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #kzd1W8TMN5JXcFTUN81NvtyqDH5xJdMt { width:16.1875rem;height:12.5rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #umJhBNKMaSsgublDhZ9UoQcpHE71yku8 { width:15.75rem;height:12.1875rem;top:6.5000001192094rem;left:32.000002264976rem;display:block; }
 }@media only screen and (max-width: 959px) { #zVB9RSIAJz5bWJZnENbSTwbGrHNw6D7d { width:8.8125rem;height:2.6rem;top:12.875rem;left:19.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yUkMiTuunXUEwoxKDdvLB44CWrGoOVaF { width:5rem;height:0.125rem;top:9.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { width:47.75rem;height:3.7375rem;top:4.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sCBdbNKtmALNi7Ur01bvxKD3El4QTQLq { width:47.75rem;height:1.3rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #fxiEhg2TuEXMw8qbr75yrnfUc74UST7o { display:block; }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xgexRyfFAUBTpxwKmvEtu75XnffvaiSb { width:47.75rem;height:21.75rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:5rem;height:0.125rem;top:21.125rem;left:21.375001907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:34.4375rem;height:7.475rem;top:10.75rem;left:6.65625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bs5pTe4R4fmJqtAnX74fOt4SZNVQIRZM { width:17.5rem;height:2.9375rem;top:23.125rem;left:15.125001907349rem;display:block; }
 }@media only screen and (max-width: 959px) { #eW3e7zTFT1SDmzvkfD6mTLmSATpgomBX { display:block; }
 }@media only screen and (max-width: 959px) { #qOkkHinT8ZEBZBKvvugdfCpn2D11zq8o { width:7.6875rem;height:4.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/zWqe9rHH/christopher_jolly_GqbU78bdJFM_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:19.25rem;height:5.3625rem;top:4.2625002861023rem;left:0.375rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { width:3.75rem;height:0.125rem;top:9.5rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { width:20rem;height:17.9375rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { width:18.75rem;height:1.625rem;top:21.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-text {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-select {padding-top: 0; padding-bottom: 0;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py  { width:17.5rem;height:auto;top:23.6875rem;left:0rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py {display:block;}#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py { width:17.5rem;height:auto;top:23.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #vckSIRzoekPEnXnVooBv9l8QCbyza3Bs {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qfT7nDAl46Jw3vlwpJ9Grq6l8hh5I3zI {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #oSTaQX8GQzlSLfpdQOeHUg328m2CpSXf {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #lQIKxrc7axgU9HrbS1TMaC720LlwSGla {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #UbFHgmrT0vcAl13dhxN0zgTEK1JS1Hgh {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TcllnzuU8nngQeRIKm9OFiBRcbFlioza {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #ZOqaRsseD4g5KSKKaV9ZnoVyS1SOtBPF {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #PU0TuelfSTeMcvSMxfd0UGaGPRyD0syp {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #iKBZToLD3rgr2URsdEfzlSxi7TTO2Dvy {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq {  }
 }@media only screen and (max-width: 763px) { #UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W { width:18.8125rem;height:6.75rem;top:11.66250038147rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#UpGfI0TTq4i1k90sJcS75t4XEor9Lf4W li:before{  }
 }@media only screen and (max-width: 763px) { #RF5qwQBVTdIDwzapBBKWFsVgDGtpAy79 { width:8.625rem;height:4.875rem;top:0rem;left:5.6874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv7VzTIpWhsxbLSgmGbrWK5qmmgQx2rW { width:20rem;height:8.8125rem;top:10.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeTPgxNCAqs5KSuKP3V5aXCAUIgdBuEi { width:13.5rem;height:6.625rem;top:46.225rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:20rem;height:4.3875rem;top:0.54999971389771rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;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; }
 }@media only screen and (max-width: 763px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:3.75rem;height:0.125rem;top:4.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { width:16.625rem;height:11.05rem;top:5.9875002503395rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsiBgFn3MhFTFf89DxKC0b0ND1oxWck5 { width:20rem;height:1.95rem;top:17.550000727177rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMTk4I4PcAKilKrsfcD82Ni6Q68clKxX { width:20rem;height:6.71875rem;top:20.3125rem;left:0rem;font-size:0.9375rem;display:block; }#WMTk4I4PcAKilKrsfcD82Ni6Q68clKxX li:before{  }
 }@media only screen and (max-width: 763px) { #hQswuG3a16gqttkPJRRGoUEeCSqFrk1V { display:block; }#hQswuG3a16gqttkPJRRGoUEeCSqFrk1V > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eo2KlIfaCDKOZwOXJmUZ9Onutg0vFh1D { width:16.6875rem;height:16.6875rem;top:4.84375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3lOxRICTOTdOT9tN6KVTQp57cD6okXk { width:20rem;height:36.8125rem;top:2.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FviAUC5wIsJeo6GP6axQ26WRdx3zqvW2 { width:18rem;height:7.475rem;top:30.03125rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGySoBTm5GTrAUGVMsqk6DdhHtnKugnO { width:20rem;height:5.2rem;top:23.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { width:3.75rem;height:0.125rem;top:12.5625rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #lerGrL84h6F8WTpydKH676Xz0KTnVgpF { width:17.5rem;height:2.9375rem;top:14.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block; }
 }@media only screen and (max-width: 763px) { #hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { width:20rem;height:10.725rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF0nnLxMwbPwygGdITne6EaWRihxVCgT { display:block; }#bF0nnLxMwbPwygGdITne6EaWRihxVCgT > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFpGN1szJRrdfkSyuM6mzQ8QSOKQ7I5A { width:20rem;height:4.3875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;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; }
 }@media only screen and (max-width: 763px) { #x1GTsHMQoAFyzhtLSfkK9KTyrE6T2DdK { width:13.9375rem;height:11.6875rem;top:7.51875rem;left:3.05859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKQqkTmmB4DTtAwPR1R7QFpd4tU5CsKS { width:15.875rem;height:15rem;top:6.8rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caddNnfReNDzPEfT8pPxC6wRFQuz4E4I { width:10.5rem;height:1.21875rem;top:19.94999961853rem;left:4.77734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9J5qpxPXff7KRepfaNbTHtzQH2QVuG { width:17rem;height:14.25rem;top:23.8rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgGqS6nqRzPUrSCpJrURrTvuNThC9PMs { width:19rem;height:17.9375rem;top:23.05rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tByHkENhy06ltd9vAV6xvN4bHGtEeWqM { width:10.5rem;height:1.625rem;top:39.05rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNLc19vxFd9qofpS2HzONrN26WuHLvnU { width:19rem;height:17.9375rem;top:42.2375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfwpJeZxwSZ0TE5bATELNRxf6sHWLeLK { width:17rem;height:14.25rem;top:42.9875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5eCb2nWmb4sNcUVGpZ30z1O8cmQ3Dph { width:10.5rem;height:1.625rem;top:58.2375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOQU1I4wa3gcwR09EAv1kWMbIKy3LMyW { width:19rem;height:17.9375rem;top:61.425rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oONlQhf2hxiT2m4SJMhMB9fuE4h0xTLB { width:17rem;height:14.25rem;top:62.175rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkqTWrUS9GLn6G4T6ybAID663LbyqFmq { width:10.5rem;height:1.625rem;top:77.425rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp9OKwxZZyTPLAg39WCoNWyrgMcXqXR8 { width:20rem;height:0.1875rem;top:83.487499237062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu { display:block; }#vwDx7OcxNryO2DzmFd8d0H6wVT8hvMzu > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNi2xMiZFUAFcVmA43T4KbdKnm8lNvks { width:13.9375rem;height:11.625rem;top:4.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvht7JTFs878gOzCA199T5LLUtw5ooEK { width:15.875rem;height:15rem;top:3.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #If2HJ3WSLTWMR1SF6UmZrauSgalaqvUf { width:10.5rem;height:1.21875rem;top:16.9375rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaHtqux1OJUkbBCloN7b7fDQ7Uz2PvuZ { width:17rem;height:14.25rem;top:20.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh1ZVM775I4Blz8rDyJHeS0QTGme0puR { width:19rem;height:17.9375rem;top:20.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlWaguDvTbCBy3c2DgS71PcAb7iD8nM { width:10.5rem;height:1.625rem;top:36.0625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLdphLStu5msB0CTZIJXCFgvtdtUQ3zm { width:19rem;height:17.9375rem;top:39.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzAZRfZhFKbCbThqTRFdEbJMxXkw48Qg { width:17rem;height:14.25rem;top:40rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzPip0Tuqcp06ADRbi8JpBqIqC6CJloV { width:10.5rem;height:1.625rem;top:55.049987792969rem;left:4.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNEW9UpU3ohBT8Qp9QsfGyXtERvanymt { width:20rem;height:0.1875rem;top:61.425003051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m { display:block; }#zPi3ogoEtEiZIpK8ixqz7DVWuraK0H1m > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bV3CSsiBVreCaFbsll6ce3TdspkDIq9f { width:13.9375rem;height:11.625rem;top:4.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9WqnTpyIM6eUauthTaxRub7Pkbc4QqI { width:15.875rem;height:15rem;top:3.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbAwTrFurmWwN0K5TtHHw7gePXOhfGUu { width:10.5rem;height:1.21875rem;top:16.6875rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrPo1lZs30vRBGmJumdhxOmPK9vaw3QF { width:17rem;height:14.25rem;top:20.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBS3SLJ3tUhGEPf8n77TBL8xmQHktCgg { width:19rem;height:17.9375rem;top:19.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbsJRi8Wm2sdxVGFG3TDgWvNkdFxmift { width:10.5rem;height:1.625rem;top:35.8125rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOLW9XokUgM3D7wCMUGxSOdDcwmHTOXB { width:19rem;height:17.9375rem;top:39rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cobpJ57TLGJdnkyBtXTz0QKF3MsyyF4x { width:17rem;height:14.25rem;top:39.75rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEDTTm2SKu0asqKuStLadcZC1DLTLDOX { width:10.5rem;height:1.625rem;top:55rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3oWSPNF9i0r5oNJvN1cvhAkXKnDDoIl { width:20rem;height:0.1875rem;top:60.799994468689rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM { display:block; }#ZqLq0CGv8EyckVTquECwEJcsIlQIe6pM > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hd6C6bOVL16B386a8LSCdLOC3STeTbMb { width:13.9375rem;height:11.625rem;top:3.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOJ9kuDT1zVLTIeNVhRaA0gQ6Uuzhn9 { width:15.875rem;height:15rem;top:2.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5G0xBMpcQJbHyTKHUL4mbR4Uix4Ectv { width:10.5rem;height:1.21875rem;top:15.9375rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8GGzuFmo6ymMMtu4vNMmR9NocrLH506 { width:17rem;height:14.25rem;top:19.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hevzWmCGMRTnrETrR4yeLHvBOFLcxmTc { width:19rem;height:17.9375rem;top:19.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAET8SvyP7BUBPf5yWvr1G60bsmtT06o { width:10.5rem;height:1.625rem;top:35.0625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8OObE8PihLeAgCw2Fv0ht5kZBViktoL { width:19rem;height:17.9375rem;top:38.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plBrPKq3s24zXPLJypxNkAyzR4rhOsTP { width:17rem;height:14.25rem;top:39rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk4nOXMrBD588wF00EL47DkTW03Ho2TO { width:10.5rem;height:1.625rem;top:54.25rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUnSKkgksN9wCX0sJSRQ9mV3s7n7bkl { width:19rem;height:17.9375rem;top:57.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqKtrgzx8BQu4s5aFNeEdxc4gCMzSIr { width:17rem;height:14.25rem;top:58.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSgu0Fh2JKh8dPH6neozd2FRduRiqxNr { width:10.5rem;height:1.625rem;top:73.4375rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMTm5Bv8190ZGRrU2PmkW4bi0g6uImGi { width:20rem;height:0.1875rem;top:79.12500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC { display:block; }#xHQXnIwObcTRhN9p8Ry88c7SeuzuqzPC > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aBma3nxMUdfyWUgkdquzK0xJ3BOuFNZg { width:13.9375rem;height:11.625rem;top:3.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrXhKybnL0gL5SfCyLchTiPalQUClIES { width:15.875rem;height:15rem;top:2.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #itMo7MTCCFeeNBa1ZPhoLHxfxlcTAVvA { width:10.5rem;height:1.21875rem;top:15.9375rem;left:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU9Rdh9mO5rO0v7QaSBK2GMwXQNw80ya { width:17rem;height:14.25rem;top:19.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRooZb6NDRTHxq2PWUi3iUOeEGm5FlOa { width:19rem;height:17.9375rem;top:19.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT6ceD6O5RFehra9fUlnbHOQQmTmR04L { width:10.5rem;height:1.625rem;top:35.0625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQDoiWl3hGOzFiAPlUgEthvRAe76gV2N { width:19rem;height:17.9375rem;top:38.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHOhO6GlBnUCuB0u2HRRmJsbBKap9pZk { width:10.5rem;height:1.625rem;top:54.25rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwEfRu001F8IU37pNbxJDOXiXT256VWU { width:17rem;height:14.25rem;top:39rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0vDVJA4woaT33lE1LJUBumv7wADDih4 { width:20rem;height:0.1875rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEOK3Dkgio11P6mTxklVXZh1abDCkEBh { display:block; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jw8qdAIBtbAVeLZosuJX97rpr6llTcvT { width:3.75rem;height:0.125rem;top:5.3125004768372rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAbEF09t6pWVPlW1QhoMmvRmCQmd0kXG { width:13.875rem;height:2.19375rem;top:2.581250667572rem;left:3.0625001192093rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN { display:block; }#aL1XQOqTocpfAbRKJgyTguTZIoDA4VTN > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sPPXtIwFsgsmhmJFPdyyQnK94pTxPUWT { width:18.3125rem;height:12.1875rem;top:3.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDmWzfLID41VMus7fvSiFwDKrE0ruZhv { width:5.875rem;height:5.875rem;top:0.1875rem;left:6.8125rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #iShFty2gqmbiRpXwc4Rh0yVIAJpUIUDu { width:3.25rem;height:3.25rem;top:1.75rem;left:8.375rem;font-size:2.25rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #F9s5zH3svIDZNTgxshwZUzQMAJQTS3CG { width:18.4375rem;height:1.3rem;top:8.25rem;left:0.875rem;text-align:center;text-align-last:center;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #z80OqVvTBMH5DC22oxKqzZK3y2rPuTpZ { width:18.25rem;height:1.3rem;top:9.4375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlJtZ8sKwTDvpuoT69rfrLQrZ65Vzu4u { width:18.4375rem;height:3.5rem;top:12.0625rem;left:0.5rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #JdTlAXuVdRRA7wP1C2tnzrtd5LCXZbr8 { display:block; }
 }@media only screen and (max-width: 763px) { #pg2JyVtrMKoCmW55lTvoVKqVgOd59PcV { width:18.3125rem;height:12.1875rem;top:40.96875333786rem;left:0.84375rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #XRvrWlSEEa7B1d2gbOowdZxKwW8lr5rT { width:10.5rem;height:2.6rem;top:47.60000038147rem;left:4.7499998807907rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2ATIaTkXukzZSFfDcpiyRINA5HHH7u0 { width:18.1875rem;height:2.6rem;top:45rem;left:1rem;text-align:center;text-align-last:center;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #ar0tkEl2MlHZsZemQFQfceFPu6P2huod { width:5.875rem;height:5.875rem;top:37.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiZMD1KT2dWug6Tyt0bws1JitStx2VOd { width:3.5625rem;height:3.5625rem;top:39.125rem;left:8.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K59LlMdVaLJJpcIr172ebAxmZA40KdgF { width:18.3125rem;height:12.1875rem;top:21.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTkqNsFvFgttkMOeZMqXBssxq3E70oTW { width:5.875rem;height:5.875rem;top:18.625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOaNi0R3lJ2OxlnAotwketUdrvlhw2W { width:3.125rem;height:3.125rem;top:20.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaXtxdGge9tGCpLpO7fyUEO3PcWBJ4JC { width:18.1875rem;height:1.3rem;top:26.6875rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M33SJDIWTn2a3W49ymt6wkza7qvMubro { width:18.1875rem;height:1.3rem;top:27.9375rem;left:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzd1W8TMN5JXcFTUN81NvtyqDH5xJdMt { width:18.25rem;height:12.25rem;top:41.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJhBNKMaSsgublDhZ9UoQcpHE71yku8 { width:18.375rem;height:12rem;top:3.40625rem;left:0.5rem;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #zVB9RSIAJz5bWJZnENbSTwbGrHNw6D7d { width:8.8125rem;height:2.6rem;top:54.5625rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { width:20rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUkMiTuunXUEwoxKDdvLB44CWrGoOVaF { width:5rem;height:0.125rem;top:5.3562602996826rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { width:14.5625rem;height:2.19375rem;top:2.5rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCBdbNKtmALNi7Ur01bvxKD3El4QTQLq { width:19.9375rem;height:2.4375rem;top:6.8117179870606rem;left:0.061718761920929rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxiEhg2TuEXMw8qbr75yrnfUc74UST7o { display:block; }#fxiEhg2TuEXMw8qbr75yrnfUc74UST7o > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgexRyfFAUBTpxwKmvEtu75XnffvaiSb { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { background-color:transparent;background-image:url("https://images.assets-landingi.com/WT4h072o/alexander_dummer_UH_xs_FizTk_unsplash.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.adaptive-delivery-prevent-bg, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyload, #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA.lazyloading { background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { background-color: transparent; background-image: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.31); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.31); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row > .video-iframe-container { display: none; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .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); }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:20rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:3.75rem;height:0.125rem;top:6.0000004768372rem;left:8.1250003576281rem;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:20rem;height:5.3625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;color:#3fc1c9;display:block; }
 }@media only screen and (max-width: 763px) { #bs5pTe4R4fmJqtAnX74fOt4SZNVQIRZM { width:17.5rem;height:2.9375rem;top:25.750001430511rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW3e7zTFT1SDmzvkfD6mTLmSATpgomBX { display:block; }
 }@media only screen and (max-width: 763px) { #qOkkHinT8ZEBZBKvvugdfCpn2D11zq8o { width:7.6875rem;height:4.3125rem;top:29.9375rem;left:6.125rem;display:block; }
 }