.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/3e84af8b-2d57-42b5-be1e-bc735be6aa9c/Biruni_Goz_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:51.0625rem;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.2;letter-spacing:0;top:7.3125rem;left:4.8125rem;height:6.75rem;font-style:normal;display:block; }
#v91E732Nr0cf92N2B0wZHtFLecaPELAq { position:absolute;display:block;z-index:15033;background-color:#124c8a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0rem rgba(0,0,0,0.5) ;height:4.625rem;width:24.125rem;top:16.25rem;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:16.875rem;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size: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; }
#iz39JIwbhTma3y1fZwuz5pygoQcmbgak { 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.2;letter-spacing:0;top:9.60546875rem;left:4.8125rem;height:6.75rem;font-style:normal;display:none; }
#DOEG89ZIKe16PrEm3VyXkGLetnVMaKMg { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:17.9375rem;top:1.375rem;left:4.8125rem;overflow:hidden;display:none; }
#wHP3ugfGaUT3TnvngAFvd4oSs502qZuu { 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; }
#QDih4NxzqRU3CGH4p6guhW118r0THpMb { 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; }
#BMpwniH99Gsyq0X1sAp4TQHw4RBBz4ox { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-form-header {  }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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"; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-text {padding-top: 0; padding-bottom: 0;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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"; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-select {padding-top: 0; padding-bottom: 0;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-container:first-of-type{padding-top:0;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-container:last-of-type{padding-bottom:0;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.3125rem;left:4.8125rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .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; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU {display:block;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:22.3125rem;left:4.8125rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #kqymfGOiUZukTpg39M5mLLzlKhkmtZqU { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #RSxE11JBMMTuMT4ZsGaFChqm5SySdMWG { position:relative;display:block; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #xhynb90aUo3SpOhVswP3kZaG7v1ikR8v { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #qDNhKCekIGimAJB83ya4H8JyUF7F4RVK { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #T70dy0g2KtovCVZNxTkV5TlV4eqOXtic { position:relative;display:block; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #h4eNzkgmK0t2rS3Ly7D46axPDvEyZhOZ { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #ThAMJ59lh26XSbDTAttS7IJkVWGkIBAL { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #TT4zK7acIFxDLh49KtySyfhM65BE4zCU { position:relative;display:block; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #Hxzt5Eq0FQbeSoDsN439XzkP2DA5guyx { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #AxA2LsykmGmJfJ9ScB8biHM4PhhaAVQe { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #FzHSzvsLB7LOybqZflTeGaWGqdWKq9Hd { position:relative;display:block; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #NWyMPS7bqhyx430L9IRcll8fwSfbewAe { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #XaBwCOhNPLQnFS8OAXd2k5zUn6LkKMVg { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #toeVSw79PDrVBSWCJtm5KhK4ip2fMZQU { position:relative;z-index:2; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #R85K6xRh4tfuVtMlFucsVi59A0l0NMlg { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #N4PAncQiw1e0MI8RZfEcr9954LtzIUFa { position:relative; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #zVC9DkTcBXIKd685tDsFa2euMBCvLo6r { position:relative; }
#NB0FQmg9DsUuW1wzuk8dOqb3LrItaE5a { 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:#00adc7;background-image:none;top:36.9375rem;left:30.6875rem;display:block; }
#w0ggT30sTzelX4rnXkaevuC17fXv1aPR { 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:39.5rem;left:31.125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UwelRXlF7qq3lEPTKnBVqRRTA9i5kwbU { 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:43.5625rem;left:31.5rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRfdOihFMR08Tg6OkM2A5KKs9l3hRL2T { 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; }
#LKQfBQUQT92PZJdtDA0xFm68xr4vDDMs { 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.4375rem;left:5.0625rem;display:none; }
#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #124c8a, #00adc7);background-image: -moz-linear-gradient(90deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(90deg, #124c8a, #00adc7);background-image: -o-linear-gradient(90deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(90deg, #124c8a, #00adc7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { background-color: transparent; background-image: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container > .video-iframe-container { display: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container { display: none; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { border-width: 0; border-radius: 0; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHVOP9WZAI2532og0nKAM2BPNMgvd7d3 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 { position:relative;display:block; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 { background-color: transparent; background-image: none; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .row .container > .video-iframe-container { display: none; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .row > .video-iframe-container { display: none; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .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); }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 { border-width: 0; border-radius: 0; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .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; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .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; }#UqtaxohOEPdbzHPN9PIV6lPyqZGwHdkh { 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; }
#lPy9wyL3sykhuMGZGSckI3umlF9q0UVQ { 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; }
#A4pDMedpqf4QnndiVV7cNoK7o6GEEss7 { 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; }
#ByEzTx7QTH7BfSP6ffWdwvCthJp3UGUu { 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; }
#rtUynqRL5UbuphchpksHXpzOLCtZWhgP { 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; }
#cf3g6f3ElzESNINVC89Weo3QCdFHCxwL { 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; }
#BNAb6uxfse2g0T6BaVfOdd4fvfViTJCg { 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; }#BNAb6uxfse2g0T6BaVfOdd4fvfViTJCg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BNAb6uxfse2g0T6BaVfOdd4fvfViTJCg 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:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:30.5625rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:10.25rem;left:28.5625rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { color:#ffffff;display:block;width:17rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:9.5625rem;left:51.78125rem;height:12rem;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, #124c8a, #00adc7);background-image: -moz-linear-gradient(180deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(180deg, #124c8a, #00adc7);background-image: -o-linear-gradient(180deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(180deg, #124c8a, #00adc7);background-size:auto !important;top:2.8125rem;left:5.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#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, #124c8a, #00adc7);background-image: -moz-linear-gradient(180deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(180deg, #124c8a, #00adc7);background-image: -o-linear-gradient(180deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(180deg, #124c8a, #00adc7);background-size:auto !important;top: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, #124c8a, #00adc7);background-image: -moz-linear-gradient(180deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(180deg, #124c8a, #00adc7);background-image: -o-linear-gradient(180deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(180deg, #124c8a, #00adc7);background-size:auto !important;top: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; }
#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:url("https://images.assets-landingi.com/uc/19c8e90f-4f57-4226-b463-646a57793114/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; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3.adaptive-delivery-prevent-bg, #eTztmPmnw6xG7oNgyocnBM2tJZcJArt3.lazyload, #eTztmPmnw6xG7oNgyocnBM2tJZcJArt3.lazyloading { background-image: none; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container { background-color: transparent; background-image: none; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container > .video-iframe-container { display: none; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row > .video-iframe-container { display: none; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .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); }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container { border-width: 0; border-radius: 0; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#yTbMgt1v3TkZHrkP97hSEhWKr79XqTLX { color:#124c8a;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:10.875rem;left:47.875rem;height:3.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { color:#000000;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:16.0625rem;left:50.5625rem;height:5.199225rem;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:23.25rem;left:52.6875rem; }
#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:4.125rem;width:4.1875rem;top:23.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#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:23.25rem;left:59rem; }
#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:24.25rem;left:60rem;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:23.25rem;left:65.25rem; }
#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:24rem;left:66rem;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, #124c8a, #00adc7);background-image: -moz-linear-gradient(90deg, #124c8a, #00adc7);background-image: -ms-linear-gradient(90deg, #124c8a, #00adc7);background-image: -o-linear-gradient(90deg, #124c8a, #00adc7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#124c8a', endColorstr='#00adc7' );";background-image: linear-gradient(90deg, #124c8a, #00adc7);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:#00b4d8;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:#03045e;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:#023e8a;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:#0096c7;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:#0077b6;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:473.6875rem;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:4.1875rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { color:#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:10.75rem;left:2.625rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;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:62.4375rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:29.125rem;left:7.40625rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { color:#124c8a;display:block;width:12.4375rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:26.3125rem;left:31.28125rem;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; }
#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:75.25rem;left:9.375rem;display:block; }
#PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { color:#124c8a;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:77.875rem;left:25rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJoV6t6TCB6JC2xNC5cmd7banZ50tkvr { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:178rem;left:0.0625rem;height:14.2978625rem;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; }
#QhT7UiQSGUf4NzkWllR9RqiZ8eM7oLpH { color:#124c8a;display:block;width:25.125rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:38.75rem;left:24.9375rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwQOzBPuCAe6fFA4Cwz1qEGimLsE5H75 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:41.5625rem;left:0.0625rem;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; }
#BTLWtmdw6m6IAxve7wp2BDEVX53D5lSV { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:49.625rem;left:0rem;height:5.199225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#srcZASNpRcCM1T44dPtet8mot83LFyAQ { color:#124c8a;display:block;width:25.125rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:46.8125rem;left:24.875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IG9wNMpdAmHmQeASo9xVTgIV241NmWfy { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:60.3125rem;left:0rem;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; }
#s8KTLABEt6FWSp7SfrXRiZAIJfKeroO2 { color:#124c8a;display:block;width:25.125rem;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.5rem;left:24.875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vqBuTPCII3EDuXPKhvSTOWFoHD9UXDyK { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:68.3125rem;left:0rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qQ87bW1QP3Z13TUahTfki8BSrI0C7fmd { color:#124c8a;display:block;width:25.125rem;position:absolute;font-family:"gotham font";font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:65.5rem;left:24.875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IpptKTPIt9MGbOw38vDeXsaMwlcSF08l { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:81.875rem;left:0rem;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; }
#KdFgpsFPoTkXI8mn3LWibr5d6wIzbzuz { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:85.625rem;left:0rem;height:9.09864375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iLel4qVoy5ZzAIi9T65EHdaCNd9ri0CF { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:107.9375rem;left:0rem;height:12.9980625rem;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; }
#he0rynRWUgmQfv5Dphd15ygSnkax8zNt { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:104.1875rem;left:0rem;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; }
#M981TUTWXaiQuEiW2k47a8MegeB7aLX3 { color:#124c8a;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15044;line-height:1.5;letter-spacing:0;top:100.1875rem;left:25rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Apv7N6P4Gyx7EoQohi2w0TVmqKkGk9KQ { position:absolute;display:block;z-index:15029;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:97.5625rem;left:9.375rem;display:block; }
#kMxr0fHXTKJ0M4azUtO5PUpyedpDnm5K { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:131.375rem;left:0rem;height:10.39845rem;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; }
#EIVZ30ZSWgip7eBuZEvwBg7dHro59T8E { color:#124c8a;display:block;width:25.0625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:127.375rem;left:25rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bODGFUEKGAcfb6S7uB6sRM9yJCO1WhfK { position:absolute;display:block;z-index:15033;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:124.75rem;left:9.375rem;display:block; }
#lVshz7fQSuL5CNKnxxhyuxiOb2ICsKxS { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:152.9375rem;left:0rem;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; }
#ZyB7H3DR5H8zSvhp5UtJgoTVnOnSJ7n7 { color:#124c8a;display:block;width:28.5625rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:148.875rem;left:24.34375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J1HamDrzuU0knwZ7f6vPaTlqyy4e2aDi { position:absolute;display:block;z-index:15036;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:146.3125rem;left:9.375rem;display:block; }
#uaf4BmueO0WoEyLG2n00zEU6XKOXguFv { color:#124c8a;display:block;width:30.25rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:172.8125rem;left:23.5rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZozrZTXnltWUgoBBTDQP32GZSwd7bJ5 { position:absolute;display:block;z-index:15039;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:170.25rem;left:9.375rem;display:block; }
#TN5QD7CGA9ewmW2nF5V8rEKxSISFKRWD { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:202.5rem;left:0rem;height:12.9980625rem;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; }
#AbyP9a7thW13U3M6zrDTzqcNkFPVvOFy { color:#124c8a;display:block;width:69.75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15057;line-height:1.5;letter-spacing:0;top:197.25rem;left:2.625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C4KPl9riFVtrIzfbtvpKuZQTxu0WQL0a { position:absolute;display:block;z-index:15042;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:194.75rem;left:9.3125rem;display:block; }
#XSPIPMoGVXTX6VLd4ZRTL9mvBEoqvXFF { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:226.5rem;left:0rem;height:18.1972875rem;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; }
#ZxT9JkEcdxkku8ohL5cQioJrwbui05XX { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15060;line-height:1.5;letter-spacing:0;top:221.25rem;left:-0.125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fhgn1HxlNF80meHerPzQ0GTpbKwtuQG9 { position:absolute;display:block;z-index:15045;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:218.75rem;left:9.3125rem;display:block; }
#G8W1uyNuiugKdNuADfArDcZczmxmoNyG { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:255.3125rem;left:0.125rem;height:10.39845rem;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; }
#R2lnUOQILddIFKEE9Cs0d7qHSEiiE6Kg { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:250.0625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5zLCnm5S3exehIqH5B15ON0KfNmGDW4 { position:absolute;display:block;z-index:15048;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:247.5625rem;left:9.4375rem;display:block; }
#fyQcIbIA1THCIxXzCu98nS4PC1FBqwQ0 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15065;line-height:1.3;letter-spacing:0;top:276.5625rem;left:0.125rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C655AKJRXFesnCqfD1VPfvoa3mym85Jn { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:271.3125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMDpo3gIDdAq9u9xPBT2iTFJlf2htdAe { position:absolute;display:block;z-index:15051;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:268.8125rem;left:9.4375rem;display:block; }
#UlHu8gKRfCtyuUNfwyLOFDmODbtGyzTu { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:283.0625rem;left:0rem;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; }
#fULRZeVfvAsKbgZK9Fo4H0ViOyvW6Nd8 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:285.4375rem;left:0rem;height:11.69825625rem;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; }
#c6asqSlIQa7kWJOP036ppHg41ndI78uw { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:310.25rem;left:0.125rem;height:24.69631875rem;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; }
#cHPtNkTG5gUfpDZ6nCeCsppRgPn5TGS8 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15071;line-height:1.5;letter-spacing:0;top:302.625rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xrFiLfpezdTbHL94EFeUK30Gcu7cRfF6 { position:absolute;display:block;z-index:15056;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:300.125rem;left:9.4375rem;display:block; }
#ikofBoEVGk4IxXA1vXnuwKVM1nBGca3n { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15073;line-height:1.3;letter-spacing:0;top:344.6875rem;left:0rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f5c0sJQEgKcJLuBSbfGfAEIGO647HmUr { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15074;line-height:1.5;letter-spacing:0;top:340.6875rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gi4fi2d0shxelObsvUbu1B2JWtzKFr8K { position:absolute;display:block;z-index:15059;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:338.1875rem;left:9.4375rem;display:block; }
#Lh5yL79ly0CS5EIRW09el7T9GsTg1FWm { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:357.8125rem;left:0rem;height:11.69825625rem;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; }
#biJBDT8Vwu6U1BTvENf46VsCZVfil6II { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15077;line-height:1.5;letter-spacing:0;top:353.8125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8GxADheSCqHGPLPHXE3E6KQS5s36Ace { position:absolute;display:block;z-index:15062;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:351.3125rem;left:9.4375rem;display:block; }
#Q5xP9wAnn2XlczPZmVSVA0LhwyiA4N5m { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:378.8125rem;left:0rem;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; }
#AsvctsIpAChRNyZ5NKdKodTooJe1lyci { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15080;line-height:1.5;letter-spacing:0;top:374.8125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Anzu7oSZICxu5oOPyLFUyZ360P4MaiTT { position:absolute;display:block;z-index:15065;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:372.3125rem;left:9.4375rem;display:block; }
#quylq3r8TTudidz0s4iZemWchmyhN9wI { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:390.3125rem;left:0rem;height:11.69825625rem;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; }
#kDZIJ8N9JZqa3cBZTmBExdsQUtd7KuJo { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:386.3125rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ebzp2EPSM0qWUdTSIHWyEJGU6wXqVVKm { position:absolute;display:block;z-index:15068;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:383.8125rem;left:9.4375rem;display:block; }
#p5c0ep1y26CColp11aE3FtBX9n3Wbckl { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15085;line-height:1.3;letter-spacing:0;top:411.75rem;left:0rem;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; }
#lGTgoEwbuzbFutsWUlp6Kk6tU9X3AEbV { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15086;line-height:1.5;letter-spacing:0;top:407.75rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yXSerzlU1PsHLrC8suZnvexsgGe3kL7a { position:absolute;display:block;z-index:15071;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:405.25rem;left:9.4375rem;display:block; }
#FeaWTPkLcdGzMO20aa2qOtiTZElbUgw6 { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15088;line-height:1.3;letter-spacing:0;top:423.875rem;left:0rem;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; }
#igQJlGwE8a2gsWvWETB7El4BxBgPfXlN { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15089;line-height:1.5;letter-spacing:0;top:419.875rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4XTlPm2VCRi0GNxq9MmWKtINHntlksH { position:absolute;display:block;z-index:15074;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:417.375rem;left:9.4375rem;display:block; }
#N38xRGcODbyw6MFln38KQAU1QWA7M9hA { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:447.4375rem;left:0rem;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; }
#NWkBmSbe86z1qVI92TWKzzcFm2GfOlKV { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15092;line-height:1.5;letter-spacing:0;top:443.4375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9xLDS6MaZuhfeFXklxgAAvRGtWUi9RC { position:absolute;display:block;z-index:15077;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:440.9375rem;left:9.4375rem;display:block; }
#sZcbmDI1gedoNmUgOdl4cH0qNdqma82I { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:459.25rem;left:0rem;height:11.69825625rem;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; }
#PadXfJuPsiRCSq9MxWxOoeTyZABLQ3Fr { color:#124c8a;display:block;width:75rem;position:absolute;font-family:"gotham font";font-size:1.875rem;font-weight:400;z-index:15095;line-height:1.5;letter-spacing:0;top:455.1875rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dqk22EUhUfEF3V1sHPqSdQnhWpMLPX43 { position:absolute;display:block;z-index:15080;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:452.6875rem;left:9.4375rem;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/a91844d3-7380-4b8f-9d39-34dd2a51569b/Biruni_Goz_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:24.0625rem;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.3125rem;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.9375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-form-header {  }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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"; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-text {padding-top: 0; padding-bottom: 0;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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"; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-select {padding-top: 0; padding-bottom: 0;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-container:first-of-type{padding-top:0;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-container:last-of-type{padding-bottom:0;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C  { 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:17.5625rem;left:0rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .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; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C {display:block;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C { 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:17.5625rem;left:0rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #kAQSxke01zabM1xHO2f7JtDaRz6srPeQ { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #qSL36XVsafZ22gE2AaoxFmot96UDGHys { position:relative;display:block; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #nnwniotqhiM9o2vKaJBAsQkRBLAeWXJg { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #DgqDE0W392nBuiS0vucM53DoLvMzeJ8c { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #TvzWGqcqT0ErAE5sZoGhbqdgl7NLhVH7 { position:relative;display:block; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #l9TpEhLacM7tTPqzPGGbTVICk5sOf03P { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #nyIT4xas7EuFWvX1udzutk7ShoKaWvFg { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #s9UCI00PwCnkqSGQ5VrxLxFD4PhIcZWn { position:relative;display:block; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #HMxOVToVOeEThEgI2394LgVxHZZ5bh1p { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #hcBdhITNfxicLL3N3NMpqqA615exSSuT { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #mUmVTNXQElQVVvtwIXJTQgbX6HXTcanE { position:relative;display:block; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #IQAK3IJWxuZ9UpB7L6bJPTvg35PrUKzR { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #mwDLPwumKF0ovTz8hq2XXgDT7ns0Moca { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #ZPM327o9guavcuLMZyTpL7kMbgaaEdvC { position:relative;z-index:2; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #siBc2eZXH6LEXZZTbpCVL3N4bWdF2MiD { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #QKLsEJH1otKr4XBR3m6EzwX0f4wThBm0 { position:relative; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #lG9BnSeeDokQ9RJGTXT3srEENUVnIEsa { position:relative; }
#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo { 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; }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row .container { background-color: transparent; background-image: none; }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row .container > .video-iframe-container { display: none; }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row > .video-iframe-container { display: none; }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .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); }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row .container { border-width: 0; border-radius: 0; }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#e8CICGFG3EsTzgzX7IJAiss0OsdoNfe7 { 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; }
#CVuRocXapKmRo0hiyCB4mHrT0sI5T07O { 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:7.3125rem;left:0rem;width:27.4375rem;height:6.75rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { top:16.25rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { top:16.875rem;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) { #iz39JIwbhTma3y1fZwuz5pygoQcmbgak { top:10.875rem;left:0rem;width:20rem;height:4rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOEG89ZIKe16PrEm3VyXkGLetnVMaKMg { top:1.375rem;left:0rem;width:17.9375rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHP3ugfGaUT3TnvngAFvd4oSs502qZuu { top:1.75rem;left:45.9375rem;width:1.8125rem;height:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDih4NxzqRU3CGH4p6guhW118r0THpMb { width:6.5rem;height:3.4375rem;top:1.375rem;left:41.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMpwniH99Gsyq0X1sAp4TQHw4RBBz4ox { display:block; }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-text {padding-top: 0; padding-bottom: 0;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-select {padding-top: 0; padding-bottom: 0;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU  { width:21.5rem;height:auto;top:22.3125rem;left:0rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU {display:block;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU { width:21.5rem;height:auto;top:22.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #kqymfGOiUZukTpg39M5mLLzlKhkmtZqU {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #RSxE11JBMMTuMT4ZsGaFChqm5SySdMWG {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #xhynb90aUo3SpOhVswP3kZaG7v1ikR8v {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #qDNhKCekIGimAJB83ya4H8JyUF7F4RVK {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #T70dy0g2KtovCVZNxTkV5TlV4eqOXtic {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #h4eNzkgmK0t2rS3Ly7D46axPDvEyZhOZ {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #ThAMJ59lh26XSbDTAttS7IJkVWGkIBAL {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #TT4zK7acIFxDLh49KtySyfhM65BE4zCU {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #Hxzt5Eq0FQbeSoDsN439XzkP2DA5guyx {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #AxA2LsykmGmJfJ9ScB8biHM4PhhaAVQe {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #FzHSzvsLB7LOybqZflTeGaWGqdWKq9Hd {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #NWyMPS7bqhyx430L9IRcll8fwSfbewAe {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #XaBwCOhNPLQnFS8OAXd2k5zUn6LkKMVg {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #toeVSw79PDrVBSWCJtm5KhK4ip2fMZQU {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #R85K6xRh4tfuVtMlFucsVi59A0l0NMlg {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #N4PAncQiw1e0MI8RZfEcr9954LtzIUFa {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #zVC9DkTcBXIKd685tDsFa2euMBCvLo6r {  }
 }@media only screen and (max-width: 763px) { #NB0FQmg9DsUuW1wzuk8dOqb3LrItaE5a { top:36.9375rem;left:17.0625rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0ggT30sTzelX4rnXkaevuC17fXv1aPR { top:39.5rem;left:17.5rem;width:10.5625rem;height:4.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwelRXlF7qq3lEPTKnBVqRRTA9i5kwbU { top:43.5625rem;left:17.875rem;width:10.5625rem;height:1.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRfdOihFMR08Tg6OkM2A5KKs9l3hRL2T { display:none; }
 }@media only screen and (max-width: 763px) { #LKQfBQUQT92PZJdtDA0xFm68xr4vDDMs { top:18.4375rem;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) { #sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 { display:block; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqtaxohOEPdbzHPN9PIV6lPyqZGwHdkh { top:2.9375rem;left:0rem;width:25.0625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPy9wyL3sykhuMGZGSckI3umlF9q0UVQ { top:6.4375rem;left:0rem;width:25.0625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4pDMedpqf4QnndiVV7cNoK7o6GEEss7 { top:10.625rem;left:0rem;width:19rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByEzTx7QTH7BfSP6ffWdwvCthJp3UGUu { top:22.6875rem;left:0rem;width:17.625rem;height:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtUynqRL5UbuphchpksHXpzOLCtZWhgP { top:12.5rem;left:5.875rem;width:24.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf3g6f3ElzESNINVC89Weo3QCdFHCxwL { 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) { #BNAb6uxfse2g0T6BaVfOdd4fvfViTJCg { top:10.625rem;left:27.0625rem;width:20.5625rem;height:;font-size:1rem;display:block; }#BNAb6uxfse2g0T6BaVfOdd4fvfViTJCg 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:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvRSVEWkL9Dk3FqRD5tephJ7fyfTbqRO { top:4.875rem;left:16.9375rem;width:12.5625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVqrfqASzDeI4aJWDI5BSvxU4UbGmxne { top:10.25rem;left:14.9375rem;width:16.625rem;height:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { top:9.5625rem;left:30.75rem;width:17rem;height:12rem;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) { #eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 { display:block; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbMgt1v3TkZHrkP97hSEhWKr79XqTLX { top:10.875rem;left:18.875rem;width:27.125rem;height:3.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { top:16.0625rem;left:26rem;width:21.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { top:23.25rem;left:39.0625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:4.1875rem;height:4.125rem;top:23.6875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { top:23.25rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:24.25rem;left:44.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { top:23.25rem;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:24rem;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:3.25rem;top:4.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { top:10.75rem;left:0rem;width:47.75rem;height:5.1875rem;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:29.125rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { top:26.3125rem;left:17.59375rem;width:12.4375rem;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) { #TW9KhuyPiIaIDsT2JT4Mn0upv7Ef7Aac { top:75.25rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { top:77.875rem;left:1.625rem;width:25.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJoV6t6TCB6JC2xNC5cmd7banZ50tkvr { top:178rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhT7UiQSGUf4NzkWllR9RqiZ8eM7oLpH { top:38.75rem;left:0rem;width:25.125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwQOzBPuCAe6fFA4Cwz1qEGimLsE5H75 { top:41.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLWtmdw6m6IAxve7wp2BDEVX53D5lSV { top:49.625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srcZASNpRcCM1T44dPtet8mot83LFyAQ { top:46.8125rem;left:0rem;width:25.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9wNMpdAmHmQeASo9xVTgIV241NmWfy { top:60.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8KTLABEt6FWSp7SfrXRiZAIJfKeroO2 { top:57.5rem;left:0rem;width:25.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBuTPCII3EDuXPKhvSTOWFoHD9UXDyK { top:68.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ87bW1QP3Z13TUahTfki8BSrI0C7fmd { top:65.5rem;left:0rem;width:25.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpptKTPIt9MGbOw38vDeXsaMwlcSF08l { top:81.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdFgpsFPoTkXI8mn3LWibr5d6wIzbzuz { top:85.625rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLel4qVoy5ZzAIi9T65EHdaCNd9ri0CF { top:107.9375rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0rynRWUgmQfv5Dphd15ygSnkax8zNt { top:104.1875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M981TUTWXaiQuEiW2k47a8MegeB7aLX3 { top:100.1875rem;left:6.6875rem;width:25.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Apv7N6P4Gyx7EoQohi2w0TVmqKkGk9KQ { top:97.5625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kMxr0fHXTKJ0M4azUtO5PUpyedpDnm5K { top:131.375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVZ30ZSWgip7eBuZEvwBg7dHro59T8E { top:127.375rem;left:6.6875rem;width:25.0625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bODGFUEKGAcfb6S7uB6sRM9yJCO1WhfK { top:124.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #lVshz7fQSuL5CNKnxxhyuxiOb2ICsKxS { top:152.9375rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyB7H3DR5H8zSvhp5UtJgoTVnOnSJ7n7 { top:148.875rem;left:0rem;width:28.5625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1HamDrzuU0knwZ7f6vPaTlqyy4e2aDi { top:146.3125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #uaf4BmueO0WoEyLG2n00zEU6XKOXguFv { top:172.8125rem;left:0rem;width:30.25rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZozrZTXnltWUgoBBTDQP32GZSwd7bJ5 { top:170.25rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TN5QD7CGA9ewmW2nF5V8rEKxSISFKRWD { top:202.5rem;left:0rem;width:47.75rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbyP9a7thW13U3M6zrDTzqcNkFPVvOFy { top:197.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4KPl9riFVtrIzfbtvpKuZQTxu0WQL0a { top:194.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XSPIPMoGVXTX6VLd4ZRTL9mvBEoqvXFF { top:226.5rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxT9JkEcdxkku8ohL5cQioJrwbui05XX { top:221.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhgn1HxlNF80meHerPzQ0GTpbKwtuQG9 { top:218.75rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #G8W1uyNuiugKdNuADfArDcZczmxmoNyG { top:255.3125rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lnUOQILddIFKEE9Cs0d7qHSEiiE6Kg { top:250.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5zLCnm5S3exehIqH5B15ON0KfNmGDW4 { top:247.5625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #fyQcIbIA1THCIxXzCu98nS4PC1FBqwQ0 { top:276.5625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C655AKJRXFesnCqfD1VPfvoa3mym85Jn { top:271.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMDpo3gIDdAq9u9xPBT2iTFJlf2htdAe { top:268.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #UlHu8gKRfCtyuUNfwyLOFDmODbtGyzTu { top:283.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fULRZeVfvAsKbgZK9Fo4H0ViOyvW6Nd8 { top:285.4375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6asqSlIQa7kWJOP036ppHg41ndI78uw { top:310.25rem;left:0rem;width:47.75rem;height:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPtNkTG5gUfpDZ6nCeCsppRgPn5TGS8 { top:302.625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrFiLfpezdTbHL94EFeUK30Gcu7cRfF6 { top:300.125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ikofBoEVGk4IxXA1vXnuwKVM1nBGca3n { top:344.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5c0sJQEgKcJLuBSbfGfAEIGO647HmUr { top:340.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi4fi2d0shxelObsvUbu1B2JWtzKFr8K { top:338.1875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Lh5yL79ly0CS5EIRW09el7T9GsTg1FWm { top:357.8125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJBDT8Vwu6U1BTvENf46VsCZVfil6II { top:353.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8GxADheSCqHGPLPHXE3E6KQS5s36Ace { top:351.3125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Q5xP9wAnn2XlczPZmVSVA0LhwyiA4N5m { top:378.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsvctsIpAChRNyZ5NKdKodTooJe1lyci { top:374.8125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anzu7oSZICxu5oOPyLFUyZ360P4MaiTT { top:372.3125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #quylq3r8TTudidz0s4iZemWchmyhN9wI { top:390.3125rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZIJ8N9JZqa3cBZTmBExdsQUtd7KuJo { top:386.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebzp2EPSM0qWUdTSIHWyEJGU6wXqVVKm { top:383.8125rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #p5c0ep1y26CColp11aE3FtBX9n3Wbckl { top:411.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTgoEwbuzbFutsWUlp6Kk6tU9X3AEbV { top:407.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXSerzlU1PsHLrC8suZnvexsgGe3kL7a { top:405.25rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #FeaWTPkLcdGzMO20aa2qOtiTZElbUgw6 { top:423.875rem;left:0rem;width:47.75rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igQJlGwE8a2gsWvWETB7El4BxBgPfXlN { top:419.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XTlPm2VCRi0GNxq9MmWKtINHntlksH { top:417.375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #N38xRGcODbyw6MFln38KQAU1QWA7M9hA { top:447.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkBmSbe86z1qVI92TWKzzcFm2GfOlKV { top:443.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9xLDS6MaZuhfeFXklxgAAvRGtWUi9RC { top:440.9375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #sZcbmDI1gedoNmUgOdl4cH0qNdqma82I { top:459.25rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PadXfJuPsiRCSq9MxWxOoeTyZABLQ3Fr { top:455.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqk22EUhUfEF3V1sHPqSdQnhWpMLPX43 { top:452.6875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { top:2rem;left:0rem;width:24.0625rem;height:7.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { top:11.3125rem;left:0rem;width:24.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdrHuWc3zGkmbnGTuTmNqfhz69NyLzZ { top:11.9375rem;left:0rem;width:23.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-regular-label { width:21.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-text { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-text {padding-top: 0; padding-bottom: 0;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-textarea { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-select { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-select {padding-top: 0; padding-bottom: 0;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-button { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C  { width:21.5rem;height:auto;top:17.5625rem;left:0rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .radio-container { width:21.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C {display:block;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C { width:21.5rem;height:auto;top:17.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #kAQSxke01zabM1xHO2f7JtDaRz6srPeQ {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #qSL36XVsafZ22gE2AaoxFmot96UDGHys {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #nnwniotqhiM9o2vKaJBAsQkRBLAeWXJg {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #DgqDE0W392nBuiS0vucM53DoLvMzeJ8c {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #TvzWGqcqT0ErAE5sZoGhbqdgl7NLhVH7 {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #l9TpEhLacM7tTPqzPGGbTVICk5sOf03P {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #nyIT4xas7EuFWvX1udzutk7ShoKaWvFg {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #s9UCI00PwCnkqSGQ5VrxLxFD4PhIcZWn {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #HMxOVToVOeEThEgI2394LgVxHZZ5bh1p {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #hcBdhITNfxicLL3N3NMpqqA615exSSuT {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #mUmVTNXQElQVVvtwIXJTQgbX6HXTcanE {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #IQAK3IJWxuZ9UpB7L6bJPTvg35PrUKzR {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #mwDLPwumKF0ovTz8hq2XXgDT7ns0Moca {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #ZPM327o9guavcuLMZyTpL7kMbgaaEdvC {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #siBc2eZXH6LEXZZTbpCVL3N4bWdF2MiD {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #QKLsEJH1otKr4XBR3m6EzwX0f4wThBm0 {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #lG9BnSeeDokQ9RJGTXT3srEENUVnIEsa {  }
 }@media only screen and (max-width: 763px) { #Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo { display:block; }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8CICGFG3EsTzgzX7IJAiss0OsdoNfe7 { top:2.5625rem;left:0rem;width:14.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVuRocXapKmRo0hiyCB4mHrT0sI5T07O { 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:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9beef982-15ec-4d85-865f-cbe6ba65f299/Biruni_Tup_Bebek_Header_LandingPage_2025mobil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E.adaptive-delivery-prevent-bg, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyload, #zpPilIxcw6PC7DfpHQopIUSveN80TI2E.lazyloading { background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJPMTiKgkDoqPww37J3eU3LKPPg674Pe { width:20rem;height:0;top:10.625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v91E732Nr0cf92N2B0wZHtFLecaPELAq { width:20rem;height:4.625rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFGCA4aVpdKhffzzPaquTRUhguTkktLO { width:19.5625rem;height:2.923825rem;top:24rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftEClqEpIvTnQ2Kyuae6MFdKtb9r2Wew { width:15.0625rem;height:2.875rem;top:1.5625rem;left:2.46875rem;display:none; }
 }@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.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pccJcaQT5rkgOrJ71BF8TrbISfpNPhhB { display:block; }
 }@media only screen and (max-width: 763px) { #iz39JIwbhTma3y1fZwuz5pygoQcmbgak { width:20rem;height:5.8496125rem;top:10.88720703125rem;left:0rem;font-size:2.4375rem;text-align:center;text-align-last:center;z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DOEG89ZIKe16PrEm3VyXkGLetnVMaKMg { width:15.0625rem;height:2.875rem;top:2.4375rem;left:2.46875rem;z-index:15048;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wHP3ugfGaUT3TnvngAFvd4oSs502qZuu { display:flex;width:1.8125rem;height:2.6875rem;top:6.8125rem;left:5.875rem;z-index:15050; }
 }@media only screen and (max-width: 763px) { #QDih4NxzqRU3CGH4p6guhW118r0THpMb { width:6.5rem;height:3.4375rem;top:6.4375rem;left:7.6875rem;z-index:15051;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BMpwniH99Gsyq0X1sAp4TQHw4RBBz4ox { display:block; }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-text {padding-top: 0; padding-bottom: 0;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-select {padding-top: 0; padding-bottom: 0;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU  { width:17.5rem;height:auto;top:29rem;left:0rem; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU {display:block;}#dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU { width:17.5rem;height:auto;top:29rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #kqymfGOiUZukTpg39M5mLLzlKhkmtZqU {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #RSxE11JBMMTuMT4ZsGaFChqm5SySdMWG { display:block; }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #xhynb90aUo3SpOhVswP3kZaG7v1ikR8v {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #qDNhKCekIGimAJB83ya4H8JyUF7F4RVK {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #T70dy0g2KtovCVZNxTkV5TlV4eqOXtic { display:block; }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #h4eNzkgmK0t2rS3Ly7D46axPDvEyZhOZ {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #ThAMJ59lh26XSbDTAttS7IJkVWGkIBAL {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #TT4zK7acIFxDLh49KtySyfhM65BE4zCU { display:block; }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #Hxzt5Eq0FQbeSoDsN439XzkP2DA5guyx {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #AxA2LsykmGmJfJ9ScB8biHM4PhhaAVQe {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #FzHSzvsLB7LOybqZflTeGaWGqdWKq9Hd { display:block; }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #NWyMPS7bqhyx430L9IRcll8fwSfbewAe {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #XaBwCOhNPLQnFS8OAXd2k5zUn6LkKMVg {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #toeVSw79PDrVBSWCJtm5KhK4ip2fMZQU {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #R85K6xRh4tfuVtMlFucsVi59A0l0NMlg {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #N4PAncQiw1e0MI8RZfEcr9954LtzIUFa {  }
 }@media only screen and (max-width: 763px) { #dArNN7dUC7xzBgXrfSEdQZDyLVQe7tXU #zVC9DkTcBXIKd685tDsFa2euMBCvLo6r {  }
 }@media only screen and (max-width: 763px) { #NB0FQmg9DsUuW1wzuk8dOqb3LrItaE5a { width:11.9375rem;height:11.9375rem;top:36.9375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #w0ggT30sTzelX4rnXkaevuC17fXv1aPR { width:10.5625rem;height:auto;top:39.5rem;left:4.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UwelRXlF7qq3lEPTKnBVqRRTA9i5kwbU { width:10.5625rem;height:auto;top:43.5625rem;left:4.6875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VRfdOihFMR08Tg6OkM2A5KKs9l3hRL2T { top:18.3125rem;left:2.5625rem;width:14.875rem;height:2.9375rem;z-index:15059;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LKQfBQUQT92PZJdtDA0xFm68xr4vDDMs { top:18.96875rem;left:3.75rem;width:12.5rem;height:1.625rem;z-index:15060;color:#00adc7;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;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) { #sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 { display:block; }#sW2I93ep2rTD5tdJE4XM1qsXQX3NC8P1 > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqtaxohOEPdbzHPN9PIV6lPyqZGwHdkh { width:20rem;height:1.71875rem;top:14.8125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lPy9wyL3sykhuMGZGSckI3umlF9q0UVQ { width:20rem;height:4.125rem;top:17.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4pDMedpqf4QnndiVV7cNoK7o6GEEss7 { width:19rem;height:10.39845rem;top:23.5rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByEzTx7QTH7BfSP6ffWdwvCthJp3UGUu { width:19rem;height:11.69824375rem;top:34.6875rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rtUynqRL5UbuphchpksHXpzOLCtZWhgP { height:10.880875rem;width:20rem;top:1.7119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf3g6f3ElzESNINVC89Weo3QCdFHCxwL { 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) { #BNAb6uxfse2g0T6BaVfOdd4fvfViTJCg { width:19.125rem;height:25.2715rem;top:47.5625rem;left:0.4375rem;font-size:1rem;display:block; }#BNAb6uxfse2g0T6BaVfOdd4fvfViTJCg li:before{  }
 }@media only screen and (max-width: 763px) { #JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx { display:block; }#JTTT4NKRT8GFV0gK1dXObMyBcUcp1ifx > .row .container { width:20rem;height:63.625rem;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:9.1875rem;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:23.9375rem;left:3.75rem;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:31.625rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K5I4ctQiEB3DWGNWrKrCUx17MV4PGh2v { width:17rem;height:9.1875rem;top:51.5rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTGDkm5sEHUTMTXc9LSyP9xEqIk9vrxa { width:16.9375rem;height:7.3125rem;top:42.9375rem;left:1.5625rem;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.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGdx1DyTzzM1tOfOZJXv1hz3UTOWh9Es { width:19.3125rem;height:18.9375rem;top:42.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/26839374-5de4-4df8-a128-4ef7f0a00b67/Biruni_Hastanesi_Diz_Protezi_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; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3.adaptive-delivery-prevent-bg, #eTztmPmnw6xG7oNgyocnBM2tJZcJArt3.lazyload, #eTztmPmnw6xG7oNgyocnBM2tJZcJArt3.lazyloading { background-image: none; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container { background-color: transparent; background-image: none; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container > .video-iframe-container { display: none; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row > .video-iframe-container { display: none; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .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); }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container { border-width: 0; border-radius: 0; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTztmPmnw6xG7oNgyocnBM2tJZcJArt3 > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTbMgt1v3TkZHrkP97hSEhWKr79XqTLX { width:20rem;height:4.125rem;top:1.07421875rem;left:0rem;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Wz70WKrASa5ZZpUsPwciZMkTkiqlqayJ { width:20rem;height:6.49903125rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIqtKorcaR9OWTOUecvQ1eN1c68BfI8w { width:4.9375rem;height:4.9375rem;top:8.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd1FEst7ldK1HfpkuTqp9dLQsobeopax { width:2.9375rem;height:2.9375rem;top:9.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdRJIyahEC7i0s8m13Ix4Dih5XJ3TncX { width:4.9375rem;height:4.9375rem;top:8.875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnZ3FqmTX3HWKQK0ThHq4rA3tZfWgAn9 { width:2.9375rem;height:2.9375rem;top:9.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxNTk90DtqAO2DRcUFTMawLgESesTGM6 { width:4.9375rem;height:4.9375rem;top:8.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #fssmDsdW3ToW4xTOrxbQ3VOGEJt4H2rf { width:2.9375rem;height:2.9375rem;top:9.875rem;left:8.53125rem;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:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp { display:block; }#XaqoOw3SIu7rL4ZquvPcsR1iU64GdaBp > .row .container { width:20rem;height:766.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlvL0q48oaBf6d61WoJpNkbJUzuDyw3M { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkUP5FFSSW0WHlkS3Mc2c1AJKL9Fr3bi { width:20rem;height:19.4970625rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbzIX12GWNbukvmw6dEaCSuyW3278DtL { width:20rem;height:2.0625rem;top:30.646484375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zGG1nCD01vzOLS9OTqbnTTSwgdZQo325 { width:20rem;height:22.0966625rem;top:36rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPSNzwJXxx4f6TkpBCnsMTlPzBBosXX7 { width:20rem;height:2.0625rem;top:32.6875rem;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:28.646484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW9KhuyPiIaIDsT2JT4Mn0upv7Ef7Aac { width:19.875rem;height:0;top:137.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhON9MF2I6UQGohxDvAtGzxAzITkk8eV { width:20rem;height:2.8125rem;top:139.4658203125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XJoV6t6TCB6JC2xNC5cmd7banZ50tkvr { width:20rem;height:45.4932rem;top:293.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhT7UiQSGUf4NzkWllR9RqiZ8eM7oLpH { width:20rem;height:4.125rem;top:60.5rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zwQOzBPuCAe6fFA4Cwz1qEGimLsE5H75 { width:20rem;height:10.3984375rem;top:65.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTLWtmdw6m6IAxve7wp2BDEVX53D5lSV { width:20rem;height:16.8974625rem;top:83.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srcZASNpRcCM1T44dPtet8mot83LFyAQ { width:20rem;height:4.125rem;top:78.0625rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IG9wNMpdAmHmQeASo9xVTgIV241NmWfy { width:20rem;height:9.09863125rem;top:107.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8KTLABEt6FWSp7SfrXRiZAIJfKeroO2 { width:20rem;height:4.125rem;top:102.1875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vqBuTPCII3EDuXPKhvSTOWFoHD9UXDyK { width:20rem;height:12.99805rem;top:121.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ87bW1QP3Z13TUahTfki8BSrI0C7fmd { width:20rem;height:2.0625rem;top:118.5rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IpptKTPIt9MGbOw38vDeXsaMwlcSF08l { width:20rem;height:10.3984375rem;top:143.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdFgpsFPoTkXI8mn3LWibr5d6wIzbzuz { width:20rem;height:23.3964875rem;top:155rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLel4qVoy5ZzAIi9T65EHdaCNd9ri0CF { width:20rem;height:19.49708125rem;top:191.771484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #he0rynRWUgmQfv5Dphd15ygSnkax8zNt { width:20rem;height:5.199225rem;top:185.5263671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M981TUTWXaiQuEiW2k47a8MegeB7aLX3 { width:20rem;height:2.8125rem;top:181.125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Apv7N6P4Gyx7EoQohi2w0TVmqKkGk9KQ { width:19.875rem;height:0;top:179.6513671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMxr0fHXTKJ0M4azUtO5PUpyedpDnm5K { width:20rem;height:40.2939625rem;top:219.47265625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIVZ30ZSWgip7eBuZEvwBg7dHro59T8E { width:20rem;height:2.8125rem;top:216.0625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bODGFUEKGAcfb6S7uB6sRM9yJCO1WhfK { width:19.875rem;height:0;top:214.66015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVshz7fQSuL5CNKnxxhyuxiOb2ICsKxS { width:20rem;height:14.29786875rem;top:270rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyB7H3DR5H8zSvhp5UtJgoTVnOnSJ7n7 { width:20rem;height:5.625rem;top:263.125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J1HamDrzuU0knwZ7f6vPaTlqyy4e2aDi { width:19.875rem;height:0;top:261.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaf4BmueO0WoEyLG2n00zEU6XKOXguFv { width:20rem;height:5.625rem;top:286.9375rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aZozrZTXnltWUgoBBTDQP32GZSwd7bJ5 { width:19.875rem;height:0;top:285.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN5QD7CGA9ewmW2nF5V8rEKxSISFKRWD { width:20rem;height:35.09473125rem;top:354.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbyP9a7thW13U3M6zrDTzqcNkFPVvOFy { width:20rem;height:11.25rem;top:341.9375rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C4KPl9riFVtrIzfbtvpKuZQTxu0WQL0a { width:19.875rem;height:0;top:340.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSPIPMoGVXTX6VLd4ZRTL9mvBEoqvXFF { width:20rem;height:40.29395625rem;top:399.02783203125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxT9JkEcdxkku8ohL5cQioJrwbui05XX { width:20rem;height:5.625rem;top:391.82177734375rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Fhgn1HxlNF80meHerPzQ0GTpbKwtuQG9 { width:19.875rem;height:0;top:390.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8W1uyNuiugKdNuADfArDcZczmxmoNyG { width:20rem;height:33.79490625rem;top:449.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lnUOQILddIFKEE9Cs0d7qHSEiiE6Kg { width:20rem;height:5.625rem;top:442.75rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i5zLCnm5S3exehIqH5B15ON0KfNmGDW4 { width:19.875rem;height:0;top:441.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyQcIbIA1THCIxXzCu98nS4PC1FBqwQ0 { width:20rem;height:3.89941875rem;top:495.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C655AKJRXFesnCqfD1VPfvoa3mym85Jn { width:20rem;height:8.4375rem;top:486.0625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WMDpo3gIDdAq9u9xPBT2iTFJlf2htdAe { width:19.875rem;height:0;top:484.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlHu8gKRfCtyuUNfwyLOFDmODbtGyzTu { width:20rem;height:1.29980625rem;top:500.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fULRZeVfvAsKbgZK9Fo4H0ViOyvW6Nd8 { width:20rem;height:11.69825625rem;top:503.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6asqSlIQa7kWJOP036ppHg41ndI78uw { width:20rem;height:29.8955375rem;top:538.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHPtNkTG5gUfpDZ6nCeCsppRgPn5TGS8 { width:20rem;height:19.6875rem;top:517.75rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xrFiLfpezdTbHL94EFeUK30Gcu7cRfF6 { width:19.875rem;height:0;top:516.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikofBoEVGk4IxXA1vXnuwKVM1nBGca3n { width:20rem;height:12.99804375rem;top:578.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5c0sJQEgKcJLuBSbfGfAEIGO647HmUr { width:20rem;height:5.625rem;top:571.25rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gi4fi2d0shxelObsvUbu1B2JWtzKFr8K { width:19.875rem;height:0;top:569.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh5yL79ly0CS5EIRW09el7T9GsTg1FWm { width:20rem;height:15.597675rem;top:606.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #biJBDT8Vwu6U1BTvENf46VsCZVfil6II { width:20rem;height:11.25rem;top:593.75rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L8GxADheSCqHGPLPHXE3E6KQS5s36Ace { width:19.875rem;height:0;top:592.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5xP9wAnn2XlczPZmVSVA0LhwyiA4N5m { width:20rem;height:7.79883125rem;top:631.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsvctsIpAChRNyZ5NKdKodTooJe1lyci { width:20rem;height:5.625rem;top:624.4375rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Anzu7oSZICxu5oOPyLFUyZ360P4MaiTT { width:19.875rem;height:0;top:623.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quylq3r8TTudidz0s4iZemWchmyhN9wI { width:20rem;height:24.69629375rem;top:648.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDZIJ8N9JZqa3cBZTmBExdsQUtd7KuJo { width:20rem;height:5.625rem;top:641.75rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ebzp2EPSM0qWUdTSIHWyEJGU6wXqVVKm { width:19.875rem;height:0;top:640.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5c0ep1y26CColp11aE3FtBX9n3Wbckl { width:20rem;height:7.798825rem;top:682.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTgoEwbuzbFutsWUlp6Kk6tU9X3AEbV { width:20rem;height:5.625rem;top:675.9375rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yXSerzlU1PsHLrC8suZnvexsgGe3kL7a { width:19.875rem;height:0;top:674.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeaWTPkLcdGzMO20aa2qOtiTZElbUgw6 { width:20rem;height:14.29786875rem;top:702.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igQJlGwE8a2gsWvWETB7El4BxBgPfXlN { width:20rem;height:8.4375rem;top:693.25rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T4XTlPm2VCRi0GNxq9MmWKtINHntlksH { width:19.875rem;height:0;top:691.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N38xRGcODbyw6MFln38KQAU1QWA7M9hA { width:20rem;height:7.798825rem;top:726.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWkBmSbe86z1qVI92TWKzzcFm2GfOlKV { width:20rem;height:5.625rem;top:719.875rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e9xLDS6MaZuhfeFXklxgAAvRGtWUi9RC { width:19.875rem;height:0;top:718.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZcbmDI1gedoNmUgOdl4cH0qNdqma82I { width:20rem;height:18.1972875rem;top:746.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PadXfJuPsiRCSq9MxWxOoeTyZABLQ3Fr { width:20rem;height:8.4375rem;top:737.125rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dqk22EUhUfEF3V1sHPqSdQnhWpMLPX43 { width:19.875rem;height:0;top:735.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL1ECFDVb55L6G2TN0MVkqmvhiuERmff { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00adc7, #124c8a);background-image: -moz-linear-gradient(180deg, #00adc7, #124c8a);background-image: -ms-linear-gradient(180deg, #00adc7, #124c8a);background-image: -o-linear-gradient(180deg, #00adc7, #124c8a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adc7', endColorstr='#124c8a' );";background-image: linear-gradient(180deg, #00adc7, #124c8a);background-size:cover !important;display:block; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { background-color: transparent; background-image: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row > .video-iframe-container { display: none; }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QL1ECFDVb55L6G2TN0MVkqmvhiuERmff > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDxlc4oBqKFKRTTWRLPAmRd1XfMCz5qZ { width:18.5625rem;height:5.0625rem;top:1.25rem;left:0.71875rem;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #phc0fev5DROw2cN8D4qyHofwaE7QFCiJ { width:20rem;height:4.625rem;top:7.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) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-text {padding-top: 0; padding-bottom: 0;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-select {padding-top: 0; padding-bottom: 0;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C  { width:17.5rem;height:auto;top:13.375rem;left:0rem; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C {display:block;}#EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C { width:17.5rem;height:auto;top:13.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #kAQSxke01zabM1xHO2f7JtDaRz6srPeQ {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #qSL36XVsafZ22gE2AaoxFmot96UDGHys { display:block; }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #nnwniotqhiM9o2vKaJBAsQkRBLAeWXJg {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #DgqDE0W392nBuiS0vucM53DoLvMzeJ8c {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #TvzWGqcqT0ErAE5sZoGhbqdgl7NLhVH7 { display:block; }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #l9TpEhLacM7tTPqzPGGbTVICk5sOf03P {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #nyIT4xas7EuFWvX1udzutk7ShoKaWvFg {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #s9UCI00PwCnkqSGQ5VrxLxFD4PhIcZWn { display:block; }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #HMxOVToVOeEThEgI2394LgVxHZZ5bh1p {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #hcBdhITNfxicLL3N3NMpqqA615exSSuT {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #mUmVTNXQElQVVvtwIXJTQgbX6HXTcanE { display:block; }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #IQAK3IJWxuZ9UpB7L6bJPTvg35PrUKzR {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #mwDLPwumKF0ovTz8hq2XXgDT7ns0Moca {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #ZPM327o9guavcuLMZyTpL7kMbgaaEdvC {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #siBc2eZXH6LEXZZTbpCVL3N4bWdF2MiD {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #QKLsEJH1otKr4XBR3m6EzwX0f4wThBm0 {  }
 }@media only screen and (max-width: 763px) { #EUVc4SUzWbIiNQbRtHwnBTEzk7blpM9C #lG9BnSeeDokQ9RJGTXT3srEENUVnIEsa {  }
 }@media only screen and (max-width: 763px) { #Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo { display:block; }#Fuwmhhk5A2K3wRShNbd82e0EAS8B8VGo > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8CICGFG3EsTzgzX7IJAiss0OsdoNfe7 { width:14.5rem;height:16.4375rem;top:1.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVuRocXapKmRo0hiyCB4mHrT0sI5T07O { 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.5rem;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; }
 }