.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ad4225e8-2cb1-4130-a373-c24ca34ede24/Biruni_Dis_Hastanesi_LandingPage_2025sade02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;position:relative;display:block; }#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#4e4e80;display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.91796875rem;left:4.8125rem;height:5.2246125rem;font-style:normal;display:block; }
#v91E732Nr0cf92N2B0wZHtFLecaPELAq { position:absolute;display:block;z-index:15033;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0rem rgba(0,0,0,0.5) ;height:4.625rem;width:24.125rem;top:13.5625rem;left:4.8125rem;display:block; }
#sFGCA4aVpdKhffzzPaquTRUhguTkktLO { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:14.16796875rem;left:5.15625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:23.8125rem;top:1.375rem;left:4.8125rem;overflow:hidden;display:block; }
#o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.375rem;left:65.6875rem; }
#XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:0rem;left:67.4375rem;display:block; }
#pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXeSxOWW1yeIPwELJatvv91TA0eeMSFU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#124c8a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:0rem;left:67.4375rem;display:none; }
#DTAFO6amTheyTmqGgaFpIxbHKfCvELvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A47Xd7NGkmKHzW4EiwJW0uR0u2vD7a87 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.375rem;left:65.6875rem;display:none; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-form-header {  }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-text {padding-top: 0; padding-bottom: 0;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-select {padding-top: 0; padding-bottom: 0;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .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:#124c8a;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:21.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .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; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-container:first-of-type{padding-top:0;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-container:last-of-type{padding-bottom:0;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.25rem;left:4.875rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh {display:block;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19.25rem;left:4.875rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #XTnvkXwNu5ryo1nHcT3SIoNWBXtVJKOW { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #eoeJHeHSsE1NPZCeVScTuHrOdPKwX5xr { position:relative;display:block; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #kTnNUlxSgfwW8OBD7lTUzk0CcnX8mMXI { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #FtrDTExPQVrwycNL7fMhgy7Cx7OFo9cI { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #LakD8NvWSJUfeLx3BhQ5waAi3EQEwSJ1 { position:relative;display:block; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #mP9qoKX4BpWA2LWnMP96zvTtcqDeLOEb { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #AMKiDJoknKnwI4c8Ozubuu40qwOykgZE { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #PMlG3ZvTkTdIePToZE7JWZKXL0FJTuX4 { position:relative;display:block; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #p7GULxryFaBdAnAlhJEzo3TIMKPtvtHi { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #FnBTcOnfFmEhUnthkMvbwnrTShC5Xm9T { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #Nwqs91Tle1aHHqa7PMAUtopqgDv3iQpS { position:relative;display:block; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #S1TIczLZPEqZx3XWcyB0g35ZL9Rn223I { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #xxRh5z4GfFXXok7QJ1UzMAXUfvUM2sxR { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #RJnfnqLrCh3ZdNzmKSQh6G2lCzwl9gdK { position:relative;z-index:2; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #LPOcFy6ewE14tyuTAbKQ0Mva9Tv0LTV2 { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #udKknt5AKK8AJvyhlKpcSFicbEBGUqc5 { position:relative; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #hQcwQ4v5KHW6qtzuuMt9V3h85Sl2IXs3 { position:relative; }
#JJkZ16o86UOxieAZFh2R8A7Rnew8quGW { box-sizing:content-box;height:11.9375rem;width:11.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15053;background-color:#00adc7;background-image:none;top:25.375rem;left:31.5625rem;display:block; }
#hIODcUekwpZsSNBS2CCqceF6VETr5v8N { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15055;line-height:1.1;letter-spacing:0;top:27.9375rem;left:32rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlVkyGvF467VPFo5F3IfatCu2zdv4Dwv { color:#ff00ff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:32rem;left:32.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0rLbCgRLU6wsKpMtONwvtyGLqZrQcJ6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OEcBpLcaNzSTeNc7LzLwsDz555DfMU6i { color:#ff00ff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:7.48046875rem;left:4.8125rem;height:3.09375rem;font-style:normal;display:none; }
#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124c8a, #00adc7);background-image: -moz-linear-gradient(90deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(90deg, #124c8a, #00adc7);background-image: -o-linear-gradient(90deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(90deg, #124c8a, #00adc7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { background-color: transparent; background-image: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container > .video-iframe-container { display: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container { display: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .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); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { border-width: 0; border-radius: 0; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;position:relative;display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { background-color: transparent; background-image: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container > .video-iframe-container { display: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container { display: none; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .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); }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { border-width: 0; border-radius: 0; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.875rem;left:7.875rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { color:#ffffff;display:block;width:16.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.1875rem;left:6.875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:30.5625rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.25rem;left:28.5625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:10.1875rem;left:51.781253814698rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.875rem;left:53.000003814698rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { box-sizing:content-box;height:20rem;width:19.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #124c8a, #00adc7);background-image: -moz-linear-gradient(180deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(180deg, #124c8a, #00adc7);background-image: -o-linear-gradient(180deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(180deg, #124c8a, #00adc7);background-size:auto !important;top:2.8125rem;left:5.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#BD2VshQDCG1cRnh4g8p0W5MEHJIc0HVx { box-sizing:content-box;height:20rem;width:19.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #124c8a, #00adc7);background-image: -moz-linear-gradient(180deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(180deg, #124c8a, #00adc7);background-image: -o-linear-gradient(180deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(180deg, #124c8a, #00adc7);background-size:auto !important;top:2.5rem;left:27.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#S02C41MII8v7ym2FgWDi76eG3xvL8XOy { box-sizing:content-box;height:20rem;width:19.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #124c8a, #00adc7);background-image: -moz-linear-gradient(180deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(180deg, #124c8a, #00adc7);background-image: -o-linear-gradient(180deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(180deg, #124c8a, #00adc7);background-size:auto !important;top:2.5rem;left:50.4375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,239,239,0.55);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row .container { background-color: transparent; background-image: none; }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row .container > .video-iframe-container { display: none; }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row > .video-iframe-container { display: none; }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .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); }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row .container { border-width: 0; border-radius: 0; }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#WSBvWR8gxFR47BulU4J70ohKtGM0Kni9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.4375rem;width:25.1875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#m0qFx965QlKJzVSS1RsRRN5NBkiiHGOD { color:#124c8a;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5rem;left:31.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G8nSUGkA6py0AcCem4TuunTzHbkciPOs { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.4375rem;width:25.1875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.25rem;left:49.811847686767rem;overflow:hidden;display:block; }
#VcoSgetmc040dMrwV3pERNTGRTBm6fW1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.4375rem;width:25.1875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.25rem;left:24.666019439698rem;overflow:hidden;display:block; }
#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { background-color: transparent; background-image: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container > .video-iframe-container { display: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row > .video-iframe-container { display: none; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .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); }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { border-width: 0; border-radius: 0; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#y6xG75gsC2Koum1vOzJK4aTkx6KF9wDL { color:#020202;display:block;width:47.25rem;position:absolute;font-family:"gotham font";font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.625rem;left:14.125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ezU8ngUXcQNfoCUEb8v283odbioqmCo2 { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:47.75rem;top:7.71875rem;left:13.625rem;display:block; }
#DCmcQud3ToFNJlWzT3PGupR1Qh5AT6DT { position:absolute;display:block;z-index:15014;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:20.6875rem;display:block; }
#hIlMKT95o6R68Ioz0bqKxBobaAmlqeP5 { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:42.875rem;display:block; }
#DCLV72Mn8cZqCGaNdyTKbyAde5n8711q { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:54.1875rem;display:block; }
#fSLtQ9tCeuQXsoWE5WD1ulODkwJFb4ey { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.6875rem;left:18.625rem; }
#BOHRmukfnf8M6F3rALcgavxXO6BR1CFU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.6875rem;left:29.75rem; }
#b76BJlUxSX2wCSbQwhmb9mZq76DVH9u3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.6875rem;left:40.75rem; }
#wdlNNVJwOsxe8BneT8BTOZky6KyQrwaB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.75rem;left:29.75rem; }
#WvVSwZxt7GfdwOWUp99nUOUlx5f4lU1f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:21.75rem;left:40.75rem; }
#eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.056640625rem;left:16.65625rem;height:5.68359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dXDycXTaTSNIvq669tH218EEyFDTZaVV { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:15.625rem;left:27.375rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pEmTTZ074WfUDAV2Tvnwass0ZNmXb0Jz { color:#000000;display:block;width:9rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.625rem;left:38.6875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:15.625rem;left:49.6875rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:28.875rem;left:27.375rem;height:4.546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NRPFMJsnsptWTy14qc8qPfNeptWVgubH { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:28.875015258789rem;left:38.375003814698rem;height:2.2734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xeoTVvuA4LabUzUqOuFafzWSUBmpDsJP { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:32.3125rem;display:block; }
#UawSkJUHbedyGFtOrLd8LrdCwcirT04O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:10.375000476837rem;left:52.718753814698rem;overflow:hidden;display:block; }
#FaxO45CKFcRHDcJQXL4T5dlIoARx1mhA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:9.6875rem;left:52rem; }
#lEkec3IaslXRL0XhwdoGa7oCw7BdQkuc { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:10.375000476837rem;left:41.406253814698rem;overflow:hidden;display:block; }
#ETsJcWerqcBoQiv0lhV8T6ahZWZhtaSg { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:10.375000476837rem;left:30.437503814698rem;overflow:hidden;display:block; }
#wXuOFvIiXdxZy3LPob0sNm61R4CFnce8 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:10.375000476837rem;left:19.21875rem;overflow:hidden;display:block; }
#w9NCFdeDmEHJgfqZmqhSOJHu0aoSNOHr { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:22.4375rem;left:30.4375rem;overflow:hidden;display:block; }
#PHBpGl0TyETNN8mugCyxdMeTMpuNpdPm { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:22.4375rem;left:41.4375rem;overflow:hidden;display:block; }
#V94D5FRZdcJigrSEZhBeToUQKInklBaS { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:47.75rem;top:7.71875rem;left:13.625rem;display:none; }
#upG3QPNkzq1Z6zCyyc801HnbzsKddMvp { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:42.875rem;display:none; }
#ycFu9BoVmeMifuoZnrvTM3grTWUyQavu { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:47.75rem;top:7.71875rem;left:13.625rem;display:none; }
#zo87inxx1oKEnF3Drv8TVISWJMNt1CVv { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:54.1875rem;display:none; }
#J3IULe4TewSiqRLuTK89a7hMofeTMq9Q { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:42.875rem;display:none; }
#v9xQ5RxXA3RHRIqbUz8ihFJ4oXxkZT2e { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:54.1875rem;display:none; }
#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/9241f2bf-eb05-43cb-bd77-ca50bfcd6413/10101.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.adaptive-delivery-prevent-bg, #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.lazyload, #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR.lazyloading { background-image: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { background-color: transparent; background-image: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container > .video-iframe-container { display: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container { display: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .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); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { border-width: 0; border-radius: 0; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#Ee4K5NPT1VTndSETpQdXvAgqafDJy2RZ { color:#124c8a;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:7.8125rem;left:30.1875rem;height:3.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:18.0625rem;left:40.6875rem; }
#DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.0625rem;left:47rem; }
#Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:12.1875rem;left:30.25rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.0625rem;left:53.25rem; }
#cd1FEst7ldK1HfpkuTqp9dLQsobeopax { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:19.0625rem;left:41.687503814698rem;overflow:hidden;display:block; }
#LTW0NgzRAoXIsGkSKKhDHPPJgh1FEef9 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:19.0625rem;left:48.000003814698rem;overflow:hidden;display:block; }
#fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:19.0625rem;left:54.250003814698rem;overflow:hidden;display:block; }
#cEwoEf6XbPOzpvss1vzXLEXm5bOkzKPR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.375rem;width:41.6875rem;display:none; }
#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { background-color: transparent; background-image: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .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); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { border-width: 0; border-radius: 0; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { color:#111112;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.1875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.056640625rem;left:6.875rem;height:3.25rem;display:block; }
#fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:27.088542938233rem;left:1.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.056640625rem;left:21.6875rem;height:3.25rem;display:block; }
#oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.088542938233rem;left:16.21875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.056640625rem;left:37.062503814698rem;height:3.16861875rem;display:block; }
#KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:27.088542938233rem;left:32.187503814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:27.088542938233rem;left:47.812503814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nODCXqvMXrp1dodastV2TF01Tfiv1xIz { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:22.056640625rem;left:52.437503814698rem;height:3.25rem;display:block; }
#BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.088542938233rem;left:62.312503814698rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:22.056640625rem;left:66.7812538147rem;height:3.25rem;display:block; }
#XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.875rem;left:13.9375rem; }
#y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { color:#000000;display:block;width:32.375rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:7.4375rem;left:22.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:16.125rem;left:5.53125rem;overflow:hidden;display:block; }
#IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:16.125rem;left:20.34375rem;overflow:hidden;display:block; }
#rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:16.125rem;left:35.718753814698rem;overflow:hidden;display:block; }
#b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:16.125rem;left:51.343753814698rem;overflow:hidden;display:block; }
#FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.875rem;top:15.96875rem;left:65.5312538147rem;overflow:hidden;display:block; }
#k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.875rem;left:29rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.875rem;left:44.1875rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:21.875rem;left:59.125rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#UE46QXUwddceppiixm33TkhGcNe5E3AG { position:absolute;display:block;z-index:15015;background-color:#a3b5d0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.875rem;left:0rem;display:block; }
#CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { position:absolute;display:block;z-index:15016;background-color:#122f4f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.875rem;left:59.9375rem;display:block; }
#KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { position:absolute;display:block;z-index:15017;background-color:#27374d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.875rem;left:45.25rem;display:block; }
#NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { position:absolute;display:block;z-index:15018;background-color:#9db2bf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.875rem;left:15rem;display:block; }
#XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { position:absolute;display:block;z-index:15019;background-color:#526d82;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.1875rem;top:12.875rem;left:30.0625rem;display:block; }
#Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { position:relative;display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { background-color: transparent; background-image: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container { display: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container { display: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .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); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { border-width: 0; border-radius: 0; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .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:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { background-color: transparent; background-image: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container > .video-iframe-container { display: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container { display: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .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); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { border-width: 0; border-radius: 0; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { font-size:0.875rem;font-family:arial;height:107.3125rem;width:75rem;position:relative;display:block; }#ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { color:#124c8a;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:28.375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { color:#1a1a1a;display:block;width:69.5rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:6.9375rem;left:2.75rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gqJhV6DGiJXZuUGVWZcw440OUxyM6JpX { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:13.5625rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdmt9ziEEK4qduLyCXrqaoe1r9ZB83Qg { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:17.1875rem;left:6.9375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { color:#1a1a1a;display:block;width:65.9375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:26.875000476837rem;left:4.53125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QbzIX12GWNbukvmw6dEaCSuyW3278DtL { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:23.6875rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CbsOzVqrZAmVI3NJI51sFMNTV6Krl8q4 { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:49.625rem;left:6.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v0dTWPmN0C6rSKSwLmTuA1oI6JmTqSJz { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:46rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:38.4375rem;left:6.9375rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:34.8125rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:72.0625rem;left:6.9375rem;height:9.09864375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:68.4375rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mtAs1Nm8bW4DhdleNeewOlikpAEaTM1m { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:60.125rem;left:6.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#co3ecuF2xUoWVk3T8xyKNXIta75s6XCH { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:56.5rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x6ctytAvooNsLgTizuTBQxAq5zklhiKM { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:97.125rem;left:6.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S2VcxVhIVrWWTOn4zfyORJcsdv8WeQto { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:93.5rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BOAQn4rRu0aUHVuxmJ6ux6AMgON3Svul { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:87rem;left:6.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UH86Ch6xfyLJafRwAWRQxdWTMiBEwzyC { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:83.375rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g6FJZzLrsQv42IzxUAlh3hcdAbeWcQN8 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:12.1875rem;left:9.3326835632325rem;display:block; }
#ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:22.375rem;left:9.3326835632325rem;display:block; }
#pWTapBmBXd3mRTNvisMVv82G10Xocovf { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:33.6875rem;left:9.3326835632325rem;display:block; }
#ALzJEuh94nLK1P6BpdQznETfO6HgtBHl { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:45.0625rem;left:9.3326835632325rem;display:block; }
#MUcGc33BCnvws00VniykZrFR6BpGzdGy { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:54.614583969116rem;left:9.33203125rem;display:block; }
#ztyAPWbe5o2nxvrGno4uHd5xCM3Idnbm { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:66.989585876462rem;left:9.3326835632325rem;display:block; }
#oATAe5FzqQrSFZrI8lE6nuauecqrXuFi { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:82.239585876462rem;left:9.3326835632325rem;display:block; }
#A2Cc9QMOk113NVUJtBtJf3Dt3TpQMW2n { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:92.302085876462rem;left:9.33203125rem;display:block; }
#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34c56207-ffee-4844-a7c1-95ace4eb50fd/222220101.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.adaptive-delivery-prevent-bg, #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.lazyload, #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.lazyloading { background-image: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { background-color: transparent; background-image: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container > .video-iframe-container { display: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container { display: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .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); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { border-width: 0; border-radius: 0; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#qllKs8eqEmt6GU2uBG0AgtFht0wbw8go { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.625rem;left:30.187503814698rem;height:9.099625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S82GcBoPrZpPcvas3LVbKdm1TACxomaM { color:#ffffff;display:block;width:38.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:20.125rem;left:30.250003814698rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { background-color: transparent; background-image: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container > .video-iframe-container { display: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container { display: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .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); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { border-width: 0; border-radius: 0; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { font-size:0.875rem;font-family:arial;height:114.4375rem;width:75rem;position:relative;display:block; }#ybTfgeXDihF0HyuFSeIMA5SbdB28AWDi { color:#1a1a1a;display:block;width:33rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.25rem;left:18.625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4PpqNmgWM3ApRJKGVt8nc7TbTVDWxH6 { color:#124c8a;display:block;width:38.5625rem;position:absolute;font-family:"gotham font";font-size:2.3125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:2.59375rem;left:18.21875rem;height:3.69986875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPT6x3mutWlfnR7klxClbgEiIixWmclH { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:36.25rem;left:9.3125rem;display:block; }
#GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { color:#1a1a1a;display:block;width:20.6875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:39.4375rem;left:25.4375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFCw0fMkf6Ko0pcErfSx8PHQJmkcSsvR { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.125rem;left:6.9375rem;height:20.6474375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eFCw0fMkf6Ko0pcErfSx8PHQJmkcSsvR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eFCw0fMkf6Ko0pcErfSx8PHQJmkcSsvR li:before{  }
#MzDhiGeehSR0t9ay44zZ1N7AWBev2b8v { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:43.375rem;left:6.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tBkemkbFDAIm1IdvUuXSmcg3ZTFoCVGC { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:50.75rem;left:9.3125rem;display:block; }
#vJGMuLHLeeBZ3BsM1cQOJeBQn3WwdWTm { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:57.875rem;left:6.9375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cJww1Cc9HoPdbN0EVS2ZU2Wx9LzAZoFM { color:#1a1a1a;display:block;width:24.3125rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:54rem;left:25.375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SD4QOzcsDVQ8OCTxgx2eXshcvL1WIaQr { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:65.375rem;left:9.3125rem;display:block; }
#Moh3Cb1G7KmgC7xEAabltoxXHalVh9xb { color:#1a1a1a;display:block;width:24.3125rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:68.625rem;left:25.375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXZvr17NTTiLZVOHs8d1VHH1fPAlSXGu { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:72.5rem;left:6.9375rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BWeHWcIobTTPWEoOtcmUS2gmCVTzTQ5Q { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:78.625rem;left:9.3125rem;display:block; }
#zFtMlgVqOdATQ2pTCipbidEnAZTSacaL { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:85.75rem;left:6.9375rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pr4XiTwuuJTUCRusJneD2rgCcqBg6Mq1 { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:81.875rem;left:19.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvCgMekufcSi0gkLicLGlF5deafSF0JA { color:#1a1a1a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:102.875rem;left:6.9375rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rGfSVOUdnqO5zG1Iq0RkhSKmvp1t96Qu { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:99rem;left:19.9375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iT4OqV7KsITshWgIWDNphWyqRy4lUqMM { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0;width:56.25rem;top:95.75rem;left:9.3125rem;display:block; }
#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e203edaf-199f-4e96-8a73-c3267199122f/Biruni_Dis_Hastanesi_LandingPage_2025201.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.adaptive-delivery-prevent-bg, #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.lazyload, #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff.lazyloading { background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { background-color: transparent; background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .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); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { border-width: 0; border-radius: 0; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:block; }#cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"gotham font";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:7.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { position:absolute;display:block;z-index:15034;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0rem rgba(0,0,0,0.5) ;height:4.625rem;width:24.125rem;top:11rem;left:0rem;display:block; }
#qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-form-header {  }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-text {padding-top: 0; padding-bottom: 0;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-select {padding-top: 0; padding-bottom: 0;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .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:#124c8a;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:21.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .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; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-container:first-of-type{padding-top:0;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-container:last-of-type{padding-bottom:0;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.8125rem;left:0.0625rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N {display:block;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.8125rem;left:0.0625rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #WCdasQVDX2uOhueu4i6H5AVe7gWQnp2P { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #uJ4hFae1w6an3Ko6lWedMcoA4sieFiK8 { position:relative;display:block; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #OBAWodFsTXkqlPXdWafLDB53JuCuWpKW { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #A1Nd4aksfT7Tmch4I0BKkKrGazXW2lPT { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #JMEAalweOSGEGr7y93knzVNbSFXFQuny { position:relative;display:block; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #KO0Fo32wfWbdUTlw1Adlshg6x6Msyyu5 { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #U2Zwz3ShSQkATaQIGtUfae5pApiFiP5U { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #fuK1v8PcGKDdcLD6T2MaC7NklwhQqF91 { position:relative;display:block; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #IRAB8M1RtxP7W7EH7oPHhKmw7G9yHnuc { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #saKo63QFhxaIIXQxVB5lTltZKkSDVctI { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #cAi48zylTEDPivsS4MMwEMbXnx1n66LM { position:relative;display:block; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #rT97iKQ1Dlh38MRF2oXrdXMrH3OVavQJ { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #STTPWH0DL8kPzsLPFTbT9VTfOLZIGNe3 { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #vFDhr1rqN86zTdudx9RRwSbNAqZWHkyo { position:relative;z-index:2; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #gCB1N0tidnNK3KIRVyKQSNpVrm4SaHgc { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #b4RlABfwB6D28zXMQpTsqVaryHW8s2pq { position:relative; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #AhSTx8KUREHJlIFozQWzdTsqn4Qf6Dte { position:relative; }
#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { background-color: transparent; background-image: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container > .video-iframe-container { display: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container { display: none; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .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); }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { border-width: 0; border-radius: 0; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:4.0625rem;left:27.593753814698rem; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.0625rem;left:32.062503814698rem; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:4.125rem;left:40.500003814698rem; }
#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.34375rem;left:36.531253814698rem; }
#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:27.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:4.125rem;left:45.072917938233rem; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#124c8a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { background-color: transparent; background-image: none; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container > .video-iframe-container { display: none; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row > .video-iframe-container { display: none; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .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); }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { border-width: 0; border-radius: 0; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:27.6875rem;top:2.03125rem;left:23.656253814698rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { top:6.875rem;left:0rem;width:24.125rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { top:13.5625rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:14.125rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { top:1.375rem;left:0rem;width:23.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { top:0.375rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:0rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #VXeSxOWW1yeIPwELJatvv91TA0eeMSFU { width:6.5rem;height:3.4375rem;top:0rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTAFO6amTheyTmqGgaFpIxbHKfCvELvg { display:block; }
 }@media only screen and (max-width: 763px) { #A47Xd7NGkmKHzW4EiwJW0uR0u2vD7a87 { top:0.375rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-text {padding-top: 0; padding-bottom: 0;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-select {padding-top: 0; padding-bottom: 0;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh  { width:21.5rem;height:auto;top:19.25rem;left:0rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh {display:block;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh { width:21.5rem;height:auto;top:19.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #XTnvkXwNu5ryo1nHcT3SIoNWBXtVJKOW {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #eoeJHeHSsE1NPZCeVScTuHrOdPKwX5xr {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #kTnNUlxSgfwW8OBD7lTUzk0CcnX8mMXI {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #FtrDTExPQVrwycNL7fMhgy7Cx7OFo9cI {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #LakD8NvWSJUfeLx3BhQ5waAi3EQEwSJ1 {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #mP9qoKX4BpWA2LWnMP96zvTtcqDeLOEb {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #AMKiDJoknKnwI4c8Ozubuu40qwOykgZE {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #PMlG3ZvTkTdIePToZE7JWZKXL0FJTuX4 {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #p7GULxryFaBdAnAlhJEzo3TIMKPtvtHi {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #FnBTcOnfFmEhUnthkMvbwnrTShC5Xm9T {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #Nwqs91Tle1aHHqa7PMAUtopqgDv3iQpS {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #S1TIczLZPEqZx3XWcyB0g35ZL9Rn223I {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #xxRh5z4GfFXXok7QJ1UzMAXUfvUM2sxR {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #RJnfnqLrCh3ZdNzmKSQh6G2lCzwl9gdK {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #LPOcFy6ewE14tyuTAbKQ0Mva9Tv0LTV2 {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #udKknt5AKK8AJvyhlKpcSFicbEBGUqc5 {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #hQcwQ4v5KHW6qtzuuMt9V3h85Sl2IXs3 {  }
 }@media only screen and (max-width: 763px) { #JJkZ16o86UOxieAZFh2R8A7Rnew8quGW { top:25.375rem;left:17.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIODcUekwpZsSNBS2CCqceF6VETr5v8N { top:27.9375rem;left:18.375rem;width:10.5625rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlVkyGvF467VPFo5F3IfatCu2zdv4Dwv { top:32rem;left:18.75rem;width:10.5625rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0rLbCgRLU6wsKpMtONwvtyGLqZrQcJ6 { display:none; }
 }@media only screen and (max-width: 763px) { #OEcBpLcaNzSTeNc7LzLwsDz555DfMU6i { top:19.5rem;left:0rem;width:20rem;height:1.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { display:block; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { top:4.875rem;left:0rem;width:14.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { top:10.1875rem;left:0rem;width:16.1875rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { top:4.875rem;left:16.9375rem;width:12.5625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { top:10.25rem;left:14.9375rem;width:16.625rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { top:10.1875rem;left:30.75rem;width:17rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { top:4.875rem;left:33.1875rem;width:14.5625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { top:2.8125rem;left:0rem;width:19.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD2VshQDCG1cRnh4g8p0W5MEHJIc0HVx { top:2.5rem;left:13.5625rem;width:19.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #S02C41MII8v7ym2FgWDi76eG3xvL8XOy { top:2.5rem;left:28.4375rem;width:19.3125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm { display:block; }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSBvWR8gxFR47BulU4J70ohKtGM0Kni9 { width:25.1875rem;height:27.4375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0qFx965QlKJzVSS1RsRRN5NBkiiHGOD { top:1.5rem;left:17.625rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nSUGkA6py0AcCem4TuunTzHbkciPOs { width:25.1875rem;height:27.4375rem;top:6.25rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcoSgetmc040dMrwV3pERNTGRTBm6fW1 { width:25.1875rem;height:27.4375rem;top:6.25rem;left:11.041019439698rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz { display:block; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6xG75gsC2Koum1vOzJK4aTkx6KF9wDL { top:2.625rem;left:0.5rem;width:47.25rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezU8ngUXcQNfoCUEb8v283odbioqmCo2 { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCmcQud3ToFNJlWzT3PGupR1Qh5AT6DT { top:7.4375rem;left:7.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIlMKT95o6R68Ioz0bqKxBobaAmlqeP5 { top:7.4375rem;left:29.25rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCLV72Mn8cZqCGaNdyTKbyAde5n8711q { top:7.4375rem;left:40.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSLtQ9tCeuQXsoWE5WD1ulODkwJFb4ey { top:9.6875rem;left:5rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHRmukfnf8M6F3rALcgavxXO6BR1CFU { top:9.6875rem;left:16.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b76BJlUxSX2wCSbQwhmb9mZq76DVH9u3 { top:9.6875rem;left:27.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlNNVJwOsxe8BneT8BTOZky6KyQrwaB { top:21.75rem;left:16.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvVSwZxt7GfdwOWUp99nUOUlx5f4lU1f { top:21.75rem;left:27.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { top:15rem;left:3.03125rem;width:8.6875rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXDycXTaTSNIvq669tH218EEyFDTZaVV { top:15.625rem;left:13.75rem;width:9.625rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEmTTZ074WfUDAV2Tvnwass0ZNmXb0Jz { top:15.625rem;left:25.0625rem;width:9rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { top:15.625rem;left:36.0625rem;width:9.625rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { top:28.875rem;left:13.75rem;width:10.6875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPFMJsnsptWTy14qc8qPfNeptWVgubH { top:28.875rem;left:24.750003814698rem;width:9.625rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeoTVvuA4LabUzUqOuFafzWSUBmpDsJP { top:7.4375rem;left:18.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UawSkJUHbedyGFtOrLd8LrdCwcirT04O { width:3.5625rem;height:3.5625rem;top:10.375rem;left:39.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaxO45CKFcRHDcJQXL4T5dlIoARx1mhA { top:9.6875rem;left:38.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEkec3IaslXRL0XhwdoGa7oCw7BdQkuc { width:3.5625rem;height:3.5625rem;top:10.375rem;left:27.781253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsJcWerqcBoQiv0lhV8T6ahZWZhtaSg { width:3.5625rem;height:3.5625rem;top:10.375rem;left:16.812503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXuOFvIiXdxZy3LPob0sNm61R4CFnce8 { width:3.5625rem;height:3.5625rem;top:10.375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9NCFdeDmEHJgfqZmqhSOJHu0aoSNOHr { width:3.5625rem;height:3.5625rem;top:22.4375rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBpGl0TyETNN8mugCyxdMeTMpuNpdPm { width:3.5625rem;height:3.5625rem;top:22.4375rem;left:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V94D5FRZdcJigrSEZhBeToUQKInklBaS { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #upG3QPNkzq1Z6zCyyc801HnbzsKddMvp { top:7.4375rem;left:29.25rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycFu9BoVmeMifuoZnrvTM3grTWUyQavu { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zo87inxx1oKEnF3Drv8TVISWJMNt1CVv { top:7.4375rem;left:40.5625rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3IULe4TewSiqRLuTK89a7hMofeTMq9Q { top:7.4375rem;left:29.25rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9xQ5RxXA3RHRIqbUz8ihFJ4oXxkZT2e { top:7.4375rem;left:40.5625rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR { display:block; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee4K5NPT1VTndSETpQdXvAgqafDJy2RZ { top:7.8125rem;left:9.1875rem;width:38.5625rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { top:18.0625rem;left:27.0625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { top:18.0625rem;left:33.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { top:12.1875rem;left:9.3125rem;width:38.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { top:18.0625rem;left:39.625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:2.9375rem;height:2.9375rem;top:19.0625rem;left:28.062503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTW0NgzRAoXIsGkSKKhDHPPJgh1FEef9 { width:2.9375rem;height:2.9375rem;top:19.0625rem;left:34.375003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:2.9375rem;height:2.9375rem;top:19.0625rem;left:40.625003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEwoEf6XbPOzpvss1vzXLEXm5bOkzKPR { width:41.6875rem;height:46.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { top:2.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { top:22rem;left:0rem;width:0.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { top:27.0625rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { top:22rem;left:8.0625rem;width:0.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { top:27.0625rem;left:2.59375rem;width:11.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { top:22rem;left:23.437503814698rem;width:0.875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { top:27.0625rem;left:18.562503814698rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { top:27.0625rem;left:34.187503814698rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { top:22rem;left:38.812503814698rem;width:1.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { top:27.0625rem;left:37.4375rem;width:10.3125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { top:22rem;left:46.375rem;width:1.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { top:21.875rem;left:0.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { top:7.4375rem;left:8.875rem;width:32.375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:3.5625rem;height:3.5rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:3.5625rem;height:3.5rem;top:16.125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:3.5625rem;height:3.5rem;top:16.125rem;left:22.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:3.5625rem;height:3.5rem;top:16.125rem;left:37.718753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:3.875rem;height:3.8125rem;top:15.9375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { top:21.875rem;left:15.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { top:21.875rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { top:21.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { top:12.875rem;left:0rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { top:12.875rem;left:32.6875rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { top:12.875rem;left:31.625rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { top:12.875rem;left:1.375rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { top:12.875rem;left:16.4375rem;width:15.1875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:none; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:none; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:none; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:none; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { width:18.25rem;height:3.25rem;top:2rem;left:13.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { top:6.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqJhV6DGiJXZuUGVWZcw440OUxyM6JpX { top:13.5625rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdmt9ziEEK4qduLyCXrqaoe1r9ZB83Qg { top:17.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { top:26.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { top:23.6875rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbsOzVqrZAmVI3NJI51sFMNTV6Krl8q4 { top:49.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0dTWPmN0C6rSKSwLmTuA1oI6JmTqSJz { top:46rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { top:38.4375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { top:34.8125rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { top:72.0625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { top:68.4375rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtAs1Nm8bW4DhdleNeewOlikpAEaTM1m { top:60.125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3ecuF2xUoWVk3T8xyKNXIta75s6XCH { top:56.5rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ctytAvooNsLgTizuTBQxAq5zklhiKM { top:97.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2VcxVhIVrWWTOn4zfyORJcsdv8WeQto { top:93.5rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOAQn4rRu0aUHVuxmJ6ux6AMgON3Svul { top:87rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH86Ch6xfyLJafRwAWRQxdWTMiBEwzyC { top:83.375rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6FJZzLrsQv42IzxUAlh3hcdAbeWcQN8 { top:12.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { top:22.375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pWTapBmBXd3mRTNvisMVv82G10Xocovf { top:33.6875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ALzJEuh94nLK1P6BpdQznETfO6HgtBHl { top:45.0625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MUcGc33BCnvws00VniykZrFR6BpGzdGy { top:54.5625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ztyAPWbe5o2nxvrGno4uHd5xCM3Idnbm { top:66.9375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #oATAe5FzqQrSFZrI8lE6nuauecqrXuFi { top:82.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #A2Cc9QMOk113NVUJtBtJf3Dt3TpQMW2n { top:92.25rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd { display:block; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qllKs8eqEmt6GU2uBG0AgtFht0wbw8go { top:9.625rem;left:9.1875rem;width:38.5625rem;height:9.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S82GcBoPrZpPcvas3LVbKdm1TACxomaM { top:20.125rem;left:9.3125rem;width:38.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsNu2lSaQClCfk3JSMnWx7BykOnWyXA { display:block; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybTfgeXDihF0HyuFSeIMA5SbdB28AWDi { top:9.25rem;left:5rem;width:33rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4PpqNmgWM3ApRJKGVt8nc7TbTVDWxH6 { top:2.5625rem;left:4.59375rem;width:38.5625rem;height:3.6875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPT6x3mutWlfnR7klxClbgEiIixWmclH { top:36.25rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { top:39.4375rem;left:11.8125rem;width:20.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFCw0fMkf6Ko0pcErfSx8PHQJmkcSsvR { top:13.125rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }#eFCw0fMkf6Ko0pcErfSx8PHQJmkcSsvR li:before{  }
 }@media only screen and (max-width: 763px) { #MzDhiGeehSR0t9ay44zZ1N7AWBev2b8v { top:43.375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkemkbFDAIm1IdvUuXSmcg3ZTFoCVGC { top:50.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vJGMuLHLeeBZ3BsM1cQOJeBQn3WwdWTm { top:57.875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJww1Cc9HoPdbN0EVS2ZU2Wx9LzAZoFM { top:54rem;left:11.75rem;width:24.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD4QOzcsDVQ8OCTxgx2eXshcvL1WIaQr { top:65.375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Moh3Cb1G7KmgC7xEAabltoxXHalVh9xb { top:68.625rem;left:11.75rem;width:24.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXZvr17NTTiLZVOHs8d1VHH1fPAlSXGu { top:72.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWeHWcIobTTPWEoOtcmUS2gmCVTzTQ5Q { top:78.625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zFtMlgVqOdATQ2pTCipbidEnAZTSacaL { top:85.75rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr4XiTwuuJTUCRusJneD2rgCcqBg6Mq1 { top:81.875rem;left:6.28125rem;width:35.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvCgMekufcSi0gkLicLGlF5deafSF0JA { top:102.875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGfSVOUdnqO5zG1Iq0RkhSKmvp1t96Qu { top:99rem;left:6.3125rem;width:35.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT4OqV7KsITshWgIWDNphWyqRy4lUqMM { top:95.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { top:2rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { top:11rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { top:11.625rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-text {padding-top: 0; padding-bottom: 0;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-select {padding-top: 0; padding-bottom: 0;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N  { width:21.5rem;height:auto;top:16.8125rem;left:0rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N {display:block;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N { width:21.5rem;height:auto;top:16.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #WCdasQVDX2uOhueu4i6H5AVe7gWQnp2P {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #uJ4hFae1w6an3Ko6lWedMcoA4sieFiK8 {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #OBAWodFsTXkqlPXdWafLDB53JuCuWpKW {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #A1Nd4aksfT7Tmch4I0BKkKrGazXW2lPT {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #JMEAalweOSGEGr7y93knzVNbSFXFQuny {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #KO0Fo32wfWbdUTlw1Adlshg6x6Msyyu5 {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #U2Zwz3ShSQkATaQIGtUfae5pApiFiP5U {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #fuK1v8PcGKDdcLD6T2MaC7NklwhQqF91 {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #IRAB8M1RtxP7W7EH7oPHhKmw7G9yHnuc {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #saKo63QFhxaIIXQxVB5lTltZKkSDVctI {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #cAi48zylTEDPivsS4MMwEMbXnx1n66LM {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #rT97iKQ1Dlh38MRF2oXrdXMrH3OVavQJ {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #STTPWH0DL8kPzsLPFTbT9VTfOLZIGNe3 {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #vFDhr1rqN86zTdudx9RRwSbNAqZWHkyo {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #gCB1N0tidnNK3KIRVyKQSNpVrm4SaHgc {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #b4RlABfwB6D28zXMQpTsqVaryHW8s2pq {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #AhSTx8KUREHJlIFozQWzdTsqn4Qf6Dte {  }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { top:4.0625rem;left:13.968753814698rem;width:2.5rem;height:2.5rem;display:block; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { top:4.0625rem;left:18.437503814698rem;width:2.5rem;height:2.5rem;display:block; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV { top:4.125rem;left:26.875003814698rem;width:2.375rem;height:2.375rem;display:block; }
#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW { top:4.3125rem;left:22.906253814698rem;width:1.9375rem;height:1.9375rem;display:block; }
#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { top:1.125rem;left:13.96875rem;width:19.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm { top:4.125rem;left:31.447917938233rem;width:2.375rem;height:2.375rem;display:block; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF { display:block; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { top:2rem;left:10.031253814698rem;width:27.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9beef982-15ec-4d85-865f-cbe6ba65f299/Biruni_Tup_Bebek_Header_LandingPage_2025mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:4.125rem;top:12.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { width:20rem;height:4.625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { width:19.5625rem;height:2.9248rem;top:23.9375rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { width:20rem;height:2.88671875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { display:flex;width:1.8125rem;height:2.6875rem;top:6.3125rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:5.9375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #VXeSxOWW1yeIPwELJatvv91TA0eeMSFU { width:6.5rem;height:3.4375rem;top:7.125rem;left:6.6875rem;z-index:15051;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DTAFO6amTheyTmqGgaFpIxbHKfCvELvg { display:block; }
 }@media only screen and (max-width: 763px) { #A47Xd7NGkmKHzW4EiwJW0uR0u2vD7a87 { display:flex;width:1.8125rem;height:2.6875rem;top:7.5rem;left:4.9375rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-text {padding-top: 0; padding-bottom: 0;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-select {padding-top: 0; padding-bottom: 0;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh  { width:17.5rem;height:auto;top:28.9375rem;left:0rem; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh {display:block;}#MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh { width:17.5rem;height:auto;top:28.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #XTnvkXwNu5ryo1nHcT3SIoNWBXtVJKOW {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #eoeJHeHSsE1NPZCeVScTuHrOdPKwX5xr { display:block; }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #kTnNUlxSgfwW8OBD7lTUzk0CcnX8mMXI {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #FtrDTExPQVrwycNL7fMhgy7Cx7OFo9cI {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #LakD8NvWSJUfeLx3BhQ5waAi3EQEwSJ1 { display:block; }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #mP9qoKX4BpWA2LWnMP96zvTtcqDeLOEb {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #AMKiDJoknKnwI4c8Ozubuu40qwOykgZE {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #PMlG3ZvTkTdIePToZE7JWZKXL0FJTuX4 { display:block; }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #p7GULxryFaBdAnAlhJEzo3TIMKPtvtHi {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #FnBTcOnfFmEhUnthkMvbwnrTShC5Xm9T {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #Nwqs91Tle1aHHqa7PMAUtopqgDv3iQpS { display:block; }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #S1TIczLZPEqZx3XWcyB0g35ZL9Rn223I {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #xxRh5z4GfFXXok7QJ1UzMAXUfvUM2sxR {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #RJnfnqLrCh3ZdNzmKSQh6G2lCzwl9gdK {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #LPOcFy6ewE14tyuTAbKQ0Mva9Tv0LTV2 {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #udKknt5AKK8AJvyhlKpcSFicbEBGUqc5 {  }
 }@media only screen and (max-width: 763px) { #MSM7mGTbWJ9aVuVgWh49DywDmZWDZsxh #hQcwQ4v5KHW6qtzuuMt9V3h85Sl2IXs3 {  }
 }@media only screen and (max-width: 763px) { #JJkZ16o86UOxieAZFh2R8A7Rnew8quGW { width:11.9375rem;height:11.9375rem;top:25.375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIODcUekwpZsSNBS2CCqceF6VETr5v8N { width:10.5625rem;height:auto;top:27.9375rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BlVkyGvF467VPFo5F3IfatCu2zdv4Dwv { width:10.5625rem;height:auto;top:32rem;left:4.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #t0rLbCgRLU6wsKpMtONwvtyGLqZrQcJ6 { top:18.875rem;left:3.0625rem;width:13.875rem;height:2.625rem;z-index:15055;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OEcBpLcaNzSTeNc7LzLwsDz555DfMU6i { width:20rem;height:1.375rem;top:19.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15056;color:#00adc7;display:block; }
 }@media only screen and (max-width: 763px) { #CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { display:block; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eek7yJBlnOn4TqW3MreyGG8ytBgzrlTh { width:20rem;height:4.875rem;top:3.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d3oRTtTG3MgMWlvOrF5v9r1mBtKgU3no { width:17.4375rem;height:7.875rem;top:10.6875rem;left:1.28125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { width:12.5625rem;height:4.875rem;top:26.625rem;left:3.71875rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { width:16.875rem;height:6.5625rem;top:34.3125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { width:17rem;height:7.875rem;top:56.375rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { width:16.9375rem;height:7.3125rem;top:47.78125rem;left:1.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o6BaJmKP7w1CxKuR8MRlTzPMhRAWoakI { width:19.3125rem;height:20rem;top:1.125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD2VshQDCG1cRnh4g8p0W5MEHJIc0HVx { width:19.3125rem;height:20rem;top:23.5625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S02C41MII8v7ym2FgWDi76eG3xvL8XOy { width:19.3125rem;height:20rem;top:46.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm { display:block; }#L6h091FS2DnBFIkhBy7SIkvbyaa4HQTm > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSBvWR8gxFR47BulU4J70ohKtGM0Kni9 { width:20rem;height:19.625rem;top:3.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0qFx965QlKJzVSS1RsRRN5NBkiiHGOD { width:12.5rem;height:2.5996125rem;top:0rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nSUGkA6py0AcCem4TuunTzHbkciPOs { width:20rem;height:21.786125rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcoSgetmc040dMrwV3pERNTGRTBm6fW1 { width:20rem;height:21.786125rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz { display:block; }#SpDn0gET3Hm0uDmIq08p1naSVKg7SGJz > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6xG75gsC2Koum1vOzJK4aTkx6KF9wDL { width:20rem;height:2.8125rem;top:1.6875rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ezU8ngUXcQNfoCUEb8v283odbioqmCo2 { width:20rem;height:0.125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCmcQud3ToFNJlWzT3PGupR1Qh5AT6DT { width:0.625rem;height:0.625rem;top:5.9375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIlMKT95o6R68Ioz0bqKxBobaAmlqeP5 { width:0.625rem;height:0.625rem;top:19.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCLV72Mn8cZqCGaNdyTKbyAde5n8711q { width:0.625rem;height:0.625rem;top:30.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSLtQ9tCeuQXsoWE5WD1ulODkwJFb4ey { width:3.375rem;height:3.375rem;top:7.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOHRmukfnf8M6F3rALcgavxXO6BR1CFU { width:3.4375rem;height:3.4375rem;top:19.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b76BJlUxSX2wCSbQwhmb9mZq76DVH9u3 { width:3.5rem;height:3.5rem;top:19.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdlNNVJwOsxe8BneT8BTOZky6KyQrwaB { width:3.4375rem;height:3.4375rem;top:7.1875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvVSwZxt7GfdwOWUp99nUOUlx5f4lU1f { width:3.3125rem;height:3.3125rem;top:32rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTD3dthfnBGeSabOhf4TcTMQSO2TUnw8 { width:8.0625rem;height:4.87305625rem;top:11.25rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXDycXTaTSNIvq669tH218EEyFDTZaVV { width:7.75rem;height:3.8984375rem;top:11.25rem;left:11.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEmTTZ074WfUDAV2Tvnwass0ZNmXb0Jz { width:7.375rem;height:3.8984375rem;top:24.0625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8oFkdPkpNSTFo9pK2y67hLBIOezDqg1 { width:7.375rem;height:2.923825rem;top:24.375rem;left:11.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHPs0x6qhVrdq3dddqB3VqwvaG58hCqM { width:8.0625rem;height:4.87305rem;top:36rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRPFMJsnsptWTy14qc8qPfNeptWVgubH { width:5.6875rem;height:2.92383125rem;top:36rem;left:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeoTVvuA4LabUzUqOuFafzWSUBmpDsJP { width:0.625rem;height:0.625rem;top:7.875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UawSkJUHbedyGFtOrLd8LrdCwcirT04O { width:2.875rem;height:2.875rem;top:19.5625rem;left:13.75rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #FaxO45CKFcRHDcJQXL4T5dlIoARx1mhA { width:3.25rem;height:3.25rem;top:32rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEkec3IaslXRL0XhwdoGa7oCw7BdQkuc { width:2.75rem;height:2.75rem;top:19.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETsJcWerqcBoQiv0lhV8T6ahZWZhtaSg { width:3.125rem;height:3.125rem;top:7.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXuOFvIiXdxZy3LPob0sNm61R4CFnce8 { width:2.9375rem;height:2.9375rem;top:7.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9NCFdeDmEHJgfqZmqhSOJHu0aoSNOHr { width:2.5rem;height:2.5rem;top:32.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBpGl0TyETNN8mugCyxdMeTMpuNpdPm { width:2.875rem;height:2.875rem;top:32.25rem;left:13.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V94D5FRZdcJigrSEZhBeToUQKInklBaS { width:20rem;height:0.125rem;top:18.1875rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #upG3QPNkzq1Z6zCyyc801HnbzsKddMvp { width:0.625rem;height:0.625rem;top:17.9375rem;left:4.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ycFu9BoVmeMifuoZnrvTM3grTWUyQavu { width:20rem;height:0.125rem;top:30.5625rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #zo87inxx1oKEnF3Drv8TVISWJMNt1CVv { width:0.625rem;height:0.625rem;top:30.3125rem;left:14.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #J3IULe4TewSiqRLuTK89a7hMofeTMq9Q { width:0.625rem;height:0.625rem;top:5.9375rem;left:14.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #v9xQ5RxXA3RHRIqbUz8ihFJ4oXxkZT2e { width:0.625rem;height:0.625rem;top:17.9375rem;left:14.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR { background-color:#efefef;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { background-color: transparent; background-image: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container > .video-iframe-container { display: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container { display: none; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .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); }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { border-width: 0; border-radius: 0; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WLm4t40N7Fk9KkO9n2PrQkPK0dcZ2apR > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee4K5NPT1VTndSETpQdXvAgqafDJy2RZ { width:20rem;height:5.625rem;top:1.5625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { width:4.9375rem;height:4.9375rem;top:8.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { width:4.9375rem;height:4.9375rem;top:8.875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { width:20rem;height:7.7988375rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { width:4.9375rem;height:4.9375rem;top:8.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:2.9375rem;height:2.9375rem;top:9.875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTW0NgzRAoXIsGkSKKhDHPPJgh1FEef9 { width:2.9375rem;height:2.9375rem;top:9.875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:2.9375rem;height:2.9375rem;top:9.875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEwoEf6XbPOzpvss1vzXLEXm5bOkzKPR { top:27.1875rem;left:0rem;width:20rem;height:22.1875rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { width:0.875rem;height:2.5996125rem;top:16.66015625rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { width:12.5rem;height:2.1123rem;top:19.884765625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { width:1.125rem;height:2.35595625rem;top:28.6787109375rem;left:9.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { width:11.8125rem;height:1.949225rem;top:31.0341796875rem;left:4.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { width:0.875rem;height:2.5996125rem;top:40.5439453125rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { width:10.625rem;height:2.111325rem;top:43.1435546875rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { width:10.625rem;height:2.111325rem;top:55.912109375rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { width:1.375rem;height:2.5996125rem;top:53.0625rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { width:12.0625rem;height:2.1123rem;top:69.1669921875rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { width:1.375rem;height:2.5996125rem;top:65.9375rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { width:2.6875rem;height:2.6875rem;top:22.9912109375rem;left:8.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { width:20rem;height:3.65625rem;top:7.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:3.5625rem;height:3.5rem;top:13.16015625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:3.0625rem;height:3rem;top:25.6787109375rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:3.0625rem;height:3rem;top:37.6064453125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:3.0625rem;height:3rem;top:50.0625rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:2.9375rem;height:2.875rem;top:63.0625rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { width:3.125rem;height:3.125rem;top:34.34765625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { width:3.125rem;height:3.125rem;top:46.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { width:3.125rem;height:3.125rem;top:59.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { width:20rem;height:12.25rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { width:20rem;height:12.875rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { width:20rem;height:13rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { width:20rem;height:11.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { width:20rem;height:12.3125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:flex;top:22.6162109375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:flex;top:34.6826171875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:flex;top:46.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:flex;top:59.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { width:20rem;height:185.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { width:20rem;height:12.9980625rem;top:4.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqJhV6DGiJXZuUGVWZcw440OUxyM6JpX { width:20rem;height:2.0625rem;top:21.8105625rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bdmt9ziEEK4qduLyCXrqaoe1r9ZB83Qg { width:20rem;height:10.3984375rem;top:25.1230625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { width:20rem;height:15.597675rem;top:43.5215rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { width:20rem;height:4.125rem;top:38.1465rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CbsOzVqrZAmVI3NJI51sFMNTV6Krl8q4 { width:20rem;height:11.69825rem;top:86.15425rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0dTWPmN0C6rSKSwLmTuA1oI6JmTqSJz { width:20rem;height:2.0625rem;top:82.84175rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { width:20rem;height:15.5976625rem;top:65.056625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { width:20rem;height:2.0625rem;top:61.744125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { width:20rem;height:23.39646875rem;top:124.025375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { width:20rem;height:2.0625rem;top:120.712875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mtAs1Nm8bW4DhdleNeewOlikpAEaTM1m { width:20rem;height:14.297875rem;top:103.79rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3ecuF2xUoWVk3T8xyKNXIta75s6XCH { width:20rem;height:2.0625rem;top:100.4775rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x6ctytAvooNsLgTizuTBQxAq5zklhiKM { width:20rem;height:11.69825rem;top:172.2939375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2VcxVhIVrWWTOn4zfyORJcsdv8WeQto { width:20rem;height:2.0625rem;top:168.9814375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BOAQn4rRu0aUHVuxmJ6ux6AMgON3Svul { width:20rem;height:12.9980625rem;top:153.358375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH86Ch6xfyLJafRwAWRQxdWTMiBEwzyC { width:20rem;height:2.0625rem;top:150.045875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g6FJZzLrsQv42IzxUAlh3hcdAbeWcQN8 { width:19.875rem;height:0;top:20.4355625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { width:19.875rem;height:0;top:36.7715rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTapBmBXd3mRTNvisMVv82G10Xocovf { width:19.875rem;height:0;top:60.369125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALzJEuh94nLK1P6BpdQznETfO6HgtBHl { width:19.875rem;height:0;top:81.90425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUcGc33BCnvws00VniykZrFR6BpGzdGy { width:19.875rem;height:0;top:99.1025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztyAPWbe5o2nxvrGno4uHd5xCM3Idnbm { width:19.875rem;height:0;top:119.337875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATAe5FzqQrSFZrI8lE6nuauecqrXuFi { width:19.875rem;height:0;top:148.670875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Cc9QMOk113NVUJtBtJf3Dt3TpQMW2n { width:19.875rem;height:0;top:167.6064375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/05f88519-ec25-47da-af60-568d9a2fc016/Biruni_Dis_Hastanesi_LandingPage_Teknoloji_2025Mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.adaptive-delivery-prevent-bg, #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.lazyload, #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd.lazyloading { background-image: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { background-color: transparent; background-image: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container > .video-iframe-container { display: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container { display: none; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .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); }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { border-width: 0; border-radius: 0; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qllKs8eqEmt6GU2uBG0AgtFht0wbw8go { width:20rem;height:5.625rem;top:5.125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S82GcBoPrZpPcvas3LVbKdm1TACxomaM { width:20rem;height:6.499rem;top:12.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsNu2lSaQClCfk3JSMnWx7BykOnWyXA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c474a172-b225-449e-bfa2-d28820d74f2a/5.jpg");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA.adaptive-delivery-prevent-bg, #frsNu2lSaQClCfk3JSMnWx7BykOnWyXA.lazyload, #frsNu2lSaQClCfk3JSMnWx7BykOnWyXA.lazyloading { background-image: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { background-color: transparent; background-image: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container > .video-iframe-container { display: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container { display: none; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .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); }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { border-width: 0; border-radius: 0; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frsNu2lSaQClCfk3JSMnWx7BykOnWyXA > .row .container { width:20rem;height:154rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybTfgeXDihF0HyuFSeIMA5SbdB28AWDi { width:20rem;height:3.75rem;top:11.125rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m4PpqNmgWM3ApRJKGVt8nc7TbTVDWxH6 { width:20rem;height:6rem;top:1.375rem;left:0rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yPT6x3mutWlfnR7klxClbgEiIixWmclH { width:19.875rem;height:0;top:69.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { width:20rem;height:1.875rem;top:54.0625rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eFCw0fMkf6Ko0pcErfSx8PHQJmkcSsvR { width:20rem;height:34.441375rem;top:16.5625rem;left:0rem;font-size:0.875rem;display:block; }#eFCw0fMkf6Ko0pcErfSx8PHQJmkcSsvR li:before{  }
 }@media only screen and (max-width: 763px) { #MzDhiGeehSR0t9ay44zZ1N7AWBev2b8v { width:20rem;height:11.3671875rem;top:56.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkemkbFDAIm1IdvUuXSmcg3ZTFoCVGC { width:19.875rem;height:0;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJGMuLHLeeBZ3BsM1cQOJeBQn3WwdWTm { width:20rem;height:11.3671875rem;top:75.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJww1Cc9HoPdbN0EVS2ZU2Wx9LzAZoFM { width:19.1875rem;height:3.75rem;top:70.5rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SD4QOzcsDVQ8OCTxgx2eXshcvL1WIaQr { width:19.875rem;height:0;top:88.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Moh3Cb1G7KmgC7xEAabltoxXHalVh9xb { width:20rem;height:1.875rem;top:89.875rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TXZvr17NTTiLZVOHs8d1VHH1fPAlSXGu { width:20rem;height:7.95703125rem;top:93.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWeHWcIobTTPWEoOtcmUS2gmCVTzTQ5Q { width:19.875rem;height:0;top:102.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFtMlgVqOdATQ2pTCipbidEnAZTSacaL { width:20rem;height:17.05075rem;top:109.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr4XiTwuuJTUCRusJneD2rgCcqBg6Mq1 { width:20rem;height:3.75rem;top:104.25rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lvCgMekufcSi0gkLicLGlF5deafSF0JA { width:19.25rem;height:18.1875rem;top:134.5625rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGfSVOUdnqO5zG1Iq0RkhSKmvp1t96Qu { width:20rem;height:3.75rem;top:129.4375rem;left:0rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iT4OqV7KsITshWgIWDNphWyqRy4lUqMM { width:19.875rem;height:0;top:128.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00adc7, #124c8a);background-image: -moz-linear-gradient(180deg, #00adc7, #124c8a);background-image: -ms-linear-gradient(180deg, #00adc7, #124c8a);background-image: -o-linear-gradient(180deg, #00adc7, #124c8a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );";background-image: linear-gradient(180deg, #00adc7, #124c8a);background-size:cover !important;display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { background-color: transparent; background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .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); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { width:18.5625rem;height:5.0625rem;top:1.25rem;left:0.71875rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { width:20rem;height:4.625rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { width:20rem;height:2.9248rem;top:8rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-text {padding-top: 0; padding-bottom: 0;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-select {padding-top: 0; padding-bottom: 0;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N  { width:17.5rem;height:auto;top:13.25rem;left:0rem; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N {display:block;}#daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N { width:17.5rem;height:auto;top:13.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #WCdasQVDX2uOhueu4i6H5AVe7gWQnp2P {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #uJ4hFae1w6an3Ko6lWedMcoA4sieFiK8 { display:block; }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #OBAWodFsTXkqlPXdWafLDB53JuCuWpKW {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #A1Nd4aksfT7Tmch4I0BKkKrGazXW2lPT {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #JMEAalweOSGEGr7y93knzVNbSFXFQuny { display:block; }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #KO0Fo32wfWbdUTlw1Adlshg6x6Msyyu5 {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #U2Zwz3ShSQkATaQIGtUfae5pApiFiP5U {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #fuK1v8PcGKDdcLD6T2MaC7NklwhQqF91 { display:block; }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #IRAB8M1RtxP7W7EH7oPHhKmw7G9yHnuc {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #saKo63QFhxaIIXQxVB5lTltZKkSDVctI {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #cAi48zylTEDPivsS4MMwEMbXnx1n66LM { display:block; }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #rT97iKQ1Dlh38MRF2oXrdXMrH3OVavQJ {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #STTPWH0DL8kPzsLPFTbT9VTfOLZIGNe3 {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #vFDhr1rqN86zTdudx9RRwSbNAqZWHkyo {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #gCB1N0tidnNK3KIRVyKQSNpVrm4SaHgc {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #b4RlABfwB6D28zXMQpTsqVaryHW8s2pq {  }
 }@media only screen and (max-width: 763px) { #daHhoU2ToS81Gz1weo3gsiZVp3RpSK5N #AhSTx8KUREHJlIFozQWzdTsqn4Qf6Dte {  }
 }@media only screen and (max-width: 763px) { #J4RznfDiKscJUQbVSuQzdlTQltCbqBgy { display:block; }#J4RznfDiKscJUQbVSuQzdlTQltCbqBgy > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 { display:flex;width:2.5rem;height:2.5rem;top:3.5rem;left:1.9375rem; }
#wup0N375DndNbbGoBKXTao8sPQ6Vl1p2 > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ { display:flex;width:2.5rem;height:2.5rem;top:3.5rem;left:5.375rem; }
#T1TqtQwC1hrorPtKHAHVLw0Z9lhW1wwZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV { display:flex;width:2.375rem;height:2.375rem;top:3.5625rem;left:12rem; }
#VlPJ3sZUSbmmuLso6FTAEWSXi2NKOyFV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW { display:flex;width:1.9375rem;height:1.9375rem;top:3.8125rem;left:8.875rem; }
#cwTvutMgx9T6PMhPe0dIrSBJ6wuZ6PoW > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #IN9RtJ0Gqd1wJKls1pAHoAOBCyKgtf71 { width:19.8125rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm { display:flex;width:2.375rem;height:2.375rem;top:3.5625rem;left:15.6875rem; }
#AJlq7cNCw8oydxzPpAvTxOTbcztiXxvm > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF { display:block; }#w4dk7O54Qqv0sbQvVA82PJ0Fiv9eosQF > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX5LTAbq899tlCQEymdUVxlqPrrVqROZ { width:20rem;height:2.888675rem;top:1.2109375rem;left:0rem;display:block; }
 }