.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/e1b9f040-86f8-47eb-ab2a-db8e4c67f8c6/Biruni_Hastanesi_Checkup_Header_202501.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:51.0625rem;width:75rem;position:relative;display:block; }#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#124c8a;display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:7.25rem;left:0rem;height:2.75rem;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:16.9375rem;left:0.0625rem;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:17.5625rem;left:0.4375rem;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:4.5rem;width:23.5rem;top:1.0625rem;left:0rem;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:1.4375rem;left:65.75rem; }
#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:1.0625rem;left:67.5rem;display:block; }
#pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E5GaOx4g59ZLBtuTwCXOmBNhnG3ffsok { color:#124c8a;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:7.25rem;left:0rem;height:7.1494125rem;font-style:normal;display:block; }
#RrPRWS09mcamJvgTfxZTHGKxGz3D1XMo { 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:52.125rem;width:41.6875rem;display:none; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-form-header {  }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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"; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-text {padding-top: 0; padding-bottom: 0;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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"; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-select {padding-top: 0; padding-bottom: 0;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-container:first-of-type{padding-top:0;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-container:last-of-type{padding-bottom:0;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl  { 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:22.5625rem;left:0rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .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; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl {display:block;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl { 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:22.5625rem;left:0rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #uCHb2sRvVhntQ63ZpDhbNFNo4v83FRa7 { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #ulCtRt6HaiWVqZBCZTOPIi12rVUInvZn { position:relative;display:block; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #QHbSEQNdztzsgriZQwT4cnvvusDgfTq2 { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #aEDFs9lDpR0tstBTF1wMgfxTElrakdH5 { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #KWGZgv61pBLdnpXT6UteJnNNWkTVEwvA { position:relative;display:block; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #LkpZ8glpA6QVVK41ZDWNyPwzEPUyIOAi { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #xKXIALD8aI8azkNpU2AMMG0IUqT0rDQe { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #Q9ReT3KpndlzdkC6yNR58xf9k9KGGmE5 { position:relative;display:block; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #P3NgmhiWZeWbkm4A7VqBgppF2BQFtaR0 { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #JNWe7A4ir8B6cxfg9itZtbBQDA2wW6KJ { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #sHXo2mTbJKtDRoRtNC7SFrw4aOa9rt18 { position:relative;display:block; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #eGhlGBJkehJ7ktNHALUWy5S98nT1dw8o { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #S98rMXA1psuuXHv7DIR2rtPxGkbfDQ88 { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #M1z7NbDvIB0xReWaq023e6XCAOvE0ybU { position:relative;z-index:2; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #f2piaBc1FnMl5Moz0i9THocpLZmn7fkI { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #ViL7ZMrEUPpgLZwW7inhqU31bLaJIicW { position:relative; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #AFuqzefsSgvohvHAPOM3USTTszXgJoV9 { position:relative; }
#OKsXZlogBM1b8LzuMgazKxPShZd61azz { 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:28.0625rem;left:26.875rem;display:block; }
#mkfgcMs6IILdEIvU3DvMC4w3iPJhmfaA { 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:30.625rem;left:27.3125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTenUM8GULt7W50MEbSCMW2iEf0Z6TR3 { 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:34.6875rem;left:27.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rC5DA8Ggtg4R8NH14acSGbPBPTaTCwx3 { 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; }
#NsfxkZPmpvhSwiT5lNufUQl0BbkFLRr0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:21.125rem;left:5.625rem;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.375rem;width:75rem;position:relative;display:block; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR { 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; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row .container { background-color: transparent; background-image: none; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row .container > .video-iframe-container { display: none; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row > .video-iframe-container { display: none; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .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); }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row .container { border-width: 0; border-radius: 0; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .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; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#NTgKBIFNmWBvUtLE7QmMnl5qa1vemvQ3 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:11.03125rem;left:17.5rem;display:block; }
#bMDez8IUTfh2ImikKTB28fr1dblF69RA { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2.73046875rem;left:7.59375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8MS0PLXoZ5IuRBpWuPfOiRhs2Wu8iAo { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.54296875rem;left:7.59375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxW7B8gKocNZkpkk0nISm6vMgtJ23ctV { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:2.73046875rem;left:7.59375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lU769RZLXXXrI3MGPZsxfV7xBBOmTfK6 { color:#ff00ff;display:block;width:59.8125rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:5.54296875rem;left:7.59375rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 { position:relative;display:block; }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 { background-color: transparent; background-image: none; }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .row .container > .video-iframe-container { display: none; }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .row > .video-iframe-container { display: none; }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .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); }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 { border-width: 0; border-radius: 0; }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .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; }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .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:38rem;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; }#zGEwRXfnpCsR61AgFfmcDTChk6WxkVwm { color:#ff00ff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.9375rem;left:0rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zHgW4OhGO0L49obXkdufRpHWkqwx8lUi { color:#ff00ff;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:6.4375rem;left:0rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yVUkpkEWINpBTH7ieCTk9aVx2hzup9VD { color:#124c8a;display:block;width:19rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:10.39845rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vT9xnytw0XAvBpViQWZGPhzqXuxhTuqT { color:#124c8a;display:block;width:17.625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0rem;height:11.69824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N5k7argV4vrSNiGAHL4oSy2qdMzcgJOl { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.5rem;width:24.8125rem;top:12.5rem;left:25.113210818308rem;display:block; }
#NoK9OGSKmlgDkrybSuogfLyEHH6O6Jow { color:#ff00ff;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:6.4375rem;left:55.875rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XEwmxBUulQEelBJgoV7p5L5pX0Tc64At { color:#124c8a;display:block;width:20.5625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15032;line-height:2.6;letter-spacing:0;top:10.625rem;left:54.4375rem;height:22.671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XEwmxBUulQEelBJgoV7p5L5pX0Tc64At li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XEwmxBUulQEelBJgoV7p5L5pX0Tc64At li:before{  }
#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/69ffaa08-6b7b-41fe-a0b4-c7bea490e9fa/Biruni_Hastanesi_Checkup_Paket_202501.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; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6.adaptive-delivery-prevent-bg, #LqIFrmgCVMryaEi9nptNJWnITdXdL6V6.lazyload, #LqIFrmgCVMryaEi9nptNJWnITdXdL6V6.lazyloading { background-image: none; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container { background-color: transparent; background-image: none; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container > .video-iframe-container { display: none; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row > .video-iframe-container { display: none; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .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); }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container { border-width: 0; border-radius: 0; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#OMo7qfSuJ9XzH1pgGAgPZxoqXPm9z7xX { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.3125rem;left:30.40625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R9b2TJZsaKIQ1aTP8SbyOzQ4Rc9CxF1Z { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.8125rem;left:32.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mzhNveiqxt7q3lg555q2xGW81rgA6vfi { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14.1875rem;left:32.8125rem;height:11.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#mzhNveiqxt7q3lg555q2xGW81rgA6vfi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mzhNveiqxt7q3lg555q2xGW81rgA6vfi li:before{  }
#BcV3qH0CeIPPPts2cOvLSGJqlWsXA0bs { color:#ffffff;display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.8125rem;left:49.4375rem;height:14.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BcV3qH0CeIPPPts2cOvLSGJqlWsXA0bs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BcV3qH0CeIPPPts2cOvLSGJqlWsXA0bs li:before{  }
#AkTTNt0sTmkFHtPgvUTi2XGTh1iBVgMe { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12.0625rem;left:62rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d2uVRU3RX9dCCV7BsBNdVukl8CBvIbqJ { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:14.1875rem;left:62rem;height:2.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#d2uVRU3RX9dCCV7BsBNdVukl8CBvIbqJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d2uVRU3RX9dCCV7BsBNdVukl8CBvIbqJ li:before{  }
#MX25Sy1MS9GwkHIbO3pFUF2oV7MI6Ky0 { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:18.25rem;left:62rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e4Ev6bznPfr40TQ58W9fzEl7b0VDaHSv { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.5rem;left:62rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#e4Ev6bznPfr40TQ58W9fzEl7b0VDaHSv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e4Ev6bznPfr40TQ58W9fzEl7b0VDaHSv li:before{  }
#xJxlrfbiHG9HVpCpmvMvTdpFFTGKKW1D { 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:39.0625rem;width:41.6875rem;display:none; }
#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/671966a0-6570-43b7-b3b0-68171e5872d5/Biruni_Hastanesi_Checkup_Paket_202502.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; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t.adaptive-delivery-prevent-bg, #OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t.lazyload, #OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t.lazyloading { background-image: none; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container { background-color: transparent; background-image: none; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container > .video-iframe-container { display: none; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row > .video-iframe-container { display: none; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .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); }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container { border-width: 0; border-radius: 0; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#QFFy8mmLLAcWBeKThJDDM7NrJgngUymy { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.75rem;left:32.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TvBytdETdnyfVerdlvP7THuo9sU9kPsp { color:#ffffff;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.3125rem;left:32.375rem;height:19.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TvBytdETdnyfVerdlvP7THuo9sU9kPsp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TvBytdETdnyfVerdlvP7THuo9sU9kPsp li:before{  }
#AOtB0900JnvNRDHempSPwpSIvClz77zQ { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:10rem;left:48rem;height:8.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#AOtB0900JnvNRDHempSPwpSIvClz77zQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AOtB0900JnvNRDHempSPwpSIvClz77zQ li:before{  }
#TcUadUtTSSdNpkZIdiN0CACroHALl8Ba { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.0625rem;left:62.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UCTNq1KJJdQwJXqBStTNtQ1f225BhsFt { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.6875rem;left:62.5625rem;height:2.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UCTNq1KJJdQwJXqBStTNtQ1f225BhsFt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UCTNq1KJJdQwJXqBStTNtQ1f225BhsFt li:before{  }
#znaTkiUJBSH22KCXnq9TnTJImMTTnxoJ { color:#ffffff;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19.375rem;left:48rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T7p6QZRrrs0T10Di04IetZfUBSG1FrOH { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.4375rem;left:47.6875rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T7p6QZRrrs0T10Di04IetZfUBSG1FrOH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7p6QZRrrs0T10Di04IetZfUBSG1FrOH li:before{  }
#NSmZMiLIdTVx71tD9A7J5JnWSCZ10ZHg { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.53125rem;left:62.5625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gXGq43oMFPzh0IKQ08XDys4NDKte4eox { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.3125rem;left:62.5625rem;height:11.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gXGq43oMFPzh0IKQ08XDys4NDKte4eox li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gXGq43oMFPzh0IKQ08XDys4NDKte4eox li:before{  }
#IG6ll50ifL1a4bod820CerR9GunqMoUF { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.0625rem;left:32.375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2Znx0neFHhpDUy43WZ2WMnomv3QSHgR { 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:39.0625rem;width:41.6875rem;display:none; }
#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/146c7498-7613-4266-8215-04a0026d88b5/Biruni_Hastanesi_Checkup_Paket_202503.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; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79.adaptive-delivery-prevent-bg, #W3HA0i6hAX36gsRbUcexUnIheHNRPH79.lazyload, #W3HA0i6hAX36gsRbUcexUnIheHNRPH79.lazyloading { background-image: none; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container { background-color: transparent; background-image: none; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container > .video-iframe-container { display: none; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row > .video-iframe-container { display: none; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .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); }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container { border-width: 0; border-radius: 0; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#QOwkoO7zvxcuSbv7acVgDf9kXsPz3nwG { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:8.21875rem;left:31.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nS3JoPbDO5THT66aXGsD0RQFSSeAryII { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1;letter-spacing:0;top:10.375rem;left:31.1875rem;height:20.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#nS3JoPbDO5THT66aXGsD0RQFSSeAryII li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nS3JoPbDO5THT66aXGsD0RQFSSeAryII li:before{  }
#yR1tPFWybLcw6cRA74W6dp88TRF2gxUy { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:26.25rem;left:46.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gH6vwaUea3Wr6lQxGmnDHSfrLKZ9Qb5k { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:28.8125rem;left:46.625rem;height:2.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gH6vwaUea3Wr6lQxGmnDHSfrLKZ9Qb5k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gH6vwaUea3Wr6lQxGmnDHSfrLKZ9Qb5k li:before{  }
#sGvJCP47VpgTCR9S3vDBhfui5WGHKkXU { color:#ffffff;display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.890625rem;left:61.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B32gzsD5lstVwfvaGu7FrWsFrzRKNaGn { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:6.25rem;left:61.125rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#B32gzsD5lstVwfvaGu7FrWsFrzRKNaGn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B32gzsD5lstVwfvaGu7FrWsFrzRKNaGn li:before{  }
#wKLhHu3cxaRsROAlS621bbfBzZNtLh0T { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:18.75rem;left:61.125rem;height:12.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#wKLhHu3cxaRsROAlS621bbfBzZNtLh0T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wKLhHu3cxaRsROAlS621bbfBzZNtLh0T li:before{  }
#Z1JhTiplVBAQiJfE9Wqin4kpV9sBapRC { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:17rem;left:61.125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ODFkh3JbPcK0IeCNIcML0Tdf9WeKJDS6 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.25rem;left:31.1875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WWXTc9THw4FGJB9LecXL6DCiwZ4XAJ8M { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15011;line-height:1;letter-spacing:0;top:3.8125rem;left:46.625rem;height:20.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WWXTc9THw4FGJB9LecXL6DCiwZ4XAJ8M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WWXTc9THw4FGJB9LecXL6DCiwZ4XAJ8M li:before{  }
#crmzFowH7FIfpXtLcOwG1b8TfyRE34Kg { 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:39.0625rem;width:41.6875rem;display:none; }
#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/401e35ad-23c5-483a-986c-623d8b4077af/Biruni_Hastanesi_Checkup_Paket_202504.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; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT.adaptive-delivery-prevent-bg, #kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT.lazyload, #kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT.lazyloading { background-image: none; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container { background-color: transparent; background-image: none; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container > .video-iframe-container { display: none; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row > .video-iframe-container { display: none; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .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); }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container { border-width: 0; border-radius: 0; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;position:relative;display:block; }#iCS7i8BaS5EAm9xgO9AuLddcGAdZLmtL { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.375rem;left:31.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lmlCfixzgWNM2gA0B4GhD65rduJrECsT { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.5625rem;left:31.1875rem;height:12.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#lmlCfixzgWNM2gA0B4GhD65rduJrECsT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lmlCfixzgWNM2gA0B4GhD65rduJrECsT li:before{  }
#lQQI4mTumUcAzfmoUNdphHcpTPcgcav9 { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.375rem;left:47.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tc5rhSJE6HeSkElTaq6fexKsAOWl5S0b { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:14.5625rem;left:47.8125rem;height:2.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#tc5rhSJE6HeSkElTaq6fexKsAOWl5S0b li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tc5rhSJE6HeSkElTaq6fexKsAOWl5S0b li:before{  }
#MBD1Uf65Wx0fCPxTscrTxxTkc1TuJPpO { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:19.625rem;left:47.8125rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ywRfPJ5rvtg0FBLi4IHNC2g9hGsac7kn { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:21.5625rem;left:47.8125rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ywRfPJ5rvtg0FBLi4IHNC2g9hGsac7kn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ywRfPJ5rvtg0FBLi4IHNC2g9hGsac7kn li:before{  }
#eS67s9eWT8DefJK9sT6LDite4oItFy8w { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5625rem;left:31.1875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gbqxxqCQaVFI4rPgv5TvtDS8nCcCgn7F { 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:39.0625rem;width:41.6875rem;display:none; }
#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 { position:relative;display:block; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 { background-color: transparent; background-image: none; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row .container > .video-iframe-container { display: none; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row > .video-iframe-container { display: none; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .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); }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 { border-width: 0; border-radius: 0; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .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; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .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:2.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:25.5rem;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:12rem;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:10.5rem;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; }
#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/1421e3a1-7971-4216-b966-89aa9495c763/Biruni_Tup_Bebek_Doktor_LandingPage_202502.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; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS.adaptive-delivery-prevent-bg, #Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS.lazyload, #Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS.lazyloading { background-image: none; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container { background-color: transparent; background-image: none; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container > .video-iframe-container { display: none; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row > .video-iframe-container { display: none; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .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); }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container { border-width: 0; border-radius: 0; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#Ig8Vvhk0XwFZ0P9R4fQ3EBp7QG4u6Mwi { color:#124c8a;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:8.1875rem;left:46.125rem;height:3.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZE0TLnpZ4ZhbfTwy3xtlWtSSe2dDGxCm { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:13.3125rem;left:50.40625rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bzNT8Rx7gm00J9aOwduQSK3pCv6G5s2d { 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:21.25rem;left:51.8125rem; }
#doB8UDPyvPPbJ7VhOoOCMPACr8wpKDHp { 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.1875rem;width:3.1875rem;top:22.125rem;left:52.6875rem;overflow:hidden;display:block; }
#qI5R7g48xRS1mhM44gohkwQyUea5rNQl { 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:21.25rem;left:58.125rem; }
#mTwHogh6NoSzodOKZJgraG35oZAxNtLL { 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:22.25rem;left:59.125rem;overflow:hidden;display:block; }
#la0HFBbnoQChbgvDA8chTbhLHZlqgJvT { 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:21.25rem;left:64.375rem; }
#nTRhZ0FWaaMXNJOrIRyG5CERt4pysToV { 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:22.25rem;left:65.375rem;overflow:hidden;display:block; }
#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:124.5rem;width:75rem;position:relative;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:6rem;left:2.75rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;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:19.1875rem;left:4.53125rem;height:14.29786875rem;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:16.125rem;left:19.90625rem;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:40.1875rem;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:37.25rem;left:19.90625rem;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:53.9375rem;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; }
#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:50.8125rem;left:19.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x6ctytAvooNsLgTizuTBQxAq5zklhiKM { color:#1a1a1a;display:block;width:64.5625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:98.75rem;left:5.21875rem;height:7.7988375rem;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:94.8125rem;left:20.1875rem;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:83.4375rem;left:7.25rem;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; }
#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:80.375rem;left:20.25rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;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:14.75rem;left:9.3125rem;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:35.4375rem;left:9.3125rem;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:48.8017578125rem;left:9.3125rem;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:78.1142578125rem;left:9.3125rem;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.1875rem;left:9.625rem;display:block; }
#e75ouwgq4R5Cwk4EIHedvho5xO2pLAt0 { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:2.6875rem;left:19.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xQMAloJ3cLhc4tnVV4XThKUQJ6uRsFT3 { color:#1a1a1a;display:block;width:15rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15045;line-height:1.2;letter-spacing:0;top:60.4375rem;left:0rem;height:13.3105625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xQMAloJ3cLhc4tnVV4XThKUQJ6uRsFT3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xQMAloJ3cLhc4tnVV4XThKUQJ6uRsFT3 li:before{  }
#ITzZCF6CCJxXVuRfUiehNRTL9g5tnAMH { color:#1a1a1a;display:block;width:22.375rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:60.4375rem;left:16.75rem;height:13.3105625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ITzZCF6CCJxXVuRfUiehNRTL9g5tnAMH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ITzZCF6CCJxXVuRfUiehNRTL9g5tnAMH li:before{  }
#beKMh4o0J59MmlxTrAAEo8OxuBRa8tgb { color:#1a1a1a;display:block;width:17rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:60.4375rem;left:37.75rem;height:14.672875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#beKMh4o0J59MmlxTrAAEo8OxuBRa8tgb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#beKMh4o0J59MmlxTrAAEo8OxuBRa8tgb li:before{  }
#c7lMEJn7IWv5vXwgOiEeFkFgGBZB17hy { color:#1a1a1a;display:block;width:20.3125rem;position:absolute;font-family:"gotham font";font-size:0.875rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:60.4375rem;left:54.6875rem;height:14.672875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#c7lMEJn7IWv5vXwgOiEeFkFgGBZB17hy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c7lMEJn7IWv5vXwgOiEeFkFgGBZB17hy li:before{  }
#cHbu54fidHHglCmr1TA16ml3r7quPiw1 { color:#1a1a1a;display:block;width:64.5625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:115.6875rem;left:5.21875rem;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; }
#h6W5WVXlK1RpQSLhgIBCF6xtmmUa0HAI { 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:109.75rem;left:9.3125rem;display:block; }
#BEy7SJOhQU7qrcKKcKGBno3PV9us7t5T { color:#1a1a1a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:112.375rem;left:19.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;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/61079d09-2d26-4b69-8e65-57040b38259a/Biruni_Hastanesi_Checkup_Slider_2025.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:64rem;width:75rem;position:relative;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.69970625rem;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:34.875rem;left:9.3125rem;display:block; }
#GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { color:#1a1a1a;display:block;width:24.5625rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:37.125rem;left:25.6875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:40.9375rem;left:6.9375rem;height:5.199225rem;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:48.3125rem;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:55.4375rem;left:6.9375rem;height:6.499025rem;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:51.5625rem;left:25.375rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nAVrhUJhidnmR8qOW27Nl01eL26htrU1 { color:#1a1a1a;display:block;width:64.5625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.9375rem;left:4.75rem;height:15.597675rem;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; }
#iAv7G4lEdCySr3XtxOsd7p2HioSgvC0B { color:#1a1a1a;display:block;width:64.5625rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:12.5rem;left:5.6875rem;height:2.5996125rem;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; }
#XmIAESEtStscJcndskZkaayip9yRN0p9 { color:#1a1a1a;display:block;width:38.5625rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:9.125rem;left:17.25rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;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/75c1fc2d-4521-4749-89d6-f829be167e5d/Biruni_Hastanesi_Checkup_Header_202502.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:46.375rem;width:75rem;position:relative;display:block; }#cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { color:#124c8a;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:2.4375rem;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:11.875rem;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:12.5rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EkO2kMvE7en6MfNJ8HT28O7MDTqQGloL { color:#124c8a;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:2.4375rem;left:0rem;height:11.6997rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-form-header {  }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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"; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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"; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-container:first-of-type{padding-top:0;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-container:last-of-type{padding-bottom:0;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc  { 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:17.875rem;left:0rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .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; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc {display:block;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc { 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:17.875rem;left:0rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #gtuy4McZXXJGrJqkS0My0H3SpNUU5p3x { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #hMm6Ke6vVZbRzTAZHsS5rnBlxZs79HH3 { position:relative;display:block; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #h3Pk7iGqN3u1yh2MC7UNvL6tTxbvZxe8 { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #WFgvqoNnmkufKHSXdRyTIhvNsGPeOVJE { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #fswXQlwugvIkIQbSrANZtb1IdSkvws8d { position:relative;display:block; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #S2o8ReSq7UmQRpJhmRDFxEWG9imifeLx { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #EVGvmIkXGrT7ECqoKWOxWaDb3nJD2BrX { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #umt7ULWaug85aMkn1lDO36LrnwP3NKR2 { position:relative;display:block; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #N8rWvSFNusb5IfuA2lqEVBNaTlw1o07u { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #F9z91GWpPVwuVWT8B53kApZHaGLC92QG { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #bLcR5SKlUdxEtFKNbDlxzQXG2UwWwEz0 { position:relative;display:block; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #PWFz1501197vCidVX1tuNODnS1ah9IRG { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #eeZFOTezO308bTvOBS6JW9g6ym2M3Wtl { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #z1PJLORm9sAf8v58BRgXBsPgaTSTo10g { position:relative;z-index:2; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #qhRU2yoNLULFgnHJ9DtTgVzPx803Rfva { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #T9NUq7HWC11gW9DG45TiMIm4LvJWUIEJ { position:relative; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #HEGtpoTTsFpCfiUTVSUaaS5hdgXSypeE { position:relative; }
#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc { 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; }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row .container { background-color: transparent; background-image: none; }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row .container > .video-iframe-container { display: none; }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row > .video-iframe-container { display: none; }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .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); }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row .container { border-width: 0; border-radius: 0; }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#Env3lrllJfMrfzdKXoieuKoTxIPelhQ4 { 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:16.4375rem;width:14.5rem;top:2.5625rem;left:8.40625rem;overflow:hidden;display:block; }
#QTnphatrMgzzHG5AO0HRCICnPTelMl4O { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:"gotham font";font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:7.75rem;left:26.3125rem;height:4.875rem;text-align:left;text-align-last:left;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; }
#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:20.8125rem;top:1.96875rem;left:27.09375rem;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:7.25rem;left:0rem;width:24.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { top:16.9375rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:17.5625rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { top:1.0625rem;left:0rem;width:23.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { top:1.4375rem;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:1.0625rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #E5GaOx4g59ZLBtuTwCXOmBNhnG3ffsok { top:7.25rem;left:0rem;width:18.8125rem;height:7.125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrPRWS09mcamJvgTfxZTHGKxGz3D1XMo { width:41.6875rem;height:52.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-text {padding-top: 0; padding-bottom: 0;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-select {padding-top: 0; padding-bottom: 0;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl  { width:21.5rem;height:auto;top:22.5625rem;left:0rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl {display:block;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl { width:21.5rem;height:auto;top:22.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #uCHb2sRvVhntQ63ZpDhbNFNo4v83FRa7 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #ulCtRt6HaiWVqZBCZTOPIi12rVUInvZn {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #QHbSEQNdztzsgriZQwT4cnvvusDgfTq2 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #aEDFs9lDpR0tstBTF1wMgfxTElrakdH5 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #KWGZgv61pBLdnpXT6UteJnNNWkTVEwvA {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #LkpZ8glpA6QVVK41ZDWNyPwzEPUyIOAi {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #xKXIALD8aI8azkNpU2AMMG0IUqT0rDQe {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #Q9ReT3KpndlzdkC6yNR58xf9k9KGGmE5 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #P3NgmhiWZeWbkm4A7VqBgppF2BQFtaR0 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #JNWe7A4ir8B6cxfg9itZtbBQDA2wW6KJ {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #sHXo2mTbJKtDRoRtNC7SFrw4aOa9rt18 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #eGhlGBJkehJ7ktNHALUWy5S98nT1dw8o {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #S98rMXA1psuuXHv7DIR2rtPxGkbfDQ88 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #M1z7NbDvIB0xReWaq023e6XCAOvE0ybU {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #f2piaBc1FnMl5Moz0i9THocpLZmn7fkI {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #ViL7ZMrEUPpgLZwW7inhqU31bLaJIicW {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #AFuqzefsSgvohvHAPOM3USTTszXgJoV9 {  }
 }@media only screen and (max-width: 763px) { #OKsXZlogBM1b8LzuMgazKxPShZd61azz { top:28.0625rem;left:13.25rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkfgcMs6IILdEIvU3DvMC4w3iPJhmfaA { top:30.625rem;left:13.6875rem;width:10.5625rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTenUM8GULt7W50MEbSCMW2iEf0Z6TR3 { top:34.6875rem;left:14.0625rem;width:10.5625rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC5DA8Ggtg4R8NH14acSGbPBPTaTCwx3 { display:none; }
 }@media only screen and (max-width: 763px) { #NsfxkZPmpvhSwiT5lNufUQl0BbkFLRr0 { top:21.125rem;left:0rem;width:12.5rem;height:1.25rem;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) { #Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR { display:block; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTgKBIFNmWBvUtLE7QmMnl5qa1vemvQ3 { top:11rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMDez8IUTfh2ImikKTB28fr1dblF69RA { top:2.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8MS0PLXoZ5IuRBpWuPfOiRhs2Wu8iAo { top:5.5rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxW7B8gKocNZkpkk0nISm6vMgtJ23ctV { top:2.5rem;left:0rem;width:20rem;height:2.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lU769RZLXXXrI3MGPZsxfV7xBBOmTfK6 { top:6.0625rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 { display:block; }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGEwRXfnpCsR61AgFfmcDTChk6WxkVwm { top:2.9375rem;left:0rem;width:25.0625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHgW4OhGO0L49obXkdufRpHWkqwx8lUi { top:6.4375rem;left:0rem;width:25.0625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVUkpkEWINpBTH7ieCTk9aVx2hzup9VD { top:10.625rem;left:0rem;width:19rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT9xnytw0XAvBpViQWZGPhzqXuxhTuqT { top:22.6875rem;left:0rem;width:17.625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5k7argV4vrSNiGAHL4oSy2qdMzcgJOl { top:12.5rem;left:5.875rem;width:24.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoK9OGSKmlgDkrybSuogfLyEHH6O6Jow { top:6.4375rem;left:32.3125rem;width:15.3125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEwmxBUulQEelBJgoV7p5L5pX0Tc64At { top:10.625rem;left:27.0625rem;width:20.5625rem;height:22.625rem;font-size:1rem;display:block; }#XEwmxBUulQEelBJgoV7p5L5pX0Tc64At li:before{  }
 }@media only screen and (max-width: 763px) { #LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 { display:block; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMo7qfSuJ9XzH1pgGAgPZxoqXPm9z7xX { top:6.3125rem;left:16.78125rem;width:14.1875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9b2TJZsaKIQ1aTP8SbyOzQ4Rc9CxF1Z { top:11.8125rem;left:19.1875rem;width:10.1875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzhNveiqxt7q3lg555q2xGW81rgA6vfi { top:14.1875rem;left:19.1875rem;width:11.875rem;height:11.1875rem;font-size:0.75rem;display:block; }#mzhNveiqxt7q3lg555q2xGW81rgA6vfi li:before{  }
 }@media only screen and (max-width: 763px) { #BcV3qH0CeIPPPts2cOvLSGJqlWsXA0bs { top:11.8125rem;left:35.8125rem;width:8.9375rem;height:14.0625rem;font-size:0.875rem;display:block; }#BcV3qH0CeIPPPts2cOvLSGJqlWsXA0bs li:before{  }
 }@media only screen and (max-width: 763px) { #AkTTNt0sTmkFHtPgvUTi2XGTh1iBVgMe { top:12.0625rem;left:38.5625rem;width:9.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2uVRU3RX9dCCV7BsBNdVukl8CBvIbqJ { top:14.1875rem;left:37.6875rem;width:10.0625rem;height:2.5625rem;font-size:0.875rem;display:block; }#d2uVRU3RX9dCCV7BsBNdVukl8CBvIbqJ li:before{  }
 }@media only screen and (max-width: 763px) { #MX25Sy1MS9GwkHIbO3pFUF2oV7MI6Ky0 { top:18.25rem;left:39.8125rem;width:7.9375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Ev6bznPfr40TQ58W9fzEl7b0VDaHSv { top:20.5rem;left:37.625rem;width:10.125rem;height:5.125rem;font-size:0.875rem;display:block; }#e4Ev6bznPfr40TQ58W9fzEl7b0VDaHSv li:before{  }
 }@media only screen and (max-width: 763px) { #xJxlrfbiHG9HVpCpmvMvTdpFFTGKKW1D { width:41.6875rem;height:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t { display:block; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFFy8mmLLAcWBeKThJDDM7NrJgngUymy { top:8.75rem;left:18.75rem;width:10.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvBytdETdnyfVerdlvP7THuo9sU9kPsp { top:11.3125rem;left:18.75rem;width:12.6875rem;height:19.8125rem;font-size:0.8125rem;display:block; }#TvBytdETdnyfVerdlvP7THuo9sU9kPsp li:before{  }
 }@media only screen and (max-width: 763px) { #AOtB0900JnvNRDHempSPwpSIvClz77zQ { top:10rem;left:34.375rem;width:11.625rem;height:8.3125rem;font-size:0.8125rem;display:block; }#AOtB0900JnvNRDHempSPwpSIvClz77zQ li:before{  }
 }@media only screen and (max-width: 763px) { #TcUadUtTSSdNpkZIdiN0CACroHALl8Ba { top:9.0625rem;left:38.625rem;width:9.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCTNq1KJJdQwJXqBStTNtQ1f225BhsFt { top:11.6875rem;left:37.0625rem;width:10.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }#UCTNq1KJJdQwJXqBStTNtQ1f225BhsFt li:before{  }
 }@media only screen and (max-width: 763px) { #znaTkiUJBSH22KCXnq9TnTJImMTTnxoJ { top:19.375rem;left:34.375rem;width:7.8125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7p6QZRrrs0T10Di04IetZfUBSG1FrOH { top:21.4375rem;left:34.0625rem;width:12.25rem;height:9.75rem;font-size:0.8125rem;display:block; }#T7p6QZRrrs0T10Di04IetZfUBSG1FrOH li:before{  }
 }@media only screen and (max-width: 763px) { #NSmZMiLIdTVx71tD9A7J5JnWSCZ10ZHg { top:18.5rem;left:42.0625rem;width:5.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXGq43oMFPzh0IKQ08XDys4NDKte4eox { top:20.3125rem;left:35.3125rem;width:12.4375rem;height:11.1875rem;font-size:0.8125rem;display:block; }#gXGq43oMFPzh0IKQ08XDys4NDKte4eox li:before{  }
 }@media only screen and (max-width: 763px) { #IG6ll50ifL1a4bod820CerR9GunqMoUF { top:1.0625rem;left:18.75rem;width:14.1875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2Znx0neFHhpDUy43WZ2WMnomv3QSHgR { width:41.6875rem;height:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3HA0i6hAX36gsRbUcexUnIheHNRPH79 { display:block; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOwkoO7zvxcuSbv7acVgDf9kXsPz3nwG { top:8.1875rem;left:17.5625rem;width:10.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS3JoPbDO5THT66aXGsD0RQFSSeAryII { top:10.375rem;left:17.5625rem;width:12.1875rem;height:20.9375rem;font-size:0.875rem;display:block; }#nS3JoPbDO5THT66aXGsD0RQFSSeAryII li:before{  }
 }@media only screen and (max-width: 763px) { #yR1tPFWybLcw6cRA74W6dp88TRF2gxUy { top:26.25rem;left:33rem;width:9.125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH6vwaUea3Wr6lQxGmnDHSfrLKZ9Qb5k { top:28.8125rem;left:33rem;width:10.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }#gH6vwaUea3Wr6lQxGmnDHSfrLKZ9Qb5k li:before{  }
 }@media only screen and (max-width: 763px) { #sGvJCP47VpgTCR9S3vDBhfui5WGHKkXU { top:3.875rem;left:40.3125rem;width:7.4375rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B32gzsD5lstVwfvaGu7FrWsFrzRKNaGn { top:6.25rem;left:33.875rem;width:13.875rem;height:9.75rem;font-size:0.875rem;display:block; }#B32gzsD5lstVwfvaGu7FrWsFrzRKNaGn li:before{  }
 }@media only screen and (max-width: 763px) { #wKLhHu3cxaRsROAlS621bbfBzZNtLh0T { top:18.75rem;left:35.8125rem;width:11.9375rem;height:12.625rem;font-size:0.875rem;display:block; }#wKLhHu3cxaRsROAlS621bbfBzZNtLh0T li:before{  }
 }@media only screen and (max-width: 763px) { #Z1JhTiplVBAQiJfE9Wqin4kpV9sBapRC { top:17rem;left:42.0625rem;width:5.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODFkh3JbPcK0IeCNIcML0Tdf9WeKJDS6 { top:1.25rem;left:17.5625rem;width:14.1875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWXTc9THw4FGJB9LecXL6DCiwZ4XAJ8M { top:3.8125rem;left:33rem;width:14.5625rem;height:20.9375rem;font-size:0.875rem;display:block; }#WWXTc9THw4FGJB9LecXL6DCiwZ4XAJ8M li:before{  }
 }@media only screen and (max-width: 763px) { #crmzFowH7FIfpXtLcOwG1b8TfyRE34Kg { width:41.6875rem;height:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT { display:block; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCS7i8BaS5EAm9xgO9AuLddcGAdZLmtL { top:12.375rem;left:17.5625rem;width:10.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmlCfixzgWNM2gA0B4GhD65rduJrECsT { top:14.5625rem;left:17.5625rem;width:17.375rem;height:12.625rem;font-size:0.8125rem;display:block; }#lmlCfixzgWNM2gA0B4GhD65rduJrECsT li:before{  }
 }@media only screen and (max-width: 763px) { #lQQI4mTumUcAzfmoUNdphHcpTPcgcav9 { top:12.375rem;left:33.5625rem;width:14.1875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc5rhSJE6HeSkElTaq6fexKsAOWl5S0b { top:14.5625rem;left:30.25rem;width:17.5rem;height:2.5625rem;font-size:0.875rem;display:block; }#tc5rhSJE6HeSkElTaq6fexKsAOWl5S0b li:before{  }
 }@media only screen and (max-width: 763px) { #MBD1Uf65Wx0fCPxTscrTxxTkc1TuJPpO { top:19.625rem;left:33.5625rem;width:14.1875rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywRfPJ5rvtg0FBLi4IHNC2g9hGsac7kn { top:21.5625rem;left:30.25rem;width:17.5rem;height:4rem;font-size:0.875rem;display:block; }#ywRfPJ5rvtg0FBLi4IHNC2g9hGsac7kn li:before{  }
 }@media only screen and (max-width: 763px) { #eS67s9eWT8DefJK9sT6LDite4oItFy8w { top:2.5625rem;left:17.5625rem;width:19.9375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbqxxqCQaVFI4rPgv5TvtDS8nCcCgn7F { width:41.6875rem;height:39.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 { display:block; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .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:12rem;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:10.5rem;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) { #Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS { display:block; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig8Vvhk0XwFZ0P9R4fQ3EBp7QG4u6Mwi { top:8.1875rem;left:18.875rem;width:28.875rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE0TLnpZ4ZhbfTwy3xtlWtSSe2dDGxCm { top:13.3125rem;left:27.4375rem;width:20.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzNT8Rx7gm00J9aOwduQSK3pCv6G5s2d { top:21.25rem;left:38.1875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doB8UDPyvPPbJ7VhOoOCMPACr8wpKDHp { width:3.1875rem;height:3.1875rem;top:22.125rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI5R7g48xRS1mhM44gohkwQyUea5rNQl { top:21.25rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwHogh6NoSzodOKZJgraG35oZAxNtLL { width:2.9375rem;height:2.9375rem;top:22.25rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la0HFBbnoQChbgvDA8chTbhLHZlqgJvT { top:21.25rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTRhZ0FWaaMXNJOrIRyG5CERt4pysToV { width:2.9375rem;height:2.9375rem;top:22.25rem;left:44.8125rem;display:block; }
 }@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) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { top:6rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { top:19.1875rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { top:16.125rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { top:40.1875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { top:37.25rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtAs1Nm8bW4DhdleNeewOlikpAEaTM1m { top:53.9375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3ecuF2xUoWVk3T8xyKNXIta75s6XCH { top:50.8125rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ctytAvooNsLgTizuTBQxAq5zklhiKM { top:98.75rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2VcxVhIVrWWTOn4zfyORJcsdv8WeQto { top:94.8125rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOAQn4rRu0aUHVuxmJ6ux6AMgON3Svul { top:83.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH86Ch6xfyLJafRwAWRQxdWTMiBEwzyC { top:80.375rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { top:14.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #pWTapBmBXd3mRTNvisMVv82G10Xocovf { top:35.4375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #MUcGc33BCnvws00VniykZrFR6BpGzdGy { top:48.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #oATAe5FzqQrSFZrI8lE6nuauecqrXuFi { top:78.0625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #A2Cc9QMOk113NVUJtBtJf3Dt3TpQMW2n { top:92.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #e75ouwgq4R5Cwk4EIHedvho5xO2pLAt0 { top:2.6875rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQMAloJ3cLhc4tnVV4XThKUQJ6uRsFT3 { top:60.4375rem;left:0rem;width:15rem;height:13.25rem;font-size:0.875rem;display:block; }#xQMAloJ3cLhc4tnVV4XThKUQJ6uRsFT3 li:before{  }
 }@media only screen and (max-width: 763px) { #ITzZCF6CCJxXVuRfUiehNRTL9g5tnAMH { top:60.4375rem;left:0rem;width:22.375rem;height:13.25rem;font-size:0.875rem;display:block; }#ITzZCF6CCJxXVuRfUiehNRTL9g5tnAMH li:before{  }
 }@media only screen and (max-width: 763px) { #beKMh4o0J59MmlxTrAAEo8OxuBRa8tgb { top:60.4375rem;left:14.75rem;width:17rem;height:14.625rem;font-size:0.875rem;display:block; }#beKMh4o0J59MmlxTrAAEo8OxuBRa8tgb li:before{  }
 }@media only screen and (max-width: 763px) { #c7lMEJn7IWv5vXwgOiEeFkFgGBZB17hy { top:60.4375rem;left:27.4375rem;width:20.3125rem;height:14.6875rem;font-size:0.875rem;display:block; }#c7lMEJn7IWv5vXwgOiEeFkFgGBZB17hy li:before{  }
 }@media only screen and (max-width: 763px) { #cHbu54fidHHglCmr1TA16ml3r7quPiw1 { top:115.6875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6W5WVXlK1RpQSLhgIBCF6xtmmUa0HAI { top:109.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BEy7SJOhQU7qrcKKcKGBno3PV9us7t5T { top:112.375rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;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) { #m4PpqNmgWM3ApRJKGVt8nc7TbTVDWxH6 { top:2.5625rem;left:4.59375rem;width:38.5625rem;height:3.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPT6x3mutWlfnR7klxClbgEiIixWmclH { top:34.875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { top:37.125rem;left:12.0625rem;width:24.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzDhiGeehSR0t9ay44zZ1N7AWBev2b8v { top:40.9375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkemkbFDAIm1IdvUuXSmcg3ZTFoCVGC { top:48.3125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vJGMuLHLeeBZ3BsM1cQOJeBQn3WwdWTm { top:55.4375rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJww1Cc9HoPdbN0EVS2ZU2Wx9LzAZoFM { top:51.5625rem;left:11.75rem;width:24.3125rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAVrhUJhidnmR8qOW27Nl01eL26htrU1 { top:16.9375rem;left:0rem;width:47.75rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAv7G4lEdCySr3XtxOsd7p2HioSgvC0B { top:12.5rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmIAESEtStscJcndskZkaayip9yRN0p9 { top:9.125rem;left:3.625rem;width:38.5625rem;height:2.0625rem;font-size:1.375rem;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:2.4375rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { top:11.875rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { top:12.5rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkO2kMvE7en6MfNJ8HT28O7MDTqQGloL { top:1.9375rem;left:0rem;width:18.5625rem;height:5.0625rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc  { width:21.5rem;height:auto;top:17.875rem;left:0rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc {display:block;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc { width:21.5rem;height:auto;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #gtuy4McZXXJGrJqkS0My0H3SpNUU5p3x {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #hMm6Ke6vVZbRzTAZHsS5rnBlxZs79HH3 {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #h3Pk7iGqN3u1yh2MC7UNvL6tTxbvZxe8 {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #WFgvqoNnmkufKHSXdRyTIhvNsGPeOVJE {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #fswXQlwugvIkIQbSrANZtb1IdSkvws8d {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #S2o8ReSq7UmQRpJhmRDFxEWG9imifeLx {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #EVGvmIkXGrT7ECqoKWOxWaDb3nJD2BrX {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #umt7ULWaug85aMkn1lDO36LrnwP3NKR2 {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #N8rWvSFNusb5IfuA2lqEVBNaTlw1o07u {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #F9z91GWpPVwuVWT8B53kApZHaGLC92QG {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #bLcR5SKlUdxEtFKNbDlxzQXG2UwWwEz0 {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #PWFz1501197vCidVX1tuNODnS1ah9IRG {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #eeZFOTezO308bTvOBS6JW9g6ym2M3Wtl {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #z1PJLORm9sAf8v58BRgXBsPgaTSTo10g {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #qhRU2yoNLULFgnHJ9DtTgVzPx803Rfva {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #T9NUq7HWC11gW9DG45TiMIm4LvJWUIEJ {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #HEGtpoTTsFpCfiUTVSUaaS5hdgXSypeE {  }
 }@media only screen and (max-width: 763px) { #hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc { display:block; }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Env3lrllJfMrfzdKXoieuKoTxIPelhQ4 { top:2.5625rem;left:0rem;width:14.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTnphatrMgzzHG5AO0HRCICnPTelMl4O { top:7.75rem;left:4.6875rem;width:43.0625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@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:1.9375rem;left:13.46875rem;width:20.8125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#357fdc;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; }#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 { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:1.85595625rem;top:11.1875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { width:20rem;height:4.625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { width:19.5625rem;height:2.9248rem;top:24rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { width:15.0625rem;height:2.875rem;top:1.4375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { display:flex;width:1.8125rem;height:2.6875rem;top:6.3125rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:5.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #E5GaOx4g59ZLBtuTwCXOmBNhnG3ffsok { width:18.8125rem;height:4.7998rem;top:11.1875rem;left:0.625rem;font-size:3rem;text-align:center;text-align-last:center;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #RrPRWS09mcamJvgTfxZTHGKxGz3D1XMo { top:45.0625rem;left:0rem;width:19.9375rem;height:25rem;z-index:15005;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-text {padding-top: 0; padding-bottom: 0;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-select {padding-top: 0; padding-bottom: 0;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl  { width:17.5rem;height:auto;top:28.6875rem;left:0rem; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl {display:block;}#d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl { width:17.5rem;height:auto;top:28.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #uCHb2sRvVhntQ63ZpDhbNFNo4v83FRa7 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #ulCtRt6HaiWVqZBCZTOPIi12rVUInvZn {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #QHbSEQNdztzsgriZQwT4cnvvusDgfTq2 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #aEDFs9lDpR0tstBTF1wMgfxTElrakdH5 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #KWGZgv61pBLdnpXT6UteJnNNWkTVEwvA {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #LkpZ8glpA6QVVK41ZDWNyPwzEPUyIOAi {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #xKXIALD8aI8azkNpU2AMMG0IUqT0rDQe {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #Q9ReT3KpndlzdkC6yNR58xf9k9KGGmE5 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #P3NgmhiWZeWbkm4A7VqBgppF2BQFtaR0 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #JNWe7A4ir8B6cxfg9itZtbBQDA2wW6KJ {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #sHXo2mTbJKtDRoRtNC7SFrw4aOa9rt18 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #eGhlGBJkehJ7ktNHALUWy5S98nT1dw8o {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #S98rMXA1psuuXHv7DIR2rtPxGkbfDQ88 {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #M1z7NbDvIB0xReWaq023e6XCAOvE0ybU {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #f2piaBc1FnMl5Moz0i9THocpLZmn7fkI {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #ViL7ZMrEUPpgLZwW7inhqU31bLaJIicW {  }
 }@media only screen and (max-width: 763px) { #d0bIcbR2ZwzqugH7AqhVw12OiRTRxPJl #AFuqzefsSgvohvHAPOM3USTTszXgJoV9 {  }
 }@media only screen and (max-width: 763px) { #OKsXZlogBM1b8LzuMgazKxPShZd61azz { width:11.9375rem;height:11.9375rem;top:28.0625rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #mkfgcMs6IILdEIvU3DvMC4w3iPJhmfaA { width:10.5625rem;height:auto;top:30.625rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RTenUM8GULt7W50MEbSCMW2iEf0Z6TR3 { width:10.5625rem;height:auto;top:34.6875rem;left:4.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rC5DA8Ggtg4R8NH14acSGbPBPTaTCwx3 { top:18.125rem;left:1.9375rem;width:16.125rem;height:3.25rem;z-index:15056;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NsfxkZPmpvhSwiT5lNufUQl0BbkFLRr0 { top:18.9375rem;left:3.75rem;width:12.5rem;height:1.625rem;z-index:15057;color:#00adc7;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { display:block; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR { display:block; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z2PSJMI0Ju9iKcEyIa2MORT1BOH35BhR > .row .container { width:20rem;height:24.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTgKBIFNmWBvUtLE7QmMnl5qa1vemvQ3 { height:11.25rem;width:20rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMDez8IUTfh2ImikKTB28fr1dblF69RA { width:20rem;height:0;top:1.4375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R8MS0PLXoZ5IuRBpWuPfOiRhs2Wu8iAo { width:20rem;height:0;top:7.35107421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NxW7B8gKocNZkpkk0nISm6vMgtJ23ctV { width:20rem;height:2.886725rem;top:2.5rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #lU769RZLXXXrI3MGPZsxfV7xBBOmTfK6 { width:20rem;height:2.19970625rem;top:6.68701171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 { display:block; }#f1kJHnlLc7IOatlaWCDT5Dn3xn8gmLf7 > .row .container { width:20rem;height:73.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGEwRXfnpCsR61AgFfmcDTChk6WxkVwm { width:20rem;height:1.71875rem;top:14.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHgW4OhGO0L49obXkdufRpHWkqwx8lUi { width:20rem;height:4.125rem;top:17.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVUkpkEWINpBTH7ieCTk9aVx2hzup9VD { width:19rem;height:10.39845rem;top:23.3125rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vT9xnytw0XAvBpViQWZGPhzqXuxhTuqT { width:18.375rem;height:11.69824375rem;top:34.6875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N5k7argV4vrSNiGAHL4oSy2qdMzcgJOl { height:10.880875rem;width:20rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoK9OGSKmlgDkrybSuogfLyEHH6O6Jow { width:15.3125rem;height:auto;top:6.4375rem;left:2.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XEwmxBUulQEelBJgoV7p5L5pX0Tc64At { width:19.125rem;height:25.2715rem;top:47.5625rem;left:0.4375rem;font-size:1rem;display:block; }#XEwmxBUulQEelBJgoV7p5L5pX0Tc64At li:before{  }
 }@media only screen and (max-width: 763px) { #LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #28d8d8, #0000ff);background-image: -moz-linear-gradient(180deg, #28d8d8, #0000ff);background-image: -ms-linear-gradient(180deg, #28d8d8, #0000ff);background-image: -o-linear-gradient(180deg, #28d8d8, #0000ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28d8d8', endColorstr='#0000ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#28d8d8', endColorstr='#0000ff' );";background-image: linear-gradient(180deg, #28d8d8, #0000ff);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; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container { background-color: transparent; background-image: none; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container > .video-iframe-container { display: none; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row > .video-iframe-container { display: none; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .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); }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container { border-width: 0; border-radius: 0; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqIFrmgCVMryaEi9nptNJWnITdXdL6V6 > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMo7qfSuJ9XzH1pgGAgPZxoqXPm9z7xX { width:14.1875rem;height:3.75rem;top:1.125rem;left:2.90625rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R9b2TJZsaKIQ1aTP8SbyOzQ4Rc9CxF1Z { width:11.875rem;height:1.59375rem;top:23.375rem;left:1.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mzhNveiqxt7q3lg555q2xGW81rgA6vfi { width:17.4375rem;height:12.6875rem;top:26.125rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#mzhNveiqxt7q3lg555q2xGW81rgA6vfi li:before{  }
 }@media only screen and (max-width: 763px) { #BcV3qH0CeIPPPts2cOvLSGJqlWsXA0bs { width:10.125rem;height:15.9375rem;top:39.1875rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#BcV3qH0CeIPPPts2cOvLSGJqlWsXA0bs li:before{  }
 }@media only screen and (max-width: 763px) { #AkTTNt0sTmkFHtPgvUTi2XGTh1iBVgMe { width:10.9375rem;height:1.6875rem;top:57.5625rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d2uVRU3RX9dCCV7BsBNdVukl8CBvIbqJ { width:11.1875rem;height:2.9375rem;top:60.4375rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#d2uVRU3RX9dCCV7BsBNdVukl8CBvIbqJ li:before{  }
 }@media only screen and (max-width: 763px) { #MX25Sy1MS9GwkHIbO3pFUF2oV7MI6Ky0 { width:7.9375rem;height:1.6875rem;top:66rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e4Ev6bznPfr40TQ58W9fzEl7b0VDaHSv { width:12.875rem;height:4.5625rem;top:68.8125rem;left:1.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#e4Ev6bznPfr40TQ58W9fzEl7b0VDaHSv li:before{  }
 }@media only screen and (max-width: 763px) { #xJxlrfbiHG9HVpCpmvMvTdpFFTGKKW1D { top:2.9375rem;left:0rem;width:20rem;height:18.6875rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #9e005d, #662d91);background-image: -moz-linear-gradient(180deg, #9e005d, #662d91);background-image: -ms-linear-gradient(180deg, #9e005d, #662d91);background-image: -o-linear-gradient(180deg, #9e005d, #662d91);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e005d', endColorstr='#662d91' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e005d', endColorstr='#662d91' );";background-image: linear-gradient(180deg, #9e005d, #662d91);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; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container { background-color: transparent; background-image: none; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container > .video-iframe-container { display: none; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row > .video-iframe-container { display: none; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .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); }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container { border-width: 0; border-radius: 0; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OF6M9LULCt1Kuu6knVyB1fTkU1NVGR1t > .row .container { width:20rem;height:98.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QFFy8mmLLAcWBeKThJDDM7NrJgngUymy { width:13.6875rem;height:1.6875rem;top:26.5625rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TvBytdETdnyfVerdlvP7THuo9sU9kPsp { width:12.6875rem;height:18.8418125rem;top:29.1875rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }#TvBytdETdnyfVerdlvP7THuo9sU9kPsp li:before{  }
 }@media only screen and (max-width: 763px) { #AOtB0900JnvNRDHempSPwpSIvClz77zQ { width:11.625rem;height:8.875rem;top:52.375rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#AOtB0900JnvNRDHempSPwpSIvClz77zQ li:before{  }
 }@media only screen and (max-width: 763px) { #TcUadUtTSSdNpkZIdiN0CACroHALl8Ba { width:14.875rem;height:1.6875rem;top:63.3125rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UCTNq1KJJdQwJXqBStTNtQ1f225BhsFt { width:10.6875rem;height:2.75rem;top:66.1875rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#UCTNq1KJJdQwJXqBStTNtQ1f225BhsFt li:before{  }
 }@media only screen and (max-width: 763px) { #znaTkiUJBSH22KCXnq9TnTJImMTTnxoJ { width:7.8125rem;height:1.6875rem;top:70.625rem;left:1.5rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T7p6QZRrrs0T10Di04IetZfUBSG1FrOH { width:12.25rem;height:10.40625rem;top:73.25rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#T7p6QZRrrs0T10Di04IetZfUBSG1FrOH li:before{  }
 }@media only screen and (max-width: 763px) { #NSmZMiLIdTVx71tD9A7J5JnWSCZ10ZHg { width:5.6875rem;height:1.6875rem;top:49.75rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gXGq43oMFPzh0IKQ08XDys4NDKte4eox { width:12.4375rem;height:11.9375rem;top:84rem;left:1.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#gXGq43oMFPzh0IKQ08XDys4NDKte4eox li:before{  }
 }@media only screen and (max-width: 763px) { #IG6ll50ifL1a4bod820CerR9GunqMoUF { width:14.1875rem;height:5.5rem;top:1.25rem;left:2.875rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #I2Znx0neFHhpDUy43WZ2WMnomv3QSHgR { top:5.8125rem;left:0rem;width:20rem;height:18.6875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W3HA0i6hAX36gsRbUcexUnIheHNRPH79 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fbb03b, #f15a24);background-image: -moz-linear-gradient(180deg, #fbb03b, #f15a24);background-image: -ms-linear-gradient(180deg, #fbb03b, #f15a24);background-image: -o-linear-gradient(180deg, #fbb03b, #f15a24);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb03b', endColorstr='#f15a24' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb03b', endColorstr='#f15a24' );";background-image: linear-gradient(180deg, #fbb03b, #f15a24);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; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container { background-color: transparent; background-image: none; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container > .video-iframe-container { display: none; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row > .video-iframe-container { display: none; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .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); }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container { border-width: 0; border-radius: 0; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W3HA0i6hAX36gsRbUcexUnIheHNRPH79 > .row .container { width:20rem;height:133rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QOwkoO7zvxcuSbv7acVgDf9kXsPz3nwG { width:11.6875rem;height:1.6875rem;top:24.9375rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nS3JoPbDO5THT66aXGsD0RQFSSeAryII { width:13.625rem;height:30.4296875rem;top:27.8125rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#nS3JoPbDO5THT66aXGsD0RQFSSeAryII li:before{  }
 }@media only screen and (max-width: 763px) { #yR1tPFWybLcw6cRA74W6dp88TRF2gxUy { width:11.125rem;height:1.6875rem;top:108.0625rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gH6vwaUea3Wr6lQxGmnDHSfrLKZ9Qb5k { width:13.0625rem;height:2.76171875rem;top:111.3125rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#gH6vwaUea3Wr6lQxGmnDHSfrLKZ9Qb5k li:before{  }
 }@media only screen and (max-width: 763px) { #sGvJCP47VpgTCR9S3vDBhfui5WGHKkXU { width:7.4375rem;height:1.6875rem;top:91.3125rem;left:1.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #B32gzsD5lstVwfvaGu7FrWsFrzRKNaGn { width:18.25rem;height:11.670875rem;top:94.125rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }#B32gzsD5lstVwfvaGu7FrWsFrzRKNaGn li:before{  }
 }@media only screen and (max-width: 763px) { #wKLhHu3cxaRsROAlS621bbfBzZNtLh0T { width:13.6875rem;height:13.5215rem;top:118.1875rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#wKLhHu3cxaRsROAlS621bbfBzZNtLh0T li:before{  }
 }@media only screen and (max-width: 763px) { #Z1JhTiplVBAQiJfE9Wqin4kpV9sBapRC { width:5.6875rem;height:1.6875rem;top:115.9375rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ODFkh3JbPcK0IeCNIcML0Tdf9WeKJDS6 { width:14.1875rem;height:5.5rem;top:0.5625rem;left:2.90625rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WWXTc9THw4FGJB9LecXL6DCiwZ4XAJ8M { width:14.5625rem;height:30.4296875rem;top:58.875rem;left:1.75rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#WWXTc9THw4FGJB9LecXL6DCiwZ4XAJ8M li:before{  }
 }@media only screen and (max-width: 763px) { #crmzFowH7FIfpXtLcOwG1b8TfyRE34Kg { top:4.75rem;left:0rem;width:20rem;height:18.6875rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff00ff, #9e005d);background-image: -moz-linear-gradient(180deg, #ff00ff, #9e005d);background-image: -ms-linear-gradient(180deg, #ff00ff, #9e005d);background-image: -o-linear-gradient(180deg, #ff00ff, #9e005d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#9e005d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#9e005d' );";background-image: linear-gradient(180deg, #ff00ff, #9e005d);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; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container { background-color: transparent; background-image: none; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container > .video-iframe-container { display: none; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row > .video-iframe-container { display: none; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .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); }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container { border-width: 0; border-radius: 0; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQr2KcaIRFQOP0n36h6hgJlhzTagbMxT > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCS7i8BaS5EAm9xgO9AuLddcGAdZLmtL { width:12.375rem;height:1.6875rem;top:25.1875rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lmlCfixzgWNM2gA0B4GhD65rduJrECsT { width:17.375rem;height:12.7305rem;top:27.75rem;left:1.3125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#lmlCfixzgWNM2gA0B4GhD65rduJrECsT li:before{  }
 }@media only screen and (max-width: 763px) { #lQQI4mTumUcAzfmoUNdphHcpTPcgcav9 { width:14.1875rem;height:1.6875rem;top:43.0625rem;left:1.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tc5rhSJE6HeSkElTaq6fexKsAOWl5S0b { width:17.5rem;height:2.76171875rem;top:45.9375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#tc5rhSJE6HeSkElTaq6fexKsAOWl5S0b li:before{  }
 }@media only screen and (max-width: 763px) { #MBD1Uf65Wx0fCPxTscrTxxTkc1TuJPpO { width:14.1875rem;height:1.59375rem;top:50.375rem;left:1.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ywRfPJ5rvtg0FBLi4IHNC2g9hGsac7kn { width:17.5rem;height:4.5625rem;top:53.125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ywRfPJ5rvtg0FBLi4IHNC2g9hGsac7kn li:before{  }
 }@media only screen and (max-width: 763px) { #eS67s9eWT8DefJK9sT6LDite4oItFy8w { width:19.9375rem;height:5.5rem;top:1.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gbqxxqCQaVFI4rPgv5TvtDS8nCcCgn7F { top:4.1875rem;left:0rem;width:20rem;height:18.6875rem;z-index:15020;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 { background-color:#ffffff;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; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row .container { background-color: transparent; background-image: none; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row .container > .video-iframe-container { display: none; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row > .video-iframe-container { display: none; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .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); }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row .container { border-width: 0; border-radius: 0; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g7X5UMlqT1nyQs9lwhpmCmhuSwwStWP0 > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:20rem;height:67.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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) { #Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS { background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/1bd2e510-5ce8-4466-ba9f-c220dc0825be/Biruni_Hastanesi_Checkup_Doctor_2025Mobil.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS.adaptive-delivery-prevent-bg, #Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS.lazyload, #Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS.lazyloading { background-image: none; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container { background-color: transparent; background-image: none; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container > .video-iframe-container { display: none; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row > .video-iframe-container { display: none; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .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); }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container { border-width: 0; border-radius: 0; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tk1dcZkElwb9EDRTwS08NDtIdOAVrTXS > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ig8Vvhk0XwFZ0P9R4fQ3EBp7QG4u6Mwi { width:20rem;height:4.125rem;top:1.625rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZE0TLnpZ4ZhbfTwy3xtlWtSSe2dDGxCm { width:20rem;height:5.199225rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzNT8Rx7gm00J9aOwduQSK3pCv6G5s2d { width:4.9375rem;height:4.9375rem;top:10rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doB8UDPyvPPbJ7VhOoOCMPACr8wpKDHp { width:2.9375rem;height:2.9375rem;top:11rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI5R7g48xRS1mhM44gohkwQyUea5rNQl { width:4.9375rem;height:4.9375rem;top:10rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTwHogh6NoSzodOKZJgraG35oZAxNtLL { width:2.9375rem;height:2.9375rem;top:11rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #la0HFBbnoQChbgvDA8chTbhLHZlqgJvT { width:4.9375rem;height:4.9375rem;top:10rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTRhZ0FWaaMXNJOrIRyG5CERt4pysToV { width:2.9375rem;height:2.9375rem;top:11rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { background-color:#ffffff;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; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { background-color:#ffffff;background-image:none;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 { width:20rem;height:267.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { width:20rem;height:24.6963125rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { width:20rem;height:40.29394375rem;top:34.01220703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { width:20rem;height:2.0625rem;top:30.875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { width:20rem;height:19.4970625rem;top:86.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { width:20rem;height:4.125rem;top:79.3125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mtAs1Nm8bW4DhdleNeewOlikpAEaTM1m { width:20rem;height:11.6982375rem;top:112.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #co3ecuF2xUoWVk3T8xyKNXIta75s6XCH { width:20rem;height:2.0625rem;top:109.9375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #x6ctytAvooNsLgTizuTBQxAq5zklhiKM { width:20rem;height:23.396475rem;top:218.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2VcxVhIVrWWTOn4zfyORJcsdv8WeQto { width:20rem;height:2.0625rem;top:215.1875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BOAQn4rRu0aUHVuxmJ6ux6AMgON3Svul { width:20rem;height:19.4970625rem;top:191.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH86Ch6xfyLJafRwAWRQxdWTMiBEwzyC { width:20rem;height:2.0625rem;top:188.375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { width:19.875rem;height:0;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTapBmBXd3mRTNvisMVv82G10Xocovf { width:19.875rem;height:0;top:76.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUcGc33BCnvws00VniykZrFR6BpGzdGy { width:19.875rem;height:0;top:108.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oATAe5FzqQrSFZrI8lE6nuauecqrXuFi { width:19.875rem;height:0;top:187rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Cc9QMOk113NVUJtBtJf3Dt3TpQMW2n { width:19.875rem;height:0;top:213.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e75ouwgq4R5Cwk4EIHedvho5xO2pLAt0 { width:20rem;height:2.0625rem;top:0.689453125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xQMAloJ3cLhc4tnVV4XThKUQJ6uRsFT3 { width:15rem;height:13.3105625rem;top:126.072265625rem;left:0rem;font-size:0.875rem;display:block; }#xQMAloJ3cLhc4tnVV4XThKUQJ6uRsFT3 li:before{  }
 }@media only screen and (max-width: 763px) { #ITzZCF6CCJxXVuRfUiehNRTL9g5tnAMH { width:20rem;height:13.3105625rem;top:140.046875rem;left:0rem;font-size:0.875rem;display:block; }#ITzZCF6CCJxXVuRfUiehNRTL9g5tnAMH li:before{  }
 }@media only screen and (max-width: 763px) { #beKMh4o0J59MmlxTrAAEo8OxuBRa8tgb { width:17rem;height:14.672875rem;top:153.9375rem;left:0rem;font-size:0.875rem;display:block; }#beKMh4o0J59MmlxTrAAEo8OxuBRa8tgb li:before{  }
 }@media only screen and (max-width: 763px) { #c7lMEJn7IWv5vXwgOiEeFkFgGBZB17hy { width:20rem;height:15.722625rem;top:169.25rem;left:0rem;font-size:0.875rem;display:block; }#c7lMEJn7IWv5vXwgOiEeFkFgGBZB17hy li:before{  }
 }@media only screen and (max-width: 763px) { #cHbu54fidHHglCmr1TA16ml3r7quPiw1 { width:20rem;height:16.897475rem;top:248.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6W5WVXlK1RpQSLhgIBCF6xtmmUa0HAI { width:19.875rem;height:0;top:243.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEy7SJOhQU7qrcKKcKGBno3PV9us7t5T { width:20rem;height:2.0625rem;top:244.9375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kVGze3gasVXrJ5BK74SaKq9UM5qgg0Hd { background-color:#040104;background-image:url("https://images.assets-landingi.com/uc/8f64ad93-a2b7-4e1b-86d6-97f2441e84c0/a12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qllKs8eqEmt6GU2uBG0AgtFht0wbw8go { width:20rem;height:5.625rem;top:5.8125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #S82GcBoPrZpPcvas3LVbKdm1TACxomaM { width:17.75rem;height:7.7988125rem;top:13.8125rem;left:1.125rem;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: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:92.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4PpqNmgWM3ApRJKGVt8nc7TbTVDWxH6 { width:20rem;height:4.125rem;top:0.9375rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yPT6x3mutWlfnR7klxClbgEiIixWmclH { width:19.875rem;height:0;top:51.4691875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpCVedN3K5ezU2QuPvOUDdUmpEwbm8UJ { width:20rem;height:3.75rem;top:52.8441875rem;left:0rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzDhiGeehSR0t9ay44zZ1N7AWBev2b8v { width:20rem;height:12.50390625rem;top:57.8441875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBkemkbFDAIm1IdvUuXSmcg3ZTFoCVGC { width:19.875rem;height:0;top:71.603rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJGMuLHLeeBZ3BsM1cQOJeBQn3WwdWTm { width:20rem;height:14.7773125rem;top:76.103rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJww1Cc9HoPdbN0EVS2ZU2Wx9LzAZoFM { width:19.1875rem;height:1.875rem;top:72.978rem;left:0.375rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAVrhUJhidnmR8qOW27Nl01eL26htrU1 { width:20rem;height:27.2959125rem;top:22.9233125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iAv7G4lEdCySr3XtxOsd7p2HioSgvC0B { width:20rem;height:7.798825rem;top:13.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XmIAESEtStscJcndskZkaayip9yRN0p9 { width:16.4375rem;height:6.1875rem;top:6.9375rem;left:1.78125rem;font-size:1.375rem;line-height:1.5;text-align:center;text-align-last:center;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;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; }#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 { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { width:18.5625rem;height:0;top:1.25rem;left:0.71875rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { width:20rem;height:4.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { width:20rem;height:2.9248rem;top:5.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkO2kMvE7en6MfNJ8HT28O7MDTqQGloL { width:19.5rem;height:2.53125rem;top:1.4375rem;left:0.25rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15013;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-text {padding-top: 0; padding-bottom: 0;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-select {padding-top: 0; padding-bottom: 0;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc  { width:17.5rem;height:auto;top:10.625rem;left:0rem; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc {display:block;}#LxZfULsxEIHxBObtkDNML0Oir1zhKeNc { width:17.5rem;height:auto;top:10.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #gtuy4McZXXJGrJqkS0My0H3SpNUU5p3x {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #hMm6Ke6vVZbRzTAZHsS5rnBlxZs79HH3 { display:block; }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #h3Pk7iGqN3u1yh2MC7UNvL6tTxbvZxe8 {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #WFgvqoNnmkufKHSXdRyTIhvNsGPeOVJE {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #fswXQlwugvIkIQbSrANZtb1IdSkvws8d { display:block; }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #S2o8ReSq7UmQRpJhmRDFxEWG9imifeLx {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #EVGvmIkXGrT7ECqoKWOxWaDb3nJD2BrX {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #umt7ULWaug85aMkn1lDO36LrnwP3NKR2 { display:block; }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #N8rWvSFNusb5IfuA2lqEVBNaTlw1o07u {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #F9z91GWpPVwuVWT8B53kApZHaGLC92QG {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #bLcR5SKlUdxEtFKNbDlxzQXG2UwWwEz0 { display:block; }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #PWFz1501197vCidVX1tuNODnS1ah9IRG {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #eeZFOTezO308bTvOBS6JW9g6ym2M3Wtl {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #z1PJLORm9sAf8v58BRgXBsPgaTSTo10g {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #qhRU2yoNLULFgnHJ9DtTgVzPx803Rfva {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #T9NUq7HWC11gW9DG45TiMIm4LvJWUIEJ {  }
 }@media only screen and (max-width: 763px) { #LxZfULsxEIHxBObtkDNML0Oir1zhKeNc #HEGtpoTTsFpCfiUTVSUaaS5hdgXSypeE {  }
 }@media only screen and (max-width: 763px) { #hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc { display:block; }#hv9V84HEMGH6QNdpJvmRG7lf7sQ09Kmc > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Env3lrllJfMrfzdKXoieuKoTxIPelhQ4 { width:14.5rem;height:16.4375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTnphatrMgzzHG5AO0HRCICnPTelMl4O { width:20rem;height:11.375rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@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:15.0625rem;height:2.875rem;top:1.21875rem;left:2.46875rem;display:block; }
 }