.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/7af54884-b3d9-40e2-862a-7a35abb876fd/Biruni_Kadin_Hastaliklari_Header_LandingPage_2025.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:53.3125rem;width:75rem;position:relative;display:block; }#NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:9.91796875rem;left:4.8125rem;height:6.1875rem;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:18.5625rem;left:4.8125rem;display:block; }
#sFGCA4aVpdKhffzzPaquTRUhguTkktLO { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.1875rem;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.375rem;left:4.8125rem;overflow:hidden;display:block; }
#o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:1.75rem;left:65.729167938231rem; }
#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.375rem;left:67.5000038147rem;display:block; }
#pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JZKSkaTihAODpX6ExdCvPRQsAnb551M0 { 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.375rem;left:67.5000038147rem;display:none; }
#n6NVLKh7oGcLh6kCO2b4WfomUzgExQQe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3aKlSTXIDlU987xaxgyMFDQCAC5fRfH { 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.75rem;left:65.729167938231rem;display:none; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-form-header {  }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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"; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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"; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-container:first-of-type{padding-top:0;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-container:last-of-type{padding-bottom:0;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3  { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.375rem;left:4.8125rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .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; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 {display:block;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 { 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:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.375rem;left:4.8125rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #AZrbezQdBuqWOXlGVouawoaUpxK4knez { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #Dwie6rBTyX5H0obhAtWGD0uWaPu7fB4h { position:relative;display:block; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #rA6zF7q4arMKO7HV1VBHWp4goZ0XiWWK { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #IUAPuhriynzz5isRE6K9N0IJk1rNWaGV { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #CnEC5uw5nsEdP6oUTpPvOmyICSGLzV3d { position:relative;display:block; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #l0tzaUGeZSQrlL1SpAJu0CfmCg7yK1lf { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #q6QUaRctvQ1yqBTlIykBgR0yxAQzkqfq { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #rLz5KZXpyvTXGBOcixgo2tJyxHdJ3MaL { position:relative;display:block; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #AE33oVd3Jexukb9XBoecTUxGB38Jo9F3 { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #NoR079f5qABFf3cEcMMMUxAueUJm1asB { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #VaItc0qFIHPnR8t4FMs1FEeb8L11Oeb6 { position:relative;display:block; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #xTu79T0DmXi3rU8xgWDcyzcmVceWxT5P { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #znvtPeJZTlhFTagMIhZclyqDGIIZEnh3 { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #pSeRBXuvBogQIGAQZ7a1SDAAXos5qlTB { position:relative;z-index:2; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #kOBx82ku8BTFCEFAd6ynWkAIiurxQN27 { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #zs1US9z6LqXiWaF3Upn4LtIywOy36bPM { position:relative; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #yKtkA5BzieRKfGNKTiVPe6Fmfxyx2Zf2 { position:relative; }
#PneMhmieNRTwJJSyNc1H9WexHU5NXsut { 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:15056;background-color:#e54cb6;background-image:none;top:30.5rem;left:30.875rem;display:block; }
#olRIXUHLb172Q38SsxAkMB4rao9hZQbW { color:#ffffff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:33.25rem;left:31.3125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2si3tXwTEERHeuT41HIXMSBycUaCqtR { color:#ff00ff;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:37.3125rem;left:31.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1M3A1LiKB3iS9vpunoLQybIPZEckd7x { 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; }
#ZLJiIPKxCwlGTkXs6QITOdX3FWN1a787 { 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:18.3125rem;left:8.875rem;display:none; }
#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf00ff, #9500ff);background-image: -moz-linear-gradient(90deg, #bf00ff, #9500ff);background-image: -ms-linear-gradient(90deg, #bf00ff, #9500ff);background-image: -o-linear-gradient(90deg, #bf00ff, #9500ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );";background-image: linear-gradient(90deg, #bf00ff, #9500ff);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.125rem;width:75rem;position:relative;display:block; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP { position:relative;display:block; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP { background-color: transparent; background-image: none; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .row .container > .video-iframe-container { display: none; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .row > .video-iframe-container { display: none; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .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); }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP { border-width: 0; border-radius: 0; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .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; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .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; }#HqlL6eRLrfdPXwCuo5Upk94gm4mztDNU { 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; }
#fxo15oGGe1RM8t8fAEry4DTig07CUXu7 { 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; }
#qZrfy6IG1fIZ2QFwiO9U88HzsXaLTd0T { 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; }
#V0QTXXriKwJxD4HEpVPtcVCQC5oLc4ax { 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; }
#J9U1PUtVzchvr2O6TdlQSvPVLFeUo38h { 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; }
#iroq5UXenAHS9DmP9s6nq2a0zOH44GpC { 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:54.4375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#blXyBP7F7ToIkpPh4kH6WFcQyiv7OwXo { 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:;text-align:left;text-align-last:left;font-style:normal;display:block; }#blXyBP7F7ToIkpPh4kH6WFcQyiv7OwXo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#blXyBP7F7ToIkpPh4kH6WFcQyiv7OwXo li:before{  }
#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.125rem;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:19.125rem;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:5.4375rem;height:9rem;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:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { color:#ffffff;display:block;width:18.875rem;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:50.84375rem;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:18.9375rem;width:19.3125rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -moz-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -ms-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -o-linear-gradient(180deg, #bf00ff, #9500ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );";background-image: linear-gradient(180deg, #bf00ff, #9500ff);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; }
#LUETHgZFzJdh4SpqOV1fzUz9fmZgPlIz { box-sizing:content-box;height:18.9375rem;width:19.3125rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -moz-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -ms-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -o-linear-gradient(180deg, #bf00ff, #9500ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );";background-image: linear-gradient(180deg, #bf00ff, #9500ff);background-size:auto !important;top:3.09375rem;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; }
#TGdx1DyTzzM1tOfOZJXv1hz3UTOWh9Es { box-sizing:content-box;height:18.9375rem;width:19.3125rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -moz-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -ms-linear-gradient(180deg, #bf00ff, #9500ff);background-image: -o-linear-gradient(180deg, #bf00ff, #9500ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );";background-image: linear-gradient(180deg, #bf00ff, #9500ff);background-size:auto !important;top:3.09375rem;left:50.625rem;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; }
#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU { 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; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU.adaptive-delivery-prevent-bg, #yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU.lazyload, #yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU.lazyloading { background-image: none; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container { background-color: transparent; background-image: none; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container > .video-iframe-container { display: none; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row > .video-iframe-container { display: none; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .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); }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container { border-width: 0; border-radius: 0; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#k04zc89Te71NEXuC6B35JVl2qF9AztFh { 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; }
#aK88isnGGnaTJcRe61JafQ0ShuPFBAAT { color:#000000;display:block;width:26.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:13rem;left:48.5rem;height:7.79883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:23rem;left:53rem; }
#DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23rem;left:59.3125rem; }
#cd1FEst7ldK1HfpkuTqp9dLQsobeopax { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:23.6875rem;left:53.6875rem;overflow:hidden;display:block; }
#lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { 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:24rem;left:60.3125rem;overflow:hidden;display:block; }
#AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:23rem;left:65.5625rem; }
#fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:23.75rem;left:66.3125rem;overflow:hidden;display:block; }
#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf00ff, #9500ff);background-image: -moz-linear-gradient(90deg, #bf00ff, #9500ff);background-image: -ms-linear-gradient(90deg, #bf00ff, #9500ff);background-image: -o-linear-gradient(90deg, #bf00ff, #9500ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf00ff', endColorstr='#9500ff' );";background-image: linear-gradient(90deg, #bf00ff, #9500ff);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; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { background-color: transparent; background-image: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container > .video-iframe-container { display: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container { display: none; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .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); }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { border-width: 0; border-radius: 0; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { background-color: transparent; background-image: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { display: none; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { border-width: 0; border-radius: 0; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5rem;left:6.875rem;height:3.25rem;display:block; }
#fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:26.5rem;left:1.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.5rem;left:21.6875rem;height:3.25rem;display:block; }
#oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.5rem;left:16.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { color:#ffffff;display:block;width:0.875rem;position:absolute;font-family:"open sans";font-size:2.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.5rem;left:37.0625rem;height:3.16845625rem;display:block; }
#KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:26.5rem;left:32.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { color:#ffffff;display:block;width:10.625rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:26.5rem;left:47.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nODCXqvMXrp1dodastV2TF01Tfiv1xIz { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.5rem;left:52.4375rem;height:3.25rem;display:block; }
#BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"gotham font";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:26.5rem;left:62.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.5rem;left:66.8125rem;height:3.25rem;display:block; }
#XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:21.3125rem;left:13.9375rem; }
#y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { color:#124c8a;display:block;width:34rem;position:absolute;font-family:"gotham font";font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:7.625rem;left:20.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:15.5625rem;left:5.5625rem;overflow:hidden;display:block; }
#IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:15.5625rem;left:20.375rem;overflow:hidden;display:block; }
#rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:15.5625rem;left:35.75rem;overflow:hidden;display:block; }
#b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5625rem;top:15.5625rem;left:51.375rem;overflow:hidden;display:block; }
#FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.875rem;top:15.4375rem;left:65.5625rem;overflow:hidden;display:block; }
#k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.3125rem;left:29rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.3125rem;left:44.1875rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:21.3125rem;left:59.125rem;filter: drop-shadow(0rem 0rem 0rem rgba(0,0,0,0)); }
#UE46QXUwddceppiixm33TkhGcNe5E3AG { position:absolute;display:block;z-index:15015;background-color:#9a78b7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:0rem;display:block; }
#CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { position:absolute;display:block;z-index:15016;background-color:#4b8dda;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:59.9375rem;display:block; }
#KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { position:absolute;display:block;z-index:15017;background-color:#94c6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:45.25rem;display:block; }
#NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { position:absolute;display:block;z-index:15018;background-color:#ffabca;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.0625rem;top:12.3125rem;left:15rem;display:block; }
#XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { position:absolute;display:block;z-index:15019;background-color:#ed83ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.1875rem;top:12.3125rem;left:30.0625rem;display:block; }
#Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { position:relative;display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { background-color: transparent; background-image: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container { display: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row > .video-iframe-container { display: none; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { border-width: 0; border-radius: 0; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { background-color: transparent; background-image: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container > .video-iframe-container { display: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container { display: none; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { border-width: 0; border-radius: 0; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { font-size:0.875rem;font-family:arial;height:242.5rem;width:75rem;position:relative;display:block; }#ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.625rem;left:0.125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { color:#124c8a;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:13.125rem;left:2.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { color:#124c8a;display:block;width:37.5rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:24.75rem;left:18.75rem;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; }
#QbzIX12GWNbukvmw6dEaCSuyW3278DtL { color:#124c8a;display:block;width:44.875rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:20.3125rem;left:16.1875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { color:#124c8a;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:32.6875rem;left:8.0625rem;height:20.7969rem;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:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:29.125rem;left:19.9375rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:61.0625rem;left:8.0625rem;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; }
#lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { color:#124c8a;display:block;width:40.25rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:57.25rem;left:18.5rem;height:1.78125rem;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 #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;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:18.1875rem;left:9.3125rem;display:block; }
#zs136sNnVJD0TChoW92fTU976JvW7675 { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:77.8125rem;left:18.75rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Al26U1voBROoA0SQFqPoeOLLMovyQdUx { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:81.5rem;left:6.9375rem;height:6.49903125rem;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; }
#cH35TWbqDeoir0yMDQZGW8nKex0ZnWht { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:103.625rem;left:19.9375rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FhcWES4bNmMZo9em5RJLAtSfWH8K46UR { color:#124c8a;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:107.8125rem;left:6.9375rem;height:6.49903125rem;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; }
#TW9KhuyPiIaIDsT2JT4Mn0upv7Ef7Aac { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;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:118.125rem;left:8.1875rem;display:block; }
#PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:120.75rem;left:18.75rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdMHOruBry3vsaK4q8zuTDft2xaGf6Ny { color:#124c8a;display:block;width:38.75rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:90.6875rem;left:18.75rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#spcc5kBl74VFXyGR7pIRpN7uuTNvJKR6 { color:#124c8a;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:94.3125rem;left:6.9375rem;height:6.49903125rem;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; }
#b7QHgRh7dnV2Cg9TwzL7zpEo1zJ3Soxg { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:124.75rem;left:19.90625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tT7NcIsuypMOFvalxdZFmzsffrBJyrPu { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:132.1875rem;left:6.9375rem;height:6.49903125rem;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; }
#Mvmi6vMshEVobq6anQsUlbXEOFCTyq8b { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:129.3125rem;left:19.90625rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZGSAqvDq0paA5hD0Cz6o8AQ5tEkHZhOO { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:143.875rem;left:6.9375rem;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; }
#ILZh7dOdhWQC6Cv8tuPzXxOScsx3O4mk { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15043;line-height:1.5;letter-spacing:0;top:141rem;left:19.9375rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JqGHmyBn6qwCL2ru7MUqAxtPhf2cihqi { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:152.875rem;left:6.9375rem;height:1.29980625rem;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; }
#ON7dpTyMTrbDIcW6SH9ssIWqeUm1vLiH { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:148.75rem;left:19.9375rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wmagBy3RElJJuEskdLoGJrTva7f4mJdT { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:155.9375rem;left:6.9375rem;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; }
#wNBicuRzFwuxnXQ3XovZGAeB80DDvzVh { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;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:161.6875rem;left:9.3125rem;display:block; }
#IirhUnedaeztGJbyAp3lJ6HdqFmovx3n { color:#124c8a;display:block;width:35.1875rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15041;line-height:1.5;letter-spacing:0;top:163.6875rem;left:21.125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gkuqpMWTSu2O6d6DqdSgueLdamNtBdTl { color:#124c8a;display:block;width:61.125rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:167.375rem;left:7rem;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; }
#TzeoQDae02NSUetXAOEE99OnJT02DbMN { color:#124c8a;display:block;width:29.5rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:171.6875rem;left:22.75rem;height:16.89748125rem;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; }
#XJoV6t6TCB6JC2xNC5cmd7banZ50tkvr { color:#124c8a;display:block;width:29.5rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:203.875rem;left:22.75rem;height:16.89748125rem;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; }
#AINvxQCBLiocm6DBTSTDMRUXzyzk6kml { color:#124c8a;display:block;width:39.9375rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:193rem;left:17.53125rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agAnDhyP1UsAJ5dOPBA1OOb1rsvLlr5r { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;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:191.125rem;left:8.0625rem;display:block; }
#HgS1uEsDAp9OxXgnAUcA6f8Z3Aqunw6Z { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed #124c8a;border-left:0.0625rem dashed #124c8a;border-right:0.0625rem dashed #124c8a;border-bottom:0.0625rem dashed #124c8a;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:224.8125rem;left:8.0625rem;display:block; }
#uuWAxDHfb0JkvMtrzVUz8TQPtrTmDppm { color:#124c8a;display:block;width:39.9375rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:227.3125rem;left:17.53125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ALrQ082M93Kk2JXlsUGR762c2sggd8rL { color:#124c8a;display:block;width:29.5rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:232.4375rem;left:22.75rem;height:6.49903125rem;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; }
#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/6f0ebd53-da75-4ce7-8165-ebae2189b95b/Biruni_Kadin_Hastaliklari_Alt_Header_LandingPage_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; }#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.25rem;width:75rem;position:relative;display:block; }#cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { color:#ffffff;display:block;width:52.75rem;position:absolute;font-family:"gotham font";font-size:3rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:7.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { position:absolute;display:block;z-index:15034;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0rem rgba(0,0,0,0.5) ;height:4.625rem;width:24.125rem;top:11.125rem;left:0rem;display:block; }
#qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { color:#ffffff;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:11.75rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-form-header {  }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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"; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-text {padding-top: 0; padding-bottom: 0;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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"; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-select {padding-top: 0; padding-bottom: 0;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-container:first-of-type{padding-top:0;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-container:last-of-type{padding-bottom:0;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx  { 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:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17rem;left:0.0625rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .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; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx {display:block;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx { 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:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17rem;left:0.0625rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #MiPab6XLaXnKaC5Xetwn1rCsBfpT10Im { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #DSqp34FpmZ0wbK6DJ9El3QGrqH2dionQ { position:relative;display:block; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #QnUqoSbRciwtbDtWgX6i2FDaTwTO0X5r { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #DshBaWpoHFOX4tsDatZCaqb6pBr9dhk2 { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #ogxr55U7CoAyPVkveHmA6EX6B5ctsyD6 { position:relative;display:block; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #wERrgALpqexHiSXXVRs1pxFfvagUxUPA { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #h9UNCyy8TLUVzAOuRQeTogB7MhD62tnD { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #Kppu2KX5Samom5gred9QfetJ64aet5Bp { position:relative;display:block; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #myp7baNLZdGZ1u9qKy8Nou6IDcP8GSiO { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #yQTPJrxKP9TAuhOImoBpF8UcxO5PTRlb { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #r68pF3wtJyaPXwFHt1g8r56HUOZgdbci { position:relative;display:block; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #duBqlFr2gEuhbAz6UFRzVoexZTdLXkc5 { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #x7CZvkTin90XT6iCXHecfPHwT8TF3pXg { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #TVSLrCmUJJwT7OTkd4cVpu4WaSxGUbnW { position:relative;z-index:2; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #Pb6TDRk4ahtL9wgNVIiaXHc83PCwSg84 { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #tvJicCNp4hSxev6pqPNeaxVcku0qUuhs { position:relative; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #z4SWCTBO42FOMnbGTD5g4TyScrFKnF5h { position:relative; }
#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg { 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; }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row .container { background-color: transparent; background-image: none; }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row .container > .video-iframe-container { display: none; }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row > .video-iframe-container { display: none; }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .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); }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row .container { border-width: 0; border-radius: 0; }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#oBaZqewuh9EG2q0UmRH2eODnHqMclb5J { 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; }
#HiIE1cw1sku1kLsGNHuS1XudyfktF7t1 { 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:4.5rem;width:23.5rem;top:2.40625rem;left:25.25rem;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:9.875rem;left:0rem;width:27.4375rem;height:6.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { top:18.5625rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:19.1875rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { top:1.375rem;left:0rem;width:23.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9G06LlEpJQR3P58kJhcMyPwUhCWCfl8 { top:1.75rem;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.375rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #JZKSkaTihAODpX6ExdCvPRQsAnb551M0 { width:6.5rem;height:3.4375rem;top:1.375rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6NVLKh7oGcLh6kCO2b4WfomUzgExQQe { display:block; }
 }@media only screen and (max-width: 763px) { #a3aKlSTXIDlU987xaxgyMFDQCAC5fRfH { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3  { width:21.5rem;height:auto;top:24.375rem;left:0rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 {display:block;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 { width:21.5rem;height:auto;top:24.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #AZrbezQdBuqWOXlGVouawoaUpxK4knez {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #Dwie6rBTyX5H0obhAtWGD0uWaPu7fB4h {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #rA6zF7q4arMKO7HV1VBHWp4goZ0XiWWK {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #IUAPuhriynzz5isRE6K9N0IJk1rNWaGV {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #CnEC5uw5nsEdP6oUTpPvOmyICSGLzV3d {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #l0tzaUGeZSQrlL1SpAJu0CfmCg7yK1lf {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #q6QUaRctvQ1yqBTlIykBgR0yxAQzkqfq {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #rLz5KZXpyvTXGBOcixgo2tJyxHdJ3MaL {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #AE33oVd3Jexukb9XBoecTUxGB38Jo9F3 {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #NoR079f5qABFf3cEcMMMUxAueUJm1asB {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #VaItc0qFIHPnR8t4FMs1FEeb8L11Oeb6 {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #xTu79T0DmXi3rU8xgWDcyzcmVceWxT5P {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #znvtPeJZTlhFTagMIhZclyqDGIIZEnh3 {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #pSeRBXuvBogQIGAQZ7a1SDAAXos5qlTB {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #kOBx82ku8BTFCEFAd6ynWkAIiurxQN27 {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #zs1US9z6LqXiWaF3Upn4LtIywOy36bPM {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #yKtkA5BzieRKfGNKTiVPe6Fmfxyx2Zf2 {  }
 }@media only screen and (max-width: 763px) { #PneMhmieNRTwJJSyNc1H9WexHU5NXsut { top:30.5rem;left:17.25rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olRIXUHLb172Q38SsxAkMB4rao9hZQbW { top:33.25rem;left:17.6875rem;width:10.5625rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2si3tXwTEERHeuT41HIXMSBycUaCqtR { top:37.3125rem;left:18.0625rem;width:10.5625rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1M3A1LiKB3iS9vpunoLQybIPZEckd7x { display:none; }
 }@media only screen and (max-width: 763px) { #ZLJiIPKxCwlGTkXs6QITOdX3FWN1a787 { top:18.3125rem;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) { #Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP { display:block; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqlL6eRLrfdPXwCuo5Upk94gm4mztDNU { top:2.9375rem;left:0rem;width:25.0625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxo15oGGe1RM8t8fAEry4DTig07CUXu7 { top:6.4375rem;left:0rem;width:25.0625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZrfy6IG1fIZ2QFwiO9U88HzsXaLTd0T { top:10.625rem;left:0rem;width:19rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0QTXXriKwJxD4HEpVPtcVCQC5oLc4ax { top:22.6875rem;left:0rem;width:17.625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9U1PUtVzchvr2O6TdlQSvPVLFeUo38h { top:12.5rem;left:5.875rem;width:24.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iroq5UXenAHS9DmP9s6nq2a0zOH44GpC { top:6.4375rem;left:31.75rem;width:15.3125rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blXyBP7F7ToIkpPh4kH6WFcQyiv7OwXo { top:10.625rem;left:27.0625rem;width:20.5625rem;height:;font-size:1rem;display:block; }#blXyBP7F7ToIkpPh4kH6WFcQyiv7OwXo li:before{  }
 }@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:19.125rem;height:9rem;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:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { top:10.1875rem;left:28.875rem;width:18.875rem;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:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUETHgZFzJdh4SpqOV1fzUz9fmZgPlIz { top:3.0625rem;left:13.5625rem;width:19.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdx1DyTzzM1tOfOZJXv1hz3UTOWh9Es { top:3.0625rem;left:28.4375rem;width:19.3125rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU { display:block; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k04zc89Te71NEXuC6B35JVl2qF9AztFh { 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) { #aK88isnGGnaTJcRe61JafQ0ShuPFBAAT { top:13rem;left:21.25rem;width:26.5rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { top:23rem;left:39.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { top:23rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:3.5625rem;height:3.5625rem;top:23.6875rem;left:40.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:24rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { top:23rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:3.4375rem;height:3.4375rem;top:23.75rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { display:block; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { top:2.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { top:21.5rem;left:0rem;width:0.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { top:26.5rem;left:0rem;width:12.5rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { top:21.5rem;left:8.0625rem;width:0.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { top:26.5rem;left:2.625rem;width:11.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { top:21.5rem;left:23.4375rem;width:0.875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { top:26.5rem;left:18.5625rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { top:26.5rem;left:34.1875rem;width:10.625rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { top:21.5rem;left:38.8125rem;width:1.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { top:26.5rem;left:37.4375rem;width:10.3125rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { top:21.5rem;left:46.375rem;width:1.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { top:21.3125rem;left:0.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { top:7.625rem;left:6.875rem;width:34rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:3.5625rem;height:3.5rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:3.5625rem;height:3.5rem;top:15.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:3.5625rem;height:3.5rem;top:15.5625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:3.5625rem;height:3.5rem;top:15.5625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:3.875rem;height:3.8125rem;top:15.4375rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { top:21.3125rem;left:15.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { top:21.3125rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { top:21.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { top:12.3125rem;left:0rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { top:12.3125rem;left:32.6875rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { top:12.3125rem;left:31.625rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { top:12.3125rem;left:1.375rem;width:15.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { top:12.3125rem;left:16.4375rem;width:15.1875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:none; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:none; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:none; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:none; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { top:13.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { top:24.75rem;left:0rem;width:37.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { top:20.3125rem;left:0rem;width:44.875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { top:32.6875rem;left:0rem;width:47.75rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { top:29.125rem;left:0rem;width:35.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { top:61.0625rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { top:57.25rem;left:0rem;width:40.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaF8vdA3RJ5WwNV8ciVMNRpIS2JI5a3a { top:18.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #zs136sNnVJD0TChoW92fTU976JvW7675 { top:77.8125rem;left:0rem;width:35.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al26U1voBROoA0SQFqPoeOLLMovyQdUx { top:81.5rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH35TWbqDeoir0yMDQZGW8nKex0ZnWht { top:103.625rem;left:0rem;width:35.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhcWES4bNmMZo9em5RJLAtSfWH8K46UR { top:107.8125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9KhuyPiIaIDsT2JT4Mn0upv7Ef7Aac { top:118.125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { top:120.75rem;left:0rem;width:35.1875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdMHOruBry3vsaK4q8zuTDft2xaGf6Ny { top:90.6875rem;left:0rem;width:38.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spcc5kBl74VFXyGR7pIRpN7uuTNvJKR6 { top:94.3125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7QHgRh7dnV2Cg9TwzL7zpEo1zJ3Soxg { top:124.75rem;left:0rem;width:35.1875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT7NcIsuypMOFvalxdZFmzsffrBJyrPu { top:132.1875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvmi6vMshEVobq6anQsUlbXEOFCTyq8b { top:129.3125rem;left:0rem;width:35.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGSAqvDq0paA5hD0Cz6o8AQ5tEkHZhOO { top:143.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILZh7dOdhWQC6Cv8tuPzXxOScsx3O4mk { top:141rem;left:0rem;width:35.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqGHmyBn6qwCL2ru7MUqAxtPhf2cihqi { top:152.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON7dpTyMTrbDIcW6SH9ssIWqeUm1vLiH { top:148.75rem;left:0rem;width:35.1875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmagBy3RElJJuEskdLoGJrTva7f4mJdT { top:155.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNBicuRzFwuxnXQ3XovZGAeB80DDvzVh { top:161.6875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #IirhUnedaeztGJbyAp3lJ6HdqFmovx3n { top:163.6875rem;left:0rem;width:35.1875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkuqpMWTSu2O6d6DqdSgueLdamNtBdTl { top:167.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeoQDae02NSUetXAOEE99OnJT02DbMN { top:171.6875rem;left:0rem;width:29.5rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJoV6t6TCB6JC2xNC5cmd7banZ50tkvr { top:203.875rem;left:0rem;width:29.5rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AINvxQCBLiocm6DBTSTDMRUXzyzk6kml { top:193rem;left:0rem;width:39.9375rem;height:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #agAnDhyP1UsAJ5dOPBA1OOb1rsvLlr5r { top:191.125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #HgS1uEsDAp9OxXgnAUcA6f8Z3Aqunw6Z { top:224.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uuWAxDHfb0JkvMtrzVUz8TQPtrTmDppm { top:227.3125rem;left:0rem;width:39.9375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALrQ082M93Kk2JXlsUGR762c2sggd8rL { top:232.4375rem;left:0rem;width:29.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { top:2rem;left:0rem;width:47.75rem;height:7.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { top:11.125rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { top:11.75rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-text {padding-top: 0; padding-bottom: 0;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-select {padding-top: 0; padding-bottom: 0;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx  { width:21.5rem;height:auto;top:17rem;left:0rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx {display:block;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx { width:21.5rem;height:auto;top:17rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #MiPab6XLaXnKaC5Xetwn1rCsBfpT10Im {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #DSqp34FpmZ0wbK6DJ9El3QGrqH2dionQ {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #QnUqoSbRciwtbDtWgX6i2FDaTwTO0X5r {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #DshBaWpoHFOX4tsDatZCaqb6pBr9dhk2 {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #ogxr55U7CoAyPVkveHmA6EX6B5ctsyD6 {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #wERrgALpqexHiSXXVRs1pxFfvagUxUPA {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #h9UNCyy8TLUVzAOuRQeTogB7MhD62tnD {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #Kppu2KX5Samom5gred9QfetJ64aet5Bp {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #myp7baNLZdGZ1u9qKy8Nou6IDcP8GSiO {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #yQTPJrxKP9TAuhOImoBpF8UcxO5PTRlb {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #r68pF3wtJyaPXwFHt1g8r56HUOZgdbci {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #duBqlFr2gEuhbAz6UFRzVoexZTdLXkc5 {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #x7CZvkTin90XT6iCXHecfPHwT8TF3pXg {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #TVSLrCmUJJwT7OTkd4cVpu4WaSxGUbnW {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #Pb6TDRk4ahtL9wgNVIiaXHc83PCwSg84 {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #tvJicCNp4hSxev6pqPNeaxVcku0qUuhs {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #z4SWCTBO42FOMnbGTD5g4TyScrFKnF5h {  }
 }@media only screen and (max-width: 763px) { #PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg { display:block; }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBaZqewuh9EG2q0UmRH2eODnHqMclb5J { top:2.5625rem;left:0rem;width:14.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiIE1cw1sku1kLsGNHuS1XudyfktF7t1 { 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:2.375rem;left:11.625rem;width:23.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color:#00adc7;background-image:url("https://images.assets-landingi.com/uc/9beef982-15ec-4d85-865f-cbe6ba65f299/Biruni_Tup_Bebek_Header_LandingPage_2025mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:3.7119125rem;top:10.625rem;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:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { width:19.5625rem;height:2.923825rem;top:21.6875rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { width:15.0625rem;height:2.875rem;top:2rem;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;display:none; }
 }@media only screen and (max-width: 763px) { #XOtAFB0P3MWCkcnrUFdcICQLS1Tka3el { width:6.5rem;height:3.4375rem;top:5.9375rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #JZKSkaTihAODpX6ExdCvPRQsAnb551M0 { width:6.5rem;height:3.4375rem;top:6.3125rem;left:7rem;z-index:15051;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n6NVLKh7oGcLh6kCO2b4WfomUzgExQQe { display:block; }
 }@media only screen and (max-width: 763px) { #a3aKlSTXIDlU987xaxgyMFDQCAC5fRfH { display:flex;width:1.8125rem;height:2.6875rem;top:6.6875rem;left:5.25rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3  { width:17.5rem;height:auto;top:26.6875rem;left:0rem; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 {display:block;}#gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 { width:17.5rem;height:auto;top:26.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #AZrbezQdBuqWOXlGVouawoaUpxK4knez {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #Dwie6rBTyX5H0obhAtWGD0uWaPu7fB4h { display:block; }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #rA6zF7q4arMKO7HV1VBHWp4goZ0XiWWK {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #IUAPuhriynzz5isRE6K9N0IJk1rNWaGV {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #CnEC5uw5nsEdP6oUTpPvOmyICSGLzV3d { display:block; }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #l0tzaUGeZSQrlL1SpAJu0CfmCg7yK1lf {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #q6QUaRctvQ1yqBTlIykBgR0yxAQzkqfq {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #rLz5KZXpyvTXGBOcixgo2tJyxHdJ3MaL { display:block; }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #AE33oVd3Jexukb9XBoecTUxGB38Jo9F3 {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #NoR079f5qABFf3cEcMMMUxAueUJm1asB {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #VaItc0qFIHPnR8t4FMs1FEeb8L11Oeb6 { display:block; }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #xTu79T0DmXi3rU8xgWDcyzcmVceWxT5P {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #znvtPeJZTlhFTagMIhZclyqDGIIZEnh3 {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #pSeRBXuvBogQIGAQZ7a1SDAAXos5qlTB {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #kOBx82ku8BTFCEFAd6ynWkAIiurxQN27 {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #zs1US9z6LqXiWaF3Upn4LtIywOy36bPM {  }
 }@media only screen and (max-width: 763px) { #gAgJ9eTfkxB54C5W5Hh21oJaALpT4Nc3 #yKtkA5BzieRKfGNKTiVPe6Fmfxyx2Zf2 {  }
 }@media only screen and (max-width: 763px) { #PneMhmieNRTwJJSyNc1H9WexHU5NXsut { width:11.9375rem;height:11.9375rem;top:30.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #olRIXUHLb172Q38SsxAkMB4rao9hZQbW { width:10.5625rem;height:auto;top:33.25rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V2si3tXwTEERHeuT41HIXMSBycUaCqtR { width:10.5625rem;height:auto;top:37.3125rem;left:4.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v1M3A1LiKB3iS9vpunoLQybIPZEckd7x { top:16.1875rem;left:2.03125rem;width:15.9375rem;height:2.75rem;z-index:15059;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZLJiIPKxCwlGTkXs6QITOdX3FWN1a787 { top:16.75rem;left:3.75rem;width:12.5rem;height:1.625rem;z-index:15060;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:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP { display:block; }#Jh05wNINgrPoGbPLIV5XWhtxFESwKsyP > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqlL6eRLrfdPXwCuo5Upk94gm4mztDNU { width:20rem;height:1.71875rem;top:14.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fxo15oGGe1RM8t8fAEry4DTig07CUXu7 { width:20rem;height:4.125rem;top:17.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZrfy6IG1fIZ2QFwiO9U88HzsXaLTd0T { width:19rem;height:10.39845rem;top:23.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V0QTXXriKwJxD4HEpVPtcVCQC5oLc4ax { width:18.625rem;height:11.69824375rem;top:34.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9U1PUtVzchvr2O6TdlQSvPVLFeUo38h { height:10.880875rem;width:20rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iroq5UXenAHS9DmP9s6nq2a0zOH44GpC { 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) { #blXyBP7F7ToIkpPh4kH6WFcQyiv7OwXo { width:19.125rem;height:25.2715rem;top:47.5625rem;left:0.4375rem;font-size:1rem;display:block; }#blXyBP7F7ToIkpPh4kH6WFcQyiv7OwXo li:before{  }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:20rem;height:62.25rem;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:6.5625rem;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:24.5rem;left:4.0625rem;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:7.875rem;top:30.875rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { width:17rem;height:9.1875rem;top:50.9375rem;left:1.875rem;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:43.125rem;left:1.875rem;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) { #LUETHgZFzJdh4SpqOV1fzUz9fmZgPlIz { width:19.3125rem;height:18.9375rem;top:22.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdx1DyTzzM1tOfOZJXv1hz3UTOWh9Es { width:19.3125rem;height:18.9375rem;top:42.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd5fe4dc-65d8-4a44-a8e1-2327debe6925/Biruni_Kadin_Hastaliklari_Neden_Bizi_LandingPage_2025Mobil.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; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU.adaptive-delivery-prevent-bg, #yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU.lazyload, #yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU.lazyloading { background-image: none; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container { background-color: transparent; background-image: none; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container > .video-iframe-container { display: none; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row > .video-iframe-container { display: none; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .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); }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container { border-width: 0; border-radius: 0; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZXubTlIBgO4DqdT7DWrmmGT55zEf9qU > .row .container { width:20rem;height:42.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k04zc89Te71NEXuC6B35JVl2qF9AztFh { 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) { #aK88isnGGnaTJcRe61JafQ0ShuPFBAAT { width:20rem;height:9.0986375rem;top:13.599609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { width:4.9375rem;height:4.9375rem;top:8rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { width:4.9375rem;height:4.9375rem;top:8rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:2.9375rem;height:2.9375rem;top:9rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:9rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { width:4.9375rem;height:4.9375rem;top:8rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:2.9375rem;height:2.9375rem;top:9rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 { display:block; }#ZOGscSJIznZGziZyPlv77cHmOCIaXqe1 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq { display:block; }#VSHxOkN4JB2s3OovFX61sM1iFrcZlDGq > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cg9ByUTEuRDzZTqJ4ZosbXQ5fLLnDPTw { width:20rem;height:5.0625rem;top:1.25rem;left:0rem;font-size:1.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RVbewLR7fgFTmhwzl5IBwO8XX9eOOZF2 { width:0.875rem;height:2.5996125rem;top:16.66015625rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmN6az9AS6M8Z3XmGeLa7LsRDT67WFXa { width:12.5rem;height:2.1123rem;top:19.884765625rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAoxoXT0niNlm7StdCIPLCuTywFJ9nbA { width:1.125rem;height:2.35595625rem;top:28.6787109375rem;left:9.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEcnR5Zt54c9G8GFXpSaMzd9dNF0QH11 { width:11.8125rem;height:1.949225rem;top:31.0341796875rem;left:4.09375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKgB2dn1GzaTIMtvBk7BJ3nt0gf4CTMk { width:0.875rem;height:2.5996125rem;top:40.5439453125rem;left:9.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMnT86UI7VRBBOLHraL7AN1KVUrEBxfb { width:10.625rem;height:2.1123rem;top:43.1435546875rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdnyZLykXG21mZf8k3C4VvnXTgnqRwCn { width:10.625rem;height:2.1123rem;top:55.912109375rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nODCXqvMXrp1dodastV2TF01Tfiv1xIz { width:1.375rem;height:2.5996125rem;top:53.0625rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmhTyBLgw8QQBS98lhNoKUeJnhI5GlND { width:12.0625rem;height:2.1123rem;top:69.1669921875rem;left:3.96875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToC6yX8m5GmMglFoZIiF7ZLwbfd9EfsT { width:1.375rem;height:2.5996125rem;top:65.9375rem;left:9.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHXkJOD8ZAfl6bAXlIxm3ANl48W5lxg6 { width:2.6875rem;height:2.6875rem;top:22.9912109375rem;left:8.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7nMEI6ifQGu725N3yDut05m2TDWfoP2 { width:20rem;height:3.65625rem;top:7.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1yh2cHe8M6JnbRPfomBiQ66ZRBliQan { width:3.5625rem;height:3.5rem;top:13.16015625rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxQuVXMWyN2CHAxkMQ9Vbr8OD64iEveB { width:3.0625rem;height:3rem;top:25.6787109375rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsebmi4mHVMrKFaH7J5w5ZyiWghx2GHL { width:3.0625rem;height:3rem;top:37.6064453125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1dMwPL1ENpUhf3V6XqOFd7qBmuxEMoh { width:3.0625rem;height:3rem;top:50.0625rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCfQxUHWp6pltVDvHcZ2d8kDkbv8D3dd { width:2.9375rem;height:2.875rem;top:63.0625rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8FCTOmeNpSFOGitT3EyGeyrZhmen32W { width:3.125rem;height:3.125rem;top:34.34765625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdqtZqqBP9TDTQ7TSRMMRRWd5XF7FeTq { width:3.125rem;height:3.125rem;top:46.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DWBkt0WbIes72Mc78bRnGyOQBKFXsAS3 { width:3.125rem;height:3.125rem;top:59.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE46QXUwddceppiixm33TkhGcNe5E3AG { width:20rem;height:12.25rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSfOTcbrAaam7w4Q7tefmyUiwPDmKK6q { width:20rem;height:14.4375rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKrK14nxroiMl2TmqEbKbDS19rVUoCXE { width:20rem;height:13rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPd2kHk0F47EEfqH43b8fTRTzptw3n6L { width:20rem;height:11.75rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaOt1G3TA39QklZFLfLm1BrUJixcFJTi { width:20rem;height:12.3125rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naw6tTtf1csNtzFiStFgRCWH7RSmq2QA { display:flex;top:22.6162109375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15047; }
 }@media only screen and (max-width: 763px) { #y1e52ThmsSIuRVAsXVT2H1rLnbUkzbTn { display:flex;top:34.6826171875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15048; }
 }@media only screen and (max-width: 763px) { #G0EhcLnhdii9aPJKEwllPuQE9lBsKncE { display:flex;top:46.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15049; }
 }@media only screen and (max-width: 763px) { #GSWuTdHZeciVuxchhn3xec3OUscMU7Kv { display:flex;top:59.9375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 { display:block; }#d4e5JxsNs2AmNIdrWzA0fm9Vg7iRLVz0 > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { width:20rem;height:277.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { width:20rem;height:5.361325rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { width:20rem;height:5.199225rem;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazkR0Hxyu7xH5yyvdP7KlcFHfr3xcXC { width:20rem;height:3.8994125rem;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { width:20rem;height:4.125rem;top:15.4375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { width:20rem;height:24.69631875rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { width:20rem;height:2.0625rem;top:26.6875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bW350QZGOH2nBN4mgzOxXQeD4o7OwCkT { width:20rem;height:19.4970875rem;top:64.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNT3ZiURFr1WsbDLNzcdzKmCz3nqeKlZ { width:20rem;height:6.1875rem;top:57.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:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs136sNnVJD0TChoW92fTU976JvW7675 { width:20rem;height:1.78125rem;top:85.5rem;left:0rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Al26U1voBROoA0SQFqPoeOLLMovyQdUx { width:20rem;height:7.7988375rem;top:88.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH35TWbqDeoir0yMDQZGW8nKex0ZnWht { width:20rem;height:1.78125rem;top:110.1875rem;left:0rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FhcWES4bNmMZo9em5RJLAtSfWH8K46UR { width:20rem;height:6.49903125rem;top:113.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9KhuyPiIaIDsT2JT4Mn0upv7Ef7Aac { width:19.875rem;height:0;top:120.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { width:20rem;height:5.625rem;top:122.5625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MdMHOruBry3vsaK4q8zuTDft2xaGf6Ny { width:20rem;height:3.5625rem;top:97.625rem;left:0rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #spcc5kBl74VFXyGR7pIRpN7uuTNvJKR6 { width:20rem;height:6.49903125rem;top:102.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7QHgRh7dnV2Cg9TwzL7zpEo1zJ3Soxg { width:20rem;height:4.125rem;top:129.4375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #tT7NcIsuypMOFvalxdZFmzsffrBJyrPu { width:20rem;height:6.49903125rem;top:137.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvmi6vMshEVobq6anQsUlbXEOFCTyq8b { width:20rem;height:1.78125rem;top:134.8125rem;left:0rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZGSAqvDq0paA5hD0Cz6o8AQ5tEkHZhOO { width:20rem;height:3.89941875rem;top:148.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILZh7dOdhWQC6Cv8tuPzXxOScsx3O4mk { width:20rem;height:1.78125rem;top:145.625rem;left:0rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JqGHmyBn6qwCL2ru7MUqAxtPhf2cihqi { width:20rem;height:1.29980625rem;top:158.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON7dpTyMTrbDIcW6SH9ssIWqeUm1vLiH { width:20rem;height:3.5625rem;top:153.75rem;left:0rem;font-size:1.1875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wmagBy3RElJJuEskdLoGJrTva7f4mJdT { width:20rem;height:6.499025rem;top:161.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNBicuRzFwuxnXQ3XovZGAeB80DDvzVh { width:19.875rem;height:0;top:168.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IirhUnedaeztGJbyAp3lJ6HdqFmovx3n { width:20rem;height:5.625rem;top:170.3125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gkuqpMWTSu2O6d6DqdSgueLdamNtBdTl { width:20rem;height:6.499025rem;top:177.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeoQDae02NSUetXAOEE99OnJT02DbMN { width:20rem;height:23.3965125rem;top:184.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJoV6t6TCB6JC2xNC5cmd7banZ50tkvr { width:20rem;height:23.3965125rem;top:232.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AINvxQCBLiocm6DBTSTDMRUXzyzk6kml { width:20rem;height:19.6875rem;top:211rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #agAnDhyP1UsAJ5dOPBA1OOb1rsvLlr5r { width:19.875rem;height:0;top:209.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgS1uEsDAp9OxXgnAUcA6f8Z3Aqunw6Z { width:19.875rem;height:0;top:256.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuWAxDHfb0JkvMtrzVUz8TQPtrTmDppm { width:20rem;height:5.625rem;top:258.125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ALrQ082M93Kk2JXlsUGR762c2sggd8rL { width:20rem;height:9.09864375rem;top:265rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00adc7, #124c8a);background-image: -moz-linear-gradient(180deg, #00adc7, #124c8a);background-image: -ms-linear-gradient(180deg, #00adc7, #124c8a);background-image: -o-linear-gradient(180deg, #00adc7, #124c8a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );";background-image: linear-gradient(180deg, #00adc7, #124c8a);background-size:cover !important;display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { background-color: transparent; background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { width:20rem;height:5.0625rem;top:1.25rem;left:0.03125rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { width:20rem;height:4.625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { width:20rem;height:2.923825rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-text {padding-top: 0; padding-bottom: 0;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-select {padding-top: 0; padding-bottom: 0;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx  { width:17.5rem;height:auto;top:13.375rem;left:0rem; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx {display:block;}#RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx { width:17.5rem;height:auto;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #MiPab6XLaXnKaC5Xetwn1rCsBfpT10Im {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #DSqp34FpmZ0wbK6DJ9El3QGrqH2dionQ { display:block; }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #QnUqoSbRciwtbDtWgX6i2FDaTwTO0X5r {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #DshBaWpoHFOX4tsDatZCaqb6pBr9dhk2 {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #ogxr55U7CoAyPVkveHmA6EX6B5ctsyD6 { display:block; }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #wERrgALpqexHiSXXVRs1pxFfvagUxUPA {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #h9UNCyy8TLUVzAOuRQeTogB7MhD62tnD {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #Kppu2KX5Samom5gred9QfetJ64aet5Bp { display:block; }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #myp7baNLZdGZ1u9qKy8Nou6IDcP8GSiO {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #yQTPJrxKP9TAuhOImoBpF8UcxO5PTRlb {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #r68pF3wtJyaPXwFHt1g8r56HUOZgdbci { display:block; }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #duBqlFr2gEuhbAz6UFRzVoexZTdLXkc5 {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #x7CZvkTin90XT6iCXHecfPHwT8TF3pXg {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #TVSLrCmUJJwT7OTkd4cVpu4WaSxGUbnW {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #Pb6TDRk4ahtL9wgNVIiaXHc83PCwSg84 {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #tvJicCNp4hSxev6pqPNeaxVcku0qUuhs {  }
 }@media only screen and (max-width: 763px) { #RTTBC00xCrTLhvbm3Ssx5dvP5EIlRVhx #z4SWCTBO42FOMnbGTD5g4TyScrFKnF5h {  }
 }@media only screen and (max-width: 763px) { #PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg { display:block; }#PGsxMsu1zUPokzmW3DM9StQ5w4hyuGLg > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBaZqewuh9EG2q0UmRH2eODnHqMclb5J { width:14.5rem;height:16.4375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiIE1cw1sku1kLsGNHuS1XudyfktF7t1 { 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; }
 }