.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#efefed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#TNPILSF4nhpowVqt84PuPXT3TePduhmT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009ace;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#TNPILSF4nhpowVqt84PuPXT3TePduhmT > .row .container { border-width: 0; border-radius: 0; }#TNPILSF4nhpowVqt84PuPXT3TePduhmT > .row > .video-iframe-container {  }#TNPILSF4nhpowVqt84PuPXT3TePduhmT > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:none; }#StDxQdnRD2TRJGqD2UXV8CCOwraGgSdC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:10.125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#uy0g3tXT2TQgCpnUPPkAkTi8Q7ugEVOw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.81054675579069rem;left:36.569011688233rem;display:block; }
#OKT3ThHANOCHlGelzBu7JDH29RN3pKKn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HGtzC8dZe3BuWPC0gboEVLMMVJA7ll9p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.81163125rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.8125rem;left:45.25rem;display:block; }
#e4rToRPWG1FF9gfFxeDiIm2hVRKZVsy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eifWGkfOKiQgV6n7UomPPGFfcyUrNPWE { background-color:#e10098;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(1,153,206,0.75) ;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.78125rem;left:51.625rem;display:block; }
#OwE39kwrDHmaFhRTFtWcPCpWnlBVTfbS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E2NUkuQ6eOiIdMAe6kG1EBpAON6EEAF6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.81054675579069rem;left:27.888458251953rem;display:block; }
#hStPQz2eCuZprPUkApJlJOdZWlTEfkmk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#009ace;padding-top:0.3025rem;padding-right:0.26625rem;padding-bottom:0.3025rem;padding-left:0.26625rem;display:block;align-items:center;width:1.5975rem;min-width:1.5975rem;height:1.625rem;position:relative;font-family:roboto;font-size:1.209375rem;font-weight:700;line-height:26px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.13rem;height:0.6425rem;position:relative;font-family:roboto;font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:12.5rem;height:3.06125rem;padding-top:0.378125rem;padding-right:0.380625rem;padding-bottom:0.378125rem;padding-left:0.380625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.46549481153488rem;left:12.124568939209rem;z-index:100008; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #aqHe6QUnLVrhk7griTe72b4ihnDTLokD { display:flex;position:relative;top:0rem;left:0rem; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hHROwitTice5het77Ad1IOV1HXn9zIQC { width:auto; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #BURAcBvvQPNPBrhTerQAC38lpeu6y52V {  }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #bdxsGcGrmMXC3xEE6stwIz5xCDk8aWHN { display:flex;position:relative;top:0rem;left:0rem; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #TVLGS9yVdXo2QAMRdi3eq6mK4eTEcTyH {  }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #Tro1ynrAiUiHDB5XgfFXI1yrQfnpEk3t {  }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #Ap3ARzl2xnE6fxslh9bnAQel1eANDhgK { display:flex;position:relative;top:0rem;left:0rem; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #ZvZ1AconSqb2pqLwvV1hxaLy9xycnDrV {  }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hIUHhzOakBolgaBwIeGDZblVdITicmvp {  }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hPUvOyme2q8tAVh4p2JUEExQflMUpz7V { display:flex;position:relative;top:0rem;left:0rem; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #VW4aRowOtAyIJFToQvBPpi0aCeFHTZi0 {  }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #e4sCuOsKNmMsCNI5TXfxMqEvvyQnVGtm {  }
#mf101bHGfV8RzcA177a7vrJ1yTsKMQLw { 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:block;z-index:100000;display:none; }
#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009ace;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { background-color: transparent; background-image: none; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container > .video-iframe-container { display: none; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row > .video-iframe-container { display: none; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .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); }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { border-width: 0; border-radius: 0; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row > .video-iframe-container {  }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#skgGdALdf66mPUFaGNbNo0ChQ8qIcwck { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:10.1875rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#Ruh0S4QlwvkxIVRUeRSRMwVptGH7bz3i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:0.81054675579069rem;left:36.569011688233rem;display:block; }
#Ns2eQMDgPKIsXE52k1379xxpIShGNuZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XKwJylr8FKdTm30birFOkwmRMAF2gMoA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.81163125rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.8125rem;left:45.25rem;display:block; }
#HtlEgCroQVX0oxWh4XqzDHPOSwdBFKvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TVuLwUWz7oJdcZDv27vHFzPIIG3l0AWa { background-color:#e10098;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(1,153,206,0.75) ;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.78125rem;left:51.625rem;display:block; }
#NiKxPMmrH43UMD24yHlg2oTSLWX58bZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Opx0rTZXzUqfLXI0u9k0PVp25KRTdAvT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:3.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.81054675579069rem;left:27.888458251953rem;display:block; }
#FpdqwRdJ1Gsl3RoIJVwVsK4VBPiFJ3RD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#009ace;padding-top:0.3025rem;padding-right:0.26625rem;padding-bottom:0.3025rem;padding-left:0.26625rem;display:block;align-items:center;width:1.5975rem;min-width:1.5975rem;height:1.625rem;position:relative;font-family:roboto;font-size:1.209375rem;font-weight:700;line-height:26px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.13rem;height:0.6425rem;position:relative;font-family:roboto;font-size:0.45375rem;font-weight:400;line-height:10.28px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:12.5rem;height:3.06125rem;padding-top:0.378125rem;padding-right:0.380625rem;padding-bottom:0.378125rem;padding-left:0.380625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.46549481153488rem;left:12.124568939209rem;z-index:100008; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #Gmu5MwQqqdxRk6ue68gBdiUnxNSrTerK { display:flex;position:relative;top:0rem;left:0rem; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #DR9vsiUPEPeF7128B2VStmbfn3MAXRQ7 { width:auto; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #lXtggt8FHVDspdlEsPlRIhQ60uvwcD54 {  }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #nLmbMZVI18yBDe4ghhVCbOrnZINTuQoq { display:flex;position:relative;top:0rem;left:0rem; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #To5BHeONhouabOcqMgTfu5G2JAtElL0z {  }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #E1b4Jy9JO14RKcT7sKKRltAnZkZ3xHEL {  }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #WLuVwJm9rgze0AMznTh2bv9MtmotTDz3 { display:flex;position:relative;top:0rem;left:0rem; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #Vps7kt5QLqtNF64S89SKQGT2BaaIriFE {  }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #mFpuGs8XgHzMwZLCMBTtC6KAico5WaGV {  }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #kybfM4LgOBy3mACFHaSi60RawMwyrBb0 { display:flex;position:relative;top:0rem;left:0rem; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #tTT6Uxn0egd0RAhesdFCiSJN5toi8f3u {  }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #SphUBEAOA02hP11zrWLTblff8T5Tob2J {  }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,154,206,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,154,206,0.8); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:block; }#uQt8pruoUZTTEkfgQHiT279VLN3qXEn6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:5.9375rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:10.056424617767rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PU0JXtH2iaxBnk77ix07WgIIbLpaLnLC { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.04773625rem;height:3.98568rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:37.1875rem;left:10.0625rem;display:block; }
#Tg3d9Cf939v1NpMHiTfQDSTPm9hrxoN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NTZ53eNzDOKfF03MtfvTUMNWiw4mkEqJ { color:#ffffff;display:block;width:51.4995625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:24.682075023651rem;left:4.2491321563721rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQr9v8DXiRicZOdRSmMop7XzCzs2ioA5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.01954875rem;height:3.9574675rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:37.1875rem;left:32.875rem;display:block; }
#zWmVpHl01ENk34T5f9WitmI5ax2ATFQI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I9fZA1NbScT7HGEfx6Aazt6Ttb9AVgd8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:300;z-index:100001;line-height:1.2;letter-spacing:0;top:17.643229961395rem;left:0rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BUMXuTM4qniHaUJPuTCWmmaS1hoVi7DT { color:#e10098;display:block;width:43.499375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:31.380210042rem;left:8.2497844696044rem;height:2.2749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;display:block; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { background-color: transparent; background-image: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container > .video-iframe-container { display: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container { display: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .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); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { border-width: 0; border-radius: 0; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container {  }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#GM0cDGw3frcJVUmRZ7WaW7yOA6ZDTJAq { color:#009ace;display:block;width:51.9375rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:4.0625rem;height:3.493925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qPLI6Jldyx4NSZ4O52yZqGmKRQFV0qlE { color:#3d3935;display:block;width:35.3125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:12.4375rem;height:1.94986875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;display:block; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container { background-color: transparent; background-image: none; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container > .video-iframe-container { display: none; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row > .video-iframe-container { display: none; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .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); }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container { border-width: 0; border-radius: 0; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row > .video-iframe-container {  }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#ostltPKv7VxX9znZ8cd3eJTDNP6Gp3GB { color:#3d3935;display:block;width:10.1248125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:11.375rem;left:5rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#Xbb9bRARmwwFVATg5ZtpZi25Aqfi6CzW { color:#3d3935;display:block;width:15.999875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:11.375rem;left:22.625rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#nnMtl9Juo1bJrQPwTT9NdeVSOnXzKTTR { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.7496875rem;width:6.312375rem;top:3.3756513595581rem;left:6.4375019073488rem;overflow:hidden;display:block; }
#rQWTEQ5LP7IW7NLoJZ1UWqZ2DIyaBLt7 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:4.0006513595581rem;left:27.562503814698rem;overflow:hidden;display:block; }
#DthzDtFFPiImfAxaQlndMzV0Hw6xfpUJ { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6873125rem;width:5.499675rem;top:3.6876087188721rem;left:47.6875rem;overflow:hidden;display:block; }
#dkMKwTaS33EMfaRwhtASMTwHAXqM5ZN6 { color:#3d3935;display:block;width:10.374375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:11.374781131744rem;left:44.812286376953rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row .container { background-color: transparent; background-image: none; }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row .container > .video-iframe-container { display: none; }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row > .video-iframe-container { display: none; }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .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); }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row .container { border-width: 0; border-radius: 0; }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row > .video-iframe-container {  }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#FQqJdJ7cM61zWrxzuD6PWGbFUBTmNiAR { color:#3d3935;display:block;width:15.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:7.375rem;left:11.1875rem;height:10.125rem;text-align:center;text-align-last:center;display:block; }
#GKrLgdush8MvT9XCoC4v8qvIDzdBla9L { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4367375rem;width:6.936875rem;top:0rem;left:15.25rem;overflow:hidden;display:block; }
#Ha49hlTTUbXiXawbCHnD1X6QtuBmymMC { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.936875rem;width:6.499rem;top:0rem;left:38.8125rem;overflow:hidden;display:block; }
#K7DTP15QxINvKsoIlL7waZTVu78PItBe { color:#3d3935;display:block;width:13.0615rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:8.25rem;left:35.5rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.9);background-image:none;position:relative;display:block; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { background-color: transparent; background-image: none; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container > .video-iframe-container { display: none; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row > .video-iframe-container { display: none; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .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); }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { border-width: 0; border-radius: 0; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row > .video-iframe-container {  }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:60rem;position:relative;display:block; }#Izt270fDo14vpZJpExKOM3OpvXL1vULi { background-color:transparent;background-image:none;border-top:0.0625rem solid #e10098;border-left:0.0625rem solid #e10098;border-right:0.0625rem solid #e10098;border-bottom:0.0625rem solid #e10098;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-sizing:border-box;color:#e10098;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3112795rem;height:3.999567rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:6.75rem;left:21.875rem;display:block; }
#A5C4saOSqmcUJEOpDqDm5UUxqh4wUCAG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FRtingUVnZ0B5AKIH0ycoiRnXlpFr1OW { color:#3d3935;display:block;width:55.4996875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:2.375rem;left:2.25rem;height:;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl { position:relative;display:block; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl { background-color: transparent; background-image: none; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container > .video-iframe-container { display: none; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row > .video-iframe-container { display: none; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .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); }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl { border-width: 0; border-radius: 0; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container > .video-iframe-container {  }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#JpoJURkxQKw8F2ZMLmBKIhe2SmSLpAkx { color:#3d3935;display:block;width:35.3125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:7.1875rem;left:12.3125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q7QWBFGPdfA2wahNCibwe9Z4zf60Wemy { color:#0199ce;display:block;width:51.9375rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.0625rem;height:3.493925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr { position:relative;display:block; }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr { background-color: transparent; background-image: none; }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .row .container > .video-iframe-container { display: none; }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .row > .video-iframe-container { display: none; }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .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); }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr { border-width: 0; border-radius: 0; }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .row .container > .video-iframe-container {  }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#RLgbJEPIv5Nsa7tzlg5gUTmuBQsDI896 { color:#009ace;display:block;width:12.9996875rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:17.51736164093rem;left:2.6860904693604rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xeqoHCBRKqIO1IQzA2vxfmWgTkd5Hnwc { position:absolute;display:block;z-index:100013;background-color:#efefed;background-image:url("https://images.assets-landingi.com/uc/d6d243e5-2a62-4bbc-a14e-582b0124d191/AleksandraDuniewskaOlek.png");background-position:top 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:12.5rem;width:12.5rem;top:3.4375rem;left:2.9361991882324rem;display:block; }#xeqoHCBRKqIO1IQzA2vxfmWgTkd5Hnwc.adaptive-delivery-prevent-bg, #xeqoHCBRKqIO1IQzA2vxfmWgTkd5Hnwc.lazyload, #xeqoHCBRKqIO1IQzA2vxfmWgTkd5Hnwc.lazyloading { background-image: none; }
#bd8aQATcbI4012gu0kEof3WQ7Fd450Cd { color:#009ace;display:block;width:30.4985625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:21rem;left:18.375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cGGZXiFkJ699ezrTt2hL1dzD9dxVhWwZ { position:absolute;display:block;z-index:100006;background-color:#b2b4b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:40.625rem;top:26.0625rem;left:18.375rem;display:block; }
#cEJGe97RtE3TpTcfuTfPSfMUp3Cw6nrT { color:#009ace;display:block;width:40.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:27.75rem;left:18.375rem;height:;display:block; }#cEJGe97RtE3TpTcfuTfPSfMUp3Cw6nrT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#cEJGe97RtE3TpTcfuTfPSfMUp3Cw6nrT li:before{  }
#MHqMk6vMJCikIxpKGlOKb5aT06rmCraB { color:#3d3935;display:block;width:40.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.5;letter-spacing:0;top:3.4375019073486rem;left:18.374568939209rem;height:;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:justify;text-align-last:initial;display:block; }
#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh { position:relative;display:block; }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh { background-color: transparent; background-image: none; }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .row .container > .video-iframe-container { display: none; }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .row > .video-iframe-container { display: none; }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .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); }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh { border-width: 0; border-radius: 0; }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .row .container > .video-iframe-container {  }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH { position:relative;display:block; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH { background-color: transparent; background-image: none; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container > .video-iframe-container { display: none; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row > .video-iframe-container { display: none; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .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); }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH { border-width: 0; border-radius: 0; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container > .video-iframe-container {  }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#mH9Tw68XBUmvBH8xxf591i99IXMqusmO { color:#009ace;display:block;width:30.499125rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:18.3125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gMcL1aqT5V2g70962ChIkiq3zfT3DuHS { position:absolute;display:block;z-index:100006;background-color:#b2b4b2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:40.625rem;top:8.5rem;left:18.3125rem;display:block; }
#J2R9Qfh8O4pJ9rkuppmqRULNkTSDVef3 { color:#009ace;display:block;width:40.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100009;line-height:1.5;letter-spacing:0;top:10.1875rem;left:18.3125rem;height:;display:block; }#J2R9Qfh8O4pJ9rkuppmqRULNkTSDVef3 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#J2R9Qfh8O4pJ9rkuppmqRULNkTSDVef3 li:before{  }
#Mh8uXGPAzTx6UqbGZkEVrLrSTa7TyqnE { color:#009ace;display:block;width:13.9995625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:3.4364156723023rem;left:2.6231555938721rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW { position:relative;display:block; }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW { background-color: transparent; background-image: none; }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .row .container > .video-iframe-container { display: none; }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .row > .video-iframe-container { display: none; }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .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); }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW { border-width: 0; border-radius: 0; }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .row .container > .video-iframe-container {  }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/703c4dc9-5e68-41d0-ab4b-888e154aabc7/birdseyeviewofwroclawduringthedaypoland.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx.adaptive-delivery-prevent-bg, #T4lvE0ButZy4RTQ30inaT4EPA6zV8enx.lazyload, #T4lvE0ButZy4RTQ30inaT4EPA6zV8enx.lazyloading { background-image: none; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row .container { background-color: transparent; background-image: none; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,154,206,0.85); }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row .container > .video-iframe-container { display: none; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,154,206,0.85); }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row > .video-iframe-container { display: none; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .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); }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row .container { border-width: 0; border-radius: 0; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row > .video-iframe-container {  }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:60rem;position:relative;display:block; }#gNaOOzSkBeAGmWa9TI19QHZJnRT87xOh { color:#ffffff;display:block;width:51.936875rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:6.2543430328369rem;left:4.0310344696045rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KKDwCipQ476w2ShePCey4k1LiS8LGzVl { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:33.375rem;left:12.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#009ace;padding-top:0.680625rem;padding-right:0.600625rem;padding-bottom:0.680625rem;padding-left:0.600625rem;display:block;align-items:center;width:3.601875rem;min-width:3.601875rem;height:3.655625rem;position:relative;font-family:roboto;font-size:2.72125rem;font-weight:700;line-height:58.49px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.425rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.801875rem;height:1.445625rem;position:relative;font-family:roboto;font-size:1.020625rem;font-weight:400;line-height:23.13px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:23.1875rem;height:6.8875rem;padding-top:0.850625rem;padding-right:0.8575rem;padding-bottom:0.850625rem;padding-left:0.8575rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:37.5rem;left:17.5rem;z-index:100007; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #enUGwgQv6I4e6STmeaZ87vyXxnJuiCNa { display:flex;position:relative;top:0rem;left:0rem; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #K6HK3c9J3LvFE86q8dTfetaC7L1adsTi { width:auto; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #tKxZpV2HfhUDyPo06TcNImoZMqbQ84dM {  }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #x5ArRSNHFpud7XiAbRpvm61yRmaCtQNp { display:flex;position:relative;top:0rem;left:0rem; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #HuPZIu9JCeOcnHLnghun6OyR7nfUPkFG {  }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #FdQ3lzzNJo1ST6meeDEbeKzn2ERgOBf2 {  }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #ivUCJ54DWCdP6zEgxhPAsM4q2EJ7Jgwc { display:flex;position:relative;top:0rem;left:0rem; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #fMlw0w4q3KhoHO48XkvzaXf7U0i6krGQ {  }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #O4BZ1Thd0rXiSJbhKrqAIEDlekMVto6u {  }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #NTK9XLR73eX4W0DRZZknVc7wuUgtAsQT { display:flex;position:relative;top:0rem;left:0rem; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #NndhdfPV19hnEt2tM78D9zlBTTuJRdUN {  }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #V5MD82Ml7a2XmCgleJUZcQBwWyfrRMvB {  }
#nLmKVQ2eNBVqBeIBNHP6TNgo5hcNaTyk { box-sizing:content-box;color:#ffffff;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0612rem;width:5.87456875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:12.375rem;left:22.75rem;display:block; }
#U4fHDAU9zc8GiZg5yaavgOcA9mG4FonE { color:#ffffff;display:block;width:25.8105625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:14rem;left:29.25rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U4iJpy0pG3Jh00wdWDLqLWl8UoIqBHtb { color:#ffffff;display:block;width:29.1873125rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:100010;line-height:1.4;letter-spacing:0;top:19.523654937744rem;left:29.249675750733rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eacpAcfhnRqM7FfABBAuqS0UTPIJVfqg { box-sizing:content-box;color:#ffffff;font-size:3.3125rem;font-weight:400;line-height:1;height:4.8112rem;width:6.12305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:20.125rem;left:22.625rem;display:block; }
#pG4dmb3GJww5gUHrSbreuTcMAcmPAR2x { position:absolute;display:block;z-index:100014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dc22c397-4e07-4717-82ae-41253e86917d/morningviewofthesightsofthecityofwroclawinpolandinspring.png");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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:20.2495625rem;width:20.2495625rem;top:9.75rem;left:1.625rem;display:block; }#pG4dmb3GJww5gUHrSbreuTcMAcmPAR2x.adaptive-delivery-prevent-bg, #pG4dmb3GJww5gUHrSbreuTcMAcmPAR2x.lazyload, #pG4dmb3GJww5gUHrSbreuTcMAcmPAR2x.lazyloading { background-image: none; }
#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row .container { background-color: transparent; background-image: none; }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row .container > .video-iframe-container { display: none; }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row > .video-iframe-container { display: none; }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .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); }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row .container { border-width: 0; border-radius: 0; }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row > .video-iframe-container {  }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#HNn99QLqd7krToTXbb4LgK1AfoKFdUZw { color:#0199ce;display:block;width:34.3120625rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7.062158584595rem;left:25.687934875488rem;height:6.9873125rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xK0ALeq0Ggg3QvxEBfuyr04m79UOpmdD { color:#3d3935;display:block;width:33.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:16.375rem;left:26.375rem;height:15.1875rem;text-align:justify;text-align-last:initial;display:block; }
#Da5oAycFrOb8nHm1i8A34lgvbB9qSJvS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.7495625rem;width:25.687375rem;top:8.3778095245363rem;left:0rem;overflow:hidden;display:block; }
#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009ace;background-image:none;position:relative;display:block; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { background-color: transparent; background-image: none; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container > .video-iframe-container { display: none; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row > .video-iframe-container { display: none; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .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); }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { border-width: 0; border-radius: 0; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row > .video-iframe-container {  }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#v5LN0TAKHM5lu97yKTicoKdpK4CHF5Oa { color:#ffffff;display:block;width:51.9375rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:4rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#W4OFqeD4cwytVZGQ7mFek5hhuXDXiJmT { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:8.6875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-form-header {  }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-regular-label { height:auto;display:none;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:31.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .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 #b2b4b2;border-left:0.0625rem solid #b2b4b2;border-right:0.0625rem solid #b2b4b2;border-bottom:0.0625rem solid #b2b4b2;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:31.6875rem;box-sizing:border-box;height:3.125rem;color:#3d3935;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .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 #b2b4b2;border-left:0.0625rem solid #b2b4b2;border-right:0.0625rem solid #b2b4b2;border-bottom:0.0625rem solid #b2b4b2;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:31.6875rem;box-sizing:border-box;height:4.375rem;color:#3d3935;font-size:1rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .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:31.6875rem;box-sizing:border-box;height:3.125rem;color:#3d3935;font-family:roboto;font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .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:#e10098;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:31.6875rem;height:3.75rem;font-family:roboto;overflow:hidden; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]:-moz-placeholder { color:#b2b4b2;font-family:roboto;font-size:1rem;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]::-moz-placeholder { color:#b2b4b2;font-family:roboto;font-size:1rem;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]:-ms-input-placeholder { color:#b2b4b2;font-family:roboto;font-size:1rem;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]::-webkit-input-placeholder { color:#b2b4b2;font-family:roboto;font-size:1rem;text-align:center;text-align-last:center; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:30.4375rem;overflow:hidden;font-style:normal; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .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; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-container:first-of-type{padding-top:0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-container:last-of-type{padding-bottom:0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:16.65625rem;left:12.904296875rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:31.6875rem;display:block;vertical-align:top; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-info-text { display:block;height:auto;font-family:montserrat;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; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m {display:block;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:31.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100007;position:absolute;top:16.65625rem;left:12.904296875rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #yKLHDTXFMwGecTOMe2xWuW05dLTp3ZZG { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fX4MFlEThBbIsOJnz9L5RV0Ex90Vw0Ag { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LDRUGKHsKEUT0ac4NlwIusOL4nQcGN4J { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #K2Xmk7oQhKmhk5E7GgLQdcBbF052ycax { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #A0l4ellNeFNiIM1dk7Qx3U48ahTvOc7P { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #aEswki3mPeXGx6BE36HBse0tw58erCtq { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #nEGSsUlf3tqfkHrEkWEkChAN3hVSbXBE { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #lhS1omDkOk0AoJpFeQTiSeNukksu3H9L { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #JTpHZJ3TDXkonzHMSZNaAwM2AfWPPGZH { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #sZ1hQJeB7GA4qsKN3T8LU0mdV7qkBuMK { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #FwwGaTsCsTs9wkvW0kqAJex7hM7NE4p0 { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #SHAmXKRuu6UzzAqDcZVhKBnAcKwQLuok { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #MQThTT3SgTOcMNsWW1IFgilAHKskEPvO { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DGDFqVk0uaMTr39GlmFGBDrJ9quwLuJ7 { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LfhGv0hrMZTNht0iuKo3XDTNLmHIdHDK { position:relative; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #ORmzBFoQzipxWGSW8NivxtCcgtLNkBBs { position:relative;z-index:2; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #bbI6pE9QgJeHWGt1RIAnZlv6RcfebFdt { position:relative; }
#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009ace;background-image:none;position:relative;display:block; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { background-color: transparent; background-image: none; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container > .video-iframe-container { display: none; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row > .video-iframe-container { display: none; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .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); }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { border-width: 0; border-radius: 0; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row > .video-iframe-container {  }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#iZhQOerVwwONWOm9Q7qL8bZGs6mOMIUJ { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:0.9746125rem;display:block; }
#yfc9JLMvSNQKAZatX9Ov7QOSHcEnFlNJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:8.5rem;top:1.342227935791rem;left:51.374786376953rem;overflow:hidden;display:block; }
#bBmMCpK8dTnZ5oq0570MLhodsmpzAIQg { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:7.874375rem;top:1.2358894348144rem;left:6.2489166259766rem;overflow:hidden;display:block; }
#IxJHRMGpZIgqw66uzqzDP0s8pEtzH7Qw { color:#ffffff;display:block;width:8.186875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8869361877441rem;left:44.123268127441rem;height:0.9746125rem;display:block; }
#E1gwnaf4Vxw962yh80wpt9e412kW32TO { position:relative;display:none; }#E1gwnaf4Vxw962yh80wpt9e412kW32TO { border-width: 0; border-radius: 0; }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .row .container > .video-iframe-container {  }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#AqEW6IyA0c7Ui3P5khPZyxaeVopwybN5 { background-color:#e10098;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(1,153,206,0.75) ;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.78125rem;left:51.625rem;display:none; }
#EdalqFyz21LC7051S5D8gyOt9p9SBhmx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TNPILSF4nhpowVqt84PuPXT3TePduhmT { display:none; }#TNPILSF4nhpowVqt84PuPXT3TePduhmT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #StDxQdnRD2TRJGqD2UXV8CCOwraGgSdC { width:10.1875rem;height:2.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uy0g3tXT2TQgCpnUPPkAkTi8Q7ugEVOw { width:8.75rem;height:3.125rem;top:0.75rem;left:30.444011688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKT3ThHANOCHlGelzBu7JDH29RN3pKKn { display:block; }
 }@media only screen and (max-width: 763px) { #HGtzC8dZe3BuWPC0gboEVLMMVJA7ll9p { width:5.75rem;height:3.125rem;top:0.8125rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rToRPWG1FF9gfFxeDiIm2hVRKZVsy8 { display:block; }
 }@media only screen and (max-width: 763px) { #eifWGkfOKiQgV6n7UomPPGFfcyUrNPWE { width:8.375rem;height:3.125rem;top:0.75rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwE39kwrDHmaFhRTFtWcPCpWnlBVTfbS { display:block; }
 }@media only screen and (max-width: 763px) { #E2NUkuQ6eOiIdMAe6kG1EBpAON6EEAF6 { width:8.75rem;height:3.125rem;top:0.75rem;left:21.763458251953rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStPQz2eCuZprPUkApJlJOdZWlTEfkmk { display:block; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq { display:flex;width:18rem;height:5.0625rem;top:13.8125rem;left:11.391277313233rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #aqHe6QUnLVrhk7griTe72b4ihnDTLokD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hHROwitTice5het77Ad1IOV1HXn9zIQC {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #BURAcBvvQPNPBrhTerQAC38lpeu6y52V {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #bdxsGcGrmMXC3xEE6stwIz5xCDk8aWHN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #TVLGS9yVdXo2QAMRdi3eq6mK4eTEcTyH {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #Tro1ynrAiUiHDB5XgfFXI1yrQfnpEk3t {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #Ap3ARzl2xnE6fxslh9bnAQel1eANDhgK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #ZvZ1AconSqb2pqLwvV1hxaLy9xycnDrV {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hIUHhzOakBolgaBwIeGDZblVdITicmvp {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hPUvOyme2q8tAVh4p2JUEExQflMUpz7V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #VW4aRowOtAyIJFToQvBPpi0aCeFHTZi0 {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #e4sCuOsKNmMsCNI5TXfxMqEvvyQnVGtm {  }
 }@media only screen and (max-width: 763px) { #mf101bHGfV8RzcA177a7vrJ1yTsKMQLw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu { display:block; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skgGdALdf66mPUFaGNbNo0ChQ8qIcwck { width:10.1875rem;height:2.375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruh0S4QlwvkxIVRUeRSRMwVptGH7bz3i { width:8.75rem;height:3.125rem;top:0.75rem;left:30.444011688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns2eQMDgPKIsXE52k1379xxpIShGNuZI { display:block; }
 }@media only screen and (max-width: 763px) { #XKwJylr8FKdTm30birFOkwmRMAF2gMoA { width:5.75rem;height:3.125rem;top:0.8125rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtlEgCroQVX0oxWh4XqzDHPOSwdBFKvP { display:block; }
 }@media only screen and (max-width: 763px) { #TVuLwUWz7oJdcZDv27vHFzPIIG3l0AWa { width:8.375rem;height:3.125rem;top:0.75rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiKxPMmrH43UMD24yHlg2oTSLWX58bZq { display:block; }
 }@media only screen and (max-width: 763px) { #Opx0rTZXzUqfLXI0u9k0PVp25KRTdAvT { width:8.75rem;height:3.125rem;top:0.75rem;left:21.763458251953rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpdqwRdJ1Gsl3RoIJVwVsK4VBPiFJ3RD { display:block; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL { display:flex;width:18rem;height:5.0625rem;top:13.8125rem;left:11.391277313233rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #Gmu5MwQqqdxRk6ue68gBdiUnxNSrTerK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #DR9vsiUPEPeF7128B2VStmbfn3MAXRQ7 {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #lXtggt8FHVDspdlEsPlRIhQ60uvwcD54 {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #nLmbMZVI18yBDe4ghhVCbOrnZINTuQoq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #To5BHeONhouabOcqMgTfu5G2JAtElL0z {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #E1b4Jy9JO14RKcT7sKKRltAnZkZ3xHEL {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #WLuVwJm9rgze0AMznTh2bv9MtmotTDz3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #Vps7kt5QLqtNF64S89SKQGT2BaaIriFE {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #mFpuGs8XgHzMwZLCMBTtC6KAico5WaGV {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #kybfM4LgOBy3mACFHaSi60RawMwyrBb0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #tTT6Uxn0egd0RAhesdFCiSJN5toi8f3u {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #SphUBEAOA02hP11zrWLTblff8T5Tob2J {  }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQt8pruoUZTTEkfgQHiT279VLN3qXEn6 { width:47.75rem;height:7.0625rem;top:10rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0JXtH2iaxBnk77ix07WgIIbLpaLnLC { width:16.875rem;height:3.8125rem;top:37.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3d9Cf939v1NpMHiTfQDSTPm9hrxoN3 { display:block; }
 }@media only screen and (max-width: 763px) { #NTZ53eNzDOKfF03MtfvTUMNWiw4mkEqJ { width:47.75rem;height:4.5rem;top:24.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQr9v8DXiRicZOdRSmMop7XzCzs2ioA5 { width:16.875rem;height:3.8125rem;top:37.1875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWmVpHl01ENk34T5f9WitmI5ax2ATFQI { display:block; }
 }@media only screen and (max-width: 763px) { #I9fZA1NbScT7HGEfx6Aazt6Ttb9AVgd8 { width:47.75rem;height:3.3125rem;top:17.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUMXuTM4qniHaUJPuTCWmmaS1hoVi7DT { width:43.4375rem;height:2.3125rem;top:31.375rem;left:2.1247844696045rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG { display:block; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM0cDGw3frcJVUmRZ7WaW7yOA6ZDTJAq { width:47.75rem;height:3.4375rem;top:5.8125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLI6Jldyx4NSZ4O52yZqGmKRQFV0qlE { width:35.3125rem;height:1.9375rem;top:10.0625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB { display:block; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ostltPKv7VxX9znZ8cd3eJTDNP6Gp3GB { width:10.0625rem;height:5.0625rem;top:11.375rem;left:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbb9bRARmwwFVATg5ZtpZi25Aqfi6CzW { width:15.9375rem;height:6.75rem;top:11.375rem;left:15.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnMtl9Juo1bJrQPwTT9NdeVSOnXzKTTR { width:6.25rem;height:6.6835206456088rem;top:3.375rem;left:4.3750019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQWTEQ5LP7IW7NLoJZ1UWqZ2DIyaBLt7 { width:6.25rem;height:6.25rem;top:4rem;left:21.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #DthzDtFFPiImfAxaQlndMzV0Hw6xfpUJ { width:5.4375rem;height:6.6117110045137rem;top:3.6875rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkMKwTaS33EMfaRwhtASMTwHAXqM5ZN6 { width:10.3125rem;height:5.0625rem;top:11.3125rem;left:34.499786376953rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP { display:block; }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQqJdJ7cM61zWrxzuD6PWGbFUBTmNiAR { width:15.625rem;height:10.125rem;top:7.375rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKrLgdush8MvT9XCoC4v8qvIDzdBla9L { width:6.875rem;height:5.3882433102081rem;top:0rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha49hlTTUbXiXawbCHnD1X6QtuBmymMC { width:6.4375rem;height:6.8712313913681rem;top:0rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7DTP15QxINvKsoIlL7waZTVu78PItBe { width:13rem;height:6.75rem;top:8.25rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 { display:block; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Izt270fDo14vpZJpExKOM3OpvXL1vULi { width:16.25rem;height:3.9375rem;top:6.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5C4saOSqmcUJEOpDqDm5UUxqh4wUCAG { display:block; }
 }@media only screen and (max-width: 763px) { #FRtingUVnZ0B5AKIH0ycoiRnXlpFr1OW { width:47.75rem;height:;top:2.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl { display:block; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpoJURkxQKw8F2ZMLmBKIhe2SmSLpAkx { width:35.3125rem;height:;top:7.1875rem;left:6.1872863769531rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QWBFGPdfA2wahNCibwe9Z4zf60Wemy { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr { display:block; }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLgbJEPIv5Nsa7tzlg5gUTmuBQsDI896 { width:12.9375rem;height:;top:17.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeqoHCBRKqIO1IQzA2vxfmWgTkd5Hnwc { width:12.5rem;height:12.5rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd8aQATcbI4012gu0kEof3WQ7Fd450Cd { width:30.4375rem;height:3.875rem;top:21rem;left:12.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGGZXiFkJ699ezrTt2hL1dzD9dxVhWwZ { width:40.625rem;height:0.0625rem;top:26.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEJGe97RtE3TpTcfuTfPSfMUp3Cw6nrT { width:40.625rem;height:15.125rem;top:27.75rem;left:7.125rem;font-size:1.125rem;display:block; }#cEJGe97RtE3TpTcfuTfPSfMUp3Cw6nrT li:before{  }
 }@media only screen and (max-width: 763px) { #MHqMk6vMJCikIxpKGlOKb5aT06rmCraB { width:40.625rem;height:15.1875rem;top:3.4375rem;left:7.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3MW7GriiuB7DUhrg2UM5BbVapObmNHh { display:block; }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH { display:block; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mH9Tw68XBUmvBH8xxf591i99IXMqusmO { width:30.4375rem;height:;top:3.4375rem;left:12.187175750733rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMcL1aqT5V2g70962ChIkiq3zfT3DuHS { width:40.625rem;height:0.125rem;top:8.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2R9Qfh8O4pJ9rkuppmqRULNkTSDVef3 { width:40.625rem;height:;top:10.125rem;left:7.125rem;font-size:1.125rem;display:block; }#J2R9Qfh8O4pJ9rkuppmqRULNkTSDVef3 li:before{  }
 }@media only screen and (max-width: 763px) { #Mh8uXGPAzTx6UqbGZkEVrLrSTa7TyqnE { width:13.9375rem;height:5.8125rem;top:3.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW { display:block; }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4lvE0ButZy4RTQ30inaT4EPA6zV8enx { display:block; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNaOOzSkBeAGmWa9TI19QHZJnRT87xOh { width:47.75rem;height:3.4375rem;top:6.25rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKDwCipQ476w2ShePCey4k1LiS8LGzVl { width:35.3125rem;height:2.75rem;top:33.375rem;left:6.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB { display:flex;width:18rem;height:5.0625rem;top:13.8125rem;left:11.391277313233rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #enUGwgQv6I4e6STmeaZ87vyXxnJuiCNa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #K6HK3c9J3LvFE86q8dTfetaC7L1adsTi {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #tKxZpV2HfhUDyPo06TcNImoZMqbQ84dM {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #x5ArRSNHFpud7XiAbRpvm61yRmaCtQNp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #HuPZIu9JCeOcnHLnghun6OyR7nfUPkFG {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #FdQ3lzzNJo1ST6meeDEbeKzn2ERgOBf2 {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #ivUCJ54DWCdP6zEgxhPAsM4q2EJ7Jgwc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #fMlw0w4q3KhoHO48XkvzaXf7U0i6krGQ {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #O4BZ1Thd0rXiSJbhKrqAIEDlekMVto6u {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #NTK9XLR73eX4W0DRZZknVc7wuUgtAsQT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #NndhdfPV19hnEt2tM78D9zlBTTuJRdUN {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #V5MD82Ml7a2XmCgleJUZcQBwWyfrRMvB {  }
 }@media only screen and (max-width: 763px) { #nLmKVQ2eNBVqBeIBNHP6TNgo5hcNaTyk { width:5.8125rem;height:5.9971593659534rem;top:12.375rem;left:16.625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4fHDAU9zc8GiZg5yaavgOcA9mG4FonE { width:25.75rem;height:2.75rem;top:14rem;left:22rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4iJpy0pG3Jh00wdWDLqLWl8UoIqBHtb { width:29.125rem;height:5.9375rem;top:19.5rem;left:18.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eacpAcfhnRqM7FfABBAuqS0UTPIJVfqg { width:6.0625rem;height:4.7636227043712rem;top:20.125rem;left:16.5rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG4dmb3GJww5gUHrSbreuTcMAcmPAR2x { width:20.1875rem;height:20.1875rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uulHepiQVauRO1uKQ6WhViT8nOoxgoOT { display:block; }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNn99QLqd7krToTXbb4LgK1AfoKFdUZw { width:34.25rem;height:6.9375rem;top:7rem;left:13.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK0ALeq0Ggg3QvxEBfuyr04m79UOpmdD { width:33.625rem;height:15.1875rem;top:16.375rem;left:14.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5oAycFrOb8nHm1i8A34lgvbB9qSJvS { width:25.625rem;height:22.694321201076rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg { display:block; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5LN0TAKHM5lu97yKTicoKdpK4CHF5Oa { width:47.75rem;height:;top:5.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OFqeD4cwytVZGQ7mFek5hhuXDXiJmT { width:42.5rem;height:3.875rem;top:9.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-regular-label { width:31.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-textarea { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-button { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-checkbox-label { width:30.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m  { width:31.6875rem;height:auto;top:11.9375rem;left:6.78125rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .radio-container { width:31.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m {display:block;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m { width:31.6875rem;height:auto;top:11.9375rem;left:6.78125rem; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #yKLHDTXFMwGecTOMe2xWuW05dLTp3ZZG {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fX4MFlEThBbIsOJnz9L5RV0Ex90Vw0Ag {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LDRUGKHsKEUT0ac4NlwIusOL4nQcGN4J {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #K2Xmk7oQhKmhk5E7GgLQdcBbF052ycax {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #A0l4ellNeFNiIM1dk7Qx3U48ahTvOc7P {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #aEswki3mPeXGx6BE36HBse0tw58erCtq {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #nEGSsUlf3tqfkHrEkWEkChAN3hVSbXBE {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #lhS1omDkOk0AoJpFeQTiSeNukksu3H9L {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #JTpHZJ3TDXkonzHMSZNaAwM2AfWPPGZH {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #sZ1hQJeB7GA4qsKN3T8LU0mdV7qkBuMK {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #FwwGaTsCsTs9wkvW0kqAJex7hM7NE4p0 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #SHAmXKRuu6UzzAqDcZVhKBnAcKwQLuok {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #MQThTT3SgTOcMNsWW1IFgilAHKskEPvO {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DGDFqVk0uaMTr39GlmFGBDrJ9quwLuJ7 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LfhGv0hrMZTNht0iuKo3XDTNLmHIdHDK {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #ORmzBFoQzipxWGSW8NivxtCcgtLNkBBs {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #bbI6pE9QgJeHWGt1RIAnZlv6RcfebFdt {  }
 }@media only screen and (max-width: 763px) { #OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm { display:block; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZhQOerVwwONWOm9Q7qL8bZGs6mOMIUJ { width:8.1875rem;height:0.9375rem;top:1.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfc9JLMvSNQKAZatX9Ov7QOSHcEnFlNJ { width:8.5rem;height:2rem;top:1.3125rem;left:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBmMCpK8dTnZ5oq0570MLhodsmpzAIQg { width:7.8125rem;height:2.2323200253988rem;top:1.1875rem;left:0.12391662597656rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxJHRMGpZIgqw66uzqzDP0s8pEtzH7Qw { width:8.125rem;height:0.9375rem;top:1.875rem;left:37.998268127441rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1gwnaf4Vxw962yh80wpt9e412kW32TO { display:none; }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AqEW6IyA0c7Ui3P5khPZyxaeVopwybN5 { width:8.375rem;height:3.125rem;top:0.75rem;left:39.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdalqFyz21LC7051S5D8gyOt9p9SBhmx { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#efefed;background-image:none;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); } }@media only screen and (max-width: 763px) { #TNPILSF4nhpowVqt84PuPXT3TePduhmT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#TNPILSF4nhpowVqt84PuPXT3TePduhmT > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StDxQdnRD2TRJGqD2UXV8CCOwraGgSdC { width:8.4375rem;height:2rem;top:1.3742408752441rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uy0g3tXT2TQgCpnUPPkAkTi8Q7ugEVOw { width:14.375rem;height:3.125rem;top:21.124132156372rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKT3ThHANOCHlGelzBu7JDH29RN3pKKn { display:block; }
 }@media only screen and (max-width: 763px) { #HGtzC8dZe3BuWPC0gboEVLMMVJA7ll9p { width:14.375rem;height:3.125rem;top:13.124458312988rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rToRPWG1FF9gfFxeDiIm2hVRKZVsy8 { display:block; }
 }@media only screen and (max-width: 763px) { #eifWGkfOKiQgV6n7UomPPGFfcyUrNPWE { width:14.375rem;height:3.125rem;top:25.184463500976rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwE39kwrDHmaFhRTFtWcPCpWnlBVTfbS { display:block; }
 }@media only screen and (max-width: 763px) { #E2NUkuQ6eOiIdMAe6kG1EBpAON6EEAF6 { width:14.375rem;height:3.125rem;top:17.061632156372rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hStPQz2eCuZprPUkApJlJOdZWlTEfkmk { display:block; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.350625rem;padding-bottom:0.40125rem;padding-left:0.350625rem;width:2.104375rem;min-width:2.104375rem;height:2.155625rem;font-size:1.604375rem;line-height:34.49px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.80625rem;height:0.851875rem;font-size:0.601875rem;line-height:13.63px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq { display:flex;width:15.25rem;height:4.060625rem;top:6.3286676406863rem;left:2.5065104961395rem;padding-top:0.303125rem;padding-right:0.305rem;padding-bottom:0.303125rem;padding-left:0.305rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #aqHe6QUnLVrhk7griTe72b4ihnDTLokD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hHROwitTice5het77Ad1IOV1HXn9zIQC {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #BURAcBvvQPNPBrhTerQAC38lpeu6y52V {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #bdxsGcGrmMXC3xEE6stwIz5xCDk8aWHN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #TVLGS9yVdXo2QAMRdi3eq6mK4eTEcTyH {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #Tro1ynrAiUiHDB5XgfFXI1yrQfnpEk3t {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #Ap3ARzl2xnE6fxslh9bnAQel1eANDhgK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #ZvZ1AconSqb2pqLwvV1hxaLy9xycnDrV {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hIUHhzOakBolgaBwIeGDZblVdITicmvp {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #hPUvOyme2q8tAVh4p2JUEExQflMUpz7V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #VW4aRowOtAyIJFToQvBPpi0aCeFHTZi0 {  }
 }@media only screen and (max-width: 763px) { #lD8EtPLbLmpuxiH1wXiDP0L6TRS9mkZq #e4sCuOsKNmMsCNI5TXfxMqEvvyQnVGtm {  }
 }@media only screen and (max-width: 763px) { #mf101bHGfV8RzcA177a7vrJ1yTsKMQLw { top:1.1865234375rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:100004;color:#ffffff;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu { position:relative;z-index:auto;display:none; }#lIOB4Z9rG9yDaBrAedf5gJdwpvNTlLQu > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #skgGdALdf66mPUFaGNbNo0ChQ8qIcwck { width:8.4375rem;height:2rem;top:1.3742408752441rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ruh0S4QlwvkxIVRUeRSRMwVptGH7bz3i { width:14.375rem;height:3.125rem;top:21.124132156372rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns2eQMDgPKIsXE52k1379xxpIShGNuZI { display:block; }
 }@media only screen and (max-width: 763px) { #XKwJylr8FKdTm30birFOkwmRMAF2gMoA { width:14.375rem;height:3.125rem;top:13.124458312988rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtlEgCroQVX0oxWh4XqzDHPOSwdBFKvP { display:block; }
 }@media only screen and (max-width: 763px) { #TVuLwUWz7oJdcZDv27vHFzPIIG3l0AWa { width:14.375rem;height:3.125rem;top:25.184463500976rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiKxPMmrH43UMD24yHlg2oTSLWX58bZq { display:block; }
 }@media only screen and (max-width: 763px) { #Opx0rTZXzUqfLXI0u9k0PVp25KRTdAvT { width:14.375rem;height:3.125rem;top:17.061632156372rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpdqwRdJ1Gsl3RoIJVwVsK4VBPiFJ3RD { display:block; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-text.counter-number { padding-top:0.40125rem;padding-right:0.350625rem;padding-bottom:0.40125rem;padding-left:0.350625rem;width:2.104375rem;min-width:2.104375rem;height:2.155625rem;font-size:1.604375rem;line-height:34.49px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.250625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.80625rem;height:0.851875rem;font-size:0.601875rem;line-height:13.63px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL { display:flex;width:15.25rem;height:4.060625rem;top:6.3286676406863rem;left:2.5065104961395rem;padding-top:0.303125rem;padding-right:0.305rem;padding-bottom:0.303125rem;padding-left:0.305rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #Gmu5MwQqqdxRk6ue68gBdiUnxNSrTerK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #DR9vsiUPEPeF7128B2VStmbfn3MAXRQ7 {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #lXtggt8FHVDspdlEsPlRIhQ60uvwcD54 {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #nLmbMZVI18yBDe4ghhVCbOrnZINTuQoq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #To5BHeONhouabOcqMgTfu5G2JAtElL0z {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #E1b4Jy9JO14RKcT7sKKRltAnZkZ3xHEL {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #WLuVwJm9rgze0AMznTh2bv9MtmotTDz3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #Vps7kt5QLqtNF64S89SKQGT2BaaIriFE {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #mFpuGs8XgHzMwZLCMBTtC6KAico5WaGV {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #kybfM4LgOBy3mACFHaSi60RawMwyrBb0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #tTT6Uxn0egd0RAhesdFCiSJN5toi8f3u {  }
 }@media only screen and (max-width: 763px) { #Xvhuer2kH50uwKuJIMUqT7XFJC4rnZWL #SphUBEAOA02hP11zrWLTblff8T5Tob2J {  }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a6f4404-eefc-4bdb-916c-d53f0c029b39/Invisaligntlomobile1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,154,206,0.71); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,154,206,0.71); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uQt8pruoUZTTEkfgQHiT279VLN3qXEn6 { width:20rem;height:7.349625rem;top:10.1875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU0JXtH2iaxBnk77ix07WgIIbLpaLnLC { width:16.875rem;height:3.75rem;top:33.75rem;left:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3d9Cf939v1NpMHiTfQDSTPm9hrxoN3 { display:block; }
 }@media only screen and (max-width: 763px) { #NTZ53eNzDOKfF03MtfvTUMNWiw4mkEqJ { width:17.7495625rem;height:5.8496125rem;top:21.761610984802rem;left:1.1241321563721rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQr9v8DXiRicZOdRSmMop7XzCzs2ioA5 { width:17rem;height:3.75rem;top:39.25rem;left:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zWmVpHl01ENk34T5f9WitmI5ax2ATFQI { display:block; }
 }@media only screen and (max-width: 763px) { #I9fZA1NbScT7HGEfx6Aazt6Ttb9AVgd8 { width:20rem;height:1.80013125rem;top:18.223741292954rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUMXuTM4qniHaUJPuTCWmmaS1hoVi7DT { width:20rem;height:1.462675rem;top:29.898548126221rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { background-color: transparent; background-image: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container > .video-iframe-container { display: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row > .video-iframe-container { display: none; }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .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); }#Q5GH5BNUT3dy8PKFwVop25FTTgLLkrqG > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GM0cDGw3frcJVUmRZ7WaW7yOA6ZDTJAq { width:20rem;height:2.5996125rem;top:3.53125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLI6Jldyx4NSZ4O52yZqGmKRQFV0qlE { width:20rem;height:1.2999125rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB { background-color:rgba(255,255,255,0.9);background-image:none;display:block; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container { background-color: transparent; background-image: none; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container > .video-iframe-container { display: none; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row > .video-iframe-container { display: none; }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .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); }#DZRpO0FTKzagXyTl0kXMXfmDVbL8wDUB > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ostltPKv7VxX9znZ8cd3eJTDNP6Gp3GB { width:14.5621875rem;height:2.625rem;top:9.0625004768369rem;left:2.7186417579651rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbb9bRARmwwFVATg5ZtpZi25Aqfi6CzW { width:16.5625rem;height:3.9375rem;top:20.187174797058rem;left:1.7187502384186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnMtl9Juo1bJrQPwTT9NdeVSOnXzKTTR { width:6.124675rem;height:6.5625rem;top:2.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQWTEQ5LP7IW7NLoJZ1UWqZ2DIyaBLt7 { width:6.4375rem;height:6.4375rem;top:13.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DthzDtFFPiImfAxaQlndMzV0Hw6xfpUJ { width:5.4375rem;height:6.5625rem;top:26.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkMKwTaS33EMfaRwhtASMTwHAXqM5ZN6 { width:13.499375rem;height:2.625rem;top:32.937294006347rem;left:3.249783039093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP { display:block; }#IZzn11eQ3t39N72cJ7fJBJosdE9DNEGP > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FQqJdJ7cM61zWrxzuD6PWGbFUBTmNiAR { width:15.3125rem;height:6.5625rem;top:6.7496747970581rem;left:2.3437502384186rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKrLgdush8MvT9XCoC4v8qvIDzdBla9L { width:7.0625rem;height:5.5rem;top:1.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha49hlTTUbXiXawbCHnD1X6QtuBmymMC { width:6.5625rem;height:6.9375rem;top:15.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7DTP15QxINvKsoIlL7waZTVu78PItBe { width:14.3120625rem;height:3.9375rem;top:22.3125rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 { display:block; }#TZHwv5AkHA6gEfcZ2hCDL5n5iuFRGWy6 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Izt270fDo14vpZJpExKOM3OpvXL1vULi { width:13.5004045rem;height:2.56293575rem;top:11.061199188233rem;left:3.2492408752441rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5C4saOSqmcUJEOpDqDm5UUxqh4wUCAG { display:block; }
 }@media only screen and (max-width: 763px) { #FRtingUVnZ0B5AKIH0ycoiRnXlpFr1OW { width:16.3748125rem;height:6.5625rem;top:2.060546875rem;left:1.8120660781861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl { display:block; }#buTQ9aNoka4isqHSZwCcW3GzPfbzzWdl > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpoJURkxQKw8F2ZMLmBKIhe2SmSLpAkx { width:20rem;height:1.2999125rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QWBFGPdfA2wahNCibwe9Z4zf60Wemy { width:20rem;height:2.5996125rem;top:3.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr { display:block; }#rvzTMTLkFFMPlGzzo7BesWHhUWCfQpvr > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLgbJEPIv5Nsa7tzlg5gUTmuBQsDI896 { width:12.9373125rem;height:4.875rem;top:15.7763671875rem;left:3.5308160781861rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeqoHCBRKqIO1IQzA2vxfmWgTkd5Hnwc { width:12.5rem;height:12.5rem;top:2.2764744758606rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd8aQATcbI4012gu0kEof3WQ7Fd450Cd { width:18.125rem;height:3.25rem;top:50.3125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGGZXiFkJ699ezrTt2hL1dzD9dxVhWwZ { width:18.125rem;height:0.125rem;top:54.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEJGe97RtE3TpTcfuTfPSfMUp3Cw6nrT { width:18.125rem;height:18.5rem;top:56.0625rem;left:0.9375rem;font-size:1rem;display:block; }#cEJGe97RtE3TpTcfuTfPSfMUp3Cw6nrT li:before{  }
 }@media only screen and (max-width: 763px) { #MHqMk6vMJCikIxpKGlOKb5aT06rmCraB { width:17.9373125rem;height:25.5rem;top:21.999784469604rem;left:1.0308160781861rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3MW7GriiuB7DUhrg2UM5BbVapObmNHh { display:block; }#w3MW7GriiuB7DUhrg2UM5BbVapObmNHh > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH { display:block; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH { background-color: transparent; background-image: none; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container > .video-iframe-container { display: none; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row > .video-iframe-container { display: none; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .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); }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH { border-width: 0; border-radius: 0; }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container > .video-iframe-container {  }#X7BTyhZ2dJM4LZRWT1zfvDlSTzlhA4OH > .row .container { width:20rem;height:37.5rem;background-color:rgba(255,255,255,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mH9Tw68XBUmvBH8xxf591i99IXMqusmO { width:18.125rem;height:3.25rem;top:7.8125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMcL1aqT5V2g70962ChIkiq3zfT3DuHS { width:18.125rem;height:0.125rem;top:12rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2R9Qfh8O4pJ9rkuppmqRULNkTSDVef3 { width:18.125rem;height:19.75rem;top:13.4375rem;left:0.9375rem;font-size:1rem;display:block; }#J2R9Qfh8O4pJ9rkuppmqRULNkTSDVef3 li:before{  }
 }@media only screen and (max-width: 763px) { #Mh8uXGPAzTx6UqbGZkEVrLrSTa7TyqnE { width:12.9373125rem;height:3.25rem;top:2.9627752304077rem;left:3.5308160781861rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW { display:block; }#mITxi5liyWeJfdZDVHVN1GAVIXV7tNxW > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4lvE0ButZy4RTQ30inaT4EPA6zV8enx { display:block; }#T4lvE0ButZy4RTQ30inaT4EPA6zV8enx > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gNaOOzSkBeAGmWa9TI19QHZJnRT87xOh { width:20rem;height:2.5996125rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKDwCipQ476w2ShePCey4k1LiS8LGzVl { width:20rem;height:1.70605625rem;top:39.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#nJD1nVm6ipWooIo7VfT62d03CvnZWJtB { display:flex;width:18rem;height:5.0625rem;top:42.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #enUGwgQv6I4e6STmeaZ87vyXxnJuiCNa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #K6HK3c9J3LvFE86q8dTfetaC7L1adsTi {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #tKxZpV2HfhUDyPo06TcNImoZMqbQ84dM {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #x5ArRSNHFpud7XiAbRpvm61yRmaCtQNp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #HuPZIu9JCeOcnHLnghun6OyR7nfUPkFG {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #FdQ3lzzNJo1ST6meeDEbeKzn2ERgOBf2 {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #ivUCJ54DWCdP6zEgxhPAsM4q2EJ7Jgwc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #fMlw0w4q3KhoHO48XkvzaXf7U0i6krGQ {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #O4BZ1Thd0rXiSJbhKrqAIEDlekMVto6u {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #NTK9XLR73eX4W0DRZZknVc7wuUgtAsQT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #NndhdfPV19hnEt2tM78D9zlBTTuJRdUN {  }
 }@media only screen and (max-width: 763px) { #nJD1nVm6ipWooIo7VfT62d03CvnZWJtB #V5MD82Ml7a2XmCgleJUZcQBwWyfrRMvB {  }
 }@media only screen and (max-width: 763px) { #nLmKVQ2eNBVqBeIBNHP6TNgo5hcNaTyk { width:5.812175rem;height:5.9966375rem;top:17.54828619957rem;left:7.0936422348025rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4fHDAU9zc8GiZg5yaavgOcA9mG4FonE { width:20rem;height:2.5996125rem;top:22.857531309127rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4iJpy0pG3Jh00wdWDLqLWl8UoIqBHtb { width:17.8125rem;height:5.19921875rem;top:31.9375rem;left:1.125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eacpAcfhnRqM7FfABBAuqS0UTPIJVfqg { width:6.0617375rem;height:4.76345625rem;top:27.25rem;left:7rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG4dmb3GJww5gUHrSbreuTcMAcmPAR2x { width:12.5rem;height:12.5rem;top:5.8485245704651rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uulHepiQVauRO1uKQ6WhViT8nOoxgoOT { display:block; }#uulHepiQVauRO1uKQ6WhViT8nOoxgoOT > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HNn99QLqd7krToTXbb4LgK1AfoKFdUZw { width:18.125rem;height:7.7988125rem;top:4rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xK0ALeq0Ggg3QvxEBfuyr04m79UOpmdD { width:18.125rem;height:17.0625rem;top:25.6875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da5oAycFrOb8nHm1i8A34lgvbB9qSJvS { width:15.2495625rem;height:13.499875rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg { display:block; }#c6TJ2wfVqC0uT3E3iJ9vPs3Fd9M2LlFg > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5LN0TAKHM5lu97yKTicoKdpK4CHF5Oa { width:20rem;height:7.7988125rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4OFqeD4cwytVZGQ7mFek5hhuXDXiJmT { width:18.125rem;height:3.8994125rem;top:12.625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-text {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-select {padding-top: 0; padding-bottom: 0;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m  { width:17.5rem;height:auto;top:18.25rem;left:0rem; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m {display:block;}#x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m { width:17.5rem;height:auto;top:18.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #yKLHDTXFMwGecTOMe2xWuW05dLTp3ZZG {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #fX4MFlEThBbIsOJnz9L5RV0Ex90Vw0Ag {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LDRUGKHsKEUT0ac4NlwIusOL4nQcGN4J {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #K2Xmk7oQhKmhk5E7GgLQdcBbF052ycax {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #A0l4ellNeFNiIM1dk7Qx3U48ahTvOc7P {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #aEswki3mPeXGx6BE36HBse0tw58erCtq {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #nEGSsUlf3tqfkHrEkWEkChAN3hVSbXBE {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #lhS1omDkOk0AoJpFeQTiSeNukksu3H9L {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #JTpHZJ3TDXkonzHMSZNaAwM2AfWPPGZH {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #sZ1hQJeB7GA4qsKN3T8LU0mdV7qkBuMK {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #FwwGaTsCsTs9wkvW0kqAJex7hM7NE4p0 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #SHAmXKRuu6UzzAqDcZVhKBnAcKwQLuok {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #MQThTT3SgTOcMNsWW1IFgilAHKskEPvO {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #DGDFqVk0uaMTr39GlmFGBDrJ9quwLuJ7 {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #LfhGv0hrMZTNht0iuKo3XDTNLmHIdHDK {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #ORmzBFoQzipxWGSW8NivxtCcgtLNkBBs {  }
 }@media only screen and (max-width: 763px) { #x4WTmVHDS11TdQJnITX3N2XVsF5Ixu6m #bbI6pE9QgJeHWGt1RIAnZlv6RcfebFdt {  }
 }@media only screen and (max-width: 763px) { #OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm { display:block; }#OQw9nx4q0EQIS4ebXTER14uIG7EUBIZm > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZhQOerVwwONWOm9Q7qL8bZGs6mOMIUJ { width:8.1875rem;height:0.9746125rem;top:1.3125076293945rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfc9JLMvSNQKAZatX9Ov7QOSHcEnFlNJ { width:5.25rem;height:1.25rem;top:2.7240676879883rem;left:12.936740875244rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBmMCpK8dTnZ5oq0570MLhodsmpzAIQg { width:4.249675rem;height:1.25rem;top:2.7242851257324rem;left:1.9683160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxJHRMGpZIgqw66uzqzDP0s8pEtzH7Qw { width:8.187375rem;height:0.9746125rem;top:1.3123931884766rem;left:11.374240875244rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1gwnaf4Vxw962yh80wpt9e412kW32TO { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#E1gwnaf4Vxw962yh80wpt9e412kW32TO { background-color: transparent; background-image: none; }#E1gwnaf4Vxw962yh80wpt9e412kW32TO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .row .container > .video-iframe-container { display: none; }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .row > .video-iframe-container { display: none; }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .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); }#E1gwnaf4Vxw962yh80wpt9e412kW32TO > .row .container { width:20rem;background-color:transparent;background-image:none;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqEW6IyA0c7Ui3P5khPZyxaeVopwybN5 { width:14.375rem;height:3.125rem;top:0.90494918823244rem;left:2.8125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #EdalqFyz21LC7051S5D8gyOt9p9SBhmx { display:block; }
 }