.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: 959px) {
    html {
        width: 960px;
    }
}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); }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI { position:relative;display:block; }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI { background-color: transparent; background-image: none; }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .row .container > .video-iframe-container { display: none; }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .row > .video-iframe-container { display: none; }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .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); }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI { border-width: 0; border-radius: 0; }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .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; }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fwb9fUztnGcno9gt5MdHtZNx48Ez0CPo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.21875rem;left:43.35546875rem; }
#q2TloXuJzHFfxeio7w2fKJXl5HQH4k3N { color:#f8f5f5;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:0.8125rem;left:46.10546875rem;height:1.3808625rem;font-style:normal;display:block; }
#ET8dOVlnhTvaDXf70T7ED9ZSUt7ScNMi { color:#acb6b9;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:2.28125rem;left:47.26171875rem;height:0.8125rem;display:block; }
#bwOoUyHi78NDS6XoELW486DgHLtrvU5m { z-index:15003;top:0.8125rem;left:50.042971611023rem;background-color:transparent;background-image:none;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8875rem;height:2.575rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UNAopImvEwnC72FmdrtaeUv83txOhKcf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aBhhxelGrO6UfAeVcz02ouEu9qybwNT7 { color:#5a2e33;display:block;width:30.75rem;position:absolute;font-family:"source sans pro";font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.296875rem;left:1.5615234375rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acb6b9;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; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.6875rem;width:14.1875rem;top:2.2687501907349rem;left:4.0109376907349rem;overflow:hidden;display:block; }
#OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { color:#5a2e33;display:block;width:30.75rem;position:absolute;font-family:"source sans pro";font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.54296875rem;left:24.0302734375rem;height:2.51855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { color:#000000;display:block;width:24.9375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:2.1;letter-spacing:0;top:12.4306640625rem;left:26.9365234375rem;height:2.36230625rem;display:block; }
#xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:23.4375rem;left:16.774218559265rem;display:block; }
#EVyJ7D07C2VuqmnOULX75JWDDzL634DX { z-index:15003;top:24.956251144409rem;left:24.687501907349rem;background-color:rgba(23,20,20,0.74);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem #4863df ;box-sizing:border-box;color:#f8f5f5;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.625rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HvedrQb62VnvsgOqLo4TtSqpai7UM5eJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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:4.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OcauvWkswhde2KlLi2PO233TWdxiBslJ { 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:2rem;width:6.5625rem;top:1.09375rem;left:5.94921875rem;overflow:hidden;display:block; }
#wHViW9pQXdzKBNPRiop1XG90HAFbnUnD { position:absolute;display:block;z-index:15007;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.25rem;width:6.4375rem;top:0.96875rem;left:33.374219894409rem;overflow:hidden;display:block; }
#uQTsJPMiwOqD8mrTUVPiy0Vx9S7swksQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.625rem;top:0.8125rem;left:19.511720657349rem;overflow:hidden;display:block; }
#FcmUBp9lFoW6XVGhnMmbJOnaISotgGox { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.0625rem;top:0.95625114440919rem;left:46.425002098084rem;overflow:hidden;display:block; }
#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { position:relative;display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { background-color: transparent; background-image: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { border-width: 0; border-radius: 0; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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:30.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:2.1;letter-spacing:0;top:7.0625rem;left:0rem;height:16.7968625rem;display:block; }
#C6TKgp6S4m83qAQTDqUAwCTcVh3cxC2e { position:absolute;display:block;z-index:15005;background-color:#000000;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:0rem;border-top-right-radius:10.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.25rem;width:11.25rem;top:3.75rem;left:47.25rem;display:block; }
#RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6 { position:absolute;display:block;z-index:15006;background-color:#8390fa;background-image:url("https://images.assets-landingi.com/k7mDT6dN/Family4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:10.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:11.25rem;width:11.25rem;top:14.9375rem;left:47.3125rem;display:block; }#RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6.adaptive-delivery-prevent-bg, #RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6.lazyload, #RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6.lazyloading { background-image: none; }
#HozhuQ16hZyt7xnD5RkhN1y1MNFXeELA { position:absolute;display:block;z-index:15007;background-color:#4863df;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:10.3125rem;box-shadow: none;height:11.25rem;width:11.25rem;top:14.9375rem;left:36.0625rem;display:block; }
#Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF { position:absolute;display:block;z-index:15008;background-color:#8390fa;background-image:url("https://images.assets-landingi.com/V3dHmb1MOXM/unsplash/tyler-nix-V3dHmb1MOXM-photo-1511895426328-dc8714191300.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:10.3125rem;box-shadow: none;height:11.25rem;width:11.25rem;top:3.75rem;left:36.0625rem;display:block; }#Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF.adaptive-delivery-prevent-bg, #Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF.lazyload, #Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF.lazyloading { background-image: none; }
#vw1TEfLDzd3MfdiBhk7CSXOsShmZ5TJk { position:absolute;display:block;z-index:15023;background-color:#2c81b7;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:0rem;border-top-right-radius:10.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.8125rem;width:3.8125rem;top:5.125rem;left:34.4375rem;display:block; }
#cE3QrxGaNlZLduD56glXrxTkcswX89l9 { position:absolute;display:block;z-index:15043;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.125rem;left:53.125rem;display:block; }
#ZWefi7c78xotunzrWJGxMerkiGGl1Me7 { position:absolute;display:block;z-index:15042;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.125rem;left:53.75rem;display:block; }
#EAQAa38e8drgceerbrLw0IkuTJdwaxi1 { position:absolute;display:block;z-index:15041;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.125rem;left:54.4375rem;display:block; }
#opya9V7eh7pdDBHe7iCqqH2bsxFWo5HF { position:absolute;display:block;z-index:15042;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.125rem;left:55.125rem;display:block; }
#tHoyzQ1dDJUeN7VwCeDzl0Bh6JF6B7pX { position:absolute;display:block;z-index:15046;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.75rem;left:55.125rem;display:block; }
#tS7LXhCgnybge7hWElM0rzm810XdtdCi { position:absolute;display:block;z-index:15045;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.75rem;left:54.4375rem;display:block; }
#V0k6fS2NQH87Pa7Gtac87QyphcVAaJf8 { position:absolute;display:block;z-index:15046;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.75rem;left:53.75rem;display:block; }
#wEKqyJVGpoPb2KdyGdVLiMbDE7OWs63m { position:absolute;display:block;z-index:15047;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.75rem;left:53.125rem;display:block; }
#AIm0dhhAUyOGJg91ZOHTtUMTCKMIx5xo { position:absolute;display:block;z-index:15044;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.125rem;left:55.8125rem;display:block; }
#VKz1h022K3Qp39PE038dJvO5ap0CBoze { position:absolute;display:block;z-index:15048;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5.75rem;left:55.8125rem;display:block; }
#l6nNErT4hHpgtDKRO4HgR40hFtXM6kGG { position:absolute;display:block;z-index:15054;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:22.875rem;left:36.3125rem;display:block; }
#W8vgDnTXUXfKyGwwkxFOFi6661vsZZXo { position:absolute;display:block;z-index:15056;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:22.875rem;left:37rem;display:block; }
#VVEzEawrBxzyvr7qpwz8PwrlwaIWbnKW { position:absolute;display:block;z-index:15053;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:22.875rem;left:35.625rem;display:block; }
#IC1v4LeO1PIFkPMAK3A0U8aW518uH8sV { position:absolute;display:block;z-index:15054;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:22.875rem;left:34.9375rem;display:block; }
#LowFQdare6NBHs7ZlbcSWNi4EMq8MV3X { position:absolute;display:block;z-index:15058;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:23.5rem;left:36.3125rem;display:block; }
#TTT1Ca4aVhrBsNdIeZlt0tzWSy2mIhat { position:absolute;display:block;z-index:15057;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:23.5rem;left:35.625rem;display:block; }
#aEHU9q7XJ7uOydvntiORJcieiALSZkX5 { position:absolute;display:block;z-index:15058;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:23.5rem;left:34.9375rem;display:block; }
#DFPyzdmel9iL5l8TSWWq7K7pEUS1wtZo { position:absolute;display:block;z-index:15060;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:23.5rem;left:37rem;display:block; }
#CncZkXTe9yoSko1nXHhRN8OH5A1hFxTq { position:absolute;display:block;z-index:15055;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:22.875rem;left:34.3125rem;display:block; }
#AAb2vCRGFc0KqVRXM6AbvDFvEfvwoOfK { position:absolute;display:block;z-index:15059;background-color:#2c81b7;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:23.5rem;left:34.3125rem;display:block; }
#kwl7HqxkXzbGsNikixP6BCnoKDhFVl0b { position:absolute;display:block;z-index:15008;background-color:#8390fa;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.625rem;width:3.625rem;top:24.5625rem;left:53.125rem;display:block; }
#sIxCfBZkTCeKc06vto9IeCI5peTUu9A2 { color:#102f71;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:1.4867191314698rem;left:4.8125009536743rem;height:1.86875rem;display:block; }
#Ex2Fitr19UtZKbIDX0Woqq53sF0f5q4e { color:#4863df;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:3.7500047683716rem;left:7.7187509536744rem;height:1.8681625rem;display:block; }
#RNzdCqRPXygRTSM2gekmgvMSceu7x83w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#acb6b9;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; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { background-color: transparent; background-image: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { display: none; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .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); }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { border-width: 0; border-radius: 0; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { color:#000000;display:block;width:23.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:8.8937511444094rem;left:2.4859380722046rem;height:11.7480625rem;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
#CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { color:#102f71;display:block;width:28.9375rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.7749996185302rem;left:0.87500095367431rem;height:4.3125rem;text-align:left;text-align-last:left;display:block; }
#nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:4.2234373092651rem;left:37.312499046326rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { position:absolute;display:block;z-index:15007;background-color:#00d8e0;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3rem;width:3rem;top:4.75rem;left:32.206252098084rem;display:block; }
#e3tlCBTQg7O0dPwVE998kVcPklmOh9cT { position:absolute;display:block;z-index:15027;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.6875rem;width:3.6875rem;top:9.84375rem;left:31.862502098084rem;overflow:hidden;display:block; }
#DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { position:absolute;display:block;z-index:15006;background-color:#f8f5f5;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:3rem;width:3rem;top:10.1875rem;left:32.75rem;display:block; }
#mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:9.6875rem;left:37.281249046326rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OllGhAydsaJQ9CNJhfnde2q8sTVvvW3i { position:absolute;display:block;z-index:15028;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.125rem;width:4.125rem;top:15.312500953674rem;left:31.862502098084rem;overflow:hidden;display:block; }
#ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { position:absolute;display:block;z-index:15005;background-color:#8390fa;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:0rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3rem;width:3rem;top:15.875000953674rem;left:32.937499046326rem;display:block; }
#yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:15.312500953674rem;left:37.312499046326rem;height:1.9125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.737500190735rem;left:37.187499046326rem;height:3rem;display:block; }
#i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:11.599219322204rem;left:37.187499046326rem;height:3.19921875rem;display:block; }
#vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:17.693749427796rem;left:37.187499046326rem;height:3rem;display:block; }
#oNuXhNbHAvhb4MJqWI7HTh7KcS1zfrJK { 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:15029;opacity:1;top:4.6875rem;left:32.1435546875rem; }
#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { position:relative;display:block; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { background-color: transparent; background-image: none; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container > .video-iframe-container { display: none; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row > .video-iframe-container { display: none; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .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); }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { border-width: 0; border-radius: 0; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .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; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f3f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y6dXn4d3UJi6FeGXp1vb3A9M7y9NhNhh { color:#102f71;display:block;width:59.625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:1.75rem;left:0rem;height:2.43815rem;text-align:center;text-align-last:center;display:block; }
#tUcWThFBBo7OkVTKc4G57UfRT27otXOg { position:absolute;display:block;z-index:15006;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:16rem;width:25.1875rem;top:5.625rem;left:16.699219703674rem;overflow:hidden;display:block; }
#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { background-color: transparent; background-image: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { display: none; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .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); }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { border-width: 0; border-radius: 0; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { color:#102f71;display:block;width:59.625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1rem;left:0rem;height:2.43815rem;text-align:center;text-align-last:center;display:block; }
#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0faff;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; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { background-color: transparent; background-image: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container > .video-iframe-container { display: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container { display: none; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .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); }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { border-width: 0; border-radius: 0; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:60rem;position:relative;display:block; }#h1b92wx3kViocbohZc3vAHW6sry25mxC { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:14.4375rem;left:0.625rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { color:#000000;display:block;width:17.1875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:18.25rem;left:1.40625rem;height:8.3984375rem;text-align:center;text-align-last:center;display:block; }
#OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { color:#000000;display:block;width:17.5625rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15008;line-height:2.1;letter-spacing:0;top:18.250001132488rem;left:21.217970848084rem;height:10.4980625rem;text-align:center;text-align-last:center;display:block; }
#EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.7;letter-spacing:0;top:14.4375rem;left:20.53125rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { color:#000000;display:block;width:16.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15011;line-height:2.1;letter-spacing:0;top:18.25rem;left:41.625rem;height:10.4980625rem;text-align:center;text-align-last:center;display:block; }
#WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:14.4375rem;left:41.6875rem;height:2.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { position:absolute;display:block;z-index:15007;background-color:#acb6b9;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:1.625rem;width:1.625rem;top:11.375rem;left:2.5rem;display:block; }
#AebPitg6pCga6JI8CEMkDcrS6avg8kot { position:absolute;display:block;z-index:15006;background-color:#8390fa;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:1.4375rem;left:13.0625rem;display:block; }
#XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { position:absolute;display:block;z-index:15033;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:11.375rem;left:14.375rem;display:block; }
#k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { position:absolute;display:block;z-index:15034;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:11.375rem;left:15.0625rem;display:block; }
#FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { position:absolute;display:block;z-index:15034;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:11.375rem;left:13.6875rem;display:block; }
#Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { position:absolute;display:block;z-index:15035;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:11.375rem;left:13.125rem;display:block; }
#uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { position:absolute;display:block;z-index:15037;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:12rem;left:14.375rem;display:block; }
#qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { position:absolute;display:block;z-index:15038;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:12rem;left:15.0625rem;display:block; }
#Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { position:absolute;display:block;z-index:15038;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:12rem;left:13.6875rem;display:block; }
#cs4SMruLzE8huFsreaSnksCKr7qsQzLn { position:absolute;display:block;z-index:15039;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:12rem;left:13.125rem;display:block; }
#vUeKOayyvIqCDm2BgMKkh2xueMwdEssi { position:absolute;display:block;z-index:15046;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5rem;left:35.5625rem;display:block; }
#BPE2sdUobf0KOORE4A6kyvtWo36kZ9ww { position:absolute;display:block;z-index:15045;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5rem;left:34.875rem;display:block; }
#SUz9WVq93UTXeCD97QVoFxexKcfKv3EQ { position:absolute;display:block;z-index:15046;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5rem;left:34.1875rem;display:block; }
#u1PuCSO1PvFsqe9eI0dgbuUCgHtRkcgD { position:absolute;display:block;z-index:15047;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:5rem;left:33.625rem;display:block; }
#DHoTzULy9MWtFv1iabb2s4l10rJTazcz { position:absolute;display:block;z-index:15043;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:4.375rem;left:33.625rem;display:block; }
#FHHlseMraZ8oNQcLhxwtkU4Zhmi7V2mG { position:absolute;display:block;z-index:15042;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:4.375rem;left:34.1875rem;display:block; }
#Wtx1eRaopa18FrgFCWXiA87XPIMC5cxl { position:absolute;display:block;z-index:15041;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:4.375rem;left:34.875rem;display:block; }
#SaaVohEcKmkKCST3M4MnRBQaREUGkTah { position:absolute;display:block;z-index:15042;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:4.375rem;left:35.5625rem;display:block; }
#Mn0nV6tcTRfH5KTfxB5xhRHTEun8EKL0 { position:absolute;display:block;z-index:15054;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.9375rem;left:45.8125rem;display:block; }
#Do46BiPVDGuRr7nUdhT30AUKKpNSXoO8 { position:absolute;display:block;z-index:15053;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.9375rem;left:45.125rem;display:block; }
#T3baUKgmMZ6eNVXXsCRncP3ieSPiiJix { position:absolute;display:block;z-index:15054;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.9375rem;left:44.4375rem;display:block; }
#FTTLtlTLHiKGNaFAVwar7sKTsrX6l624 { position:absolute;display:block;z-index:15055;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.9375rem;left:43.875rem;display:block; }
#PtE3O7IFXcTqnhA08Uzy5V7HLazOBVrx { position:absolute;display:block;z-index:15051;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.3125rem;left:43.875rem;display:block; }
#OHsHbMhyvlwh2fJeshIbniyvznEbPASg { position:absolute;display:block;z-index:15050;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.3125rem;left:44.4375rem;display:block; }
#AhLFPr6F56wr69Ii4PckKTwMesuJT8UD { position:absolute;display:block;z-index:15049;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.3125rem;left:45.125rem;display:block; }
#SfFHI3dDVkk0LptKrRyb5UCeyIoKFp71 { position:absolute;display:block;z-index:15050;background-color:#ff6b6b;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.3125rem;width:0.3125rem;top:9.3125rem;left:45.8125rem;display:block; }
#TcRn9ASfLcBRAhklLoRPb6Ad7KnV2hi2 { position:absolute;display:block;z-index:15007;background-color:#8390fa;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:5.0625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.625rem;width:1.625rem;top:3.4367179870606rem;left:22.9375rem;display:block; }
#Smvshhiswm5iQtTRat9InElEX7B0Uk2E { position:absolute;display:block;z-index:15008;background-color:#1a1071;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:1.625rem;width:1.625rem;top:11.374218940735rem;left:35.3125rem;display:block; }
#wDQ87OTR77vybg8XdClpvz4oPo0RL0f6 { position:absolute;display:block;z-index:15009;background-color:#1a1071;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.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:1.625rem;width:1.625rem;top:3.75rem;left:43.25rem;display:block; }
#QoqTdDnV9vUXm4fV4OgBEXwcx2k6Znir { position:absolute;display:block;z-index:15009;background-color:#8390fa;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:4.4375rem;box-shadow: none;height:1.625rem;width:1.625rem;top:11.874218940735rem;left:55.6875rem;display:block; }
#N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { 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.5rem;width:10.625rem;top:2.625rem;left:4.65625rem;overflow:hidden;display:block; }
#UPdCdRfx0SLTemgdoEQPqSRDefSVZdIM { 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.5625rem;width:10.625rem;top:2.59375rem;left:24.625rem;overflow:hidden;display:block; }
#RTNs1d0kxMDafCNaApTkHNTfdiEeKPTU { position:absolute;display:block;z-index:15056;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.625rem;width:10.625rem;top:2.4375rem;left:45.53125rem;overflow:hidden;display:block; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/QsUzg750/Family3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::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; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:60rem;position:relative;display:block; }#oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:2.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5625rem;left:0rem;height:7.6875rem;text-align:center;text-align-last:center;display:block; }
#S2kISVsTJWAzUF5XaArHpk16cHaf2daZ { position:absolute;display:block;z-index:15007;background-color:#000000;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:0rem;border-top-right-radius:10.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.5rem;width:5.5rem;top:36.04843711853rem;left:53.987498283386rem;display:block; }
#d6CD134v1rJJkA6lihtTv1JRybDTAPE7 { position:absolute;display:block;z-index:15010;background-color:#8390fa;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.875rem;width:2.875rem;top:33.97500038147rem;left:52.124998092651rem;display:block; }
#lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { position:absolute;display:block;z-index:15019;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.875rem;left:3.625rem;display:block; }
#JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { position:absolute;display:block;z-index:15020;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.875rem;left:5.0625rem;display:block; }
#TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { position:absolute;display:block;z-index:15021;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.875rem;left:6.4375rem;display:block; }
#FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { position:absolute;display:block;z-index:15024;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:1.875rem;left:3.625rem;display:block; }
#O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { position:absolute;display:block;z-index:15025;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:1.875rem;left:5.0625rem;display:block; }
#x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { position:absolute;display:block;z-index:15026;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:1.875rem;left:6.4375rem;display:block; }
#SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { position:absolute;display:block;z-index:15022;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:0.875rem;left:7.8125rem;display:block; }
#KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { position:absolute;display:block;z-index:15027;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:3.9375rem;border-top-right-radius:3.9375rem;border-bottom-left-radius:3.9375rem;border-bottom-right-radius:3.9375rem;box-shadow: none;height:0.4375rem;width:0.4375rem;top:1.875rem;left:7.8125rem;display:block; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-form-header {  }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;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; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .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:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .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; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .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:#000000;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:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.5625rem;font-weight:300;color:#000000;vertical-align:top;width:16.0625rem;overflow:hidden;font-style:normal; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .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; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-container:first-of-type{padding-top:0;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-container:last-of-type{padding-bottom:0;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15028;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.9375rem;left:17.8115234375rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w {display:block;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15028;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.9375rem;left:17.8115234375rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #yZaCB0OxRXg2OhciVTAwxPxw3KRO8smw { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #m3rhi28oTOZRIf9BnamaPxGstLKxk2l1 { position:relative;display:block; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #UcqHwuWy7JTn7gVc0e01dXuPWgGUmMk4 { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #xEk9XlTkeab9dVPm5bV7Fz6T7g4kQZS1 { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #lWq3lwMtR3cbwllPEgTThDyvPczJP5GP { position:relative;display:block; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #kTCbk4QpZ93dTabyx2eMT26BvJLlZ43c { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #eTskzFOgK0epQwIVMT7ySrfoZdpRgyin { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #Bslgu2pg5FhdViwOHm5sHTuRb0Ur1xPC { position:relative;display:block; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #EZxz1aGDQuraQ3UWJR8x6CdDRaFIxcrf { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #SlpT2hOuOCS9JFcXLT5X7fhtwy6xiGlk { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #IUKJz6Vs8Am1RdbcESfMqC4Iz8TW5uCN { position:relative;display:block; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #IL2mXKlnEPgeapyETdffeXLPUEtboJgi { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #VSmX10ZNvOZ08yg2w8fRTK6Cil7X3gAz { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #gTR04UyJAWMaVQyf43P6E5mbouxTJ7zE { position:relative;display:block; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #RF1OmidI4dnWX8guWGLiyvOhk0dCdtaq { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #k1RE1WIKZE1WVHVsRxSMk6gS4dnJ4k3x { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #bmyJ0rwJ8aWU4HEQCfztdR2w5vkn0ppu { position:relative;z-index:2; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #CP4e4wsiyWS1T5Lo0IyhNdlNpA14H823 { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #PVgNRrVQRzhssEHHWUZg46nBN73tqP4C { position:relative; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #DKNKDCqN554ifHTABuvOmqshg0CURm2I { position:relative; }
#Mx1nlOhZvSD9sS4hH0RD61TTHPrLpzJF { background-color:#9c9ca0;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-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:"open sans";font-size:0.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5625rem;height:1rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:37.4248046875rem;left:29.0869140625rem;display:block; }
#y03qk5dLIMAT5vxTnCPwqsugSGazT2FS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv { position:relative;display:block; }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv { background-color: transparent; background-image: none; }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .row .container > .video-iframe-container { display: none; }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .row > .video-iframe-container { display: none; }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .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); }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv { border-width: 0; border-radius: 0; }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#p1Oukq92ecMuEfcfZn0hcqN9078y7qy9 { color:#8a8a8a;display:block;width:48.8125rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.53125rem;left:5.59375rem;height:4.3828125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D3GtFnzWKQ7c0BLWaTKs981ORNknzONI { display:block; }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fwb9fUztnGcno9gt5MdHtZNx48Ez0CPo { top:1.1875rem;left:37.23046875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2TloXuJzHFfxeio7w2fKJXl5HQH4k3N { top:0.8125rem;left:39.375rem;width:8.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8dOVlnhTvaDXf70T7ED9ZSUt7ScNMi { top:2.25rem;left:41.13671875rem;width:6.0625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwOoUyHi78NDS6XoELW486DgHLtrvU5m { top:0.8125rem;left:38.8125rem;width:8.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAopImvEwnC72FmdrtaeUv83txOhKcf { display:block; }
 }@media only screen and (max-width: 763px) { #aBhhxelGrO6UfAeVcz02ouEu9qybwNT7 { top:0.25rem;left:0rem;width:30.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { top:2.25rem;left:0rem;width:14.1875rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { top:8.5rem;left:17rem;width:30.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { top:12.375rem;left:20.8115234375rem;width:24.9375rem;height:2.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { top:23.4375rem;left:10.649218559265rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVyJ7D07C2VuqmnOULX75JWDDzL634DX { top:24.9375rem;left:18.562501907349rem;width:10.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvedrQb62VnvsgOqLo4TtSqpai7UM5eJ { display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcauvWkswhde2KlLi2PO233TWdxiBslJ { top:1.0625rem;left:0rem;width:6.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHViW9pQXdzKBNPRiop1XG90HAFbnUnD { top:0.9375rem;left:27.249219894409rem;width:6.4375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTsJPMiwOqD8mrTUVPiy0Vx9S7swksQ { top:0.8125rem;left:13.386720657349rem;width:7.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcmUBp9lFoW6XVGhnMmbJOnaISotgGox { top:0.9375rem;left:40.300002098084rem;width:6.0625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { top:7.0625rem;left:0rem;width:29.9375rem;height:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6TKgp6S4m83qAQTDqUAwCTcVh3cxC2e { top:3.75rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6 { top:14.9375rem;left:36.5rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozhuQ16hZyt7xnD5RkhN1y1MNFXeELA { top:14.9375rem;left:26.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF { top:3.75rem;left:26.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1TEfLDzd3MfdiBhk7CSXOsShmZ5TJk { top:5.125rem;left:25.25rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE3QrxGaNlZLduD56glXrxTkcswX89l9 { top:5.125rem;left:43.9375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWefi7c78xotunzrWJGxMerkiGGl1Me7 { top:5.125rem;left:44.5625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAQAa38e8drgceerbrLw0IkuTJdwaxi1 { top:5.125rem;left:45.25rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opya9V7eh7pdDBHe7iCqqH2bsxFWo5HF { top:5.125rem;left:45.9375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHoyzQ1dDJUeN7VwCeDzl0Bh6JF6B7pX { top:5.75rem;left:45.9375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS7LXhCgnybge7hWElM0rzm810XdtdCi { top:5.75rem;left:45.25rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0k6fS2NQH87Pa7Gtac87QyphcVAaJf8 { top:5.75rem;left:44.5625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEKqyJVGpoPb2KdyGdVLiMbDE7OWs63m { top:5.75rem;left:43.9375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIm0dhhAUyOGJg91ZOHTtUMTCKMIx5xo { top:5.125rem;left:46.625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKz1h022K3Qp39PE038dJvO5ap0CBoze { top:5.75rem;left:46.625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6nNErT4hHpgtDKRO4HgR40hFtXM6kGG { top:22.875rem;left:27.125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8vgDnTXUXfKyGwwkxFOFi6661vsZZXo { top:22.875rem;left:27.8125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVEzEawrBxzyvr7qpwz8PwrlwaIWbnKW { top:22.875rem;left:26.4375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1v4LeO1PIFkPMAK3A0U8aW518uH8sV { top:22.875rem;left:25.75rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LowFQdare6NBHs7ZlbcSWNi4EMq8MV3X { top:23.5rem;left:27.125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTT1Ca4aVhrBsNdIeZlt0tzWSy2mIhat { top:23.5rem;left:26.4375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEHU9q7XJ7uOydvntiORJcieiALSZkX5 { top:23.5rem;left:25.75rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFPyzdmel9iL5l8TSWWq7K7pEUS1wtZo { top:23.5rem;left:27.8125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CncZkXTe9yoSko1nXHhRN8OH5A1hFxTq { top:22.875rem;left:25.125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAb2vCRGFc0KqVRXM6AbvDFvEfvwoOfK { top:23.5rem;left:25.125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwl7HqxkXzbGsNikixP6BCnoKDhFVl0b { top:24.5625rem;left:43.9375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIxCfBZkTCeKc06vto9IeCI5peTUu9A2 { top:1.4375rem;left:1.7500009536743rem;width:20.375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex2Fitr19UtZKbIDX0Woqq53sF0f5q4e { top:3.75rem;left:4.6562509536743rem;width:14.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { top:8.875rem;left:0rem;width:23.75rem;height:11.75rem;font-size:1rem;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { top:1.75rem;left:0rem;width:28.9375rem;height:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { top:4.1875rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { top:4.75rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3tlCBTQg7O0dPwVE998kVcPklmOh9cT { top:9.8125rem;left:23.875rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { top:10.1875rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { top:9.6875rem;left:26.0625rem;width:21.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OllGhAydsaJQ9CNJhfnde2q8sTVvvW3i { top:15.3125rem;left:23.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { top:15.875rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { top:15.3125rem;left:26.125rem;width:21.625rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { top:6.6875rem;left:25.875rem;width:21.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { top:11.5625rem;left:25.875rem;width:21.875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { top:17.6875rem;left:25.875rem;width:21.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNuXhNbHAvhb4MJqWI7HTh7KcS1zfrJK { top:4.6875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { display:block; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6dXn4d3UJi6FeGXp1vb3A9M7y9NhNhh { top:1.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUcWThFBBo7OkVTKc4G57UfRT27otXOg { top:5.625rem;left:10.574219703674rem;width:25.1875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1b92wx3kViocbohZc3vAHW6sry25mxC { top:14.4375rem;left:0rem;width:18.75rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { top:18.25rem;left:0rem;width:17.1875rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { top:18.25rem;left:14.1875rem;width:17.5625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { top:14.4375rem;left:12.8125rem;width:18.9375rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { top:18.25rem;left:30.875rem;width:16.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { top:14.4375rem;left:29.3125rem;width:18.3125rem;height:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { top:11.375rem;left:0.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AebPitg6pCga6JI8CEMkDcrS6avg8kot { top:1.4375rem;left:11rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { top:11.375rem;left:12.3125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { top:11.375rem;left:13rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { top:11.375rem;left:11.625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { top:11.375rem;left:11.0625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { top:12rem;left:12.3125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { top:12rem;left:13rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { top:12rem;left:11.625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs4SMruLzE8huFsreaSnksCKr7qsQzLn { top:12rem;left:11.0625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUeKOayyvIqCDm2BgMKkh2xueMwdEssi { top:5rem;left:29.375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPE2sdUobf0KOORE4A6kyvtWo36kZ9ww { top:5rem;left:28.6875rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUz9WVq93UTXeCD97QVoFxexKcfKv3EQ { top:5rem;left:28rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1PuCSO1PvFsqe9eI0dgbuUCgHtRkcgD { top:5rem;left:27.4375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHoTzULy9MWtFv1iabb2s4l10rJTazcz { top:4.375rem;left:27.4375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHlseMraZ8oNQcLhxwtkU4Zhmi7V2mG { top:4.375rem;left:28rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtx1eRaopa18FrgFCWXiA87XPIMC5cxl { top:4.375rem;left:28.6875rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaaVohEcKmkKCST3M4MnRBQaREUGkTah { top:4.375rem;left:29.375rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0nV6tcTRfH5KTfxB5xhRHTEun8EKL0 { top:9.9375rem;left:35.5rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do46BiPVDGuRr7nUdhT30AUKKpNSXoO8 { top:9.9375rem;left:34.8125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3baUKgmMZ6eNVXXsCRncP3ieSPiiJix { top:9.9375rem;left:34.125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTLtlTLHiKGNaFAVwar7sKTsrX6l624 { top:9.9375rem;left:33.5625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtE3O7IFXcTqnhA08Uzy5V7HLazOBVrx { top:9.3125rem;left:33.5625rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHsHbMhyvlwh2fJeshIbniyvznEbPASg { top:9.3125rem;left:34.125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhLFPr6F56wr69Ii4PckKTwMesuJT8UD { top:9.3125rem;left:34.8125rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFHI3dDVkk0LptKrRyb5UCeyIoKFp71 { top:9.3125rem;left:35.5rem;width:0.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRn9ASfLcBRAhklLoRPb6Ad7KnV2hi2 { top:3.375rem;left:16.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smvshhiswm5iQtTRat9InElEX7B0Uk2E { top:11.3125rem;left:29.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDQ87OTR77vybg8XdClpvz4oPo0RL0f6 { top:3.75rem;left:32.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoqTdDnV9vUXm4fV4OgBEXwcx2k6Znir { top:11.8125rem;left:45.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { top:2.625rem;left:2.59375rem;width:10.625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPdCdRfx0SLTemgdoEQPqSRDefSVZdIM { top:2.5625rem;left:18.4375rem;width:10.625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNs1d0kxMDafCNaApTkHNTfdiEeKPTU { top:2.4375rem;left:35.21875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { top:2.5625rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2kISVsTJWAzUF5XaArHpk16cHaf2daZ { top:36rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CD134v1rJJkA6lihtTv1JRybDTAPE7 { top:33.9375rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { top:0.875rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { top:0.875rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { top:0.875rem;left:0.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { top:1.875rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { top:1.875rem;left:0rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { top:1.875rem;left:0.3125rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { top:0.875rem;left:1.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { top:1.875rem;left:1.6875rem;width:0.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w  { width:17.5rem;height:auto;top:10.9375rem;left:11.6865234375rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w {display:block;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w { width:17.5rem;height:auto;top:10.9375rem;left:11.6865234375rem; }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #yZaCB0OxRXg2OhciVTAwxPxw3KRO8smw {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #m3rhi28oTOZRIf9BnamaPxGstLKxk2l1 {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #UcqHwuWy7JTn7gVc0e01dXuPWgGUmMk4 {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #xEk9XlTkeab9dVPm5bV7Fz6T7g4kQZS1 {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #lWq3lwMtR3cbwllPEgTThDyvPczJP5GP {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #kTCbk4QpZ93dTabyx2eMT26BvJLlZ43c {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #eTskzFOgK0epQwIVMT7ySrfoZdpRgyin {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #Bslgu2pg5FhdViwOHm5sHTuRb0Ur1xPC {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #EZxz1aGDQuraQ3UWJR8x6CdDRaFIxcrf {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #SlpT2hOuOCS9JFcXLT5X7fhtwy6xiGlk {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #IUKJz6Vs8Am1RdbcESfMqC4Iz8TW5uCN {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #IL2mXKlnEPgeapyETdffeXLPUEtboJgi {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #VSmX10ZNvOZ08yg2w8fRTK6Cil7X3gAz {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #gTR04UyJAWMaVQyf43P6E5mbouxTJ7zE {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #RF1OmidI4dnWX8guWGLiyvOhk0dCdtaq {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #k1RE1WIKZE1WVHVsRxSMk6gS4dnJ4k3x {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #bmyJ0rwJ8aWU4HEQCfztdR2w5vkn0ppu {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #CP4e4wsiyWS1T5Lo0IyhNdlNpA14H823 {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #PVgNRrVQRzhssEHHWUZg46nBN73tqP4C {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #DKNKDCqN554ifHTABuvOmqshg0CURm2I {  }
 }@media only screen and (max-width: 763px) { #Mx1nlOhZvSD9sS4hH0RD61TTHPrLpzJF { width:3.5625rem;height:1rem;top:37.375rem;left:22.9619140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y03qk5dLIMAT5vxTnCPwqsugSGazT2FS { display:block; }
 }@media only screen and (max-width: 763px) { #Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv { display:block; }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1Oukq92ecMuEfcfZn0hcqN9078y7qy9 { top:0.5rem;left:0rem;width:47.75rem;height:4.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D3GtFnzWKQ7c0BLWaTKs981ORNknzONI { display:block; }#D3GtFnzWKQ7c0BLWaTKs981ORNknzONI > .row .container { width:20rem;height:17.349609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fwb9fUztnGcno9gt5MdHtZNx48Ez0CPo { display:flex;width:1.8125rem;height:1.8125rem;top:6.2216796875rem;left:5.21875rem; }
 }@media only screen and (max-width: 763px) { #q2TloXuJzHFfxeio7w2fKJXl5HQH4k3N { width:8.375rem;height:1.3808625rem;top:6.4375rem;left:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8dOVlnhTvaDXf70T7ED9ZSUt7ScNMi { width:6.0625rem;height:0.8125rem;top:9.5927734375rem;left:6.96875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwOoUyHi78NDS6XoELW486DgHLtrvU5m { top:8.75625038147rem;left:5.5624998807907rem;width:8.8rem;height:2.4875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAopImvEwnC72FmdrtaeUv83txOhKcf { display:block; }
 }@media only screen and (max-width: 763px) { #aBhhxelGrO6UfAeVcz02ouEu9qybwNT7 { width:20rem;height:0;top:12.443359375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iuv1bmf7wprk6qonduGUT2yqwbH1bvX8 { width:6.875rem;height:10.9375rem;top:13.82421875rem;left:5.9765625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #OGT9rGHpodEF3rwDx5tpcrsrke85zhCg { width:20rem;height:4.875rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGIZTkkzpfWxni6h7bBBzHH6tTryRgTL { width:17.3125rem;height:1.70605625rem;top:10.3125rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xSTQwUQQzqRMvycMeGozS3gvcyeqvFdc { width:1.6875rem;height:1.6875rem;top:24.0625rem;left:11.861328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVyJ7D07C2VuqmnOULX75JWDDzL634DX { top:30.6875rem;left:4.6875rem;width:10.625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvedrQb62VnvsgOqLo4TtSqpai7UM5eJ { display:block; }
 }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcauvWkswhde2KlLi2PO233TWdxiBslJ { width:6.5625rem;height:2rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHViW9pQXdzKBNPRiop1XG90HAFbnUnD { width:6.4375rem;height:2.25rem;top:8.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTsJPMiwOqD8mrTUVPiy0Vx9S7swksQ { width:7.625rem;height:2.5625rem;top:4.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcmUBp9lFoW6XVGhnMmbJOnaISotgGox { width:6.0625rem;height:2.375rem;top:13.375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxt0NWkwBOvlMGPafoy6Zfoxo5UsFH6D { width:18.1875rem;height:25.1953rem;top:21.125rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6TKgp6S4m83qAQTDqUAwCTcVh3cxC2e { width:8.125rem;height:8.125rem;top:1.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXBxCMaPwTLCWBmWCgXU8Nm4ItuwGbE6 { width:8.125rem;height:8.125rem;top:9.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozhuQ16hZyt7xnD5RkhN1y1MNFXeELA { width:8.125rem;height:8.125rem;top:9.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7xNgqLhI2mQkEiX8pkblOtTXgQVCJF { width:8.125rem;height:8.125rem;top:1.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw1TEfLDzd3MfdiBhk7CSXOsShmZ5TJk { width:3.8125rem;height:3.8125rem;top:3.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE3QrxGaNlZLduD56glXrxTkcswX89l9 { width:0.3125rem;height:0.3125rem;top:3rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWefi7c78xotunzrWJGxMerkiGGl1Me7 { width:0.3125rem;height:0.3125rem;top:3rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAQAa38e8drgceerbrLw0IkuTJdwaxi1 { width:0.3125rem;height:0.3125rem;top:3rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opya9V7eh7pdDBHe7iCqqH2bsxFWo5HF { width:0.3125rem;height:0.3125rem;top:3rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHoyzQ1dDJUeN7VwCeDzl0Bh6JF6B7pX { width:0.3125rem;height:0.3125rem;top:3.625rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS7LXhCgnybge7hWElM0rzm810XdtdCi { width:0.3125rem;height:0.3125rem;top:3.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0k6fS2NQH87Pa7Gtac87QyphcVAaJf8 { width:0.3125rem;height:0.3125rem;top:3.625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEKqyJVGpoPb2KdyGdVLiMbDE7OWs63m { width:0.3125rem;height:0.3125rem;top:3.625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIm0dhhAUyOGJg91ZOHTtUMTCKMIx5xo { width:0.3125rem;height:0.3125rem;top:3rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKz1h022K3Qp39PE038dJvO5ap0CBoze { width:0.3125rem;height:0.3125rem;top:3.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6nNErT4hHpgtDKRO4HgR40hFtXM6kGG { width:0.3125rem;height:0.3125rem;top:14.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8vgDnTXUXfKyGwwkxFOFi6661vsZZXo { width:0.3125rem;height:0.3125rem;top:14.1875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVEzEawrBxzyvr7qpwz8PwrlwaIWbnKW { width:0.3125rem;height:0.3125rem;top:14.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC1v4LeO1PIFkPMAK3A0U8aW518uH8sV { width:0.3125rem;height:0.3125rem;top:14.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LowFQdare6NBHs7ZlbcSWNi4EMq8MV3X { width:0.3125rem;height:0.3125rem;top:14.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTT1Ca4aVhrBsNdIeZlt0tzWSy2mIhat { width:0.3125rem;height:0.3125rem;top:14.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEHU9q7XJ7uOydvntiORJcieiALSZkX5 { width:0.3125rem;height:0.3125rem;top:14.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFPyzdmel9iL5l8TSWWq7K7pEUS1wtZo { width:0.3125rem;height:0.3125rem;top:14.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CncZkXTe9yoSko1nXHhRN8OH5A1hFxTq { width:0.3125rem;height:0.3125rem;top:14.1875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAb2vCRGFc0KqVRXM6AbvDFvEfvwoOfK { width:0.3125rem;height:0.3125rem;top:14.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwl7HqxkXzbGsNikixP6BCnoKDhFVl0b { width:3.625rem;height:3.625rem;top:16.4375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIxCfBZkTCeKc06vto9IeCI5peTUu9A2 { width:20rem;height:1.86875rem;top:46.325000762939rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex2Fitr19UtZKbIDX0Woqq53sF0f5q4e { width:14.5625rem;height:1.86875rem;top:49.50625038147rem;left:3.9250000715256rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNzdCqRPXygRTSM2gekmgvMSceu7x83w { display:block; }#RNzdCqRPXygRTSM2gekmgvMSceu7x83w > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN { width:17.75rem;height:15.94725rem;top:12.8125rem;left:1.8437501192093rem;font-size:1rem;display:block; }#BP0N1MNw9uEy5KNAoLslKJ7OO07o6dnN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/rcr9y24k/tarcza_ma_a.svg); }
 }@media only screen and (max-width: 763px) { #CEBOfQn8yGW7sAfkGkckaPgNfeh1lpBq { width:16.3125rem;height:12.1875rem;top:0.625rem;left:1.8437501192093rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPTOCfzhq4uWb9v3EVJN4qxetuzhKrR4 { width:20rem;height:1.9125rem;top:31.28125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOBxzPKW6461khKz1e3hRbwLUtsg4mKT { width:3rem;height:3rem;top:29.625rem;left:12.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3tlCBTQg7O0dPwVE998kVcPklmOh9cT { width:3.6875rem;height:3.6875rem;top:37.175000190735rem;left:8.1562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbvERU3vZaV0r4TgQIaTvB1vOaRit5ro { width:3rem;height:3rem;top:37.91250038147rem;left:4.4250000715256rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzU5KWbNsin8wNN4hMH7X1ZmfsOu5gCo { width:20rem;height:1.9125rem;top:40.862500190735rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OllGhAydsaJQ9CNJhfnde2q8sTVvvW3i { width:4.125rem;height:4.125rem;top:49.375000953674rem;left:7.9375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRf6faoe9bmFPyNoO75lFv9ArttTig84 { width:3rem;height:3rem;top:49.9375rem;left:12.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGiS8FbUy2XnE9PomLokcaFFezGGVvx9 { width:20rem;height:1.9125rem;top:53.500000953674rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcTo5nJaF4MJudoiQw5M0mOZCHSqJfBx { width:19.8125rem;height:3rem;top:33.737500190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1cbidSQPPD3eRvkgcC04T7VRCZT3Np9 { width:20rem;height:4.798825rem;top:43.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFy8LDfOFaF252hnKqSJ0aKW4n3WiDJv { width:20rem;height:4.5rem;top:55.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNuXhNbHAvhb4MJqWI7HTh7KcS1zfrJK { display:flex;width:3.125rem;height:3.125rem;top:28.762499809265rem;left:8.4375003576281rem; }
 }@media only screen and (max-width: 763px) { #XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF { display:block; }#XB4hwLxfT4NdhTxblQr9FJCmp7ChGSXF > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6dXn4d3UJi6FeGXp1vb3A9M7y9NhNhh { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUcWThFBBo7OkVTKc4G57UfRT27otXOg { width:20rem;height:12.704714640199rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p { display:block; }#Tml5PTT2qMyHZl2E7ddpBhvFcvf0Tu5p > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCd9zd1BbhyvypHgxNZlHEPfKFkZD7Ku { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g59SvChVlv9fxKsTUGDsHtzAfWITTGSg { display:block; }#g59SvChVlv9fxKsTUGDsHtzAfWITTGSg > .row .container { width:20rem;height:79.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1b92wx3kViocbohZc3vAHW6sry25mxC { width:18.75rem;height:2.125rem;top:13.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG9Hm2qXqAZ96pE7yogN8Tv6JShVqy8w { width:17.1875rem;height:8.3984375rem;top:16.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsR71B022CAWiUKHB6WHoTaQvWNL5kWp { width:17.0625rem;height:12.597625rem;top:41.875rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbV2mgTNXugp0NK5rVmW8LocneTqVTfH { width:18.9375rem;height:2.125rem;top:39.0625rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQerGOSdtxnE9PMnNk6T9b4iZezuPaVq { width:16.75rem;height:10.4980625rem;top:67.375rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdFdIk4wfMB9CqXzC4VLiiFH6vvlnsT { width:18.3125rem;height:2.125rem;top:64.4375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOEip0ZeQ6oDNgxwGxo3IEuP1PyLT8OJ { width:1.625rem;height:1.625rem;top:9.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AebPitg6pCga6JI8CEMkDcrS6avg8kot { width:2.3125rem;height:2.3125rem;top:1.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrWxeTFE0RDO9yVaJ746IbPXxP9JKMTS { width:0.3125rem;height:0.3125rem;top:10.3125rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1wUMa2DBhQexUWEotlvlbTCaAxO0NtM { width:0.3125rem;height:0.3125rem;top:10.3125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMNLncWGv1bHwFFpRhIyzZLrK0emwfio { width:0.3125rem;height:0.3125rem;top:10.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otu2mME64Qvftig2KrKfVuIy3qsmeoc4 { width:0.3125rem;height:0.3125rem;top:10.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLX0Ra23A8AQWkycJlpFsBcgiblb9TmS { width:0.3125rem;height:0.3125rem;top:10.9375rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS3Ti6OlWb15bldO08r07ezJ1XWZr1Qw { width:0.3125rem;height:0.3125rem;top:10.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw3JD8VdCX9sf0JrPJbBlu7SenXXh6qh { width:0.3125rem;height:0.3125rem;top:10.9375rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs4SMruLzE8huFsreaSnksCKr7qsQzLn { width:0.3125rem;height:0.3125rem;top:10.9375rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUeKOayyvIqCDm2BgMKkh2xueMwdEssi { width:0.3125rem;height:0.3125rem;top:28.8125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPE2sdUobf0KOORE4A6kyvtWo36kZ9ww { width:0.3125rem;height:0.3125rem;top:28.8125rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUz9WVq93UTXeCD97QVoFxexKcfKv3EQ { width:0.3125rem;height:0.3125rem;top:28.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1PuCSO1PvFsqe9eI0dgbuUCgHtRkcgD { width:0.3125rem;height:0.3125rem;top:28.8125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHoTzULy9MWtFv1iabb2s4l10rJTazcz { width:0.3125rem;height:0.3125rem;top:28.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHlseMraZ8oNQcLhxwtkU4Zhmi7V2mG { width:0.3125rem;height:0.3125rem;top:28.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtx1eRaopa18FrgFCWXiA87XPIMC5cxl { width:0.3125rem;height:0.3125rem;top:28.1875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaaVohEcKmkKCST3M4MnRBQaREUGkTah { width:0.3125rem;height:0.3125rem;top:28.1875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn0nV6tcTRfH5KTfxB5xhRHTEun8EKL0 { width:0.3125rem;height:0.3125rem;top:59.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do46BiPVDGuRr7nUdhT30AUKKpNSXoO8 { width:0.3125rem;height:0.3125rem;top:59.9375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3baUKgmMZ6eNVXXsCRncP3ieSPiiJix { width:0.3125rem;height:0.3125rem;top:59.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTLtlTLHiKGNaFAVwar7sKTsrX6l624 { width:0.3125rem;height:0.3125rem;top:59.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtE3O7IFXcTqnhA08Uzy5V7HLazOBVrx { width:0.3125rem;height:0.3125rem;top:59.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHsHbMhyvlwh2fJeshIbniyvznEbPASg { width:0.3125rem;height:0.3125rem;top:59.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhLFPr6F56wr69Ii4PckKTwMesuJT8UD { width:0.3125rem;height:0.3125rem;top:59.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFHI3dDVkk0LptKrRyb5UCeyIoKFp71 { width:0.3125rem;height:0.3125rem;top:59.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcRn9ASfLcBRAhklLoRPb6Ad7KnV2hi2 { width:1.625rem;height:1.625rem;top:27.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smvshhiswm5iQtTRat9InElEX7B0Uk2E { width:1.625rem;height:1.625rem;top:35.625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDQ87OTR77vybg8XdClpvz4oPo0RL0f6 { width:1.625rem;height:1.625rem;top:51.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoqTdDnV9vUXm4fV4OgBEXwcx2k6Znir { width:1.625rem;height:1.625rem;top:60.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2JzzMI9wXgeoX4KyNgCslBIA3fqqvnq { width:10.625rem;height:10.5rem;top:1.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPdCdRfx0SLTemgdoEQPqSRDefSVZdIM { width:10.625rem;height:10.5625rem;top:27.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTNs1d0kxMDafCNaApTkHNTfdiEeKPTU { width:10.625rem;height:10.625rem;top:52.25rem;left:4.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color:transparent;background-image:url("https://images.assets-landingi.com/YGvdihCe/Family3mob.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.adaptive-delivery-prevent-bg, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyload, #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee.lazyloading { background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oN3698tMHLnCCgTVHnewdPf39eG6Rhyy { width:20rem;height:15rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2kISVsTJWAzUF5XaArHpk16cHaf2daZ { width:3.625rem;height:3.625rem;top:22.4375rem;left:14.862500548362rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6CD134v1rJJkA6lihtTv1JRybDTAPE7 { width:1.8125rem;height:1.8125rem;top:25.125rem;left:13.974999785423rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHRbtlOpRhWSfGfWgG45Sx2eWC7EaItq { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVfI2fiZ3nh0M6gAbsXJO03AygrZn11c { width:0.4375rem;height:0.4375rem;top:2.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB7txpJeFWOTh8Cc8XCu2NKxwvZmNbpS { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxhKUp6ukVq6EuZ6Du9rfvnlAz57LVKr { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4inSU6QGSOg1Khmr4ORiT6TFdHaAXHa { width:0.4375rem;height:0.4375rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56N8TzVeCrR05meZaLCbnJTT7Vttvzp { width:0.4375rem;height:0.4375rem;top:1.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDtOWK7FN9KqFZwdBqteefPDxXFk6REB { width:0.4375rem;height:0.4375rem;top:2.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB1NxBVyGQ04zKWNRpnzRhOvtDlJadyP { width:0.4375rem;height:0.4375rem;top:2.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w  { width:17.5rem;height:auto;top:20.8125rem;left:0rem; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w {display:block;}#dE9msep67KbIvgbcAiSe3EIqcGIO8f2w { width:17.5rem;height:auto;top:20.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #yZaCB0OxRXg2OhciVTAwxPxw3KRO8smw {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #m3rhi28oTOZRIf9BnamaPxGstLKxk2l1 {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #UcqHwuWy7JTn7gVc0e01dXuPWgGUmMk4 {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #xEk9XlTkeab9dVPm5bV7Fz6T7g4kQZS1 {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #lWq3lwMtR3cbwllPEgTThDyvPczJP5GP {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #kTCbk4QpZ93dTabyx2eMT26BvJLlZ43c {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #eTskzFOgK0epQwIVMT7ySrfoZdpRgyin {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #Bslgu2pg5FhdViwOHm5sHTuRb0Ur1xPC {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #EZxz1aGDQuraQ3UWJR8x6CdDRaFIxcrf {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #SlpT2hOuOCS9JFcXLT5X7fhtwy6xiGlk {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #IUKJz6Vs8Am1RdbcESfMqC4Iz8TW5uCN {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #IL2mXKlnEPgeapyETdffeXLPUEtboJgi {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #VSmX10ZNvOZ08yg2w8fRTK6Cil7X3gAz {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #gTR04UyJAWMaVQyf43P6E5mbouxTJ7zE {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #RF1OmidI4dnWX8guWGLiyvOhk0dCdtaq {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #k1RE1WIKZE1WVHVsRxSMk6gS4dnJ4k3x {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #bmyJ0rwJ8aWU4HEQCfztdR2w5vkn0ppu {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #CP4e4wsiyWS1T5Lo0IyhNdlNpA14H823 {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #PVgNRrVQRzhssEHHWUZg46nBN73tqP4C {  }
 }@media only screen and (max-width: 763px) { #dE9msep67KbIvgbcAiSe3EIqcGIO8f2w #DKNKDCqN554ifHTABuvOmqshg0CURm2I {  }
 }@media only screen and (max-width: 763px) { #Mx1nlOhZvSD9sS4hH0RD61TTHPrLpzJF { width:3.5625rem;height:1rem;top:47.40234375rem;left:10.474609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y03qk5dLIMAT5vxTnCPwqsugSGazT2FS { display:block; }
 }@media only screen and (max-width: 763px) { #Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv { display:block; }#Uo6hCKStAeTU2RixyVrLnQ1rwXbWmLdv > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1Oukq92ecMuEfcfZn0hcqN9078y7qy9 { width:20rem;height:10.2265625rem;top:0.68750572204588rem;left:0rem;font-size:0.5625rem;display:block; }
 }