.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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); }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row .container { background-color: transparent; background-image: none; }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row .container > .video-iframe-container { display: none; }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row > .video-iframe-container { display: none; }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .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); }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row .container { border-width: 0; border-radius: 0; }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#RF5qwQBVTdIDwzapBBKWFsVgDGtpAy79 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:10.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#g2gtvpOK1PFWK5awDXRZx3kD7u0lnHm2 { position:absolute;display:block;z-index:15010;height:1.6875rem;width:18.1875rem;top:2.21875rem;left:56.8125rem;display:block; }
#EHGFVnfR25FEiONBh1KT1u0cRILGrmxQ { color:#79b3ac;display:block;width:35.6875rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.84375rem;left:19.65625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/40184335-b153-484a-bb04-98aafd9fc1d2/Time4YouCapaLandingPagePropertyManagement.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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 > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { position:absolute;display:block;z-index:15001;background-color:#f6f6f6;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:24.9375rem;left:7rem;display:block; }
#bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { position:absolute;display:block;z-index:14999;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:26.75rem;top:4.5rem;left:42.6875rem;display:block; }
#TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:signika;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:44.1875rem;height:1.94921875rem;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:14.125rem;left:49.6875rem; }
#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:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.875rem;left:44.125rem; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #vckSIRzoekPEnXnVooBv9l8QCbyza3Bs { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qfT7nDAl46Jw3vlwpJ9Grq6l8hh5I3zI { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #oSTaQX8GQzlSLfpdQOeHUg328m2CpSXf { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #lQIKxrc7axgU9HrbS1TMaC720LlwSGla { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #UbFHgmrT0vcAl13dhxN0zgTEK1JS1Hgh { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TcllnzuU8nngQeRIKm9OFiBRcbFlioza { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #IgqsR5QMaoaV6R747U5VSNOSWtOwLnTD { position:relative; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JdeFE4q8HORV7weX8Tx4EOkUKumReBzp { position:relative;display:block; }
#lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #VkHI7OsBHhoTkqNnig4wJEISxTppQnXM { 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; }
#VbVGKVBbPTIEz6KmguisP7RdZ2tCoUra { color:#f6f6f6;display:block;width:34.3125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.599609375rem;left:6.3125rem;height:9.75rem;font-style:normal;display:block; }
#K4J0UAzahta8SXWb1L21Ar4IVm28Q2Ov { background-color:rgba(255,255,255,0.22);background-image:none;border-top:0.125rem dashed #f6f6f6;border-left:0.125rem dashed #f6f6f6;border-right:0.125rem dashed #f6f6f6;border-bottom:0.125rem dashed #f6f6f6;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:40.875rem;left:28.125rem;display:block; }
#l7V2cMut6qRL6qz4uoN2Ut2KhhTCSkBI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { color:#f6f6f6;display:block;width:35.6875rem;position:absolute;font-family:signika;font-size:3.9375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.5rem;left:5.625rem;height:20.472625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nz4Tcwqg88IUBSJPsSOcpIckhuDA8qZt { color:#f6f6f6;display:block;width:34.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:44.875rem;left:20.34375rem;height:1.625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HlA4EheNrpaIUpbkmiwpHBGr7t3xMGLS { box-sizing:content-box;height:9.5625rem;width:9.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/81249c5a-adc9-4c4b-ac7c-67c0a5570b57/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:15.4375rem;left:29.5625rem;display:block; }#HlA4EheNrpaIUpbkmiwpHBGr7t3xMGLS.adaptive-delivery-prevent-bg, #HlA4EheNrpaIUpbkmiwpHBGr7t3xMGLS.lazyload, #HlA4EheNrpaIUpbkmiwpHBGr7t3xMGLS.lazyloading { background-image: none; }
#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { color:#3fc1c9;display:block;width:75rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:;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; }
#wMVt0L36N4OlQzHx2owckT2eFDh2812N { position:absolute;display:block;z-index:15002;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.0625rem;left:35rem;display:block; }
#PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { color:#364f6b;display:block;width:55.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:9.625rem;height:10.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row .container { background-color: transparent; background-image: none; }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row .container > .video-iframe-container { display: none; }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row > .video-iframe-container { display: none; }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .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); }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row .container { border-width: 0; border-radius: 0; }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#GxnfC0qu5wSvbTk1OmrCTHv8MWRDk6qS { color:#3fc1c9;display:block;width:15.75rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.375rem;left:1.5rem;height:3.75rem;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; }
#gt9euZEP5P8SPCgRAyChMvwbd30llHAA { color:#3fc1c9;display:block;width:9.5625rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.375rem;left:23.6875rem;height:3.75rem;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; }
#btCXxGty5LSJznb7932S4WkPKlORVyeu { color:#364f6b;display:block;width:13.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.625rem;left:2.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QpcRbwDOZtdB4nT9cqLwcXSgAs3WNesg { color:#364f6b;display:block;width:13.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.625rem;left:21.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofCITfDbrgAwE1v1SeutUTVZJWHn51bk { color:#3fc1c9;display:block;width:17.0625rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.5rem;left:38.375rem;height:3.75rem;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; }
#WZE78CqGmtJqXF7ogTWyuTw3pKAxnS46 { color:#364f6b;display:block;width:13rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.4375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbKTcWzxwWh0B7oqoiLU05QrN6mzAr1k { color:#3fc1c9;display:block;width:17.0625rem;position:absolute;font-family:signika;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.5rem;left:57.125rem;height:3.75rem;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; }
#DLT66HnKRZF8NB9uxFdDmooOr0GEAyfz { color:#364f6b;display:block;width:13rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:59.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row .container { background-color: transparent; background-image: none; }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row .container > .video-iframe-container { display: none; }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row > .video-iframe-container { display: none; }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .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); }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row .container { border-width: 0; border-radius: 0; }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#n6mUmLVg76TxMAO74TCchubLuNZZJp00 { color:#364f6b;display:block;width:55.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.625rem;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; }
#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(63,193,201,0.35); }#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(63,193,201,0.35); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { position:absolute;display:block;z-index:15004;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:14.875rem;left:35rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:15005;text-align:center;text-align-last:center;top:21.1875rem;left:28.75rem;display:block; }
#uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { color:#ece5dd;display:block;width:75rem;position:absolute;font-family:signika;font-size:3.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:9.26175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CVtXKAcIywanoZbTsGNK6T9FqFloXMny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row .container { background-color: transparent; background-image: none; }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row .container > .video-iframe-container { display: none; }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row > .video-iframe-container { display: none; }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .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); }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row .container { border-width: 0; border-radius: 0; }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#uK38KUlnm5Sxr5qowVUTLkDzOsTsE1gA { color:#3fc1c9;display:block;width:75rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.65625rem;left:0rem;height:;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; }
#MDK2Rt6JqyhkzeLm0dnWo5TnP8pVPRvG { color:#364f6b;display:block;width:55.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.953125rem;left:9.625rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#MDK2Rt6JqyhkzeLm0dnWo5TnP8pVPRvG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MDK2Rt6JqyhkzeLm0dnWo5TnP8pVPRvG li:before{  }
#hLpabh3ZF1eGsJ24ofISTnFNpPwfz9u4 { position:absolute;display:block;z-index:15004;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.75rem;left:35rem;display:block; }
#OlqvwDbmuC3lXRHkk9lKABXZebI4H2Gv { color:#000000;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:28.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AdAFEzgTFaEJL7qbiZv5V9BS1iIB3Sc2 { color:#364f6b;display:block;width:55.75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.9375rem;left:9.625rem;height:6.09375rem;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; }
#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row .container { background-color: transparent; background-image: none; }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row .container > .video-iframe-container { display: none; }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row > .video-iframe-container { display: none; }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .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); }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row .container { border-width: 0; border-radius: 0; }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#PFTyrSuXST151BTRN7Fc4goQPeLXd7E8 { color:#3fc1c9;display:block;width:75rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.34375rem;left:0rem;height:;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; }
#VcZHZ7GgBSAwiJ1twIs1HesyXCfOatK1 { position:absolute;display:block;z-index:15005;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8rem;left:34.1875rem;display:block; }
#FCWkCHbHT5Zhqe1APlGx9ROGNk20vaaO { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:16.96875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row .container { background-color: transparent; background-image: none; }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row .container > .video-iframe-container { display: none; }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row > .video-iframe-container { display: none; }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .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); }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row .container { border-width: 0; border-radius: 0; }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#wbuW79W2FW9FZvfUf38dxNWze9Utrb8f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.5625rem;left:10.21875rem; }
#D9Re13FK7q8qwN2tx2EnLc5Vshu7VTyQ { color:#3fc1c9;display:block;width:8.25rem;position:absolute;font-family:signika;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:8.90625rem;left:8.375rem;height:3.125rem;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; }
#WWfWVlmZWSJPOzEfbTqEHB4cWPef219c { color:#364f6b;display:block;width:18.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.03125rem;left:3.21875rem;height:6.5rem;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; }
#potViLz7rf11Xzp97XOqHkswJ03TFZVR { box-sizing:content-box;height:17.5625rem;width:21.375rem;position:absolute;display:block;z-index:14999;background-color:#f6f6f6;background-image:none;top:1.6875rem;left:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;display:block; }
#zOseVTnIFJylhklfConvEnl7KEKnzRKI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.5625rem;left:35.25rem; }
#AcKBQfTc1AXvisTcKwmnuwpJJBaOLJKT { color:#3fc1c9;display:block;width:16.5625rem;position:absolute;font-family:signika;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:9.03125rem;left:29.21875rem;height:;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; }
#rtrMd1TliiAl3wxuIha52H5yRRqOD870 { color:#364f6b;display:block;width:21.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:12.15625rem;left:26.84375rem;height:6.5rem;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; }
#VrKnWeDywha3K5JaBxQSqHsiTInnnRSw { box-sizing:content-box;height:17.5625rem;width:21.375rem;position:absolute;display:block;z-index:15003;background-color:#f6f6f6;background-image:none;top:1.6875rem;left:26.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;display:block; }
#Fr5RDBk4XQSf9r9CKMbnWARNmcprrCZk { box-sizing:content-box;height:17.5625rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:#f6f6f6;background-image:none;top:1.6875rem;left:51.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;display:block; }
#h8h0Us6s6g3A5nGILif3bl8Hix4AzgIw { color:#3fc1c9;display:block;width:15.125rem;position:absolute;font-family:signika;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:8.90625rem;left:54.9375rem;height:3.125rem;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; }
#bUBziQ8TvUS6Ukw4cBka52gmk4y6TVW3 { color:#364f6b;display:block;width:19.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.15625rem;left:52.75rem;height:6.5rem;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; }
#aPtIx195vUnZ1bINTvM5XNzUzxqA9vyI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.5625rem;left:60.25rem; }
#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row .container { background-color: transparent; background-image: none; }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row .container > .video-iframe-container { display: none; }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row > .video-iframe-container { display: none; }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .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); }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row .container { border-width: 0; border-radius: 0; }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#UkXaRnPbZQswBGe3I9vAzL6zD3fN5hge { box-sizing:content-box;height:17.5625rem;width:21.375rem;position:absolute;display:block;z-index:15003;background-color:#f6f6f6;background-image:none;top:1.75rem;left:8.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;display:block; }
#pzF8gOc9mUb3vSnSK6hd2WGEgnUSnbPR { color:#3fc1c9;display:block;width:13.9375rem;position:absolute;font-family:signika;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:8.9375rem;left:11.78125rem;height:;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; }
#EFvcdUkU2o2qL2GmSSGK1BfTt0eGrG0W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.625rem;left:16.5rem; }
#NnwIkN7zdc0Tb6ZaDvJmfRrTK5AoTNXQ { color:#364f6b;display:block;width:18.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:9.1875rem;height:4.875rem;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; }
#Lf6OUgWIgGMnhmTdsgzCqX7lRRWfKtuh { box-sizing:content-box;height:17.5625rem;width:21.375rem;position:absolute;display:block;z-index:15007;background-color:#f6f6f6;background-image:none;top:1.75rem;left:45.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.34) ;display:block; }
#wACZ2Wcv67uRWdctpk4i0NAOUIUUfoma { color:#3fc1c9;display:block;width:11.75rem;position:absolute;font-family:signika;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:8.1875rem;left:50.375rem;height:3.125rem;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; }
#HCzf3c7HRXGl6AGJWfSWuJwzPI4kdHpQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.625rem;left:54rem; }
#zcmzqad6IRzxnZhZwPWAg6kU4LPJPeD3 { color:#364f6b;display:block;width:19.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.0625rem;left:46.4375rem;height:6.5rem;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; }
#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#TAnsiWadDQhCcVIUu3l4TtiTiLeS7pAe { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:15006;text-align:center;text-align-last:center;top:1.90625rem;left:28.75rem;display:block; }
#WTcG5BAvhN85kGBWI2kQMzcZEkGKQZuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#yUkMiTuunXUEwoxKDdvLB44CWrGoOVaF { position:absolute;display:block;z-index:15006;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:9.625rem;left:35rem;display:block; }
#fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { color:#3fc1c9;display:block;width:75rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.53125rem;left:0rem;height:;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; }
#sCBdbNKtmALNi7Ur01bvxKD3El4QTQLq { color:#364f6b;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15003;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; }
#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq.adaptive-delivery-prevent-bg, #mtg4KadDCMrBakuhbrkMHp1DMpPadeTq.lazyload, #mtg4KadDCMrBakuhbrkMHp1DMpPadeTq.lazyloading { background-image: none; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row .container { background-color: transparent; background-image: none; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row .container > .video-iframe-container { display: none; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row > .video-iframe-container { display: none; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .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); }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row .container { border-width: 0; border-radius: 0; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#EA5MAX7imR14qDU2TtBDWHhaeVss4ZtS { position:absolute;display:block;z-index:15000;height:21.75rem;width:60rem;top:4.75rem;left:7.5rem;display:block; }
#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row .container { background-color: transparent; background-image: none; }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row .container > .video-iframe-container { display: none; }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row > .video-iframe-container { display: none; }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .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); }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row .container { border-width: 0; border-radius: 0; }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#E7mGsLGTS7oaPWToT2kCmeobcktJ2Vpg { position:absolute;display:block;z-index:15004;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.2734375rem;left:35rem;display:block; }
#rLtKnOIaAzeo6Q5RNDltdryX3TZkcxS6 { color:#3fc1c9;display:block;width:75rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.8994125rem;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; }
#k1A4gG8r1efEHircGeNtpZrUTLk5ISme { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.875rem;left:11.03125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row .container { background-color: transparent; background-image: none; }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row .container > .video-iframe-container { display: none; }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row > .video-iframe-container { display: none; }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .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); }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row .container { border-width: 0; border-radius: 0; }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#RpGvdrdpJwWdVn2QgNxgC7ol7K6D0aN8 { color:#3fc1c9;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.96875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8Lv55m2IqkTHdTQI6kenWhTv06KD6TT { color:#737374;display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:9.125rem;left:2.03125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OdMXvcSIrAUgowyzUDBLOwfUoO4M0bMv { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:16.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.21875rem;left:1.3125rem;display:block; }
#DHUEwRTFUmc0TbJCq9vAQXwDn5aWR7LH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZDKfTck2brKGFXyA6Hugca8sxPVKFzW4 { 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:15003;top:2.25rem;left:7.75rem;display:block; }
#nSO1AWhZBlOCQ9wFTXXbOPpEVpoIBoG3 { 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:15019;top:2.3125rem;left:26.5625rem;display:block; }
#RhIVU6fNTipUlG49UBUrVcJDsZxUtxrn { 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:15025;top:2.09375rem;left:63.84375rem;display:block; }
#tcMvvw4icdPs7OF8a4aL2Cx1Fmef6MNT { position:absolute;display:block;z-index:15001;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;box-shadow: none;height:5.5rem;width:5.5rem;top:0.875rem;left:6.5rem;display:block; }
#Hakw2K7TPfh8iZsgKQrF2fchICIpfs9F { position:absolute;display:block;z-index:15002;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;box-shadow: none;height:5.5rem;width:5.5rem;top:0.875rem;left:25.125rem;display:block; }
#cmgy3cWQP4KieI41weXCrv8N3N3ymOu5 { box-sizing:content-box;height:11.4375rem;width:16.125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:4.09375rem;left:1.3125rem;display:block; }
#k4RrraWR1eSHtxSKKLxE7OIVclk39cCo { color:#3fc1c9;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:8.5rem;left:18.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vN8HkxXNwgsUwrH3vKEdZ4nNkPVzHMhi { box-sizing:content-box;height:11.4375rem;width:16.125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:4.125rem;left:20.0625rem;display:block; }
#obP8dOwDTlfRluG0ZN4mFEVAcvrak4l5 { color:#737374;display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:10.875rem;left:20.78125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GFf8MVmUpQcLlDn8slTg2iyqPx1ruFKD { box-sizing:content-box;height:11.4375rem;width:16.125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:4.5rem;left:38.5rem;display:block; }
#IHe9QmWLU492GZMrcAXhwhyvZagxn81K { position:absolute;display:block;z-index:15007;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;box-shadow: none;height:5.5rem;width:5.5rem;top:1.125rem;left:43.8125rem;display:block; }
#fkF0KfuMXhcEypQrRAl0hcCoWVrhbMRd { color:#3fc1c9;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:8.875rem;left:37.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ohFIPhVQA5KHlqsOqVAUhBLke1KMqFWi { color:#737374;display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:10.875rem;left:39.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqilcT3m9NKULhE9ZyMHf39Gwp4nohp0 { box-sizing:content-box;height:11.4375rem;width:16.125rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:4.625rem;left:57.4375rem;display:block; }
#FhvlhnLRAnn9ts7B6Uz9tTcOtSIonlUm { color:#3fc1c9;display:block;width:18.4375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:9.1875rem;left:56.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T035E2r5rNMS6TNWI5PMFnSEfFUhVHwE { position:absolute;display:block;z-index:15012;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;box-shadow: none;height:5.5rem;width:5.5rem;top:0.875rem;left:62.625rem;display:block; }
#BN3HLbpJ8ZwBMxVA8qVAvhb9C1vQV7mv { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15037;opacity:1;top:2.3125rem;left:45.3125rem; }
#PGTFSaEdoop87TyEitTxWvvGnubfsvx2 { color:#737374;display:block;width:14.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:10.875rem;left:58.28125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#MPFtwBntanemHl3ti0EarcwDRkFnvTgB { position:absolute;display:block;z-index:15008;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:21.125000715256rem;left:35rem;display:block; }
#z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { color:#3fc1c9;display:block;width:34.4375rem;position:absolute;font-family:signika;font-size:3.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.811718702316rem;left:20.25rem;height:8.6113125rem;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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:15006;text-align:center;text-align-last:center;top:23.187496185302rem;left:28.75rem;display:block; }
#eW3e7zTFT1SDmzvkfD6mTLmSATpgomBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vc2ResfuOf1awfzgeftne2rJXyqbasuP { position:absolute;display:block;z-index:15009;height:5.375rem;width:9.625rem;top:0.6875rem;left:8.25rem;display:block; }
#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row .container { background-color: transparent; background-image: none; }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row .container > .video-iframe-container { display: none; }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row > .video-iframe-container { display: none; }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .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); }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row .container { border-width: 0; border-radius: 0; }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#NNCy6atbS7Uag0LOdeTMuJozUnHU6hKE { position:absolute;display:block;z-index:15004;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.2734375rem;left:35rem;display:block; }
#wRrNgegCnkLD6FgqN8fonHcKGrOERyqQ { color:#3fc1c9;display:block;width:75rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.8994125rem;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; }
#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row .container { background-color: transparent; background-image: none; }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row .container > .video-iframe-container { display: none; }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row > .video-iframe-container { display: none; }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .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); }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row .container { border-width: 0; border-radius: 0; }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-heading-text { display:block;position:relative;width:100%;font-family:signika;font-weight:700;font-size:1.25rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:raleway;font-weight:300;font-style:normal; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-trigger.adaptive-delivery-prevent-bg, #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-trigger.lazyload, #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-trigger.lazyloading { background-image: none; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU { box-sizing:content-box;height:auto;width:59.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.625rem;left:9.78125rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #DNq0SwQwHs7lmk3kudS6JeJGagASJNyr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #Dw8yTV53zVoengiagZoPvOUTqXZk3rkk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #eOSrMu69D8o83dM0wEPoVnIpwdDNprnN { display:block;position:relative; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #G51BBAO3GBGiouSkfhRJn0U4WRH6d5HQ {  }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #hBIGJDc6SqtM78alT7y3Pyhzxr0eSkTT {  }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #WfhN79sLRusv46BaNPHfuLH3TLDuMPGc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #OqIfzRkysV0uT30yy7z50byIIweLycOg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #QefyrTbN7n1H3wGFItGiEvLkyySQs7Gi { display:block;position:relative; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #K2uuqIVewENUAcyHd0ADEW3Bc5RJGTiK {  }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #imbMsifgE9I25vKh41psTBxq4LmqFgwn { display:none; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #mpLAFPXV5FTHwedTZb29O3TnagIJEwMN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #BzukA6W1BD2FSLDr7tIF6gIz7Tvyst94 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #xsVq3tTWAqFwDwRFpsviZowuPoMPhJsL { display:block;position:relative; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #SmrMiK0d9pM13q2LgOmCx1wIg7EgUHqo {  }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #TnPZD59DOWQ3CIEKWD9ZVAkrmvDwDxTq { display:none; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #VVOCbWSezPEQTbCsK7AlnH3H3vG7VStb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #RBRztFb0TIMXvFzZVCDxKm6w5IW1p11T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #oHLetoTuG9p7yhrHou1BKUXLOPLq4bzG { display:block;position:relative; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #FbXoDTydmzNqUfSzOethQcIgRypr5Cls {  }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #EQxh4SNPyZ6azpfiKW6yH9ilZhazFsV4 { display:none; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #G8lLswFX5hccsfpMINUXFWEO1ESb1KAT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #TdVGskG6iCn3Wxdp3NDvd2sAqeZ2uXJG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #c5ycKWXg9sAxWtNvApIDM1zvTEPT3WZe { display:block;position:relative; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #gWE5GMNKBVo1HEyKAM0muaLhaFOB944A {  }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #kNEeFGyAyeCsB8e37OqvCoeehfN7yusS { display:none; }
#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row .container { background-color: transparent; background-image: none; }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row .container > .video-iframe-container { display: none; }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row > .video-iframe-container { display: none; }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .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); }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row .container { border-width: 0; border-radius: 0; }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#rbSNTtgQJ9NqNQr1GXBIT7hRBEgRsWym { position:absolute;display:block;z-index:15004;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.2734375rem;left:35rem;display:block; }
#WU6aaiD9pVf6Gz8Ms6TlxWKvEeN7ssWJ { color:#3fc1c9;display:block;width:75rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:;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; }
#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row .container { background-color: transparent; background-image: none; }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row .container > .video-iframe-container { display: none; }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row > .video-iframe-container { display: none; }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .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); }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row .container { border-width: 0; border-radius: 0; }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;position:relative;display:block; }#DPBnywgfHtwevsyPf0ob1qSDuQH0AlII { color:#000000;display:block;width:34rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.1875rem;left:31.4375rem;height:17.875rem;font-style:normal;display:block; }
#lPgPsQIMc2cNZTc5eSsdOkVpDlZoG7na { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.625rem;width:17.125rem;top:0.3125rem;left:6.84375rem;overflow:hidden;display:block; }
#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row .container { background-color: transparent; background-image: none; }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row .container > .video-iframe-container { display: none; }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row > .video-iframe-container { display: none; }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .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); }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row .container { border-width: 0; border-radius: 0; }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#TXDgnbX2JBsSFKokT2VBnCmegPktL36h { position:absolute;display:block;z-index:15004;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:7.2734375rem;left:35rem;display:block; }
#cN9X17IQVX9g4dyybEUs8T7TD8NhtpRZ { color:#3fc1c9;display:block;width:75rem;position:absolute;font-family:signika;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:3.8994125rem;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; }
#i6m05noVXTBq53Jp9gmHIFKvVfyXpb3Q { color:#000000;display:block;width:35.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.875rem;left:19.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRB2Q6MooTMpXksDWCWeguIfurml3ymV { 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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:15007;text-align:center;text-align-last:center;top:13.0625rem;left:28.75rem;display:block; }
#J83XTBcTUTTJiBUVBMEQUEnKB7q9asnf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3fc1c9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container { background-color: transparent; background-image: none; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container > .video-iframe-container { display: none; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row > .video-iframe-container { display: none; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .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); }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container { border-width: 0; border-radius: 0; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#xu80HTH2efMHTOviKu2nvExwEC81DzJL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:12.0625rem;top:1.875rem;left:31.46875rem;overflow:hidden;display:block; }
#bOd7Sg9Rh3Lrg8dtd0ERoLIPXW2tVOWO { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.4375rem;left:25.96875rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#Ozw5okwzJ8BTVwyuTSTd7zyQGfTMkTL4 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:25.9375rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UmtiCnfh8HpkuoOgnJc8P9egcpIZ8wvG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.3125rem;left:35rem; }
#UmtiCnfh8HpkuoOgnJc8P9egcpIZ8wvG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rtPzEPifoTr2W7KwxPolaHnzU0Whitks { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.125rem;left:37.8125rem; }
#rtPzEPifoTr2W7KwxPolaHnzU0Whitks > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#C88mu8ZU3GccV1lJVVHNTBfGJgS0AiWS { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:20.5625rem;left:25.96875rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ { display:block; }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RF5qwQBVTdIDwzapBBKWFsVgDGtpAy79 { width:10.6875rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2gtvpOK1PFWK5awDXRZx3kD7u0lnHm2 { width:18.1875rem;height:1.6875rem;top:2.1875rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EHGFVnfR25FEiONBh1KT1u0cRILGrmxQ { width:44.375rem;height:6.875rem;top:0.65625rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { width:5rem;height:0.125rem;top:20.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { width:26.75rem;height:31.875rem;top:11.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { width:23.125rem;height:1.29980625rem;top:13.3125rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#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:16.5rem;left:10.125rem; }
#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:16.5rem;left:10.125rem; }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { display:block; }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JvTU8PlxTu5dzcZ23MOuxkcIpZsOCJ3h {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #vckSIRzoekPEnXnVooBv9l8QCbyza3Bs {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qfT7nDAl46Jw3vlwpJ9Grq6l8hh5I3zI { display:block; }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #oSTaQX8GQzlSLfpdQOeHUg328m2CpSXf {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #lQIKxrc7axgU9HrbS1TMaC720LlwSGla {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #UbFHgmrT0vcAl13dhxN0zgTEK1JS1Hgh { display:block; }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TcllnzuU8nngQeRIKm9OFiBRcbFlioza {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #IgqsR5QMaoaV6R747U5VSNOSWtOwLnTD {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JdeFE4q8HORV7weX8Tx4EOkUKumReBzp { display:block; }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #VkHI7OsBHhoTkqNnig4wJEISxTppQnXM {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #ZOqaRsseD4g5KSKKaV9ZnoVyS1SOtBPF {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #PU0TuelfSTeMcvSMxfd0UGaGPRyD0syp {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #iKBZToLD3rgr2URsdEfzlSxi7TTO2Dvy {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #yLUXckUxbeFmyM9T9ctBGKRbHawrKnfw {  }
 }@media only screen and (max-width: 1199px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #qNxAN0qDEHSniIW8EhJRs9KzZyqkuPCq {  }
 }@media only screen and (max-width: 1199px) { #VbVGKVBbPTIEz6KmguisP7RdZ2tCoUra { width:34.3125rem;height:3.25rem;top:7.53125rem;left:5.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #K4J0UAzahta8SXWb1L21Ar4IVm28Q2Ov { width:17.5rem;height:3.4375rem;top:45.375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l7V2cMut6qRL6qz4uoN2Ut2KhhTCSkBI { display:block; }
 }@media only screen and (max-width: 1199px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:44.375rem;height:6.875rem;top:0.65625rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #nz4Tcwqg88IUBSJPsSOcpIckhuDA8qZt { width:34.3125rem;height:3.25rem;top:7.53125rem;left:5.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #HlA4EheNrpaIUpbkmiwpHBGr7t3xMGLS { width:9.5625rem;height:9.5625rem;top:15.4375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:47.75rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:47.75rem;height:3.7375rem;top:2.5625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:5rem;height:0.125rem;top:8.0625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { width:47.75rem;height:10.125rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 { display:block; }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GxnfC0qu5wSvbTk1OmrCTHv8MWRDk6qS { width:10.5rem;height:2.5rem;top:4.9375rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gt9euZEP5P8SPCgRAyChMvwbd30llHAA { width:8.5rem;height:2.5rem;top:4.9375rem;left:13.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #btCXxGty5LSJznb7932S4WkPKlORVyeu { width:10rem;height:6.09375rem;top:8.09375rem;left:0.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QpcRbwDOZtdB4nT9cqLwcXSgAs3WNesg { width:8.9375rem;height:6.09375rem;top:8.09375rem;left:13.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofCITfDbrgAwE1v1SeutUTVZJWHn51bk { width:12.1875rem;height:2.5rem;top:4.9375rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WZE78CqGmtJqXF7ogTWyuTw3pKAxnS46 { width:9.875rem;height:6.09375rem;top:8.09375rem;left:24.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JbKTcWzxwWh0B7oqoiLU05QrN6mzAr1k { width:11.6875rem;height:2.5rem;top:4.9375rem;left:35.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DLT66HnKRZF8NB9uxFdDmooOr0GEAyfz { width:10.25rem;height:6.09375rem;top:8.09375rem;left:36.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep { display:block; }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #n6mUmLVg76TxMAO74TCchubLuNZZJp00 { width:47.75rem;height:3.25rem;top:20.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 { display:block; }#OwLqN2IbeUlTR65Oh6QBShVs6TMf74n0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HlrZSnWUwJ6mBxlT0DNoaFMe7OHCgh6J { width:5rem;height:0.125rem;top:14.875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lerGrL84h6F8WTpydKH676Xz0KTnVgpF { width:17.5rem;height:2.9375rem;top:21.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQHrBJ17OENyTsUai06gP9p02t9QiUQl { display:block; }
 }@media only screen and (max-width: 1199px) { #hbzEmHZ7rgxGGOqC9MdCwsTzw7wOcN10 { width:47.75rem;height:7.3125rem;top:4.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CVtXKAcIywanoZbTsGNK6T9FqFloXMny { display:block; }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row .container { width:47.75rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uK38KUlnm5Sxr5qowVUTLkDzOsTsE1gA { width:47.75rem;height:3.7375rem;top:2.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDK2Rt6JqyhkzeLm0dnWo5TnP8pVPRvG { width:47.75rem;height:5.5rem;top:12.9375rem;left:0rem;font-size:1.25rem;display:block; }#MDK2Rt6JqyhkzeLm0dnWo5TnP8pVPRvG li:before{  }
 }@media only screen and (max-width: 1199px) { #hLpabh3ZF1eGsJ24ofISTnFNpPwfz9u4 { width:5rem;height:0.125rem;top:8.75rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OlqvwDbmuC3lXRHkk9lKABXZebI4H2Gv { width:17.5rem;height:2rem;top:9.75rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdAFEzgTFaEJL7qbiZv5V9BS1iIB3Sc2 { width:47.75rem;height:3.25rem;top:20.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ { display:block; }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PFTyrSuXST151BTRN7Fc4goQPeLXd7E8 { width:47.75rem;height:3.7375rem;top:2.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VcZHZ7GgBSAwiJ1twIs1HesyXCfOatK1 { width:5rem;height:0.125rem;top:8rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FCWkCHbHT5Zhqe1APlGx9ROGNk20vaaO { width:41.0625rem;height:4.0625rem;top:9.1875rem;left:3.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nQHntqOXi6GqASVxCAg4uhuUzUtSplDV { display:block; }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wbuW79W2FW9FZvfUf38dxNWze9Utrb8f { width:4.5625rem;height:4.5625rem;top:3.5625rem;left:5.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D9Re13FK7q8qwN2tx2EnLc5Vshu7VTyQ { width:14.1875rem;height:3.125rem;top:8.90625rem;left:0.8642578125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WWfWVlmZWSJPOzEfbTqEHB4cWPef219c { width:13.8125rem;height:3.65625rem;top:13.671875rem;left:1.0517578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #potViLz7rf11Xzp97XOqHkswJ03TFZVR { width:15.375rem;height:17.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zOseVTnIFJylhklfConvEnl7KEKnzRKI { width:4.5625rem;height:4.5625rem;top:3.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AcKBQfTc1AXvisTcKwmnuwpJJBaOLJKT { width:12.9375rem;height:3.125rem;top:8.90625rem;left:17.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rtrMd1TliiAl3wxuIha52H5yRRqOD870 { width:14.3125rem;height:3.65625rem;top:13.671875rem;left:16.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VrKnWeDywha3K5JaBxQSqHsiTInnnRSw { width:14.9375rem;height:17.5625rem;top:1.6875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fr5RDBk4XQSf9r9CKMbnWARNmcprrCZk { width:15.125rem;height:17.5625rem;top:1.6875rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8h0Us6s6g3A5nGILif3bl8Hix4AzgIw { width:9.4375rem;height:3.125rem;top:8.90625rem;left:35.072265625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bUBziQ8TvUS6Ukw4cBka52gmk4y6TVW3 { width:11.0625rem;height:3.65625rem;top:13.671875rem;left:34.259765625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aPtIx195vUnZ1bINTvM5XNzUzxqA9vyI { width:4.5625rem;height:4.5625rem;top:3.5625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UGkrlSllitkWbO1VNsM3rIOFqTHO1sio { display:block; }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UkXaRnPbZQswBGe3I9vAzL6zD3fN5hge { width:21.375rem;height:17.5625rem;top:1.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pzF8gOc9mUb3vSnSK6hd2WGEgnUSnbPR { width:12.5rem;height:3.125rem;top:8.9375rem;left:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EFvcdUkU2o2qL2GmSSGK1BfTt0eGrG0W { width:4.5625rem;height:4.5625rem;top:3.625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnwIkN7zdc0Tb6ZaDvJmfRrTK5AoTNXQ { width:18.5625rem;height:2.4375rem;top:13.125rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lf6OUgWIgGMnhmTdsgzCqX7lRRWfKtuh { width:21.375rem;height:17.5625rem;top:1.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wACZ2Wcv67uRWdctpk4i0NAOUIUUfoma { width:12.3125rem;height:3.125rem;top:8.9375rem;left:29.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HCzf3c7HRXGl6AGJWfSWuJwzPI4kdHpQ { width:4.5625rem;height:4.5625rem;top:3.625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zcmzqad6IRzxnZhZwPWAg6kU4LPJPeD3 { width:19.625rem;height:2.4375rem;top:13.125rem;left:26rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yEOK3Dkgio11P6mTxklVXZh1abDCkEBh { display:block; }#yEOK3Dkgio11P6mTxklVXZh1abDCkEBh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TAnsiWadDQhCcVIUu3l4TtiTiLeS7pAe { width:17.5rem;height:2.9375rem;top:1.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTcG5BAvhN85kGBWI2kQMzcZEkGKQZuc { display:block; }
 }@media only screen and (max-width: 1199px) { #z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C { display:block; }#z8EsPRITQ4DU3EL5xllJQgSoVRiI6v5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yUkMiTuunXUEwoxKDdvLB44CWrGoOVaF { width:5rem;height:0.125rem;top:9.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fQ9ufZeXC9PfAkNB8zJSVU5MqkTEQfAx { width:47.75rem;height:3.7375rem;top:4.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sCBdbNKtmALNi7Ur01bvxKD3El4QTQLq { width:47.75rem;height:1.625rem;top:11.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtg4KadDCMrBakuhbrkMHp1DMpPadeTq { display:block; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EA5MAX7imR14qDU2TtBDWHhaeVss4ZtS { width:47.75rem;height:21.75rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 { display:block; }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E7mGsLGTS7oaPWToT2kCmeobcktJ2Vpg { width:5rem;height:0.125rem;top:7.25rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLtKnOIaAzeo6Q5RNDltdryX3TZkcxS6 { width:47.75rem;height:3.73730625rem;top:2.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k1A4gG8r1efEHircGeNtpZrUTLk5ISme { width:47.75rem;height:2rem;top:9.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F { display:block; }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row .container { width:47.75rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RpGvdrdpJwWdVn2QgNxgC7ol7K6D0aN8 { width:6.375rem;height:2.5996125rem;top:7.5126953125rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8Lv55m2IqkTHdTQI6kenWhTv06KD6TT { width:9.5rem;height:3.16699375rem;top:10.904296875rem;left:1.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OdMXvcSIrAUgowyzUDBLOwfUoO4M0bMv { width:11.5625rem;height:3.375rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DHUEwRTFUmc0TbJCq9vAQXwDn5aWR7LH { display:block; }
 }@media only screen and (max-width: 1199px) { #ZDKfTck2brKGFXyA6Hugca8sxPVKFzW4 { width:3.25rem;height:3.25rem;top:2.25rem;left:4.34375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nSO1AWhZBlOCQ9wFTXXbOPpEVpoIBoG3 { width:3.125rem;height:3.125rem;top:2.3125rem;left:16.34375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RhIVU6fNTipUlG49UBUrVcJDsZxUtxrn { width:3.5625rem;height:3.5625rem;top:2.0625rem;left:40rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcMvvw4icdPs7OF8a4aL2Cx1Fmef6MNT { width:5.5rem;height:5.5rem;top:0.875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hakw2K7TPfh8iZsgKQrF2fchICIpfs9F { width:5.5rem;height:5.5rem;top:0.875rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmgy3cWQP4KieI41weXCrv8N3N3ymOu5 { width:11.5625rem;height:11.4375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k4RrraWR1eSHtxSKKLxE7OIVclk39cCo { width:10.5625rem;height:2.5996125rem;top:7.5126953125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vN8HkxXNwgsUwrH3vKEdZ4nNkPVzHMhi { width:11.1875rem;height:11.4375rem;top:4.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obP8dOwDTlfRluG0ZN4mFEVAcvrak4l5 { width:9.5rem;height:4.22265625rem;top:10.1123046875rem;left:13.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GFf8MVmUpQcLlDn8slTg2iyqPx1ruFKD { width:11.3125rem;height:11.4375rem;top:4.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IHe9QmWLU492GZMrcAXhwhyvZagxn81K { width:5.5rem;height:5.5rem;top:1.125rem;left:26.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fkF0KfuMXhcEypQrRAl0hcCoWVrhbMRd { width:5.25rem;height:2.5996125rem;top:7.5126953125rem;left:27.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohFIPhVQA5KHlqsOqVAUhBLke1KMqFWi { width:9.5rem;height:4.22265625rem;top:10.1123046875rem;left:25.09375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqilcT3m9NKULhE9ZyMHf39Gwp4nohp0 { width:11.3125rem;height:11.4375rem;top:4.0625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FhvlhnLRAnn9ts7B6Uz9tTcOtSIonlUm { width:9.1875rem;height:2.5996125rem;top:7.5126953125rem;left:37.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T035E2r5rNMS6TNWI5PMFnSEfFUhVHwE { width:5.5rem;height:5.5rem;top:0.875rem;left:38.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BN3HLbpJ8ZwBMxVA8qVAvhb9C1vQV7mv { width:3.125rem;height:3.125rem;top:2.3125rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGTFSaEdoop87TyEitTxWvvGnubfsvx2 { width:10.5625rem;height:4.22265625rem;top:10.1123046875rem;left:36.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA { display:block; }#aKK5q1fsE7B4GvMtkvpoPzlxLh5mKIiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MPFtwBntanemHl3ti0EarcwDRkFnvTgB { width:5rem;height:0.125rem;top:21.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z3r95woqOpfqstbS5sZq3PM8GIQsE8bJ { width:34.4375rem;height:7.474625rem;top:12.25rem;left:6.65625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bs5pTe4R4fmJqtAnX74fOt4SZNVQIRZM { width:17.5rem;height:2.9375rem;top:23.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eW3e7zTFT1SDmzvkfD6mTLmSATpgomBX { display:block; }
 }@media only screen and (max-width: 1199px) { #Vc2ResfuOf1awfzgeftne2rJXyqbasuP { width:9.625rem;height:5.375rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 { display:block; }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NNCy6atbS7Uag0LOdeTMuJozUnHU6hKE { width:5rem;height:0.125rem;top:7.25rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wRrNgegCnkLD6FgqN8fonHcKGrOERyqQ { width:47.75rem;height:3.73730625rem;top:1.9375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T { display:block; }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU { display:flex;height:auto;width:45.25rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #DNq0SwQwHs7lmk3kudS6JeJGagASJNyr {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #Dw8yTV53zVoengiagZoPvOUTqXZk3rkk {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #eOSrMu69D8o83dM0wEPoVnIpwdDNprnN {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #G51BBAO3GBGiouSkfhRJn0U4WRH6d5HQ {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #hBIGJDc6SqtM78alT7y3Pyhzxr0eSkTT {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #WfhN79sLRusv46BaNPHfuLH3TLDuMPGc {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #OqIfzRkysV0uT30yy7z50byIIweLycOg {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #QefyrTbN7n1H3wGFItGiEvLkyySQs7Gi {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #K2uuqIVewENUAcyHd0ADEW3Bc5RJGTiK {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #imbMsifgE9I25vKh41psTBxq4LmqFgwn {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #mpLAFPXV5FTHwedTZb29O3TnagIJEwMN {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #BzukA6W1BD2FSLDr7tIF6gIz7Tvyst94 {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #xsVq3tTWAqFwDwRFpsviZowuPoMPhJsL {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #SmrMiK0d9pM13q2LgOmCx1wIg7EgUHqo {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #TnPZD59DOWQ3CIEKWD9ZVAkrmvDwDxTq {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #VVOCbWSezPEQTbCsK7AlnH3H3vG7VStb {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #RBRztFb0TIMXvFzZVCDxKm6w5IW1p11T {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #oHLetoTuG9p7yhrHou1BKUXLOPLq4bzG {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #FbXoDTydmzNqUfSzOethQcIgRypr5Cls {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #EQxh4SNPyZ6azpfiKW6yH9ilZhazFsV4 {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #G8lLswFX5hccsfpMINUXFWEO1ESb1KAT {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #TdVGskG6iCn3Wxdp3NDvd2sAqeZ2uXJG {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #c5ycKWXg9sAxWtNvApIDM1zvTEPT3WZe {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #gWE5GMNKBVo1HEyKAM0muaLhaFOB944A {  }
 }@media only screen and (max-width: 1199px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #kNEeFGyAyeCsB8e37OqvCoeehfN7yusS {  }
 }@media only screen and (max-width: 1199px) { #tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV { display:block; }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rbSNTtgQJ9NqNQr1GXBIT7hRBEgRsWym { width:5rem;height:0.125rem;top:7.25rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WU6aaiD9pVf6Gz8Ms6TlxWKvEeN7ssWJ { width:47.75rem;height:3.73730625rem;top:2.125rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF { display:block; }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DPBnywgfHtwevsyPf0ob1qSDuQH0AlII { width:25.75rem;height:13.40625rem;top:6.3125rem;left:17.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPgPsQIMc2cNZTc5eSsdOkVpDlZoG7na { width:17.125rem;height:23.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa { display:block; }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TXDgnbX2JBsSFKokT2VBnCmegPktL36h { width:5rem;height:0.125rem;top:8.78125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cN9X17IQVX9g4dyybEUs8T7TD8NhtpRZ { width:47.75rem;height:7.474625rem;top:0rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6m05noVXTBq53Jp9gmHIFKvVfyXpb3Q { width:35.875rem;height:1.625rem;top:9.875rem;left:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sRB2Q6MooTMpXksDWCWeguIfurml3ymV { width:17.5rem;height:2.9375rem;top:13.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J83XTBcTUTTJiBUVBMEQUEnKB7q9asnf { display:block; }
 }@media only screen and (max-width: 1199px) { #PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 { display:block; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xu80HTH2efMHTOviKu2nvExwEC81DzJL { width:12.0625rem;height:6.5rem;top:1.875rem;left:17.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bOd7Sg9Rh3Lrg8dtd0ERoLIPXW2tVOWO { top:6.4375rem;left:12.34375rem;width:23.0625rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ozw5okwzJ8BTVwyuTSTd7zyQGfTMkTL4 { top:17.9375rem;left:12.3125rem;width:23.0625rem;height:1.3994125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UmtiCnfh8HpkuoOgnJc8P9egcpIZ8wvG { top:14.3125rem;left:21.375rem;width:1.875rem;height:1.875rem;display:block; }
#UmtiCnfh8HpkuoOgnJc8P9egcpIZ8wvG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #rtPzEPifoTr2W7KwxPolaHnzU0Whitks { top:14.125rem;left:24.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
#rtPzEPifoTr2W7KwxPolaHnzU0Whitks > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 1199px) { #C88mu8ZU3GccV1lJVVHNTBfGJgS0AiWS { top:20.5625rem;left:12.34375rem;width:23.0625rem;height:1.3994125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ { display:block; }#DgiAg5tWXm3CpPnRzHuIRorA1rPtuJdZ > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF5qwQBVTdIDwzapBBKWFsVgDGtpAy79 { width:9.9375rem;height:5.625rem;top:0rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2gtvpOK1PFWK5awDXRZx3kD7u0lnHm2 { width:18.1875rem;height:1.6875rem;top:4rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHGFVnfR25FEiONBh1KT1u0cRILGrmxQ { width:17.375rem;height:3.4375rem;top:6.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/40184335-b153-484a-bb04-98aafd9fc1d2/Time4YouCapaLandingPagePropertyManagement.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ca4Vi3F3ZhuCbT3DUOWCGF1QvCkhlJMS { width:3.75rem;height:0.125rem;top:11.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDxEISEo85mZDJTHyeIQxazcCP3zuCyr { width:20rem;height:30.8125rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtUZlv367cfXk3L3trPXvQJZDGRWBpy { width:18.75rem;height:1.625rem;top:14.5625rem;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;display:block; }
#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:17.8125rem;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:17.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #uV4eI4TUVZNX7ZiVI61WSnBJmiiz5AnU {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #E9SeSHJV9UwXAPtO2BTeyrSXHLT1wd79 { display:block; }
 }@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 { display:block; }
 }@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 { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #TcllnzuU8nngQeRIKm9OFiBRcbFlioza {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #IgqsR5QMaoaV6R747U5VSNOSWtOwLnTD {  }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #JdeFE4q8HORV7weX8Tx4EOkUKumReBzp { display:block; }
 }@media only screen and (max-width: 763px) { #lAuvpF6maSSRzKAIiqfzgPQp3etDh6Py #VkHI7OsBHhoTkqNnig4wJEISxTppQnXM {  }
 }@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) { #VbVGKVBbPTIEz6KmguisP7RdZ2tCoUra { width:20rem;height:8.125rem;top:46.099609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4J0UAzahta8SXWb1L21Ar4IVm28Q2Ov { width:17.5rem;height:3.4375rem;top:65.748046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7V2cMut6qRL6qz4uoN2Ut2KhhTCSkBI { display:block; }
 }@media only screen and (max-width: 763px) { #nkt1xa8eT88TdTeZ1nDRCS2fmUUTigOb { width:19.125rem;height:9.07425rem;top:1.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz4Tcwqg88IUBSJPsSOcpIckhuDA8qZt { width:20rem;height:2.4375rem;top:69.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlA4EheNrpaIUpbkmiwpHBGr7t3xMGLS { width:9.5625rem;height:9.5625rem;top:54.935546875rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHNxuXLIi0x02cm5XrO9GQayqZTatwqA { display:block; }#SHNxuXLIi0x02cm5XrO9GQayqZTatwqA > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTJx9LWTDuSfT4igceKXbEUw5Tm1cioN { width:20rem;height:2.1933625rem;top:1.0244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMVt0L36N4OlQzHx2owckT2eFDh2812N { width:3.75rem;height:0.125rem;top:4.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9XZa9qVz1STHh3IR3sE2BPcTqR0bKp { width:20rem;height:11.69821875rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 { display:block; }#McvINJiHLfbbNCsCRCRiEzRnNmuaaGm5 > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxnfC0qu5wSvbTk1OmrCTHv8MWRDk6qS { width:11.625rem;height:2.875rem;top:1.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9euZEP5P8SPCgRAyChMvwbd30llHAA { width:9.5625rem;height:2.875rem;top:11.25rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #btCXxGty5LSJznb7932S4WkPKlORVyeu { width:13.875rem;height:2.5996125rem;top:5.4375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpcRbwDOZtdB4nT9cqLwcXSgAs3WNesg { width:13.25rem;height:2.5996125rem;top:14.625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofCITfDbrgAwE1v1SeutUTVZJWHn51bk { width:17.0625rem;height:2.875rem;top:20.15625rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZE78CqGmtJqXF7ogTWyuTw3pKAxnS46 { width:13rem;height:3.8994125rem;top:23.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbKTcWzxwWh0B7oqoiLU05QrN6mzAr1k { width:17.0625rem;height:2.875rem;top:31.25rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLT66HnKRZF8NB9uxFdDmooOr0GEAyfz { width:13rem;height:3.8994125rem;top:34.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep { display:block; }#Ow3kUsEAQ2svyiQcAKJuCbMPL3RDNSep > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6mUmLVg76TxMAO74TCchubLuNZZJp00 { width:20rem;height:4.875rem;top:1.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;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.722625rem;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) { #CVtXKAcIywanoZbTsGNK6T9FqFloXMny { display:block; }#CVtXKAcIywanoZbTsGNK6T9FqFloXMny > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uK38KUlnm5Sxr5qowVUTLkDzOsTsE1gA { width:20rem;height:2.1933625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDK2Rt6JqyhkzeLm0dnWo5TnP8pVPRvG { width:20rem;height:9.46875rem;top:9.9121125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#MDK2Rt6JqyhkzeLm0dnWo5TnP8pVPRvG li:before{  }
 }@media only screen and (max-width: 763px) { #hLpabh3ZF1eGsJ24ofISTnFNpPwfz9u4 { width:5rem;height:0.125rem;top:5.2558625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlqvwDbmuC3lXRHkk9lKABXZebI4H2Gv { width:17.5rem;height:1.625rem;top:6.6308625rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdAFEzgTFaEJL7qbiZv5V9BS1iIB3Sc2 { width:20rem;height:6.09375rem;top:20.630859375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ { display:block; }#SqwEzEK3BlIHKhOrPrsVD8Zr7zSz7FFZ > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFTyrSuXST151BTRN7Fc4goQPeLXd7E8 { width:20rem;height:2.1933625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcZHZ7GgBSAwiJ1twIs1HesyXCfOatK1 { width:5rem;height:0.125rem;top:4.6933625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCWkCHbHT5Zhqe1APlGx9ROGNk20vaaO { width:20rem;height:6.5rem;top:6.0683625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQHntqOXi6GqASVxCAg4uhuUzUtSplDV { display:block; }#nQHntqOXi6GqASVxCAg4uhuUzUtSplDV > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbuW79W2FW9FZvfUf38dxNWze9Utrb8f { display:flex;width:4.5625rem;height:4.5625rem;top:2.8125rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #D9Re13FK7q8qwN2tx2EnLc5Vshu7VTyQ { width:19.125rem;height:1.5625rem;top:8.46875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWfWVlmZWSJPOzEfbTqEHB4cWPef219c { width:14.9375rem;height:5.19921875rem;top:11.75rem;left:2.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #potViLz7rf11Xzp97XOqHkswJ03TFZVR { width:20rem;height:17.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOseVTnIFJylhklfConvEnl7KEKnzRKI { display:flex;width:4.5625rem;height:4.5625rem;top:22.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #AcKBQfTc1AXvisTcKwmnuwpJJBaOLJKT { width:16.5625rem;height:3.125rem;top:28.03125rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtrMd1TliiAl3wxuIha52H5yRRqOD870 { width:17.625rem;height:3.8994125rem;top:32.3125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrKnWeDywha3K5JaBxQSqHsiTInnnRSw { width:20rem;height:17.5625rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fr5RDBk4XQSf9r9CKMbnWARNmcprrCZk { width:20rem;height:17.5625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8h0Us6s6g3A5nGILif3bl8Hix4AzgIw { width:15.125rem;height:3.125rem;top:47.65625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUBziQ8TvUS6Ukw4cBka52gmk4y6TVW3 { width:13.9375rem;height:5.19921875rem;top:51.875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPtIx195vUnZ1bINTvM5XNzUzxqA9vyI { display:flex;width:4.5625rem;height:4.5625rem;top:42.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #UGkrlSllitkWbO1VNsM3rIOFqTHO1sio { display:block; }#UGkrlSllitkWbO1VNsM3rIOFqTHO1sio > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UkXaRnPbZQswBGe3I9vAzL6zD3fN5hge { width:20rem;height:17.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzF8gOc9mUb3vSnSK6hd2WGEgnUSnbPR { width:13.9375rem;height:3.125rem;top:7.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFvcdUkU2o2qL2GmSSGK1BfTt0eGrG0W { display:flex;width:4.5625rem;height:4.5625rem;top:1.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NnwIkN7zdc0Tb6ZaDvJmfRrTK5AoTNXQ { width:14.3125rem;height:5.19921875rem;top:11.4375rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf6OUgWIgGMnhmTdsgzCqX7lRRWfKtuh { width:20rem;height:17.5625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wACZ2Wcv67uRWdctpk4i0NAOUIUUfoma { width:11.75rem;height:3.125rem;top:26.375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCzf3c7HRXGl6AGJWfSWuJwzPI4kdHpQ { display:flex;width:4.5625rem;height:4.5625rem;top:21rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zcmzqad6IRzxnZhZwPWAg6kU4LPJPeD3 { width:15.875rem;height:5.19921875rem;top:30.5rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;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) { #TAnsiWadDQhCcVIUu3l4TtiTiLeS7pAe { width:17.5rem;height:2.9375rem;top:1.78125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTcG5BAvhN85kGBWI2kQMzcZEkGKQZuc { 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:4.38671875rem;top:1.03125rem;left:2.71875rem;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) { #mtg4KadDCMrBakuhbrkMHp1DMpPadeTq { display:block; }#mtg4KadDCMrBakuhbrkMHp1DMpPadeTq > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA5MAX7imR14qDU2TtBDWHhaeVss4ZtS { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 { display:block; }#XD2ckRWAeFo1VTx6J5acCATDhlKJO2a3 > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7mGsLGTS7oaPWToT2kCmeobcktJ2Vpg { width:3.75rem;height:0.125rem;top:5.3125004768372rem;left:8.1250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLtKnOIaAzeo6Q5RNDltdryX3TZkcxS6 { width:13.875rem;height:2.1933625rem;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) { #k1A4gG8r1efEHircGeNtpZrUTLk5ISme { width:20rem;height:4.875rem;top:6.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F { display:block; }#I2Onp1JcB8kHhP064kbWv4G5ZJSUXq4F > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RpGvdrdpJwWdVn2QgNxgC7ol7K6D0aN8 { width:18.4375rem;height:1.29980625rem;top:8rem;left:0.8125rem;text-align:center;text-align-last:center;z-index:15021;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8Lv55m2IqkTHdTQI6kenWhTv06KD6TT { width:10.1875rem;height:3.16699375rem;top:9.9375rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdMXvcSIrAUgowyzUDBLOwfUoO4M0bMv { width:15.9375rem;height:3.5rem;top:13.9375rem;left:2.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #DHUEwRTFUmc0TbJCq9vAQXwDn5aWR7LH { display:block; }
 }@media only screen and (max-width: 763px) { #ZDKfTck2brKGFXyA6Hugca8sxPVKFzW4 { width:3.25rem;height:3.25rem;top:2.5625rem;left:8.375rem;font-size:2.25rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #nSO1AWhZBlOCQ9wFTXXbOPpEVpoIBoG3 { width:3.125rem;height:3.125rem;top:20.3125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhIVU6fNTipUlG49UBUrVcJDsZxUtxrn { width:3.5625rem;height:3.5625rem;top:52.75rem;left:8.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcMvvw4icdPs7OF8a4aL2Cx1Fmef6MNT { width:5.875rem;height:5.875rem;top:1rem;left:6.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Hakw2K7TPfh8iZsgKQrF2fchICIpfs9F { width:5.5rem;height:5.5rem;top:18.875rem;left:7rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cmgy3cWQP4KieI41weXCrv8N3N3ymOu5 { width:16.125rem;height:11.4375rem;top:3.875rem;left:1.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #k4RrraWR1eSHtxSKKLxE7OIVclk39cCo { width:16.1875rem;height:1.29980625rem;top:25.8876953125rem;left:1.9375rem;text-align:center;text-align-last:center;z-index:15021;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vN8HkxXNwgsUwrH3vKEdZ4nNkPVzHMhi { width:16.125rem;height:11.4375rem;top:22rem;left:1.9375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #obP8dOwDTlfRluG0ZN4mFEVAcvrak4l5 { width:14.6875rem;height:3.16699375rem;top:27.9873046875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFf8MVmUpQcLlDn8slTg2iyqPx1ruFKD { width:16.125rem;height:11.4375rem;top:38.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHe9QmWLU492GZMrcAXhwhyvZagxn81K { width:5.5rem;height:5.5rem;top:35.0625rem;left:7rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #fkF0KfuMXhcEypQrRAl0hcCoWVrhbMRd { width:15.875rem;height:1.29980625rem;top:42.3125rem;left:2.125rem;text-align:center;text-align-last:center;z-index:15021;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohFIPhVQA5KHlqsOqVAUhBLke1KMqFWi { width:14.6875rem;height:3.16699375rem;top:44.5rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqilcT3m9NKULhE9ZyMHf39Gwp4nohp0 { width:16.125rem;height:11.4375rem;top:53.875rem;left:1.9375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #FhvlhnLRAnn9ts7B6Uz9tTcOtSIonlUm { width:18.4375rem;height:1.29980625rem;top:58.0625rem;left:0.8125rem;text-align:center;text-align-last:center;z-index:15021;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T035E2r5rNMS6TNWI5PMFnSEfFUhVHwE { width:5.5rem;height:5.5rem;top:51.5rem;left:7rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #BN3HLbpJ8ZwBMxVA8qVAvhb9C1vQV7mv { display:flex;width:3.125rem;height:3.125rem;top:36.25rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #PGTFSaEdoop87TyEitTxWvvGnubfsvx2 { width:14.6875rem;height:3.16699375rem;top:60.75rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:0.8125rem;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:36.5625rem;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:8.042rem;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) { #Vc2ResfuOf1awfzgeftne2rJXyqbasuP { width:9.625rem;height:5.375rem;top:29.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 { display:block; }#WohkW9UkoFymlaDQcopKNhOHmf0BmlF0 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNCy6atbS7Uag0LOdeTMuJozUnHU6hKE { width:3.75rem;height:0.125rem;top:8.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRrNgegCnkLD6FgqN8fonHcKGrOERyqQ { width:13.875rem;height:4.38671875rem;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) { #AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T { display:block; }#AeulGEUOL0Kb1qTqKCkCwbo5aBQeAT8T > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU { display:flex;height:auto;width:17.5rem;top:1.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #DNq0SwQwHs7lmk3kudS6JeJGagASJNyr {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #Dw8yTV53zVoengiagZoPvOUTqXZk3rkk {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #eOSrMu69D8o83dM0wEPoVnIpwdDNprnN {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #G51BBAO3GBGiouSkfhRJn0U4WRH6d5HQ {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #hBIGJDc6SqtM78alT7y3Pyhzxr0eSkTT {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #WfhN79sLRusv46BaNPHfuLH3TLDuMPGc {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #OqIfzRkysV0uT30yy7z50byIIweLycOg {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #QefyrTbN7n1H3wGFItGiEvLkyySQs7Gi {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #K2uuqIVewENUAcyHd0ADEW3Bc5RJGTiK {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #imbMsifgE9I25vKh41psTBxq4LmqFgwn {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #mpLAFPXV5FTHwedTZb29O3TnagIJEwMN {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #BzukA6W1BD2FSLDr7tIF6gIz7Tvyst94 {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #xsVq3tTWAqFwDwRFpsviZowuPoMPhJsL {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #SmrMiK0d9pM13q2LgOmCx1wIg7EgUHqo {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #TnPZD59DOWQ3CIEKWD9ZVAkrmvDwDxTq {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #VVOCbWSezPEQTbCsK7AlnH3H3vG7VStb {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #RBRztFb0TIMXvFzZVCDxKm6w5IW1p11T {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #oHLetoTuG9p7yhrHou1BKUXLOPLq4bzG {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #FbXoDTydmzNqUfSzOethQcIgRypr5Cls {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #EQxh4SNPyZ6azpfiKW6yH9ilZhazFsV4 {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #G8lLswFX5hccsfpMINUXFWEO1ESb1KAT {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #TdVGskG6iCn3Wxdp3NDvd2sAqeZ2uXJG {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #c5ycKWXg9sAxWtNvApIDM1zvTEPT3WZe {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #gWE5GMNKBVo1HEyKAM0muaLhaFOB944A {  }
 }@media only screen and (max-width: 763px) { #OqmxViQMOXBRhsJhXHTL6fzf7iTORTeU #kNEeFGyAyeCsB8e37OqvCoeehfN7yusS {  }
 }@media only screen and (max-width: 763px) { #tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV { display:block; }#tEfniB2kGH8FHmcT9V10DQHKV6sVZxkV > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbSNTtgQJ9NqNQr1GXBIT7hRBEgRsWym { width:3.75rem;height:0.125rem;top:6.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WU6aaiD9pVf6Gz8Ms6TlxWKvEeN7ssWJ { width:13.875rem;height:4.38671875rem;top:0.98828125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF { display:block; }#cTIbQnilI9Gb8d66f2wTDHkb09Fcb3kF > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPBnywgfHtwevsyPf0ob1qSDuQH0AlII { width:20rem;height:27.625rem;top:23.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPgPsQIMc2cNZTc5eSsdOkVpDlZoG7na { width:17.125rem;height:23.625rem;top:0rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa { display:block; }#EtSOC3mLCvfQ4rRRqGO19CWTuVfQZdAa > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXDgnbX2JBsSFKokT2VBnCmegPktL36h { width:3.75rem;height:0.125rem;top:9.1044921875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN9X17IQVX9g4dyybEUs8T7TD8NhtpRZ { width:18.25rem;height:6.5800625rem;top:1.1435546875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6m05noVXTBq53Jp9gmHIFKvVfyXpb3Q { width:20rem;height:3.25rem;top:10.65625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRB2Q6MooTMpXksDWCWeguIfurml3ymV { width:17.5rem;height:2.9375rem;top:15.1669921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J83XTBcTUTTJiBUVBMEQUEnKB7q9asnf { display:block; }
 }@media only screen and (max-width: 763px) { #PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 { position:relative;z-index:auto;background-color:#3fc1c9;background-image:none;display:block; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container { background-color: transparent; background-image: none; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container > .video-iframe-container { display: none; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row > .video-iframe-container { display: none; }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .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); }#PT2mtl4iBgacN7w58umQ1czOlEyrLEW0 > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xu80HTH2efMHTOviKu2nvExwEC81DzJL { width:9.3125rem;height:5.0625rem;top:1.9375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOd7Sg9Rh3Lrg8dtd0ERoLIPXW2tVOWO { width:20rem;height:4.79883125rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozw5okwzJ8BTVwyuTSTd7zyQGfTMkTL4 { width:20rem;height:1.3994125rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmtiCnfh8HpkuoOgnJc8P9egcpIZ8wvG { width:1.875rem;height:1.875rem;top:14rem;left:7.6875rem;display:block; }
#UmtiCnfh8HpkuoOgnJc8P9egcpIZ8wvG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rtPzEPifoTr2W7KwxPolaHnzU0Whitks { width:2.1875rem;height:2.1875rem;top:13.875rem;left:10.1875rem;display:block; }
#rtPzEPifoTr2W7KwxPolaHnzU0Whitks > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #C88mu8ZU3GccV1lJVVHNTBfGJgS0AiWS { width:20rem;height:1.3994125rem;top:20.5859375rem;left:0rem;font-size:0.875rem;display:block; }
 }