.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#dfT5liiByKHbugUUoVBgpHr4PAu362yI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row .container { background-color: transparent; background-image: none; }#dfT5liiByKHbugUUoVBgpHr4PAu362yI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row .container > .video-iframe-container { display: none; }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row > .video-iframe-container { display: none; }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .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); }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row .container { border-width: 0; border-radius: 0; }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#CViZJm3u4zx86Gd0CtvABHA0b88pxJTT { position:absolute;display:block;z-index:15026;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:3.875rem;width:20.5rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#yQ10v9lpStHqFlMGdbNE2OKvdseBmJWu { z-index:15003;top:2.6250002384186rem;left:28.5625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wTG4lwgThWArsspFP4n0rRbekx0kCuKK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXqe9CUTzx3ofnBdk6I379Zxa2xVMZlB { z-index:15004;top:2.6250002384186rem;left:37.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.3rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DlvhBqO1xbygmTf4vcEvCJ93T25sUlCc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kNuBT9k2FGN3tu5EALWkUlM7w4e0iUy0 { z-index:15005;top:2.6875002384186rem;left:56.8125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e7Di9RRE960tOReXWBSrmaSFkOI113hH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXrpbmPsuowsz7U9tUtZEUhRhTAZ4LdQ { z-index:15006;top:2.6875002384186rem;left:47.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mRBpgvQhPTCTJmglC8qJcKvRSzcMt8Gr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#idvdsTCTaQXDJSQGshszsWMrIaXStiHA { z-index:15007;top:2.6875rem;left:67.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dHTM5XfXRKTWLWTm3T0pQHL7ho9iNABG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PvkeqFarvLrNRxtPsVABbrXVX6dbg5uM { z-index:15008;top:1.186767578125rem;left:68.4375rem;background-color:#30c573;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xUsExctL7BrTGPMQd4NCNh6PUtrP4SIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JzC0KoHB1zJsdRNWduO9OTFa11fxqbO4 { z-index:15009;top:1.125rem;left:70.6875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #30c573;border-left:0.0625rem solid #30c573;border-right:0.0625rem solid #30c573;border-bottom:0.0625rem solid #30c573;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#aaaaaa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1.875rem;height:1.025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wbblAtG4hoo5bCHPqyw6ZGHIwSKcJxV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dad42feb-29c1-4762-935c-cce9a1f4a6ac/AdobeStock_761336400_komprimiert.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::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; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:75rem;overflow:visible;position:relative;display:block; }#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#4f4f4f;display:block;width:49.625rem;position:absolute;font-family:lato;font-size:3.9375rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:27.60390663147rem;left:1.9375rem;height:7.875975rem;font-style:normal;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:38.25rem;left:1.9375rem;height:2.51875rem;font-style:normal;display:block; }
#O4m4VqktEFFByW7B3UEyM8GL2PiSkTdJ { box-sizing:content-box;height:3.1875rem;width:45.75rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(109deg, #00b9c3, #30c573);background-image: -moz-linear-gradient(109deg, #00b9c3, #30c573);background-image: -ms-linear-gradient(109deg, #00b9c3, #30c573);background-image: -o-linear-gradient(109deg, #00b9c3, #30c573);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9c3', endColorstr='#30c573' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9c3', endColorstr='#30c573' );";background-image: linear-gradient(109deg, #00b9c3, #30c573);background-size:auto !important;top:37.91562461853rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#kWnktlTiv7K1mhUH2ZoKKBTvDEuHMJAy { z-index:15007;top:43.543701171875rem;left:0rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.81125rem;height:2.81176875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oWQMNVKvzNDsBoLFuio7JlMgFEQJ5uad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .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); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { color:#000000;display:block;width:53rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:14.125rem;left:10.8125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V3p23rxHs764XqBh9hDJIPsqlN4C4whW { color:#32b57a;display:block;width:55.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:6.5625rem;left:10.8125rem;height:5.6860375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(258deg, #30c573, #00b9c3);background-image: -moz-linear-gradient(258deg, #30c573, #00b9c3);background-image: -ms-linear-gradient(258deg, #30c573, #00b9c3);background-image: -o-linear-gradient(258deg, #30c573, #00b9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );";background-image: linear-gradient(258deg, #30c573, #00b9c3);background-size:auto !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; }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row .container { background-color: transparent; background-image: none; }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row .container > .video-iframe-container { display: none; }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row > .video-iframe-container { display: none; }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .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); }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row .container { border-width: 0; border-radius: 0; }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#oy5hAmvsbRooszQSfOmTFRs3IKA9ewO5 { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.559371948243rem;left:37.936454772949rem;height:8.2470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tswrwubLxGQJ21m3ToHbGf4v5mlTnshG { position:absolute;display:block;z-index:15011;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:13.125rem;width:19.3125rem;top:18.375rem;left:13.6875rem;overflow:hidden;display:block; }
#uKTO8gTG5xZvsC0ctV2KHDztGUWVv1Zi { position:absolute;display:block;z-index:15012;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.125rem;width:25.0625rem;top:5.9375rem;left:6.1875rem;overflow:hidden;display:block; }
#kLxxmDKQJXfgLPGHG9eRDKvaTNE7TpId { position:absolute;display:block;z-index:15013;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:10.1875rem;width:15.3125rem;top:22.6875rem;left:0rem;overflow:hidden;display:block; }
#wrouT8Z2Zeyv5DUwnZ8y0s3ZDqW13kBU { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:10.75rem;width:16.3125rem;top:13.3125rem;left:1.75rem;overflow:hidden;display:block; }
#QRORgTTff53Tsz3TrgsHtMy0b5JThCVF { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:18.373962402344rem;left:37.936454772949rem;height:8.994125rem;display:block; }
#dTFw2nMn2ZUcHxO2KpGSSEJZu29mH6bH { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:4.9375rem;width:4.9375rem;top:9.5239570413206rem;left:4.8020818505859rem;overflow:hidden;display:block; }
#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU { position:relative;display:block; }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU { background-color: transparent; background-image: none; }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .row .container > .video-iframe-container { display: none; }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .row > .video-iframe-container { display: none; }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .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); }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU { border-width: 0; border-radius: 0; }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IXlh1QfsiOM0lHseVnFW2vAoRilMd0g6 { color:#aaaaaa;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5718765258787rem;left:1.8156204223632rem;height:3.33125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QoSMi11X8MIObsEkTdudlxtX63JBswtu { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:17.723960876465rem;left:2.3468704223633rem;height:8.247075rem;font-style:normal;display:block; }
#Ugnd7g5yASdtGRrupRNhNJ4XK0yy99nE { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:42.636466979981rem;left:2.3468704223633rem;height:14.9902375rem;display:block; }
#iD6NwDLRI2hRKI2PeLZEa8X9oZg2fyKf { color:#000000;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:42.636466979981rem;left:39.846878051757rem;height:16.4892625rem;display:block; }
#NoHLhvE9lA3W2v1liRsSLuKIiHmzQE6g { box-sizing:content-box;height:19.9375rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:39.755210876465rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.125rem solid #dfdfdf;border-left:0.125rem solid #dfdfdf;border-right:0.125rem solid #dfdfdf;border-bottom:0.125rem solid #dfdfdf;display:block; }
#RXI2Xb2EQsuVcwrBT2IXl2xoUxS4TtgS { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:23.603126525879rem;left:2.3468704223633rem;height:5.99609375rem;display:block; }
#rAZGdhglqZJATtpJBseERdyv1zyyldsc { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:22.8125rem;width:34.375rem;top:12.821876525879rem;left:40.023956298828rem;overflow:hidden;display:block; }
#ozyWhQSCNpxDskKuXMvuJI0Zh7pI2vH5 { box-sizing:content-box;height:17.0625rem;width:47.3125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(223deg, #30c573, #00b9c3);background-image: -moz-linear-gradient(223deg, #30c573, #00b9c3);background-image: -ms-linear-gradient(223deg, #30c573, #00b9c3);background-image: -o-linear-gradient(223deg, #30c573, #00b9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );";background-image: linear-gradient(223deg, #30c573, #00b9c3);background-size:auto !important;top:15.880210876465rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Bs12LUzyRD6IQRiMpKGeTVziutaGKE83 { z-index:15005;top:62.273963928222rem;left:30.667709350586rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #30c573;border-left:0.0625rem solid #30c573;border-right:0.0625rem solid #30c573;border-bottom:0.0625rem solid #30c573;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#30c573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.662125rem;height:3.0371125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vLrobyD563f0Z9qviZUwTBSppm9MNrL6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#thATyTy1s461l5mMOPufJOk6tZziH1cN { 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:15019;opacity:1;top:2.046875rem;left:35.9375rem; }
#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(96deg, #00b9c3, #30c573);background-image: -moz-linear-gradient(96deg, #00b9c3, #30c573);background-image: -ms-linear-gradient(96deg, #00b9c3, #30c573);background-image: -o-linear-gradient(96deg, #00b9c3, #30c573);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9c3', endColorstr='#30c573' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b9c3', endColorstr='#30c573' );";background-image: linear-gradient(96deg, #00b9c3, #30c573);background-size:auto !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; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container { background-color: transparent; background-image: none; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container > .video-iframe-container { display: none; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row > .video-iframe-container { display: none; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .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); }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container { border-width: 0; border-radius: 0; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container { font-size:0.875rem;font-family:arial;height:146.75rem;width:75rem;position:relative;display:block; }#moUQ3fex62ZGWQ7XsHGnmIXqNf9zr6To { position:absolute;display:block;z-index:15014;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:33.25rem;width:37.125rem;top:24.1875rem;left:0rem;overflow:hidden;display:block; }
#F9vPICRq6gCzZ7l87hWfLXisHu3AuSl1 { color:#000000;display:block;width:32.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:27.4375rem;left:40.0625rem;height:34.477575rem;display:block; }
#CNSOZVbwwtLasgxRGKHsNHLCZVDXrElz { position:absolute;display:block;z-index:15017;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:4.5625rem;width:2.9375rem;top:23.25rem;left:34.875rem;overflow:hidden;display:block; }
#rwQTsmMoZlc1EAlMvoDzEhFeArNERzt1 { box-sizing:content-box;height:6.5625rem;width:6.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:15016;background-color:#090909;background-image:none;top:22.3125rem;left:32.75rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
#QA6mHNW3NqF4au1IAFWXC8Kw7k2o8RES { box-sizing:content-box;height:31.75rem;width:47.3125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:25.4375rem;left:27.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CsvsHh2Qqzd1wAuNwvhlULbcb3Rqshkd { color:#ffffff;display:block;width:55.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:14.625rem;left:8.6875rem;height:5.9961rem;text-align:center;text-align-last:center;display:block; }
#Gng36vQBfwsI6Cnk2wHpfrOss5fDStRO { color:#ffffff;display:block;width:47.25rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.4375rem;left:13.8125rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ND7Vo0AnPEm6T6ifDw5WWDQgsEE90QNC { 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:15018;opacity:1;top:2rem;left:35.875rem; }
#dWMwNA8IpTnkwJXe8CAw07UL9e3GmWqu { color:#ffffff;display:block;width:55.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:87.125rem;left:9.8125rem;height:8.99414375rem;text-align:center;text-align-last:center;display:block; }
#d7nLcnZNn1PNT4dvwlfgM6Ar7wGaLTQx { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:78.1875rem;left:13.75rem;height:6.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C476QFxQRCnPLAFZGUIwXaKlC6Wv5HCW { 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:15019;opacity:1;top:74.5rem;left:35.8125rem; }
#iZBeDxJrspETtkO0Iri7hAbAi9tKSZ8T { box-sizing:content-box;height:30.9375rem;width:47.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:99.875rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.125rem solid #f6f6f6;border-left:0.125rem solid #f6f6f6;border-right:0.125rem solid #f6f6f6;border-bottom:0.125rem solid #f6f6f6;display:block; }
#Iv0cJwuoEMSnmkBXFqP0VQwqhBTDKiME { position:absolute;display:block;z-index:15002;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:24.75rem;width:37.125rem;top:102.625rem;left:37.875rem;overflow:hidden;display:block; }
#Xzo37FymudsGPxamPs936GBq8JZQKPW8 { color:#000000;display:block;width:33rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:101.8125rem;left:2.25rem;height:26.98245rem;display:block; }
#am9x2Abz1SueZAcXwKGHdESDWCEKfcGl { box-sizing:content-box;height:6.5625rem;width:6.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:15017;background-color:#090909;background-image:none;top:98.0625rem;left:33.8125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
#Pm1p5bJP7XXU0P360EcfnF0TncuNmscO { z-index:15006;top:64.781494140625rem;left:26.40380859375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.843rem;height:2.84350625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#akUTgieMt5KbKI1p6Tbh1zcx9xrxvIp3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ka8WtmVThRfP9hCrvlrTgbQaDmzlF5f5 { box-sizing:content-box;height:0.124511875rem;width:74.498125rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:71.96044921875rem;left:0rem;display:block; }
#BFf83X24lz1RbTHhla20tEETwmTahQsB { position:absolute;display:block;z-index:15021;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.75rem;width:5.5625rem;top:101.25rem;left:34.6875rem;overflow:hidden;display:block; }
#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e83aa26b-25cd-4661-8438-dc43fa9532bf/K1600_AdobeStock_280199549.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P.adaptive-delivery-prevent-bg, #x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P.lazyload, #x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P.lazyloading { background-image: none; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row .container { background-color: transparent; background-image: none; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.84); }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row .container > .video-iframe-container { display: none; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.84); }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row > .video-iframe-container { display: none; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .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); }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row .container { border-width: 0; border-radius: 0; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P::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; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex { position:relative;display:block; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex { background-color: transparent; background-image: none; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .row .container > .video-iframe-container { display: none; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .row > .video-iframe-container { display: none; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .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); }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex { border-width: 0; border-radius: 0; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AOK7WHHan6RMpaHmFALDheaTutnGQ4HT { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:18.161468505859rem;left:37.209373474121rem;height:5.3576625rem;font-style:normal;display:block; }
#h4uwIFFJA8b1MEDBOzMmbW3EixzNTuxD { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:21.723968505859rem;left:37.209373474121rem;height:10.4931875rem;display:block; }
#kJqRdpcyk5Gm96OCTaPTTkQ9NWZVZb5J { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:22.8125rem;width:34.25rem;top:13.255218505859rem;left:0rem;overflow:hidden;display:block; }
#xBBhUS3tpN7v2oCSOEz9g7CmtGlAug8O { box-sizing:content-box;height:17.0625rem;width:47.3125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(223deg, #30c573, #00b9c3);background-image: -moz-linear-gradient(223deg, #30c573, #00b9c3);background-image: -ms-linear-gradient(223deg, #30c573, #00b9c3);background-image: -o-linear-gradient(223deg, #30c573, #00b9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );";background-image: linear-gradient(223deg, #30c573, #00b9c3);background-size:auto !important;top:16.430206298828rem;left:27.686454772949rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#em18VemyDHboaUdA6eA6nsolTHZEtCg8 { z-index:15005;top:69.273956298825rem;left:30.667709350586rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #30c573;border-left:0.0625rem solid #30c573;border-right:0.0625rem solid #30c573;border-bottom:0.0625rem solid #30c573;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#30c573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6625rem;height:3.0375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MdBkLRwVTgukfzR9bGI4BnkLSTqQnB3G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ws7GetLZWKlK5Wy3bTuznloQgrk4XWFJ { color:#aaaaaa;display:block;width:55.3125rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.0458374023438rem;left:1.8156204223632rem;height:3.33125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VxGz7cC1VngNkATlbzfaANDqGw5yrNyQ { box-sizing:content-box;height:21.4375rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:43.125rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.125rem solid #dfdfdf;border-left:0.125rem solid #dfdfdf;border-right:0.125rem solid #dfdfdf;border-bottom:0.125rem solid #dfdfdf;display:block; }
#aU0GBHIfSRPG22HpfbJQ7GPKJuvI3Ui1 { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:44.5rem;left:2.375rem;height:18.18355rem;display:block; }
#DSxwbuTps1IO4ZgccVJc6P8vso2T6DQz { color:#000000;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:44.5rem;left:40.8125rem;height:18.18355rem;display:block; }
#IAT8zFLpLfW0ftJINLnvJ0N0wZnApoXm { color:#30c573;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:39.375rem;left:2.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wDipZFurDe00JdKDxKnianpPBdNwx3sZ { color:#00b9c3;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:39.375rem;left:40.8125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Dk7a3WfCkPRp1XlBnOQ2g39mOVylgw61 { 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:15020;opacity:1;top:1.9666366577149rem;left:32.779159545899rem; }
#M70f7yt1MBIarlfn9aStnr2TKlLpozhe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0f549140-2c84-4b95-a02c-9f1fea8a64ba/K1600_AdobeStock_1209015181.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe.adaptive-delivery-prevent-bg, #M70f7yt1MBIarlfn9aStnr2TKlLpozhe.lazyload, #M70f7yt1MBIarlfn9aStnr2TKlLpozhe.lazyloading { background-image: none; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row .container { background-color: transparent; background-image: none; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row .container > .video-iframe-container { display: none; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.8); }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row > .video-iframe-container { display: none; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .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); }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row .container { border-width: 0; border-radius: 0; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe::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; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m { position:relative;display:block; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m { background-color: transparent; background-image: none; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .row .container > .video-iframe-container { display: none; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .row > .video-iframe-container { display: none; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .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); }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m { border-width: 0; border-radius: 0; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#izAixRoxhvqinQETrJmZ3eIZsfBXnuP8 { box-sizing:content-box;height:19.9375rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:47.792724609375rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.125rem solid #dfdfdf;border-left:0.125rem solid #dfdfdf;border-right:0.125rem solid #dfdfdf;border-bottom:0.125rem solid #dfdfdf;display:block; }
#p4xVTnTTO0FEXRylH8NL5Dz4oXKLr8xA { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:22.8125rem;width:34.25rem;top:16.384399414062rem;left:40.023956298828rem;overflow:hidden;display:block; }
#GGUqMOMW5c6nSwEPFC7GoCBQ2dBCHHUM { box-sizing:content-box;height:17.0625rem;width:47.3125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(223deg, #30c573, #00b9c3);background-image: -moz-linear-gradient(223deg, #30c573, #00b9c3);background-image: -ms-linear-gradient(223deg, #30c573, #00b9c3);background-image: -o-linear-gradient(223deg, #30c573, #00b9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );";background-image: linear-gradient(223deg, #30c573, #00b9c3);background-size:auto !important;top:19.442718505859rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TDqrg2rpTC34hhEJE2Bu3lCLzDS8WpCW { z-index:15005;top:72.5rem;left:30.667709350586rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #30c573;border-left:0.0625rem solid #30c573;border-right:0.0625rem solid #30c573;border-bottom:0.0625rem solid #30c573;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#30c573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6625rem;height:3.0375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QtRax031ce9oAWlGs92mt2MEyBAJM0eJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lT3rs1U1gU0tRwTvCx2J27TmhmNNHlmV { color:#aaaaaa;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.323974609375rem;left:2.158332824707rem;height:6.661375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ltB2JTUVsLVoQh3EEQNTpNwVBaenIhbc { color:#30c573;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:21.286468505859rem;left:2.345832824707rem;height:4.1235375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PZ9hat94yWEVOXUb9WKPql4t0MyBzrqG { color:#ffffff;display:block;width:36.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:26.683349609375rem;left:2.345832824707rem;height:5.99609375rem;display:block; }
#hIBc7BlTS6sXHopCTCiTy8HW59yxgrhL { color:#000000;display:block;width:33.6865rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:48.842712402344rem;left:2.345832824707rem;height:17.9882875rem;display:block; }
#dZz93AIpTiAZXrXlqXmhppGg0P06k0cB { color:#000000;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:52.798980712891rem;left:42.123962402344rem;height:9.091775rem;display:block; }
#g8pRpSytSH2KCM7umV2mrDppwewmhAqL { color:#00b9c3;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:43.568756103516rem;left:2.5718688964844rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GebdIGTmZHUTvUlc5y7EBvRr6TtVnfga { color:#30c573;display:block;width:31.875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:43.567718505859rem;left:41.51042175293rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fsyqdFxC5e8XTTew9y9ogZqEqqJKErs5 { 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:15021;opacity:1;top:3.2156372070312rem;left:35.9375rem; }
#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row .container { background-color: transparent; background-image: none; }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row .container > .video-iframe-container { display: none; }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row > .video-iframe-container { display: none; }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .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); }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row .container { border-width: 0; border-radius: 0; }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#rbCGvonfZ1NLPUnM4EFslQ8QGWPtrQOd { color:#00b9c3;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:2.890625rem;left:0rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B { position:relative;display:block; }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B { background-color: transparent; background-image: none; }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .row .container > .video-iframe-container { display: none; }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .row > .video-iframe-container { display: none; }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .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); }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B { border-width: 0; border-radius: 0; }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O5czmAEMoFwkdB6gmQ344TzrK2i3Ov3Z { box-sizing:content-box;height:50.9375rem;width:50.9375rem;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:14998;background-color:#ffffff;background-image:none;top:11.0625rem;left:12.625rem;border-top:0.3125rem dashed #00b9c3;border-left:0.3125rem dashed #00b9c3;border-right:0.3125rem dashed #00b9c3;border-bottom:0.3125rem dashed #00b9c3;display:block; }
#dBRsNqXo3bbyPovnlVHpAi4FGubAv9h7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:5.75rem;left:33.25rem;overflow:hidden;display:block; }
#xpkxTZmhlwTMggQi67kB6TAh65H2ygTy { 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:11.1875rem;width:11.1875rem;top:21.75rem;left:55.5rem;overflow:hidden;display:block; }
#m7C4HlVWTQDOsUTXTCKBzaRveiOsVvqN { 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:7.3125rem;width:11.1875rem;top:48.9375rem;left:52.25rem;overflow:hidden;display:block; }
#LHRez7N4zFHQXsWOcVAigOJpiRhxqVQN { 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:10.8125rem;width:10.8125rem;top:46.8125rem;left:13.75rem;overflow:hidden;display:block; }
#h38IRuAF8o0MzwpkSlBoHeIKdqR8a9Nc { 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:11.25rem;width:11.25rem;top:22.375rem;left:9rem;overflow:hidden;display:block; }
#fMksEizxGE8iI7TtDqEkhF1I8rJlTbyi { color:#000000;display:block;width:21.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.625rem;left:27.4375rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#HzVy8sC2RdIRu7XCyFlT7B4pELGVPnpl { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:33.25rem;left:52.5rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#n3UkVItzC5kF6vO815NtWSZWmJTnFxmX { box-sizing:content-box;height:6.25rem;width:16.75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:32.9375rem;left:53.5rem;display:block; }
#X3aKm3tPBwNEMEA2atTe781az3hGTiKK { box-sizing:content-box;height:6.4375rem;width:16.75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:56.0625rem;left:49.1875rem;display:block; }
#WqkhLPT9Ar6GyWRhphp6gNwRyEVTFi6y { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:57.625rem;left:48.75rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#CGQTQ4R80ZeUHpTT4Xrmbd1TGXPh9vpk { box-sizing:content-box;height:5.9375rem;width:20rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:57.1875rem;left:10.25rem;display:block; }
#DICMpXwHFOxOUaJDgKcqGNNuM2qyXT5l { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:57.75rem;left:9.9375rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#LlmZJd1d5mpxEI186cGt0vvF17cKSWlb { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:33.8125rem;left:4.25rem;height:3.89648125rem;text-align:center;text-align-last:center;display:block; }
#V8VF0WNMX7zVgN3lZa953vpwenNoyC0O { box-sizing:content-box;height:5.9375rem;width:20rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:32.9375rem;left:3.125rem;display:block; }
#OtqUT3XLvvTNwNHhMd398o5bXdcdwkUk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:24.5625rem;width:24.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:24.5625rem;left:26.125rem; }
#LMWB32MOw8nW9g6LzrxreTx1LKaRP9kn { position:relative;display:none; }#LMWB32MOw8nW9g6LzrxreTx1LKaRP9kn { border-width: 0; border-radius: 0; }#LMWB32MOw8nW9g6LzrxreTx1LKaRP9kn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LMWB32MOw8nW9g6LzrxreTx1LKaRP9kn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TbXBD1wUOrpMDHalNFyST2CFeazpHvlO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:1.1875057220459rem;left:6.875rem;overflow:hidden;display:block; }
#gBqZQ4NmJxB4MbH51gDoOSdabaWxeuEc { color:#000000;display:block;width:21.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:13.561723709106rem;left:1.5rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#boBFiV9DdycA8kfBWtzpUoLhz95eRDWn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:11.1875rem;top:1.21875rem;left:30.78125rem;overflow:hidden;display:block; }
#VoBcF0xI7l3F2SFmq1BZoI23lrCfhg9C { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.549999237061rem;left:28.21875rem;height:5.2rem;text-align:center;text-align-last:center;display:block; }
#VFFAfvhk0pwgLq3xVLslCwpI6gsCahmX { 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:8.4375rem;width:12.75rem;top:2.59375rem;left:55.143753051757rem;overflow:hidden;display:block; }
#c70ZexqgRT16J4BHcfzShesatkzpSnLV { color:#000000;display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.560935974121rem;left:53.581253051757rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#Hs5Dst0L49SxkJ0gqoHE3EeOXcSTGhps { position:relative;display:none; }#Hs5Dst0L49SxkJ0gqoHE3EeOXcSTGhps { border-width: 0; border-radius: 0; }#Hs5Dst0L49SxkJ0gqoHE3EeOXcSTGhps > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hs5Dst0L49SxkJ0gqoHE3EeOXcSTGhps > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#V6slrc7LGwbaJKifuAkAAtcGi7MHSX1h { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:1.8617191314698rem;left:13.125rem;overflow:hidden;display:block; }
#Zv3wRDbp8xgpg27MMMDTkutdsTi13g2K { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.799217224121rem;left:9.3125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#PsOtbymZIrK25lxspdgasJRR1C4UAeMr { 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:11.25rem;width:11.25rem;top:1.8609390258789rem;left:50.625rem;overflow:hidden;display:block; }
#iN4y93wZmkLhl34StZCq9lJuEkxcbp3G { color:#000000;display:block;width:18.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.797657012939rem;left:46.8125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f6c3a6d4-d8d2-4bcb-9448-48462b7e0606/K1600_pexelspaveldanilyuk8442105.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo.adaptive-delivery-prevent-bg, #ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo.lazyload, #ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo.lazyloading { background-image: none; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row .container { background-color: transparent; background-image: none; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row .container > .video-iframe-container { display: none; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.81); }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row > .video-iframe-container { display: none; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .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); }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row .container { border-width: 0; border-radius: 0; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo::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; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz { position:relative;display:block; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz { background-color: transparent; background-image: none; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .row .container > .video-iframe-container { display: none; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .row > .video-iframe-container { display: none; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .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); }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz { border-width: 0; border-radius: 0; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#moBg21FWrodp3JvZ9GltekRFK9l9FBgg { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:21.286437988281rem;left:37.209373474121rem;height:3.571775rem;font-style:normal;display:block; }
#ESxRDZIldP5AETCUJUN5zLJkTuRActzb { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:24.848937988281rem;left:37.209373474121rem;height:5.99609375rem;display:block; }
#XDfbG1NTDxBnMSoEZx8sXirTEEuDy81F { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:22.8125rem;width:34.25rem;top:16.380187988281rem;left:0rem;overflow:hidden;display:block; }
#syTu16HkWnlw0Cdf1mbCOfWQ6n3mdNeN { box-sizing:content-box;height:17.0625rem;width:47.3125rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(223deg, #30c573, #00b9c3);background-image: -moz-linear-gradient(223deg, #30c573, #00b9c3);background-image: -ms-linear-gradient(223deg, #30c573, #00b9c3);background-image: -o-linear-gradient(223deg, #30c573, #00b9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );";background-image: linear-gradient(223deg, #30c573, #00b9c3);background-size:auto !important;top:19.55517578125rem;left:27.685417175293rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dIu7VFk1rw5mpUybkgS1qD1qwUzttKDE { z-index:15005;top:69.89892578125rem;left:30.667709350586rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #30c573;border-left:0.0625rem solid #30c573;border-right:0.0625rem solid #30c573;border-bottom:0.0625rem solid #30c573;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#30c573;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.662125rem;height:3.0371125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HPxywFZE0d1TKzAZ2e2tgi78thnlWdvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UxSxnMfn00NdSiEfgPmSgVXlZJXEdBQN { color:#aaaaaa;display:block;width:55.3125rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:9.6083374023438rem;left:1.814582824707rem;height:3.33125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EIVHrGFUhmWkqHMQQRFTGtiakE5tVTM7 { box-sizing:content-box;height:18.375rem;width:75rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:46.25rem;left:0rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;border-top:0.125rem solid #dfdfdf;border-left:0.125rem solid #dfdfdf;border-right:0.125rem solid #dfdfdf;border-bottom:0.125rem solid #dfdfdf;display:block; }
#mfJFf3fe19CdIUsr3wyeT3ElthdSBM0a { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:47.625rem;left:2.375rem;height:16.489275rem;display:block; }
#gdaRHufs41GqdBv6FZonCia2APmhEbvC { color:#000000;display:block;width:32.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:47.625rem;left:40.8125rem;height:10.493175rem;display:block; }
#KmuDLXpTHrTUdflCekxWtvKbOlyu0CMB { color:#30c573;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:42.5rem;left:2.375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DuFubZ8Cn1hLAbuRDxWizJilLqeDNphK { box-sizing:content-box;height:3.1875rem;width:45.75rem;position:absolute;display:block;z-index:15014;background-color:#30c573;background-image:none;top:60.767700195312rem;left:19.3125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#tQrApLPUDXCizV7kSbMNXM9a0vuyGoQe { 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:15022;opacity:1;top:2.8208351135254rem;left:35.9375rem; }
#rd8Ni61TINixlX92mv5nb3deRloRMKxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/o2iUKPZu/Medicine_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo.adaptive-delivery-prevent-bg, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyload, #rd8Ni61TINixlX92mv5nb3deRloRMKxo.lazyloading { background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { background-color: transparent; background-image: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.76); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container { display: none; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .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); }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { border-width: 0; border-radius: 0; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo::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; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM { position:relative;display:block; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM { background-color: transparent; background-image: none; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .row .container > .video-iframe-container { display: none; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .row > .video-iframe-container { display: none; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .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); }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM { border-width: 0; border-radius: 0; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u8pUMsIedaIqg4W8uKk1XdT8cLA9b8bi { color:#00b9c3;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:5.68725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rvk5CKbQQpTeacOzhfy70tTingRxcXxE { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:10.3125rem;left:10.5rem;height:2.9992625rem;text-align:center;text-align-last:center;display:block; }
#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #32b57a, #00b9c3);background-image: -moz-linear-gradient(180deg, #32b57a, #00b9c3);background-image: -ms-linear-gradient(180deg, #32b57a, #00b9c3);background-image: -o-linear-gradient(180deg, #32b57a, #00b9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b57a', endColorstr='#00b9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b57a', endColorstr='#00b9c3' );";background-image: linear-gradient(180deg, #32b57a, #00b9c3);background-size:auto !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; }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row .container { background-color: transparent; background-image: none; }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row .container > .video-iframe-container { display: none; }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row > .video-iframe-container { display: none; }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .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); }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row .container { border-width: 0; border-radius: 0; }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#LMCECz4uDTdPEhn8HGukJTlRfM9e3Kue { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:11.4375rem;top:14.050000190735rem;left:3.84375rem;overflow:hidden;display:block; }
#VclzHuGDGI2ZBL9sGtecn4owXgrSGeQ1 { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:25.517970085144rem;left:0.78125rem;height:5.60668125rem;text-align:center;text-align-last:center;display:block; }
#pKRSW9EycsJrX4lKLPSPreJADEJyxog9 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:28.603907585144rem;left:20.374221801757rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#cUCo0w5ylUEqehaENFBlQJd1qwCf896i { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.603907585144rem;left:57.03125rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#efFmk1Ot1as2uqTL6ZS0QnivdKC9eRkB { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:27.303908348084rem;left:38.28125rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#ztNowmyIqNOfLzJAvNbIT3oxNLXTtKay { 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:9.5rem;width:15.4375rem;top:14.312500953674rem;left:57.96875rem;overflow:hidden;display:block; }
#BB8MTbUzhCVlBfBI4sTffNZ4ZUsn3lzz { 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:9.3125rem;width:13.375rem;top:14.474999427796rem;left:40.1875rem;overflow:hidden;display:block; }
#g8d8gdschwbLTwf9T1UCrR8R0sS0NyTv { position:absolute;display:block;z-index:15004;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:9.3125rem;width:12.5625rem;top:14.561695480347rem;left:22.297896039604rem;overflow:hidden;display:block; }
#ET5UqfelvUxgrRFyBF0dv8Dl7p8m7flr { color:#ffffff;display:block;width:55.3125rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:4.4585943222046rem;left:9.8117218017575rem;height:4.3139625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8mC2p6rmFZOOptB83nnnfS13gUg6Z8h { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:28.603907585144rem;left:3.125rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#wiu9IWm1FoUX0kEJVmxhaUgTcTOmJv3k { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:25.517970085144rem;left:20.374221801757rem;height:3.7377875rem;text-align:center;text-align-last:center;display:block; }
#T2dg7xGH5uDXR3C1LJTDkDrSQGa1iFLa { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:25.517970085144rem;left:38.28125rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#qmmFZKAhEqTzcQ3mVgE5lZ8a6qpah1Tr { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:25.517970085144rem;left:57.03125rem;height:1.86889375rem;text-align:center;text-align-last:center;display:block; }
#ed3UDy8RLqb9B8g0wK5AIXkd6NCriCnK { box-sizing:content-box;height:5.75rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:17.925003051757rem;left:0.035938262939453rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#Gh1kN0TJ7CC0fUAkPzAai73lw8Df4AqH { box-sizing:content-box;height:10.9375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:12.862500190735rem;left:0.036716461181641rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#GSpSL8zaeSBJO7n0RPTdykdzOMtZhNhT { box-sizing:content-box;height:10.9375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:12.862500190735rem;left:0.036716461181641rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#RUughG2oC9bigeTP99TRF6pWpypez00s { box-sizing:content-box;height:10.9375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:12.862500190735rem;left:0.036716461181641rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#kC1ZQ16vVZCnZTBdWdMElAD65tOeh4kJ { box-sizing:content-box;height:10.9375rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:12.862500190735rem;left:0.036716461181641rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:none; }
#WMgix0ByJspZDL8UE0aq7HH4tffp99SV { position:relative;display:block; }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV { background-color: transparent; background-image: none; }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .row .container > .video-iframe-container { display: none; }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .row > .video-iframe-container { display: none; }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .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); }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV { border-width: 0; border-radius: 0; }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-form-header {  }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:63.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:63.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:63.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .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:63.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#00b9c3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:63.6875rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.875rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:62.25rem;overflow:hidden;font-style:normal; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .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; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .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:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-container:first-of-type{padding-top:0;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-container:last-of-type{padding-bottom:0;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:63.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.99853515625rem;left:5.311279296875rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:63.6875rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 {display:block;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:63.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.99853515625rem;left:5.311279296875rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #oATI8f34yL1ltKS0Ev3KZGt60iLOdwV5 { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #eAKew5DslHgM0SiLCwsqRn4dRo7iaDh6 { position:relative;display:block; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #Li2eTrPu6osAHG2V6DJn27Kbv9aXpFR2 { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #zMwIPSQgTH4fcdFmayoxCebbmTMQqX8g { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #I0itnTw8kTZnoXP7x9f5Jt36FgpTtJO4 { position:relative;display:block; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TFWK9d4oRaST7CnDqHyTXRcOUTb55WLh { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TSLClPqP7ZCSTlXW5XWei7H7PDCGNq5u { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ef1cBfT1PCWfCsGElZ5FhvTTytI6SMNl { position:relative;display:block; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ZLGKLSR3XeZCCvZrf37fS9U6MqCBTKnv { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #wb44k5bFQg0cRou1FPXUGrNecGprAQz0 { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #QTQTlIeh0Ez8RBUq9JcvzyoO6dO538eu { position:relative;display:block; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #zvbNddTsSzHU7cDxT6AtdmPnJIIB7Du2 { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #a0bi2M6Vw6OXOKpcAQIvJZ1apZTNLKp6 { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #xnTtr3ovNxlzlJymDZebI3uUGbTs0Z5S { position:relative;display:block; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #oHpx4yTqc1NvuJ2OU3pODep2Hkg2KZUD { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #mbQ3xpgOEgZfgHW8PLdWP3oAiEJ6gZZ9 { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #mbQ3xpgOEgZfgHW8PLdWP3oAiEJ6gZZ9 .container-column{width:50%;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #uSpzqaK9XFX2GbwVMODHtXQEChXkLZiH { position:relative;display:block; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #RQaFq3KCOa3R076msW4LyyhBFTiN3Kve { position:relative;z-index:2; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #wcQIz5Fp0CI1Gd08xVGUkBVWxbeMrbyL { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #gIcJCy0zSOIWXOZgoUgKRG3ivcmH6JrG { position:relative;z-index:2; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #PcCJP36lcr2TMRTsu7WRG4kz8SS1mLBh { position:relative; }
#UOG7Df2rCUA7BMdoieRdWTSGnrs3kHXG { position:relative;display:block;z-index:100000;display:block; }
#lkR9Iw1NzaK1NyvJJuuoLlWnIpuUEgTn { position:relative;display:block;z-index:100000;display:block; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #JWrBkHQ6eGBTeDC76eaJJ7k9Dy835PwI { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TadxPNxT1s9NmHwxd7XGSf2G9lwcXtOH { position:relative;z-index:2; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #fTRBydcCCJGmpN4dECT5aP4U8MJbwT09 { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #gadQzcbqDl8Dr6PTi1iBQg2UDfMQpLDA { position:relative; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ptIQHCAoRgUlcXHRz1D93WyuluHlXzqz { position:relative; }
#VVy5mocfUMbXduM8GDQCvb1t68l493ZT { color:#000000;display:block;width:55.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.880859375rem;left:9.84375rem;height:6.8213125rem;text-align:center;text-align-last:center;display:block; }
#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row .container { background-color: transparent; background-image: none; }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row .container > .video-iframe-container { display: none; }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row > .video-iframe-container { display: none; }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .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); }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row .container { border-width: 0; border-radius: 0; }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#musAg9GIrpCrHieWLybo43Wnb9GfsBJw { color:#00b9c3;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:3.171875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f { position:relative;display:block; }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f { background-color: transparent; background-image: none; }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .row .container > .video-iframe-container { display: none; }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .row > .video-iframe-container { display: none; }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .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); }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f { border-width: 0; border-radius: 0; }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HIQsfTVRxmS2JTtOmmQfoQurI1NZuoqC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:9.8125rem;top:5.1875rem;left:3.625rem;overflow:hidden;display:block; }
#rkkdmJytlwmWwZt355rtRwb8QRIAmkhr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:9.25rem;top:4.25rem;left:23.375rem;overflow:hidden;display:block; }
#y2aJHIJUVkCpevqrFIbeX6hQvJM5xCtJ { 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:4.25rem;width:7.9375rem;top:4.25rem;left:42.8125rem;overflow:hidden;display:block; }
#JLyqMSrOIo5MatnDNlzVqOHWUTUJk9N3 { 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:1.375rem;width:9.875rem;top:5.6875rem;left:60.5625rem;overflow:hidden;display:block; }
#VB5oix9ysDzbzseXWHyWgC02TnBZWwQO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.8125rem;top:10.1875rem;left:4.875rem;overflow:hidden;display:block; }
#yUHxAf6pchRfefgdzWISNVeZJg7g8amq { 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:2.6875rem;width:9.25rem;top:11.0625rem;left:23.375rem;overflow:hidden;display:block; }
#u5lJ6B6GMuM5v6y6pQV0kgJk7NoUxuN5 { 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:3.1875rem;width:6.375rem;top:10.8125rem;left:43.5625rem;overflow:hidden;display:block; }
#RHIqDl1Rrh03FZ5EaIIfG1RZyKq1Jsx7 { position:absolute;display:block;z-index:15004;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:2.5625rem;width:8.75rem;top:11.125rem;left:61.125rem;overflow:hidden;display:block; }
#J7Dc4a0IDfwrEsZAoGEKhydaRHqGsHWi { 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:5.375rem;width:9.0625rem;top:17rem;left:4.75rem;overflow:hidden;display:block; }
#zqSTRMH7kQJtObwkq33Qq75GhJ3AGmL3 { 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:3.5rem;width:9.0625rem;top:17.9375rem;left:23.5rem;overflow:hidden;display:block; }
#D1ZSmtICIRb42LUKPexnEWHVzplTTW4L { position:absolute;display:block;z-index:15004;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:3.1875rem;width:11.0625rem;top:18.125rem;left:41.25rem;overflow:hidden;display:block; }
#PcB3issKJEyA8PtZkqWxdNrvdyIcex3t { position:absolute;display:block;z-index:15005;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:2.5rem;width:11.0625rem;top:18.125rem;left:60rem;overflow:hidden;display:block; }
#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #30c573, #00b9c3);background-image: -moz-linear-gradient(326deg, #30c573, #00b9c3);background-image: -ms-linear-gradient(326deg, #30c573, #00b9c3);background-image: -o-linear-gradient(326deg, #30c573, #00b9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );";background-image: linear-gradient(326deg, #30c573, #00b9c3);background-size:auto !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; }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row .container { background-color: transparent; background-image: none; }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row .container > .video-iframe-container { display: none; }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row > .video-iframe-container { display: none; }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .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); }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row .container { border-width: 0; border-radius: 0; }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:75rem;position:relative;display:block; }#bNmF42bHdVD0D5eUX9tpNfd69B3nzS6t { color:#ffffff;display:block;width:18.2495rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:10.20263671875rem;left:4.6240234375rem;height:8.52905625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qpEvpSzAavhm0ZK1eS10yO111mBUFALI { box-sizing:content-box;height:20.125rem;width:49.6875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:5.0234375rem;left:25.1875rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#V6Ge97vUEMAbCOwZsFegvqSB1n8i4hAw { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:8.33984375rem;left:27.779541015625rem;height:13.4912rem;display:block; }
#HIDA325gCZewLrT40445LX71zR9I9DS2 { position:absolute;display:block;z-index:15018;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.186525rem;width:7.5rem;top:17.93701171875rem;left:61.455078125rem;overflow:hidden;display:block; }
#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer { position:relative;z-index:auto;display:block; }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer { background-color: transparent; background-image: none; }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .row .container > .video-iframe-container { display: none; }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .row > .video-iframe-container { display: none; }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .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); }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer { border-width: 0; border-radius: 0; }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VCfLKn6qVEZhkBvBWzghNeZrH5kXJMoP { background-color:#00b9c3;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4364624023438rem;left:32.3125rem;display:block; }
#pgdmS2UzxHtp8Sizq4KxZ55PpGr78aEA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1321;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; }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row .container { background-color: transparent; background-image: none; }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row .container > .video-iframe-container { display: none; }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row > .video-iframe-container { display: none; }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .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); }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row .container { border-width: 0; border-radius: 0; }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#zslM5HO1EMuWN928KfhIOvzqCgs0MzQh { 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:1.875rem;width:10.25rem;top:14.25rem;left:1.875rem;overflow:hidden;display:block; }
#CD7l6mzG6CNMeUgOHEWciWEiLpOsVDW4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:11.4375rem;left:58.5625rem;display:block; }
#kicUcdEZ6P6BOE3mcPxk3Ff5s05nJdzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#roesyohDH6QSxFeKO4vX8nt59nVBkZtm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.125rem;left:57.1875rem;display:block; }
#uiJGSG6Ds01WadCr0fckiTB1CRNwcoOX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lPJvrKzXPT5UZJ2gT60BOGr3S39qaec3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:16.625rem;left:58.875rem;display:block; }
#cBL00PRs8mmlp6CqoTymnIkagtB6S3KU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XC08GAsWHA0kKWdldouAmmtlGzlKOZq2 { color:#00b9c3;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:11.875rem;left:17.78125rem;height:6.796875rem;display:block; }
#zy995L2SIcZcuKwIV7e4QJApLnFGJ1Jh { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:15.511413574219rem;left:46.28125rem;height:5.09765625rem;display:block; }
#oo4HJuZiO4R5gEXoET790tCpbqM0x6G9 { 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:3rem;width:14.8125rem;top:5.0625rem;left:1.875rem;overflow:hidden;display:block; }
#QvaZV2TD9D4bWTswNwVnespB2ViAC6HQ { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.149963378906rem;left:69.399993896488rem; }
#QvaZV2TD9D4bWTswNwVnespB2ViAC6HQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#W4ey4tNLfmBZIyPnuJ99Xr6f8dH5BISx { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.786437988281rem;left:69.337493896488rem; }
#W4ey4tNLfmBZIyPnuJ99Xr6f8dH5BISx > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#UQ7BIMEpJcBeHsE2vFW0FsA51QNAnOMX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.25rem;left:1.9375rem;height:1.3rem;display:block; }
#T4bIZTbFsTqtuzIUCrcvuCGvATXhHDUf { 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:15000;opacity:1;display:none; }
#oTSAMAvGdVgDoWaACyFpL22Ozt3i790T { 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:15000;opacity:1;display:none; }
#TX4tB6aJth7Z6rSh3TKo8XKxZCHf5C5k { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:11.875rem;left:46.28125rem;height:3.3984375rem;display:block; }
#AOnSx9WCgVulgBvUGVysBeTBHOosTW9E { color:#00b9c3;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:11.786437988281rem;left:30.723960876465rem;height:6.796875rem;display:block; }
#GI7pbu2PHuNChxHsuTOIpvF3gSZtNkaK { background-color:#000000;background-image:none;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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:2.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.24943161010743rem;left:32.312501907349rem;display:none; }
#J1vWkyne19yWAQu9fa0p2p07Be7fxBiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dfT5liiByKHbugUUoVBgpHr4PAu362yI { display:block; }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CViZJm3u4zx86Gd0CtvABHA0b88pxJTT { top:2rem;left:0rem;width:20.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ10v9lpStHqFlMGdbNE2OKvdseBmJWu { top:2.625rem;left:14.5rem;width:9.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTG4lwgThWArsspFP4n0rRbekx0kCuKK { display:block; }
 }@media only screen and (max-width: 763px) { #xXqe9CUTzx3ofnBdk6I379Zxa2xVMZlB { top:2.625rem;left:23.875rem;width:9.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlvhBqO1xbygmTf4vcEvCJ93T25sUlCc { display:block; }
 }@media only screen and (max-width: 763px) { #kNuBT9k2FGN3tu5EALWkUlM7w4e0iUy0 { top:2.6875rem;left:36.375rem;width:10.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Di9RRE960tOReXWBSrmaSFkOI113hH { display:block; }
 }@media only screen and (max-width: 763px) { #JXrpbmPsuowsz7U9tUtZEUhRhTAZ4LdQ { top:2.6875rem;left:27.5rem;width:8.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRBpgvQhPTCTJmglC8qJcKvRSzcMt8Gr { display:block; }
 }@media only screen and (max-width: 763px) { #idvdsTCTaQXDJSQGshszsWMrIaXStiHA { top:2.6875rem;left:41.5rem;width:6.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTM5XfXRKTWLWTm3T0pQHL7ho9iNABG { display:block; }
 }@media only screen and (max-width: 763px) { #PvkeqFarvLrNRxtPsVABbrXVX6dbg5uM { top:1.125rem;left:45.875rem;width:1.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUsExctL7BrTGPMQd4NCNh6PUtrP4SIi { display:block; }
 }@media only screen and (max-width: 763px) { #JzC0KoHB1zJsdRNWduO9OTFa11fxqbO4 { top:1.125rem;left:45.875rem;width:1.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbblAtG4hoo5bCHPqyw6ZGHIwSKcJxV1 { display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:47.75rem;height:7.875rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:30.125rem;height:2.5rem;top:38.1875rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4m4VqktEFFByW7B3UEyM8GL2PiSkTdJ { top:37.875rem;left:0rem;width:45.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWnktlTiv7K1mhUH2ZoKKBTvDEuHMJAy { top:43.5rem;left:0rem;width:19.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWQMNVKvzNDsBoLFuio7JlMgFEQJ5uad { display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:47.75rem;height:3.75rem;top:14.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3p23rxHs764XqBh9hDJIPsqlN4C4whW { top:6.5625rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc { display:block; }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oy5hAmvsbRooszQSfOmTFRs3IKA9ewO5 { width:37rem;height:8.1875rem;top:10.5rem;left:10.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tswrwubLxGQJ21m3ToHbGf4v5mlTnshG { width:19.3125rem;height:13.125rem;top:18.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKTO8gTG5xZvsC0ctV2KHDztGUWVv1Zi { width:25.0625rem;height:13.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLxxmDKQJXfgLPGHG9eRDKvaTNE7TpId { width:15.3125rem;height:10.1875rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrouT8Z2Zeyv5DUwnZ8y0s3ZDqW13kBU { width:16.3125rem;height:10.75rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRORgTTff53Tsz3TrgsHtMy0b5JThCVF { top:18.3125rem;left:12.625rem;width:35.125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFw2nMn2ZUcHxO2KpGSSEJZu29mH6bH { width:4.9375rem;height:4.9375rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU { display:block; }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXlh1QfsiOM0lHseVnFW2vAoRilMd0g6 { top:7.5625rem;left:0rem;width:37.5rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoSMi11X8MIObsEkTdudlxtX63JBswtu { top:17.6875rem;left:0rem;width:36.4375rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugnd7g5yASdtGRrupRNhNJ4XK0yy99nE { top:42.625rem;left:0rem;width:31.5625rem;height:14.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD6NwDLRI2hRKI2PeLZEa8X9oZg2fyKf { top:42.625rem;left:14.875rem;width:32.875rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoHLhvE9lA3W2v1liRsSLuKIiHmzQE6g { top:39.75rem;left:0rem;width:47.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXI2Xb2EQsuVcwrBT2IXl2xoUxS4TtgS { top:23.5625rem;left:0rem;width:35.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZGdhglqZJATtpJBseERdyv1zyyldsc { top:12.8125rem;left:12.75rem;width:34.375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozyWhQSCNpxDskKuXMvuJI0Zh7pI2vH5 { top:15.875rem;left:0rem;width:47.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs12LUzyRD6IQRiMpKGeTVziutaGKE83 { top:62.25rem;left:17.042709350586rem;width:13.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLrobyD563f0Z9qviZUwTBSppm9MNrL6 { display:block; }
 }@media only screen and (max-width: 763px) { #thATyTy1s461l5mMOPufJOk6tZziH1cN { top:2rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf { display:block; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moUQ3fex62ZGWQ7XsHGnmIXqNf9zr6To { top:24.1875rem;left:0rem;width:37.125rem;height:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9vPICRq6gCzZ7l87hWfLXisHu3AuSl1 { top:27.4375rem;left:15.25rem;width:32.5rem;height:34.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNSOZVbwwtLasgxRGKHsNHLCZVDXrElz { top:23.25rem;left:20.9375rem;width:2.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwQTsmMoZlc1EAlMvoDzEhFeArNERzt1 { top:22.3125rem;left:16.6875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6mHNW3NqF4au1IAFWXC8Kw7k2o8RES { top:25.4375rem;left:0rem;width:47.3125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsvsHh2Qqzd1wAuNwvhlULbcb3Rqshkd { top:14.5625rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gng36vQBfwsI6Cnk2wHpfrOss5fDStRO { top:6.375rem;left:0rem;width:47.1875rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND7Vo0AnPEm6T6ifDw5WWDQgsEE90QNC { top:2rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWMwNA8IpTnkwJXe8CAw07UL9e3GmWqu { top:87.125rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7nLcnZNn1PNT4dvwlfgM6Ar7wGaLTQx { top:78.1875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C476QFxQRCnPLAFZGUIwXaKlC6Wv5HCW { top:74.5rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZBeDxJrspETtkO0Iri7hAbAi9tKSZ8T { top:99.875rem;left:0rem;width:47.25rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv0cJwuoEMSnmkBXFqP0VQwqhBTDKiME { top:102.625rem;left:10.0625rem;width:37.0625rem;height:24.708749309746rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzo37FymudsGPxamPs936GBq8JZQKPW8 { top:101.8125rem;left:0rem;width:32.9375rem;height:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #am9x2Abz1SueZAcXwKGHdESDWCEKfcGl { top:98.0625rem;left:16.6875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm1p5bJP7XXU0P360EcfnF0TncuNmscO { top:64.75rem;left:4rem;width:19.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUTgieMt5KbKI1p6Tbh1zcx9xrxvIp3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ka8WtmVThRfP9hCrvlrTgbQaDmzlF5f5 { top:71.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFf83X24lz1RbTHhla20tEETwmTahQsB { top:101.25rem;left:18.375rem;width:5.5rem;height:0.74122093310738rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P { display:block; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPBI0AIPb32LPAF2pJObzF8W8oSn4iex { display:block; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOK7WHHan6RMpaHmFALDheaTutnGQ4HT { top:18.125rem;left:11.3125rem;width:36.4375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4uwIFFJA8b1MEDBOzMmbW3EixzNTuxD { top:21.6875rem;left:12.1875rem;width:35.5625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJqRdpcyk5Gm96OCTaPTTkQ9NWZVZb5J { top:13.25rem;left:0rem;width:34.25rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBBhUS3tpN7v2oCSOEz9g7CmtGlAug8O { top:16.375rem;left:0.4375rem;width:47.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #em18VemyDHboaUdA6eA6nsolTHZEtCg8 { top:69.25rem;left:17.042709350586rem;width:13.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBkLRwVTgukfzR9bGI4BnkLSTqQnB3G { display:block; }
 }@media only screen and (max-width: 763px) { #ws7GetLZWKlK5Wy3bTuznloQgrk4XWFJ { top:7rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxGz7cC1VngNkATlbzfaANDqGw5yrNyQ { top:43.125rem;left:0rem;width:47.5rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU0GBHIfSRPG22HpfbJQ7GPKJuvI3Ui1 { top:44.5rem;left:0rem;width:31.5625rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSxwbuTps1IO4ZgccVJc6P8vso2T6DQz { top:44.5rem;left:14.875rem;width:32.875rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAT8zFLpLfW0ftJINLnvJ0N0wZnApoXm { top:39.375rem;left:0rem;width:37.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDipZFurDe00JdKDxKnianpPBdNwx3sZ { top:39.375rem;left:23.1875rem;width:24.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk7a3WfCkPRp1XlBnOQ2g39mOVylgw61 { top:2.5625rem;left:19.779159545899rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M70f7yt1MBIarlfn9aStnr2TKlLpozhe { display:block; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m { display:block; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izAixRoxhvqinQETrJmZ3eIZsfBXnuP8 { top:47.75rem;left:0rem;width:47.5rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4xVTnTTO0FEXRylH8NL5Dz4oXKLr8xA { top:16.375rem;left:12.875rem;width:34.25rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGUqMOMW5c6nSwEPFC7GoCBQ2dBCHHUM { top:19.4375rem;left:0rem;width:47.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqrg2rpTC34hhEJE2Bu3lCLzDS8WpCW { top:72.5rem;left:17.042709350586rem;width:13.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtRax031ce9oAWlGs92mt2MEyBAJM0eJ { display:block; }
 }@media only screen and (max-width: 763px) { #lT3rs1U1gU0tRwTvCx2J27TmhmNNHlmV { top:9.3125rem;left:0rem;width:37.5rem;height:6.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltB2JTUVsLVoQh3EEQNTpNwVBaenIhbc { top:21.25rem;left:0rem;width:35.5rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ9hat94yWEVOXUb9WKPql4t0MyBzrqG { top:26.625rem;left:0rem;width:36.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIBc7BlTS6sXHopCTCiTy8HW59yxgrhL { top:48.8125rem;left:0rem;width:33.625rem;height:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZz93AIpTiAZXrXlqXmhppGg0P06k0cB { top:52.75rem;left:14.875rem;width:32.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8pRpSytSH2KCM7umV2mrDppwewmhAqL { top:43.5625rem;left:0rem;width:37.5rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GebdIGTmZHUTvUlc5y7EBvRr6TtVnfga { top:43.5625rem;left:15.875rem;width:31.875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsyqdFxC5e8XTTew9y9ogZqEqqJKErs5 { top:3.1875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7u6vrJleGRHbTqhHT74AZdPNCknFTUf { display:block; }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbCGvonfZ1NLPUnM4EFslQ8QGWPtrQOd { top:2.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B { display:block; }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5czmAEMoFwkdB6gmQ344TzrK2i3Ov3Z { top:11.0625rem;left:0rem;width:47.125rem;height:50.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBRsNqXo3bbyPovnlVHpAi4FGubAv9h7 { top:5.75rem;left:19.625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpkxTZmhlwTMggQi67kB6TAh65H2ygTy { top:21.75rem;left:36.625rem;width:11.125rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7C4HlVWTQDOsUTXTCKBzaRveiOsVvqN { top:48.9375rem;left:36.625rem;width:11.125rem;height:7.2716480446925rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHRez7N4zFHQXsWOcVAigOJpiRhxqVQN { top:46.8125rem;left:0.125rem;width:10.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h38IRuAF8o0MzwpkSlBoHeIKdqR8a9Nc { top:22.375rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMksEizxGE8iI7TtDqEkhF1I8rJlTbyi { top:16.625rem;left:13.8125rem;width:21.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzVy8sC2RdIRu7XCyFlT7B4pELGVPnpl { top:33.25rem;left:29.875rem;width:17.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3UkVItzC5kF6vO815NtWSZWmJTnFxmX { top:32.9375rem;left:31rem;width:16.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3aKm3tPBwNEMEA2atTe781az3hGTiKK { top:56.0625rem;left:31.0625rem;width:16.6875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqkhLPT9Ar6GyWRhphp6gNwRyEVTFi6y { top:57.625rem;left:29.875rem;width:17.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGQTQ4R80ZeUHpTT4Xrmbd1TGXPh9vpk { top:57.1875rem;left:0rem;width:20rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DICMpXwHFOxOUaJDgKcqGNNuM2qyXT5l { top:57.75rem;left:0rem;width:18.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlmZJd1d5mpxEI186cGt0vvF17cKSWlb { top:33.8125rem;left:0rem;width:18.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VF0WNMX7zVgN3lZa953vpwenNoyC0O { top:32.9375rem;left:0rem;width:20rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqUT3XLvvTNwNHhMd398o5bXdcdwkUk { top:24.5625rem;left:12.5rem;width:24.5rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMWB32MOw8nW9g6LzrxreTx1LKaRP9kn { display:block; }#LMWB32MOw8nW9g6LzrxreTx1LKaRP9kn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbXBD1wUOrpMDHalNFyST2CFeazpHvlO { top:1.1875rem;left:2.3125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqZQ4NmJxB4MbH51gDoOSdabaWxeuEc { top:13.5rem;left:0rem;width:21.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boBFiV9DdycA8kfBWtzpUoLhz95eRDWn { top:1.1875rem;left:17.09375rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoBcF0xI7l3F2SFmq1BZoI23lrCfhg9C { top:13.5rem;left:15.4375rem;width:16.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFFAfvhk0pwgLq3xVLslCwpI6gsCahmX { top:2.5625rem;left:32.331253051757rem;width:12.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70ZexqgRT16J4BHcfzShesatkzpSnLV { top:13.5rem;left:31.75rem;width:15.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs5Dst0L49SxkJ0gqoHE3EeOXcSTGhps { display:block; }#Hs5Dst0L49SxkJ0gqoHE3EeOXcSTGhps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6slrc7LGwbaJKifuAkAAtcGi7MHSX1h { top:1.8125rem;left:6.3125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3wRDbp8xgpg27MMMDTkutdsTi13g2K { top:13.75rem;left:2.5rem;width:18.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsOtbymZIrK25lxspdgasJRR1C4UAeMr { top:1.8125rem;left:30.1875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN4y93wZmkLhl34StZCq9lJuEkxcbp3G { top:13.75rem;left:26.375rem;width:18.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo { display:block; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz { display:block; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moBg21FWrodp3JvZ9GltekRFK9l9FBgg { top:21.25rem;left:11.3125rem;width:36.4375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESxRDZIldP5AETCUJUN5zLJkTuRActzb { top:24.8125rem;left:11.1875rem;width:36.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDfbG1NTDxBnMSoEZx8sXirTEEuDy81F { top:16.375rem;left:0rem;width:34.25rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTu16HkWnlw0Cdf1mbCOfWQ6n3mdNeN { top:19.5rem;left:0.4375rem;width:47.3125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIu7VFk1rw5mpUybkgS1qD1qwUzttKDE { top:69.875rem;left:17.042709350586rem;width:13.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxywFZE0d1TKzAZ2e2tgi78thnlWdvg { display:block; }
 }@media only screen and (max-width: 763px) { #UxSxnMfn00NdSiEfgPmSgVXlZJXEdBQN { top:9.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVHrGFUhmWkqHMQQRFTGtiakE5tVTM7 { top:46.25rem;left:0rem;width:47.5rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfJFf3fe19CdIUsr3wyeT3ElthdSBM0a { top:47.625rem;left:0rem;width:31.5625rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdaRHufs41GqdBv6FZonCia2APmhEbvC { top:47.625rem;left:14.875rem;width:32.875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuDLXpTHrTUdflCekxWtvKbOlyu0CMB { top:42.5rem;left:0rem;width:37.5rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuFubZ8Cn1hLAbuRDxWizJilLqeDNphK { top:60.75rem;left:2rem;width:45.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQrApLPUDXCizV7kSbMNXM9a0vuyGoQe { top:2.8125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd8Ni61TINixlX92mv5nb3deRloRMKxo { display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM { display:block; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8pUMsIedaIqg4W8uKk1XdT8cLA9b8bi { top:5.3125rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk5CKbQQpTeacOzhfy70tTingRxcXxE { top:10.3125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS { display:block; }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMCECz4uDTdPEhn8HGukJTlRfM9e3Kue { top:14rem;left:0.4375rem;width:11.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VclzHuGDGI2ZBL9sGtecn4owXgrSGeQ1 { top:25.5rem;left:0rem;width:17.1875rem;height:5.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKRSW9EycsJrX4lKLPSPreJADEJyxog9 { top:28.5625rem;left:6.6875rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUCo0w5ylUEqehaENFBlQJd1qwCf896i { top:28.5625rem;left:30.5625rem;width:17.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efFmk1Ot1as2uqTL6ZS0QnivdKC9eRkB { top:27.25rem;left:18.625rem;width:17.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztNowmyIqNOfLzJAvNbIT3oxNLXTtKay { top:14.3125rem;left:32.3125rem;width:15.4375rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8MTbUzhCVlBfBI4sTffNZ4ZUsn3lzz { top:14.4375rem;left:22.4375rem;width:13.375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8d8gdschwbLTwf9T1UCrR8R0sS0NyTv { top:14.5rem;left:11.3125rem;width:12.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5UqfelvUxgrRFyBF0dv8Dl7p8m7flr { top:4.4375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8mC2p6rmFZOOptB83nnnfS13gUg6Z8h { top:28.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiu9IWm1FoUX0kEJVmxhaUgTcTOmJv3k { top:25.5rem;left:6.6875rem;width:17.1875rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dg7xGH5uDXR3C1LJTDkDrSQGa1iFLa { top:25.5rem;left:18.625rem;width:17.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmFZKAhEqTzcQ3mVgE5lZ8a6qpah1Tr { top:25.5rem;left:30.5625rem;width:17.1875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed3UDy8RLqb9B8g0wK5AIXkd6NCriCnK { top:17.875rem;left:0rem;width:47.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh1kN0TJ7CC0fUAkPzAai73lw8Df4AqH { top:12.8125rem;left:0rem;width:47.75rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GSpSL8zaeSBJO7n0RPTdykdzOMtZhNhT { top:12.8125rem;left:0rem;width:47.75rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RUughG2oC9bigeTP99TRF6pWpypez00s { top:12.8125rem;left:0rem;width:47.75rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kC1ZQ16vVZCnZTBdWdMElAD65tOeh4kJ { top:12.8125rem;left:0rem;width:47.75rem;height:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMgix0ByJspZDL8UE0aq7HH4tffp99SV { display:block; }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7  { width:45.25rem;height:auto;top:10.9375rem;left:0rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 {display:block;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 { width:45.25rem;height:auto;top:10.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #oATI8f34yL1ltKS0Ev3KZGt60iLOdwV5 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #eAKew5DslHgM0SiLCwsqRn4dRo7iaDh6 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #Li2eTrPu6osAHG2V6DJn27Kbv9aXpFR2 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #zMwIPSQgTH4fcdFmayoxCebbmTMQqX8g {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #I0itnTw8kTZnoXP7x9f5Jt36FgpTtJO4 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TFWK9d4oRaST7CnDqHyTXRcOUTb55WLh {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TSLClPqP7ZCSTlXW5XWei7H7PDCGNq5u {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ef1cBfT1PCWfCsGElZ5FhvTTytI6SMNl {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ZLGKLSR3XeZCCvZrf37fS9U6MqCBTKnv {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #wb44k5bFQg0cRou1FPXUGrNecGprAQz0 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #QTQTlIeh0Ez8RBUq9JcvzyoO6dO538eu {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #zvbNddTsSzHU7cDxT6AtdmPnJIIB7Du2 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #a0bi2M6Vw6OXOKpcAQIvJZ1apZTNLKp6 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #xnTtr3ovNxlzlJymDZebI3uUGbTs0Z5S {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #oHpx4yTqc1NvuJ2OU3pODep2Hkg2KZUD {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #mbQ3xpgOEgZfgHW8PLdWP3oAiEJ6gZZ9 {  }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #mbQ3xpgOEgZfgHW8PLdWP3oAiEJ6gZZ9 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #uSpzqaK9XFX2GbwVMODHtXQEChXkLZiH {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #RQaFq3KCOa3R076msW4LyyhBFTiN3Kve {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #wcQIz5Fp0CI1Gd08xVGUkBVWxbeMrbyL {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #gIcJCy0zSOIWXOZgoUgKRG3ivcmH6JrG {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #PcCJP36lcr2TMRTsu7WRG4kz8SS1mLBh {  }
 }@media only screen and (max-width: 763px) { #UOG7Df2rCUA7BMdoieRdWTSGnrs3kHXG { display:block; }
 }@media only screen and (max-width: 763px) { #lkR9Iw1NzaK1NyvJJuuoLlWnIpuUEgTn { display:block; }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #JWrBkHQ6eGBTeDC76eaJJ7k9Dy835PwI {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TadxPNxT1s9NmHwxd7XGSf2G9lwcXtOH {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #fTRBydcCCJGmpN4dECT5aP4U8MJbwT09 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #gadQzcbqDl8Dr6PTi1iBQg2UDfMQpLDA {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ptIQHCAoRgUlcXHRz1D93WyuluHlXzqz {  }
 }@media only screen and (max-width: 763px) { #VVy5mocfUMbXduM8GDQCvb1t68l493ZT { top:2.875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl { display:block; }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #musAg9GIrpCrHieWLybo43Wnb9GfsBJw { top:3.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f { display:block; }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIQsfTVRxmS2JTtOmmQfoQurI1NZuoqC { top:5.1875rem;left:0.21875rem;width:9.8125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkkdmJytlwmWwZt355rtRwb8QRIAmkhr { top:4.25rem;left:13.15625rem;width:9.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2aJHIJUVkCpevqrFIbeX6hQvJM5xCtJ { top:4.25rem;left:25.78125rem;width:7.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLyqMSrOIo5MatnDNlzVqOHWUTUJk9N3 { top:5.6875rem;left:36.71875rem;width:9.875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB5oix9ysDzbzseXWHyWgC02TnBZWwQO { top:10.1875rem;left:1.46875rem;width:8.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHxAf6pchRfefgdzWISNVeZJg7g8amq { top:11.0625rem;left:13.15625rem;width:9.25rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5lJ6B6GMuM5v6y6pQV0kgJk7NoUxuN5 { top:10.8125rem;left:26.53125rem;width:6.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHIqDl1Rrh03FZ5EaIIfG1RZyKq1Jsx7 { top:11.125rem;left:37.28125rem;width:8.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Dc4a0IDfwrEsZAoGEKhydaRHqGsHWi { top:17rem;left:1.34375rem;width:9.0625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSTRMH7kQJtObwkq33Qq75GhJ3AGmL3 { top:17.9375rem;left:13.28125rem;width:9.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ZSmtICIRb42LUKPexnEWHVzplTTW4L { top:18.125rem;left:24.21875rem;width:11.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcB3issKJEyA8PtZkqWxdNrvdyIcex3t { top:18.125rem;left:36.15625rem;width:11.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty { display:block; }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNmF42bHdVD0D5eUX9tpNfd69B3nzS6t { top:10.1875rem;left:0rem;width:18.1875rem;height:8.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpEvpSzAavhm0ZK1eS10yO111mBUFALI { top:5rem;left:0rem;width:47.75rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Ge97vUEMAbCOwZsFegvqSB1n8i4hAw { top:8.3125rem;left:4.3125rem;width:43.4375rem;height:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIDA325gCZewLrT40445LX71zR9I9DS2 { top:17.875rem;left:40.25rem;width:7.5rem;height:6.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfPiMWgyIoECGTZn8wkqHftg0xqB3cer { display:block; }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VCfLKn6qVEZhkBvBWzghNeZrH5kXJMoP { width:10.375rem;height:2.3125rem;top:1.375rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgdmS2UzxHtp8Sizq4KxZ55PpGr78aEA { display:block; }
 }@media only screen and (max-width: 763px) { #IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 { display:block; }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zslM5HO1EMuWN928KfhIOvzqCgs0MzQh { top:14.25rem;left:0rem;width:10.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD7l6mzG6CNMeUgOHEWciWEiLpOsVDW4 { width:5.5rem;height:2.875rem;top:11.4375rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kicUcdEZ6P6BOE3mcPxk3Ff5s05nJdzT { display:block; }
 }@media only screen and (max-width: 763px) { #roesyohDH6QSxFeKO4vX8nt59nVBkZtm { width:5.5rem;height:2.875rem;top:14.125rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiJGSG6Ds01WadCr0fckiTB1CRNwcoOX { display:block; }
 }@media only screen and (max-width: 763px) { #lPJvrKzXPT5UZJ2gT60BOGr3S39qaec3 { width:5.5rem;height:2.875rem;top:16.625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBL00PRs8mmlp6CqoTymnIkagtB6S3KU { display:block; }
 }@media only screen and (max-width: 763px) { #XC08GAsWHA0kKWdldouAmmtlGzlKOZq2 { top:11.875rem;left:4.15625rem;width:13.3125rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy995L2SIcZcuKwIV7e4QJApLnFGJ1Jh { top:15.5rem;left:32.65625rem;width:11.125rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oo4HJuZiO4R5gEXoET790tCpbqM0x6G9 { top:5.0625rem;left:0rem;width:14.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvaZV2TD9D4bWTswNwVnespB2ViAC6HQ { top:11.125rem;left:44.9375rem;width:2.8125rem;height:2.8125rem;display:block; }
#QvaZV2TD9D4bWTswNwVnespB2ViAC6HQ > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #W4ey4tNLfmBZIyPnuJ99Xr6f8dH5BISx { top:15.75rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
#W4ey4tNLfmBZIyPnuJ99Xr6f8dH5BISx > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #UQ7BIMEpJcBeHsE2vFW0FsA51QNAnOMX { top:12.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4bIZTbFsTqtuzIUCrcvuCGvATXhHDUf { display:none; }
 }@media only screen and (max-width: 763px) { #oTSAMAvGdVgDoWaACyFpL22Ozt3i790T { display:none; }
 }@media only screen and (max-width: 763px) { #TX4tB6aJth7Z6rSh3TKo8XKxZCHf5C5k { top:11.875rem;left:32.65625rem;width:11.125rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOnSx9WCgVulgBvUGVysBeTBHOosTW9E { top:11.75rem;left:17.098960876465rem;width:13.3125rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI7pbu2PHuNChxHsuTOIpvF3gSZtNkaK { width:10.375rem;height:2.3125rem;top:0.1875rem;left:18.687501907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #J1vWkyne19yWAQu9fa0p2p07Be7fxBiv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dfT5liiByKHbugUUoVBgpHr4PAu362yI { position:relative;z-index:auto;display:block; }#dfT5liiByKHbugUUoVBgpHr4PAu362yI > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CViZJm3u4zx86Gd0CtvABHA0b88pxJTT { width:17.3125rem;height:3.25rem;top:0.75rem;left:1.1912944554007rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ10v9lpStHqFlMGdbNE2OKvdseBmJWu { top:7.9124755859375rem;left:5.3125002980232rem;width:9.375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTG4lwgThWArsspFP4n0rRbekx0kCuKK { display:block; }
 }@media only screen and (max-width: 763px) { #xXqe9CUTzx3ofnBdk6I379Zxa2xVMZlB { top:10.287475585938rem;left:5.3750002980232rem;width:9.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlvhBqO1xbygmTf4vcEvCJ93T25sUlCc { display:block; }
 }@media only screen and (max-width: 763px) { #kNuBT9k2FGN3tu5EALWkUlM7w4e0iUy0 { top:12.537475585938rem;left:4.7500002980232rem;width:10.5rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Di9RRE960tOReXWBSrmaSFkOI113hH { display:block; }
 }@media only screen and (max-width: 763px) { #JXrpbmPsuowsz7U9tUtZEUhRhTAZ4LdQ { top:14.912475585938rem;left:6.2500002980231rem;width:7.5rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRBpgvQhPTCTJmglC8qJcKvRSzcMt8Gr { display:block; }
 }@media only screen and (max-width: 763px) { #idvdsTCTaQXDJSQGshszsWMrIaXStiHA { top:17.162475585938rem;left:6.8750002980231rem;width:6.25rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHTM5XfXRKTWLWTm3T0pQHL7ho9iNABG { display:block; }
 }@media only screen and (max-width: 763px) { #PvkeqFarvLrNRxtPsVABbrXVX6dbg5uM { top:5.1833333969116rem;left:8.1281250119206rem;width:1.86666625rem;height:1.1249975rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUsExctL7BrTGPMQd4NCNh6PUtrP4SIi { display:block; }
 }@media only screen and (max-width: 763px) { #JzC0KoHB1zJsdRNWduO9OTFa11fxqbO4 { top:5.1833333969116rem;left:10.441666901112rem;width:1.86666625rem;height:1.1249975rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbblAtG4hoo5bCHPqyw6ZGHIwSKcJxV1 { display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dad42feb-29c1-4762-935c-cce9a1f4a6ac/AdobeStock_761336400_komprimiert.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:18.18725rem;height:3.75rem;top:8.184814453125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:18.31175rem;height:1.21875rem;top:15.263671875rem;left:0.843505859375rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O4m4VqktEFFByW7B3UEyM8GL2PiSkTdJ { width:14.9365rem;height:1.93725625rem;top:14.903564453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWnktlTiv7K1mhUH2ZoKKBTvDEuHMJAy { top:20.2783203125rem;left:0rem;width:19.96875rem;height:2.717775rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWQMNVKvzNDsBoLFuio7JlMgFEQJ5uad { display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:18.875rem;height:9.375rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3p23rxHs764XqBh9hDJIPsqlN4C4whW { width:18rem;height:8.125rem;top:19.4375rem;left:1.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc { display:block; }#sQKA4gy3kT0GTDIxa3mdUqHoJ4gO8ryc > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oy5hAmvsbRooszQSfOmTFRs3IKA9ewO5 { width:18.125rem;height:14.432375rem;top:4.3125rem;left:0.93750005960463rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tswrwubLxGQJ21m3ToHbGf4v5mlTnshG { width:14.1875rem;height:9.6875rem;top:20.6875rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKTO8gTG5xZvsC0ctV2KHDztGUWVv1Zi { width:11.0625rem;height:5.6875rem;top:23.283334732056rem;left:7.5333335995675rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLxxmDKQJXfgLPGHG9eRDKvaTNE7TpId { width:10.375rem;height:6.8125rem;top:29.437501907349rem;left:0.93750005960463rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrouT8Z2Zeyv5DUwnZ8y0s3ZDqW13kBU { width:7.625rem;height:4.875rem;top:28.5rem;left:9.2791669964788rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRORgTTff53Tsz3TrgsHtMy0b5JThCVF { width:17.25rem;height:17.98825rem;top:41.812503099441rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFw2nMn2ZUcHxO2KpGSSEJZu29mH6bH { width:3.25rem;height:3.25rem;top:19.25rem;left:11.004167377949rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU { display:block; }#NUGP4kqxPnaxdBVTTplR7ieyb8Wz1tFU > .row .container { width:20rem;height:118.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXlh1QfsiOM0lHseVnFW2vAoRilMd0g6 { width:11.6875rem;height:4.0625rem;top:6.3083343505863rem;left:0.78020840883256rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoSMi11X8MIObsEkTdudlxtX63JBswtu { width:17.1875rem;height:13.125rem;top:14.730209350586rem;left:1.3562501072884rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugnd7g5yASdtGRrupRNhNJ4XK0yy99nE { width:17.375rem;height:23.9843875rem;top:56.837501525879rem;left:1.5625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iD6NwDLRI2hRKI2PeLZEa8X9oZg2fyKf { width:17.5rem;height:25.483375rem;top:82.869795233012rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoHLhvE9lA3W2v1liRsSLuKIiHmzQE6g { width:19.75rem;height:5.8125rem;top:45.469787597656rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXI2Xb2EQsuVcwrBT2IXl2xoUxS4TtgS { width:17.375rem;height:13.4911875rem;top:25.484375rem;left:1.3125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAZGdhglqZJATtpJBseERdyv1zyyldsc { width:19.375rem;height:12.8576875rem;top:40.315628051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozyWhQSCNpxDskKuXMvuJI0Zh7pI2vH5 { width:20rem;height:30.5rem;top:12.448959350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs12LUzyRD6IQRiMpKGeTVziutaGKE83 { top:110.11563110351rem;left:3.2531252503395rem;width:13.3921875rem;height:2.7671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLrobyD563f0Z9qviZUwTBSppm9MNrL6 { display:block; }
 }@media only screen and (max-width: 763px) { #thATyTy1s461l5mMOPufJOk6tZziH1cN { display:flex;width:3.125rem;height:3.125rem;top:1.6322807371616rem;left:7.5000007748606rem; }
 }@media only screen and (max-width: 763px) { #N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #30c573, #00b9c3);background-image: -moz-linear-gradient(180deg, #30c573, #00b9c3);background-image: -ms-linear-gradient(180deg, #30c573, #00b9c3);background-image: -o-linear-gradient(180deg, #30c573, #00b9c3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30c573', endColorstr='#00b9c3' );";background-image: linear-gradient(180deg, #30c573, #00b9c3);background-size:initial !important;display:block; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container { background-color: transparent; background-image: none; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container > .video-iframe-container { display: none; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row > .video-iframe-container { display: none; }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .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); }#N2DlyOgxOAukVT1TTUVvFcvTTMlXrgHf > .row .container { width:20rem;height:234.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moUQ3fex62ZGWQ7XsHGnmIXqNf9zr6To { width:19.375rem;height:17.3125rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9vPICRq6gCzZ7l87hWfLXisHu3AuSl1 { width:18.0625rem;height:46.46975rem;top:63.6250038147rem;left:0.96875005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNSOZVbwwtLasgxRGKHsNHLCZVDXrElz { width:2.9375rem;height:4.5625rem;top:22.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwQTsmMoZlc1EAlMvoDzEhFeArNERzt1 { width:6.5625rem;height:6.5625rem;top:21.1875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6mHNW3NqF4au1IAFWXC8Kw7k2o8RES { width:20rem;height:42.3125rem;top:177.63542175293rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CsvsHh2Qqzd1wAuNwvhlULbcb3Rqshkd { width:18.25rem;height:13.49121875rem;top:46.585417747498rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gng36vQBfwsI6Cnk2wHpfrOss5fDStRO { width:20rem;height:9.375rem;top:8.0625038146975rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND7Vo0AnPEm6T6ifDw5WWDQgsEE90QNC { display:flex;width:3.125rem;height:3.125rem;top:112.39374160767rem;left:8.4375007748606rem; }
 }@media only screen and (max-width: 763px) { #dWMwNA8IpTnkwJXe8CAw07UL9e3GmWqu { width:17.9375rem;height:23.9843375rem;top:149.41250991821rem;left:1.0312500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7nLcnZNn1PNT4dvwlfgM6Ar7wGaLTQx { width:20rem;height:7.03125rem;top:119.51875305176rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C476QFxQRCnPLAFZGUIwXaKlC6Wv5HCW { display:flex;width:3.125rem;height:3.125rem;top:1.7593669891357rem;left:8.4375007748606rem; }
 }@media only screen and (max-width: 763px) { #iZBeDxJrspETtkO0Iri7hAbAi9tKSZ8T { width:19.8125rem;height:46.5625rem;top:61.87500667572rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv0cJwuoEMSnmkBXFqP0VQwqhBTDKiME { width:20rem;height:13.3125rem;top:131.18750762939rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Xzo37FymudsGPxamPs936GBq8JZQKPW8 { width:17.25rem;height:35.97659375rem;top:180.34688949585rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #am9x2Abz1SueZAcXwKGHdESDWCEKfcGl { width:6.5625rem;height:6.5625rem;top:127.66667175293rem;left:6.4510419964788rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm1p5bJP7XXU0P360EcfnF0TncuNmscO { top:222.95288085938rem;left:1.25rem;width:17.46875rem;height:3.59301875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUTgieMt5KbKI1p6Tbh1zcx9xrxvIp3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ka8WtmVThRfP9hCrvlrTgbQaDmzlF5f5 { width:20rem;height:0.125rem;top:80.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFf83X24lz1RbTHhla20tEETwmTahQsB { width:5.5625rem;height:0.74895625rem;top:130.50521087646rem;left:7.2187502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P { display:block; }#x9kzMwfZ1fGkmMMvElk2bRDItTJ0XT6P > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPBI0AIPb32LPAF2pJObzF8W8oSn4iex { display:block; }#dPBI0AIPb32LPAF2pJObzF8W8oSn4iex > .row .container { width:20rem;height:156.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AOK7WHHan6RMpaHmFALDheaTutnGQ4HT { width:18.5rem;height:4.875rem;top:32.160415649414rem;left:0.74895840883256rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4uwIFFJA8b1MEDBOzMmbW3EixzNTuxD { width:17.375rem;height:20.9863125rem;top:35.097915649414rem;left:0.74895840883256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJqRdpcyk5Gm96OCTaPTTkQ9NWZVZb5J { width:19.375rem;height:12.904881386861rem;top:15.925003051757rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBBhUS3tpN7v2oCSOEz9g7CmtGlAug8O { width:20rem;height:36.5625rem;top:24.554168701172rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #em18VemyDHboaUdA6eA6nsolTHZEtCg8 { top:143.83542823791rem;left:3.2406252026558rem;width:13.51666625rem;height:2.89166625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdBkLRwVTgukfzR9bGI4BnkLSTqQnB3G { display:block; }
 }@media only screen and (max-width: 763px) { #ws7GetLZWKlK5Wy3bTuznloQgrk4XWFJ { width:17.875rem;height:4.0625rem;top:8.9958343505863rem;left:1.0614584088326rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxGz7cC1VngNkATlbzfaANDqGw5yrNyQ { width:19.75rem;height:73.9375rem;top:65.385421752931rem;left:0.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aU0GBHIfSRPG22HpfbJQ7GPKJuvI3Ui1 { width:18.3125rem;height:23.378875rem;top:74.572921752931rem;left:0.84270840883256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSxwbuTps1IO4ZgccVJc6P8vso2T6DQz { width:17.75rem;height:24.67770625rem;top:107.26042175293rem;left:0.74895840883256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAT8zFLpLfW0ftJINLnvJ0N0wZnApoXm { width:15.9375rem;height:4.87305rem;top:67.385421752931rem;left:0.74895840883256rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDipZFurDe00JdKDxKnianpPBdNwx3sZ { width:17.1875rem;height:2.4375rem;top:102.57292175293rem;left:0.74895840883256rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk7a3WfCkPRp1XlBnOQ2g39mOVylgw61 { display:flex;width:3.125rem;height:3.125rem;top:3.0760416984558rem;left:8.4375007748606rem; }
 }@media only screen and (max-width: 763px) { #M70f7yt1MBIarlfn9aStnr2TKlLpozhe { display:block; }#M70f7yt1MBIarlfn9aStnr2TKlLpozhe > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m { display:block; }#Tyurvs8HRGzCXNV8SHcd2T4FzPMwVG2m > .row .container { width:20rem;height:137.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #izAixRoxhvqinQETrJmZ3eIZsfBXnuP8 { width:19.75rem;height:68.9375rem;top:51.75rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #p4xVTnTTO0FEXRylH8NL5Dz4oXKLr8xA { width:19.375rem;height:12.9041875rem;top:14.733294486999rem;left:0.091666638851169rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGUqMOMW5c6nSwEPFC7GoCBQ2dBCHHUM { width:20rem;height:23.125rem;top:24.792694091797rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDqrg2rpTC34hhEJE2Bu3lCLzDS8WpCW { top:123.6250038147rem;left:3.2375002503395rem;width:13.51666625rem;height:2.89166625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtRax031ce9oAWlGs92mt2MEyBAJM0eJ { display:block; }
 }@media only screen and (max-width: 763px) { #lT3rs1U1gU0tRwTvCx2J27TmhmNNHlmV { width:17.125rem;height:6.09375rem;top:6.875rem;left:0.86145836114881rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltB2JTUVsLVoQh3EEQNTpNwVBaenIhbc { width:17.125rem;height:7.5rem;top:16.043749570846rem;left:0.86171871423719rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ9hat94yWEVOXUb9WKPql4t0MyBzrqG { width:17.8125rem;height:11.9921875rem;top:31.493743896484rem;left:0.86145836114881rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIBc7BlTS6sXHopCTCiTy8HW59yxgrhL { width:18.375rem;height:28.481475rem;top:59.25rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZz93AIpTiAZXrXlqXmhppGg0P06k0cB { width:17.0625rem;height:14.2871rem;top:96.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8pRpSytSH2KCM7umV2mrDppwewmhAqL { width:17.5625rem;height:4.0625rem;top:53.625rem;left:0.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GebdIGTmZHUTvUlc5y7EBvRr6TtVnfga { width:17.5625rem;height:4.0625rem;top:90.3125rem;left:0.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsyqdFxC5e8XTTew9y9ogZqEqqJKErs5 { display:flex;width:3.125rem;height:3.125rem;top:1.9906101226807rem;left:7.8614585995675rem; }
 }@media only screen and (max-width: 763px) { #B7u6vrJleGRHbTqhHT74AZdPNCknFTUf { display:block; }#B7u6vrJleGRHbTqhHT74AZdPNCknFTUf > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbCGvonfZ1NLPUnM4EFslQ8QGWPtrQOd { width:20rem;height:7.03125rem;top:3.6624965667724rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B { display:none; }#ZT81UmMuT1Qyi6sVNpT3EqBOMcUiMP8B > .row .container { width:20rem;height:140rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O5czmAEMoFwkdB6gmQ344TzrK2i3Ov3Z { width:19.375rem;height:50.9375rem;top:33.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBRsNqXo3bbyPovnlVHpAi4FGubAv9h7 { width:11.25rem;height:11.25rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpkxTZmhlwTMggQi67kB6TAh65H2ygTy { width:11.1875rem;height:11.1875rem;top:44.119530677796rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7C4HlVWTQDOsUTXTCKBzaRveiOsVvqN { width:12.75rem;height:8.4375rem;top:70.588280677794rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHRez7N4zFHQXsWOcVAigOJpiRhxqVQN { width:10.8125rem;height:10.8125rem;top:69.182030677794rem;left:1.1382827758789rem;display:block; }
 }@media only screen and (max-width: 763px) { #h38IRuAF8o0MzwpkSlBoHeIKdqR8a9Nc { width:11.25rem;height:11.25rem;top:20.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMksEizxGE8iI7TtDqEkhF1I8rJlTbyi { width:20rem;height:2.6rem;top:39.743750095368rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzVy8sC2RdIRu7XCyFlT7B4pELGVPnpl { width:17.9375rem;height:5.2rem;top:86.225rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3UkVItzC5kF6vO815NtWSZWmJTnFxmX { width:16.75rem;height:5.9375rem;top:92.675rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3aKm3tPBwNEMEA2atTe781az3hGTiKK { width:16.75rem;height:5.9375rem;top:107.05rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqkhLPT9Ar6GyWRhphp6gNwRyEVTFi6y { width:15.875rem;height:3.9rem;top:107.5578125rem;left:2.1312484741211rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGQTQ4R80ZeUHpTT4Xrmbd1TGXPh9vpk { width:20rem;height:5.9375rem;top:99.8625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DICMpXwHFOxOUaJDgKcqGNNuM2qyXT5l { width:18.875rem;height:3.9rem;top:100.37421922684rem;left:-0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlmZJd1d5mpxEI186cGt0vvF17cKSWlb { width:18.875rem;height:3.9rem;top:14.436719894409rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VF0WNMX7zVgN3lZa953vpwenNoyC0O { width:20rem;height:5.9375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqUT3XLvvTNwNHhMd398o5bXdcdwkUk { display:flex;width:20rem;height:24.5625rem;top:114.2375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LMWB32MOw8nW9g6LzrxreTx1LKaRP9kn { display:block; }#LMWB32MOw8nW9g6LzrxreTx1LKaRP9kn > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbXBD1wUOrpMDHalNFyST2CFeazpHvlO { width:11.25rem;height:11.25rem;top:10.5625rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqZQ4NmJxB4MbH51gDoOSdabaWxeuEc { width:20rem;height:2.59765rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boBFiV9DdycA8kfBWtzpUoLhz95eRDWn { width:11.1875rem;height:11.1875rem;top:26.912475585938rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoBcF0xI7l3F2SFmq1BZoI23lrCfhg9C { width:16.3125rem;height:5.1953125rem;top:39.349975585938rem;left:1.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFFAfvhk0pwgLq3xVLslCwpI6gsCahmX { width:12.75rem;height:8.4375rem;top:45.799987792969rem;left:3.6250002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #c70ZexqgRT16J4BHcfzShesatkzpSnLV { width:15.875rem;height:3.89648125rem;top:55.487487792969rem;left:2.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs5Dst0L49SxkJ0gqoHE3EeOXcSTGhps { display:block; }#Hs5Dst0L49SxkJ0gqoHE3EeOXcSTGhps > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6slrc7LGwbaJKifuAkAAtcGi7MHSX1h { width:11.25rem;height:11.25rem;top:2.1875rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zv3wRDbp8xgpg27MMMDTkutdsTi13g2K { width:18.875rem;height:3.89648125rem;top:14.6875rem;left:0.56250005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsOtbymZIrK25lxspdgasJRR1C4UAeMr { width:11.25rem;height:11.25rem;top:19.837463378906rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN4y93wZmkLhl34StZCq9lJuEkxcbp3G { width:18.875rem;height:3.89648125rem;top:32.337463378906rem;left:0.56250005960464rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo { display:block; }#ALWhElD3WQw74oGNnWiFXf6pvmlCKpvo > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz { display:block; }#tmib8E9c6N9PsrVqwv5HnlC4PvMo42sz > .row .container { width:20rem;height:125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moBg21FWrodp3JvZ9GltekRFK9l9FBgg { width:16.375rem;height:3.25rem;top:29.859375rem;left:1.2489584088326rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESxRDZIldP5AETCUJUN5zLJkTuRActzb { width:17.8125rem;height:13.4911875rem;top:33.109375rem;left:1.3114584088326rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDfbG1NTDxBnMSoEZx8sXirTEEuDy81F { width:19.375rem;height:12.904881386861rem;top:13.012512207031rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syTu16HkWnlw0Cdf1mbCOfWQ6n3mdNeN { width:20rem;height:29.625rem;top:21.079162597656rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIu7VFk1rw5mpUybkgS1qD1qwUzttKDE { top:115.70417404175rem;left:2.6739583611488rem;width:13.51666625rem;height:2.89166625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxywFZE0d1TKzAZ2e2tgi78thnlWdvg { display:block; }
 }@media only screen and (max-width: 763px) { #UxSxnMfn00NdSiEfgPmSgVXlZJXEdBQN { width:18.9375rem;height:4.0625rem;top:6.3125rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVHrGFUhmWkqHMQQRFTGtiakE5tVTM7 { width:19.75rem;height:58.9375rem;top:53.078126907349rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mfJFf3fe19CdIUsr3wyeT3ElthdSBM0a { width:18.625rem;height:22.48535625rem;top:80.39167022705rem;left:1.0625000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdaRHufs41GqdBv6FZonCia2APmhEbvC { width:18.875rem;height:16.4892625rem;top:61.890626907349rem;left:1.1250000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuDLXpTHrTUdflCekxWtvKbOlyu0CMB { width:16.1875rem;height:4.0625rem;top:56.203126907349rem;left:0.93645840883256rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuFubZ8Cn1hLAbuRDxWizJilLqeDNphK { width:20rem;height:3.1875rem;top:40.546960353851rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tQrApLPUDXCizV7kSbMNXM9a0vuyGoQe { display:flex;width:3.125rem;height:3.125rem;top:1.6718711853027rem;left:7.7489584088325rem; }
 }@media only screen and (max-width: 763px) { #rd8Ni61TINixlX92mv5nb3deRloRMKxo { display:block; }#rd8Ni61TINixlX92mv5nb3deRloRMKxo > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM { display:block; }#dflEdg5h3xzUHwuuJEhuQOCJwIkVs4qM > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8pUMsIedaIqg4W8uKk1XdT8cLA9b8bi { width:20rem;height:8.125rem;top:4.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvk5CKbQQpTeacOzhfy70tTingRxcXxE { width:20rem;height:8.9941375rem;top:13.649993896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS { display:block; }#PzTlEXeQynULmBKH0rGqAA8AuzxCkzyS > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMCECz4uDTdPEhn8HGukJTlRfM9e3Kue { width:9.875rem;height:8.375rem;top:13.846863555908rem;left:5.1637108255909rem;display:block; }
 }@media only screen and (max-width: 763px) { #VclzHuGDGI2ZBL9sGtecn4owXgrSGeQ1 { width:17.1875rem;height:3.896475rem;top:22.8125rem;left:1.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKRSW9EycsJrX4lKLPSPreJADEJyxog9 { width:17.1875rem;height:2.59765rem;top:40.692189216614rem;left:1.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUCo0w5ylUEqehaENFBlQJd1qwCf896i { width:15.0625rem;height:3.89648125rem;top:78.287500381469rem;left:2.4687500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efFmk1Ot1as2uqTL6ZS0QnivdKC9eRkB { width:17.1875rem;height:5.1953125rem;top:56.337524414062rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztNowmyIqNOfLzJAvNbIT3oxNLXTtKay { width:13.5rem;height:8.3125rem;top:67.017969131469rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8MTbUzhCVlBfBI4sTffNZ4ZUsn3lzz { width:10.75rem;height:7.4375rem;top:47.411719703674rem;left:4.4136931963976rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8d8gdschwbLTwf9T1UCrR8R0sS0NyTv { width:10.6875rem;height:7.875rem;top:30.104688453674rem;left:4.7483719451413rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5UqfelvUxgrRFyBF0dv8Dl7p8m7flr { width:17.1875rem;height:5.99609375rem;top:4.2828121185303rem;left:1.7000001072884rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8mC2p6rmFZOOptB83nnnfS13gUg6Z8h { width:12.5rem;height:2.59765625rem;top:24.574220657349rem;left:4.0437498688698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiu9IWm1FoUX0kEJVmxhaUgTcTOmJv3k { width:17.1875rem;height:2.59765rem;top:38.73671913147rem;left:1.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dg7xGH5uDXR3C1LJTDkDrSQGa1iFLa { width:12.8125rem;height:1.3rem;top:55.774219512939rem;left:3.5937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmFZKAhEqTzcQ3mVgE5lZ8a6qpah1Tr { width:12.8125rem;height:1.3rem;top:76.32422065735rem;left:3.5937500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed3UDy8RLqb9B8g0wK5AIXkd6NCriCnK { width:20rem;height:6.25rem;top:69.067972183225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh1kN0TJ7CC0fUAkPzAai73lw8Df4AqH { width:20rem;height:6.25rem;top:15.888282775879rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GSpSL8zaeSBJO7n0RPTdykdzOMtZhNhT { width:20rem;height:6.25rem;top:31.667186737061rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #RUughG2oC9bigeTP99TRF6pWpypez00s { width:20rem;height:6.25rem;top:48.561718463897rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kC1ZQ16vVZCnZTBdWdMElAD65tOeh4kJ { width:20rem;height:6.25rem;top:69.005471229556rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #WMgix0ByJspZDL8UE0aq7HH4tffp99SV { display:block; }#WMgix0ByJspZDL8UE0aq7HH4tffp99SV > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7  { width:17.5rem;height:auto;top:16.029689788818rem;left:0rem; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 {display:block;}#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 { width:17.5rem;height:auto;top:16.029689788818rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #oATI8f34yL1ltKS0Ev3KZGt60iLOdwV5 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #eAKew5DslHgM0SiLCwsqRn4dRo7iaDh6 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #Li2eTrPu6osAHG2V6DJn27Kbv9aXpFR2 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #zMwIPSQgTH4fcdFmayoxCebbmTMQqX8g {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #I0itnTw8kTZnoXP7x9f5Jt36FgpTtJO4 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TFWK9d4oRaST7CnDqHyTXRcOUTb55WLh {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TSLClPqP7ZCSTlXW5XWei7H7PDCGNq5u {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ef1cBfT1PCWfCsGElZ5FhvTTytI6SMNl {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ZLGKLSR3XeZCCvZrf37fS9U6MqCBTKnv {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #wb44k5bFQg0cRou1FPXUGrNecGprAQz0 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #QTQTlIeh0Ez8RBUq9JcvzyoO6dO538eu {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #zvbNddTsSzHU7cDxT6AtdmPnJIIB7Du2 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #a0bi2M6Vw6OXOKpcAQIvJZ1apZTNLKp6 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #xnTtr3ovNxlzlJymDZebI3uUGbTs0Z5S {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #oHpx4yTqc1NvuJ2OU3pODep2Hkg2KZUD {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #mbQ3xpgOEgZfgHW8PLdWP3oAiEJ6gZZ9 {  }
#tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #mbQ3xpgOEgZfgHW8PLdWP3oAiEJ6gZZ9 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #uSpzqaK9XFX2GbwVMODHtXQEChXkLZiH {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #RQaFq3KCOa3R076msW4LyyhBFTiN3Kve {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #wcQIz5Fp0CI1Gd08xVGUkBVWxbeMrbyL {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #gIcJCy0zSOIWXOZgoUgKRG3ivcmH6JrG {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #PcCJP36lcr2TMRTsu7WRG4kz8SS1mLBh {  }
 }@media only screen and (max-width: 763px) { #UOG7Df2rCUA7BMdoieRdWTSGnrs3kHXG { display:block; }
 }@media only screen and (max-width: 763px) { #lkR9Iw1NzaK1NyvJJuuoLlWnIpuUEgTn { display:block; }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #JWrBkHQ6eGBTeDC76eaJJ7k9Dy835PwI {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #TadxPNxT1s9NmHwxd7XGSf2G9lwcXtOH {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #fTRBydcCCJGmpN4dECT5aP4U8MJbwT09 {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #gadQzcbqDl8Dr6PTi1iBQg2UDfMQpLDA {  }
 }@media only screen and (max-width: 763px) { #tBbVp7TfHQDxSwmFSEPBHrtlzuPEN7y7 #ptIQHCAoRgUlcXHRz1D93WyuluHlXzqz {  }
 }@media only screen and (max-width: 763px) { #VVy5mocfUMbXduM8GDQCvb1t68l493ZT { width:20rem;height:10.390625rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl { display:block; }#NQXceQ1bULXwB0lKlTzGCprc2NCxSnQl > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #musAg9GIrpCrHieWLybo43Wnb9GfsBJw { width:20rem;height:5.19775625rem;top:1.749267578125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f { display:block; }#FZGrpICEJIVUkJr1mgs4dCIBBnm07T9f > .row .container { width:20rem;height:64.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIQsfTVRxmS2JTtOmmQfoQurI1NZuoqC { width:9.8125rem;height:2.375rem;top:4.125rem;left:5.0625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkkdmJytlwmWwZt355rtRwb8QRIAmkhr { width:9.25rem;height:4.25rem;top:20rem;left:5.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2aJHIJUVkCpevqrFIbeX6hQvJM5xCtJ { width:7.9375rem;height:4.25rem;top:34.75rem;left:6.0000002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLyqMSrOIo5MatnDNlzVqOHWUTUJk9N3 { width:8.3125rem;height:1.0625rem;top:50.4375rem;left:5.8125002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB5oix9ysDzbzseXWHyWgC02TnBZWwQO { width:8.8125rem;height:4.375rem;top:7.9375rem;left:5.5625002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUHxAf6pchRfefgdzWISNVeZJg7g8amq { width:9.25rem;height:2.6875rem;top:25.5rem;left:5.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5lJ6B6GMuM5v6y6pQV0kgJk7NoUxuN5 { width:6.375rem;height:3.1875rem;top:40.625rem;left:6.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHIqDl1Rrh03FZ5EaIIfG1RZyKq1Jsx7 { width:8.1875rem;height:2.3125rem;top:53.125rem;left:5.7888353489956rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Dc4a0IDfwrEsZAoGEKhydaRHqGsHWi { width:9.0625rem;height:5.375rem;top:13.375rem;left:5.4375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqSTRMH7kQJtObwkq33Qq75GhJ3AGmL3 { width:9.0625rem;height:3.5rem;top:29.8125rem;left:5.4375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ZSmtICIRb42LUKPexnEWHVzplTTW4L { width:10.0625rem;height:2.8125rem;top:45.5rem;left:5.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcB3issKJEyA8PtZkqWxdNrvdyIcex3t { width:9.25rem;height:2rem;top:57.1875rem;left:4.9375002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty { display:block; }#Ghm6sWktPKFTPry2DQRw7z9ZXidhuXty > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNmF42bHdVD0D5eUX9tpNfd69B3nzS6t { width:18.3125rem;height:6.09375rem;top:1.4375rem;left:0.84296876192094rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpEvpSzAavhm0ZK1eS10yO111mBUFALI { width:20rem;height:40rem;top:8.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6Ge97vUEMAbCOwZsFegvqSB1n8i4hAw { width:18.0625rem;height:29.980475rem;top:11.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIDA325gCZewLrT40445LX71zR9I9DS2 { width:5.3125rem;height:4.375rem;top:42.031253814698rem;left:13.192078149411rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfPiMWgyIoECGTZn8wkqHftg0xqB3cer { position:relative;z-index:auto;display:none; }#KfPiMWgyIoECGTZn8wkqHftg0xqB3cer > .row .container { width:20rem;height:48.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VCfLKn6qVEZhkBvBWzghNeZrH5kXJMoP { width:6.875rem;height:2.25rem;top:41.810939788818rem;left:6.5625000596044rem;font-size:0.625rem;background-color:#00b9c3;background-image:none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pgdmS2UzxHtp8Sizq4KxZ55PpGr78aEA { display:block; }
 }@media only screen and (max-width: 763px) { #IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 { position:relative;z-index:auto;display:block; }#IlDHzk974QxPzU8oB468aiLWD7bSXKQ5 > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zslM5HO1EMuWN928KfhIOvzqCgs0MzQh { width:8.0625rem;height:1.5625rem;top:12.0625rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD7l6mzG6CNMeUgOHEWciWEiLpOsVDW4 { width:5.5rem;height:2.875rem;top:34.75rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #kicUcdEZ6P6BOE3mcPxk3Ff5s05nJdzT { display:block; }
 }@media only screen and (max-width: 763px) { #roesyohDH6QSxFeKO4vX8nt59nVBkZtm { width:5.5rem;height:2.875rem;top:38.75rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiJGSG6Ds01WadCr0fckiTB1CRNwcoOX { display:block; }
 }@media only screen and (max-width: 763px) { #lPJvrKzXPT5UZJ2gT60BOGr3S39qaec3 { width:5.5rem;height:2.875rem;top:36.6875rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBL00PRs8mmlp6CqoTymnIkagtB6S3KU { display:block; }
 }@media only screen and (max-width: 763px) { #XC08GAsWHA0kKWdldouAmmtlGzlKOZq2 { width:10.1875rem;height:5.092775rem;top:18.4375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zy995L2SIcZcuKwIV7e4QJApLnFGJ1Jh { width:8.25rem;height:4.77905rem;top:25.517185211182rem;left:5.8750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oo4HJuZiO4R5gEXoET790tCpbqM0x6G9 { width:16.3125rem;height:3.0625rem;top:5.2797241210938rem;left:1.633756098252rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvaZV2TD9D4bWTswNwVnespB2ViAC6HQ { display:flex;width:2.125rem;height:2.125rem;top:42.75rem;left:7.1875000596044rem; }
#QvaZV2TD9D4bWTswNwVnespB2ViAC6HQ > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #W4ey4tNLfmBZIyPnuJ99Xr6f8dH5BISx { display:flex;width:2.125rem;height:2.125rem;top:42.75rem;left:10.625000536442rem; }
#W4ey4tNLfmBZIyPnuJ99Xr6f8dH5BISx > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #UQ7BIMEpJcBeHsE2vFW0FsA51QNAnOMX { width:10.9375rem;height:1.3rem;top:9.8125rem;left:4.5625000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4bIZTbFsTqtuzIUCrcvuCGvATXhHDUf { display:flex;top:15.875rem;left:4.1875000596046rem;width:1.8125rem;height:1.8125rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #oTSAMAvGdVgDoWaACyFpL22Ozt3i790T { display:flex;top:15.9375rem;left:14.437500536442rem;width:1.75rem;height:1.75rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #TX4tB6aJth7Z6rSh3TKo8XKxZCHf5C5k { width:11.121875rem;height:3.1860375rem;top:29.124217987061rem;left:4.4390626549721rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AOnSx9WCgVulgBvUGVysBeTBHOosTW9E { width:9.8125rem;height:5.092775rem;top:18.4375rem;left:9.3125005364419rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GI7pbu2PHuNChxHsuTOIpvF3gSZtNkaK { width:6.8rem;height:2.175rem;top:1.078125rem;left:6.5625000596044rem;font-size:0.625rem;background-color:#00b9c3;background-image:none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #J1vWkyne19yWAQu9fa0p2p07Be7fxBiv { display:block; }
 }