.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:254,237,210;--color-primary-1:251,202,121;--color-primary-2:248,167,32;--color-primary-3:242,107,38;--color-primary-4:50,33,6;--color-secondary-0:215,238,255;--color-secondary-1:148,181,210;--color-secondary-2:76,131,180;--color-secondary-3:31,100,161;--color-secondary-4:9,43,102;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/f2745ab7-a14f-437e-a02d-8e135a422d0e/sandiego.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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;z-index:auto;display:block; }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row .container { background-color: transparent; background-image: none; }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row .container > .video-iframe-container { display: none; }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row > .video-iframe-container { display: none; }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .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); }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row .container { border-width: 0; border-radius: 0; }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#sFsOkpzC9zURWAxai9UPNouITB8T11WG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:11.75rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#Z9N1B0eOET5kUtH2EnaCI0apZQwqmbGT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.375rem;left:13.28125rem;display:block; }
#IqM8JmwRRJWJMoZmUv6vhqp1X4fVGILp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dvnUmnfUUc83hGbwygSv4eDzoLlSqQJs { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.375rem;left:34.40625rem;display:block; }
#i5q9vUEu7HM1wDmlvf4TKG1LaeLD2qwe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SyGacHF1H5TuaIyQtVpR9yl2hFIi4pyN { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.75rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.71875rem;left:67.625rem;display:block; }
#NZ36b6s6JdZtSwJSXXKerRG3zuBixOTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nPXCTSwNNMoKHiIBXAob9gVEOoRIvkRt { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.375rem;left:27.625rem;display:block; }
#skgh8EKvS6cySJI9o5n1e4pTlphF42s5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QqcQdMURGPNQFsGGKLNboPdSQMksDnlS { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.375rem;left:21.15625rem;display:block; }
#kZMllFiGS3LZqgFt6kzVpKI1DmgbhJXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lu6JGgkbI5ComsCyy02XMd2JP0P6BBts { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.375rem;left:40.59375rem;display:block; }
#Ehs48w5E5TAbduywINJgoi2lxiyLxmi6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#092b66;background-image:url("https://images.assets-landingi.com/uc/a18a965b-16b0-4e71-a70a-f87a39eaa1c9/medicinalchemistrysandiego2026.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9.adaptive-delivery-prevent-bg, #g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9.lazyload, #g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9.lazyloading { background-image: none; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container { background-color: transparent; background-image: none; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container > .video-iframe-container { display: none; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row > .video-iframe-container { display: none; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .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); }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container { border-width: 0; border-radius: 0; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#NGDdlf66llKAPezyvKNIbd6MqzFwy73I { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.6875rem;left:39.125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BMyTJECZ8zTiZvDAGmx5dMFadwftRWHy { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:22rem;left:36.5625rem;display:block; }
#ZlJsQ5TZMO0dNhVMRkD7uUfszq12sLCa { color:#ffffff;display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.771484375rem;left:14.78125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g9xlNgSChLpGOSUzJyh1cD3tJ47egr3R { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:22.625rem;left:24rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#igmk3mgJqU0mrgWBJiH9ZUsIuVfN5w3i { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:22.1875rem;left:21.4375rem;display:block; }
#sh0xsDh6XKyhxw2KZvpFOJSECU7QaoIi { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:cairo;font-size:2.75rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(16,19,17,0.55);top:8.5rem;left:0rem;height:3.0244125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HxO5iaQOo7ooo9kwT33ErVdTqWasExAI { background-color:#209f61;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.59375rem;left:27rem;display:block; }
#WM7vqUPTqU9RVykRJasTEmvGPGC831PS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SA5y0UFcPM2oNfqxxGpTU7exTgfT3VaD { color:rgba(var(--color-tertiary-0),1);display:block;width:59.625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(16,19,17,0.55);top:10.609375rem;left:7.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row .container { background-color: transparent; background-image: none; }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row .container > .video-iframe-container { display: none; }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row > .video-iframe-container { display: none; }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .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); }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row .container { border-width: 0; border-radius: 0; }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:block; }#ophciqX6kwkanHqxqyZxlf4t72qXOLvu { color:#f6921e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.65234375rem;left:0.09375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SF6KpFTDSmBrWBouzSSJC3Tty8BLwuBT { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:6.55078125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kmB6dA3otRK8PC56xxTkJrgTdl82yLvm { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.11328125rem;left:9.84375rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#xdkyiVobX8WfwnK8iM6O3UnQ8IIit2pL { color:#2c7fff;display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.14453125rem;left:24.8125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#EOeqs0ZZIf4HyAbygSBs286l6NSx2g5a { box-sizing:content-box;height:14.0625rem;width:17rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:25.6875rem;left:9.0625rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#DbR8i2U5DSpenbErFR5p7aVvuBJE3ZVJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:6rem;width:6rem;top:26.875rem;left:14.6875rem;overflow:hidden;display:block; }
#tGL2KOTxNGah2McQN1MWAS016vLmXzlP { color:#092b66;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:33.5625rem;left:10rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#zT6SBPJtb0TsFLGPFJifCJEVUsfcNxEt { box-sizing:content-box;height:14.0625rem;width:17rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:25.6875rem;left:29.1875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#TEeLWi75S4D0KRwPKqHLK3aPhz6ipiTG { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:6rem;width:6rem;top:26.875rem;left:34.8125rem;overflow:hidden;display:block; }
#BxyJxUdEPEaq0T8MvAtldQ72CN5qfa54 { color:#092b66;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.5625rem;left:30.125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ZwmrfQdmVOMRe1xLtWsFMe53hHlVqf12 { box-sizing:content-box;height:14.0625rem;width:17rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:25.8125rem;left:48.9375rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#ZhRDusKqtpKX2N26qR8KPuB8fAh3Rc3S { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:6rem;width:6rem;top:26.9375rem;left:54.5625rem;overflow:hidden;display:block; }
#itQmPLT4PG0CCmPp5O5w2TVpyhzDSbWa { color:#092b66;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.6875rem;left:49.875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#xRf5nUbmN1i4ZCpcW1cI7mWE3zpkfK3I { box-sizing:content-box;height:13rem;width:17rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:42.3125rem;left:20.625rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#ySHPQ3OBXLBMmW5FlaQgVpJHTKI8nqLV { box-sizing:content-box;height:14.0625rem;width:17rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:42.3125rem;left:40.375rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#HX5qgVgHnGuuQ3eatUfhtWbizzKEOHPT { color:#092b66;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:49.9375rem;left:21.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#zigWm72GxQCBVgWB1eOUUWKZLZl83uVB { color:#092b66;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:49.9375rem;left:41.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#miPyvtuQql4kfGTFHrFB0xzgTcbCWfM9 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:6rem;width:6rem;top:43.3125rem;left:26.25rem;overflow:hidden;display:block; }
#Nn8PHnrqEL74mFBHbU7xa3z2ZSuwBUs4 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:6rem;width:6rem;top:43.375rem;left:46rem;overflow:hidden;display:block; }
#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4568b2;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; }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row .container { background-color: transparent; background-image: none; }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row .container > .video-iframe-container { display: none; }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row > .video-iframe-container { display: none; }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .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); }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row .container { border-width: 0; border-radius: 0; }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row .container { font-size:0.875rem;font-family:arial;height:53rem;width:75rem;position:relative;display:block; }#mABlP4NAgURsJ2JuaADufx1R0pqQTUqI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.125rem;left:11.25rem;height:2.8496125rem;font-style:normal;display:block; }
#aXVwzLUzpIrKggtT3JFwzNGcxQln4t7X { color:rgba(var(--color-secondary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5rem;left:11.25rem;height:5.84765625rem;font-style:normal;display:block; }
#mlCtkJ7WqfWcPB3RX2eKipWMWhaaJeXw { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:22.5625rem;top:4.7882823944092rem;left:41.237499237061rem;overflow:hidden;display:block; }
#zNDmkk8zx1BtnSwXWfaBT3kTw9emqFzf { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:15.4375rem;left:11.25rem;overflow:hidden;display:block; }
#QJL1FSBJzys9WWlE8AhPknR7yMhSVPyr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:13.9375rem;height:1.29980625rem;display:block; }
#eJb4ZIKy92Q3quVDJH3T3KoPxLVsa3Ie { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.5625rem;left:14rem;height:1.29980625rem;display:block; }
#ydh5L07BIOpuPD532oSdxVavErTgEPmi { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:17.4375rem;left:11.25rem;overflow:hidden;display:block; }
#JIVJ1FIfDLdWOv45VE21KLBSvfJyuZ0A { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5625rem;left:14rem;height:1.29980625rem;display:block; }
#sciR85dsz8MBTZanuisH6TfIsBp5UIUp { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:19.4375rem;left:11.25rem;overflow:hidden;display:block; }
#InCuG3N1e3rcw39vkDlhIGigMIZM1309 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.625rem;left:14rem;height:1.29980625rem;display:block; }
#MLxetprCKqBp8GCvNVbDpT92hnQt5ztJ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:21.4375rem;left:11.25rem;overflow:hidden;display:block; }
#orBKN0WL9NpwZ6VExnI9kNbNB4qyqorT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23.8125rem;left:14rem;height:1.29980625rem;display:block; }
#sWJznsRzsqMSy0sM47cDITMf52x5NbWt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:23.6875rem;left:11.25rem;overflow:hidden;display:block; }
#QqmWBHmD56F66F8r6OTUmmup6C32wqFM { color:rgba(var(--color-secondary-0),1);display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.375rem;left:41.2373046875rem;height:1.4619125rem;font-style:normal;display:block; }
#KEfdMSWIbz4HrgQZA6BDWDDfdg2VO7WH { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:30.1875rem;left:41.25rem;overflow:hidden;display:block; }
#XglVdDZSeiTHOhDERVczD1QiwcUDpm3O { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:30.375rem;left:43.9375rem;height:1.29980625rem;display:block; }
#AuTqb1i1PXVEZKK8i5dFCChrMTD6louL { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:32.3125rem;left:44rem;height:1.29980625rem;display:block; }
#JLz1Tm3rud5Pl43ZMqD8CXUc6HfDZfmu { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:32.1875rem;left:41.25rem;overflow:hidden;display:block; }
#trSngPfKeZGyEzKIWEw2WcgJZ5hUfdvq { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:34.1875rem;left:41.25rem;overflow:hidden;display:block; }
#bEh4EbvTPTJ13xNSIxsKN1y0XGrTGu7k { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.3125rem;left:44rem;height:1.29980625rem;display:block; }
#uK3XZJz8Gr1f0NUhyuxCm9cvXvlvzAlm { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:36.25rem;left:41.25rem;overflow:hidden;display:block; }
#FIsqgegFFFX2mPeihetSN19DnfOclEml { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:36.5rem;left:44rem;height:1.29980625rem;display:block; }
#eZt3MFhAadKOoAbXMQIO4XGFhg9KTcMZ { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:14.1875rem;width:24.3125rem;top:27.875rem;left:11.25rem;overflow:hidden;display:block; }
#lEFPTRc3U7hp4C4oumeBxaUnAdpLZ6oM { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:38.5rem;left:41.25rem;overflow:hidden;display:block; }
#np8OkcVb4JCHGI5mQiKFPgA1ovoii2zF { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.75rem;left:44rem;height:1.29980625rem;display:block; }
#b55VICxuitFsKuT3WaAoLaQWoWGyLrHK { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:41.1875rem;left:44rem;height:1.29980625rem;display:block; }
#GEPT4FUC2pA99TCbF951lBUA3eIO681H { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5625rem;width:1.6875rem;top:40.9375rem;left:41.25rem;overflow:hidden;display:block; }
#LVFzQELgt9zntxfZd7q3x8uZcuL5N35g { color:rgba(var(--color-secondary-0),1);display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45.0625rem;left:12.40625rem;height:2.923825rem;font-style:normal;display:block; }
#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row .container { background-color: transparent; background-image: none; }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row .container > .video-iframe-container { display: none; }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row > .video-iframe-container { display: none; }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .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); }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row .container { border-width: 0; border-radius: 0; }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#HqvKtZuUJCGtRr3dnB0UN07h5QgwTe9F { color:#4568b2;display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:5.9367184638977rem;left:11.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1kkWrRpW9pbkuFH8JHFDq63NuHg2urh { color:#f6921e;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.1875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qkRZuME2mTmWGrmwUCRd4QE3TdLKz68S { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8623046875rem;left:9.84375rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#edl5NphlVys36kdbXyVt0CxMPO4nHnsy { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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:5.0625rem;width:5.0625rem;top:24.1875rem;left:3.625rem;overflow:hidden;display:block; }
#J1rOS3FG4dB5ouuKesZTJrNeKWvdng2C { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:0.625rem;width:3.5rem;top:26.625rem;left:9.375rem;overflow:hidden;display:block; }
#TJdvfUXrLwSByTrcKRK9nIa4ucUD2NNh { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:5.0625rem;width:5.0625rem;top:24.1875rem;left:13.875rem;overflow:hidden;display:block; }
#hJSzBD0qT4wmh71VRQ4o8Tk0h4usGlaf { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:5.0625rem;width:5.0625rem;top:24.1875rem;left:24.125rem;overflow:hidden;display:block; }
#awgKE7cLXFQVLcQkFl38JcooR7rIHt0T { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:5.0625rem;width:5.0625rem;top:24.1875rem;left:34.0625rem;overflow:hidden;display:block; }
#D7gbVWMbbltmxNnyniZvaWfyd61Iofvg { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:5.0625rem;width:5.0625rem;top:24.1875rem;left:44.5rem;overflow:hidden;display:block; }
#mJVsrfJuWJBzEb7LsaTEzXMNEtCgqZsh { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:5.0625rem;width:5.0625rem;top:24.1875rem;left:55.0625rem;overflow:hidden;display:block; }
#pMhsbNc9maGP5aueDwES3pHTpI1kE4v9 { color:#1348a0;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30rem;left:2.125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#FTXyAqp5uioG3qIbvMk4EswKngv1LKo7 { color:#1348a0;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30rem;left:12.3125rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#BxJBCo7xfsJT1o0o1qyFZqpkr9B0pfFJ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:0.625rem;width:3.5rem;top:26.625rem;left:20rem;overflow:hidden;display:block; }
#hVGaItmvdI69TJR0zs8eeQwToGPcaqT8 { color:#1348a0;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:30rem;left:22.4375rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#iGg2NzXGblJQ4IwOxelXZhRn4h6G4aah { color:#1348a0;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30rem;left:32.3125rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#nHfu06ErGcokc2zUU3nuObxtiVe7iApr { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:0.625rem;width:3.5rem;top:26.625rem;left:29.6875rem;overflow:hidden;display:block; }
#gQD5EsBA4T5T5oJ6B3XZmo9L6VLoaeD8 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:0.625rem;width:3.5rem;top:26.625rem;left:39.8125rem;overflow:hidden;display:block; }
#VVU0B5OytRSuPFB5B2wovV5ZLMP6qZkw { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:0.625rem;width:3.5rem;top:26.625rem;left:50.5rem;overflow:hidden;display:block; }
#zsHRcUCnHzWor47C1iFZ1Lyq5VWoI2qE { color:#1348a0;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30rem;left:42.8125rem;height:4.1425875rem;text-align:center;text-align-last:center;display:block; }
#p06QFmbCXhya23sJIg1lv15nwdyRh9zT { color:#1348a0;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30rem;left:52.3125rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#Tb3CuTWDTeSfpFsQQJJ0SxcdOCnn2mfL { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.248046875rem;left:9.84375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#SWeZpqbZhSkNzeEzJSJWJhkq2o1GbGKM { color:rgba(var(--color-tertiary-4),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.130859375rem;left:11.46875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#dKO5pJEhhF8rnggK5WqJaUoczlvgnNgn { color:#1348a0;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30rem;left:63.6875rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#TPr49OW2qzbXFgnGT9rwy9Ezso9LANae { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:5.0625rem;width:5.0625rem;top:24.1875rem;left:66.4375rem;overflow:hidden;display:block; }
#vUBNgf4q7FWDOdLxT2HLpZiDwAkQSMWZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:0.625rem;width:3.5rem;top:26.625rem;left:61rem;overflow:hidden;display:block; }
#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f2745ab7-a14f-437e-a02d-8e135a422d0e/sandiego.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG.adaptive-delivery-prevent-bg, #QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG.lazyload, #QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG.lazyloading { background-image: none; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row .container { background-color: transparent; background-image: none; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row .container > .video-iframe-container { display: none; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row > .video-iframe-container { display: none; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .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); }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row .container { border-width: 0; border-radius: 0; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:75rem;position:relative;display:block; }#LeDeIBK8RK07ZTG9HdgPQsmoPGTcyxux { color:#fbab27;display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:4.11328125rem;left:7.78125rem;height:;font-style:normal;display:block; }
#JnyUBQCFO6beZIFdXRGSThfdpmpx9l1V { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.548828125rem;left:7.78125rem;height:7.3095625rem;text-align:left;text-align-last:left;display:block; }
#bN4bybL6wIBC8LNW1rPa357AHIBI8STN { color:rgba(var(--color-tertiary-0),1);display:block;width:60.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:27.923828125rem;left:8.0625rem;height:4.142575rem;text-align:left;text-align-last:left;display:block; }
#cryKJ3OXKdm15yZIfhJKfeCx9yQZPlDf { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:1.6875rem;top:15.8125rem;left:7.78125rem;overflow:hidden;display:block; }
#Eyvlonot53yytRLNom7gK8LG2WKopZpu { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.912109375rem;left:10.375rem;height:2.5996125rem;display:block; }
#k2WzgGq0nzkASglxlPvTRFtId2G15EkQ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.0625rem;left:10.375rem;height:2.5996125rem;display:block; }
#aA1rKsPVPKb2qtJgvWOAeLHHHVwfEcxC { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:1.6875rem;top:19.625rem;left:7.8125rem;overflow:hidden;display:block; }
#oDbL3oPU9Hk4rBMG3vqqbsZIU4tEt3w5 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.625rem;left:10.375rem;height:2.5996125rem;display:block; }
#I50oasrGccGiOf1y0TlRP73v4rEpTwt9 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:1.6875rem;top:23.1875rem;left:7.8125rem;overflow:hidden;display:block; }
#WDgMnN8yTzl8vHT595fT8cQtw2DAC3u0 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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:22.4375rem;width:24.4375rem;top:4.1875rem;left:44.3125rem;overflow:hidden;display:block; }
#wJC26QIy26olSsObzFfpTpQpmTzInpF4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef4fc;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; }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row .container { background-color: transparent; background-image: none; }#wJC26QIy26olSsObzFfpTpQpmTzInpF4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row .container > .video-iframe-container { display: none; }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row > .video-iframe-container { display: none; }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .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); }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row .container { border-width: 0; border-radius: 0; }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#EARO9bogPToaV0t32ombUW1b4T3eiAyv { box-sizing:content-box;height:10.6875rem;width:15.1875rem;position:absolute;display:block;z-index:15001;background-color:#4568b2;background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:4.3125rem;left:35.6875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#rSA3JcmB2bgSNP7mchS6X1zf9VC4ZOop { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.7119140625rem;left:36.03125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#csZhV6avBTpTP3qbdfvGdxuz5ShXC4fa { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.5625rem;top:6.8125rem;left:41.125rem;overflow:hidden;display:block; }
#VgiXJITISBvOCmhpgCiaF02I7wo2rcon { color:#1348a0;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:6.2744140625rem;left:7.25rem;height:2.8496125rem;font-style:normal;display:block; }
#P8b0OaiBGEhUrnRH6gHQo1U4ENoPfkZR { box-sizing:content-box;height:10.6875rem;width:15.1875rem;position:absolute;display:block;z-index:15004;background-color:#4568b2;background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:4.3125rem;left:52.75rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#d0dg3kSBHXI74wOTiKRbsXFtLwInK070 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.7119140625rem;left:53.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ZH5ITrFTDcV9mbCvQCa8cch60Im88LrC { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:4.4375rem;top:6.6875rem;left:58.25rem;overflow:hidden;display:block; }
#UT88hnhT8NuVOBsyaG2wwQCh24ftzwK3 { box-sizing:content-box;height:10.6875rem;width:15.1875rem;position:absolute;display:block;z-index:15007;background-color:#4568b2;background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:17rem;left:35.6875rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#AS5ApnxqOyIgUAhH4WMnepPN7xO4XGTZ { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:5.1875rem;top:18.53125rem;left:40.8125rem;overflow:hidden;display:block; }
#hEbpIpHlt1QlAyRGmN2EvTLqCZWGSpi3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.75rem;left:38.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#RdkEfF0Guh3gbchxkiUgonSUSFw1iIxA { box-sizing:content-box;height:10.6875rem;width:15.1875rem;position:absolute;display:block;z-index:15010;background-color:#4568b2;background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(225,225,225,0.2) ;border-top:0.125rem solid #dcdcdc;border-left:0.125rem solid #dcdcdc;border-right:0.125rem solid #dcdcdc;border-bottom:0.125rem solid #dcdcdc;top:17rem;left:52.75rem;border-top-right-radius:1.9375rem;border-bottom-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-top-left-radius:1.9375rem;display:block; }
#uRdNcapSTThRoPMzVLVOeVmmkyhIdbEu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.75rem;left:53.65625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#DsmOa2qvGsPy3xwPAFTgsXLbgpdoQVwx { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:5.625rem;top:18.53125rem;left:57.65625rem;overflow:hidden;display:block; }
#G6yVfvXpzMstDPT5LB0olISVU5ZftN2B { color:#3c4555;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.86328125rem;left:7.25rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4568b2;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; }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row .container { background-color: transparent; background-image: none; }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row .container > .video-iframe-container { display: none; }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row > .video-iframe-container { display: none; }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .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); }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row .container { border-width: 0; border-radius: 0; }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#Dz0i5u5VE6rvwI4J1Ff0SuWO3BP6eJvg { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:2.625rem;left:21.1875rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TgA1pNalhGcf932Wel1BPma8IdSK9Ua2 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.037109375rem;left:9.84375rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#HJGb475IFH3WTHTUCRFEqwpD0OgD4qHb { position:absolute;display:block;z-index:15016;border-top:0.0625rem solid #6d93e2;border-left:0.0625rem solid #6d93e2;border-right:0.0625rem solid #6d93e2;border-bottom:0.0625rem solid #6d93e2;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.1875rem;width:23.6875rem;top:13.5625rem;left:25.59375rem;overflow:hidden;display:block; }
#AK7btBzZuxbt7ZpsHE8sbIOOqozCINzM { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.5625rem;left:29.84375rem;display:block; }
#UNAP5QugqsvwBuZutwnTdIGAW3Oe7LB0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EMrQWnqmEDK6BhboIPWvWr113hXH9nho { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row .container { background-color: transparent; background-image: none; }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row .container > .video-iframe-container { display: none; }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row > .video-iframe-container { display: none; }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .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); }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row .container { border-width: 0; border-radius: 0; }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#wtyw5EqfBQUzZQ66OtRSvnFSRocVAXRt { position:absolute;display:block;z-index:15033;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:5.5rem;width:17.25rem;top:18.34375rem;left:30.25rem;overflow:hidden;display:block; }
#dxRIeMIU7AzVzV76XUbdcMoHH4rLDZCe { position:absolute;display:block;z-index:15034;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:11rem;width:16.9375rem;top:7.0625rem;left:10.03125rem;overflow:hidden;display:block; }
#FTZZVTF1WLcfDQNSyUzRwsA27nAqRZ4H { position:absolute;display:block;z-index:15035;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.8125rem;width:19.125rem;top:10.15625rem;left:49.875rem;overflow:hidden;display:block; }
#nTelG6ESZv5zF0cproFT5ZZRiEux8yKK { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:16.6875rem;top:20.28125rem;left:10.15625rem;overflow:hidden;display:block; }
#vrLBGOVM6VNt0QEBDFi1v5GyKAnapSAx { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:14.625rem;top:9.59375rem;left:31.5625rem;overflow:hidden;display:block; }
#zhnAbgbgsUniFK7DKwUqrcwmpc6ZMUZ8 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:15.1875rem;top:18.34375rem;left:51.84375rem;overflow:hidden;display:block; }
#l5VVy4ILyvKrt0m6CEXmu4yBWTIQgTE2 { color:#1348a0;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.625rem;left:23.90625rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm { background-color:transparent;background-image: -webkit-linear-gradient(187deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(187deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(187deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(187deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(187deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container { background-color: transparent; background-image: none; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container > .video-iframe-container { display: none; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row > .video-iframe-container { display: none; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .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); }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container { border-width: 0; border-radius: 0; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container { font-size:0.875rem;font-family:arial;height:59.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#VfliTsFFlKQdv8Vxt2QxwpC2tdZTeHi7 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:6.9375rem;left:41.625rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gXoInM6grBtTnElO0GctI1QnTI6F2L9h { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);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:49.75rem;width:28rem;top:4.1875rem;left:40.4375rem;display:block; }
#Ggbkt5LURqPE01p0DvMEodlTuv3RBHdG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:12rem;left:5.9375rem;height:1.4619125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-form-header {  }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:25rem;box-sizing:border-box;height:2.0625rem;color:rgba(var(--color-secondary-4),1);font-size:0.8125rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center;line-height:.8; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-text {padding-top: 0; padding-bottom: 0;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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;width:25rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:0.8125rem;overflow:hidden;font-family:montserrat;vertical-align:top;text-align:center;text-align-last:center;line-height:.8; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .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:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:25rem;box-sizing:border-box;height:2.0625rem;color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-select {padding-top: 0; padding-bottom: 0;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat: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:4.125rem;margin-bottom:0.25rem;margin-left:4.125rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:2.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;line-height:.8; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX [class*="-text"]:-moz-placeholder { color:#cacaca;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX [class*="-text"]::-moz-placeholder { color:#cacaca;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX [class*="-text"]:-ms-input-placeholder { color:#cacaca;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX [class*="-text"]::-webkit-input-placeholder { color:#cacaca;font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .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:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal;float:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .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; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .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;float:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-container:first-of-type{padding-top:0;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-container:last-of-type{padding-bottom:0;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.29296875rem;left:40.6875rem; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX {display:block;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.29296875rem;left:40.6875rem; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #ba5tr4eP50BovzANWb5Q1tNO1A7O4u9Z { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Wh5y4CKPksOzog4zSOrl4IeBWe9ESOMW { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #hkgWyf2LzDbHuqVDDROdwS95IH7IVDFZ { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #bK2dtiL2x7ymOe9ykTmf2J0bIM5hO7h9 { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #fELS9x9QxxrTNnaQNOEl6QFnFPtshmKE { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #HIG6lSp47XGS5GN6i9PKAMT7n8xLEHWn { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #We8kKKMGs3vNTX3gXdB14gKUDbxM4RXk { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #op9uuaUyJ04Dv9klItvoiombHbxB4yRB { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #fkH37FgxdJgs9cEDzr412BeIOU3lsbZt { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #IzV3JQfXcdu2TtdO33s02yB6qREZ87RH { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #C6gmhadJN2zt68pWvl4BqUZVWe3o35hO { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #dD2E1owMEzyGH3v2qMcNJnCeHxhTgole { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #qBhFzoySNn2cIqiotzxaAB4pK4K2W572 { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #BoTlkVe9yHiFWREIAbnwf6JPJkzrhmJ9 { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #t8EOTbsdenwhpfiQSH98gvP8lc2TeRPC { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #rVR8vWpMUv8BWmiVwdaFd2Z1FSLkc4LM { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #zaTLaSyMh3cIRGGC5S8OQizuo0zDL2KO { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Ic6uzKD4dMTAv8DNLLSTLPIryS5duhTq { position:relative; }
#HEyDWG9Re34k2X5Zgle0p7pcTILCnZ0b { position:relative;display:block; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #MfTnE0w32I0zb8LUt31NGJBRiApSRqH1 { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #M7TDw5yw4iMPqZwmbnURVG1emhOpDn2n { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #uAvSIxw7BVmA3cnL1eFTz3qUCaMqxn65 { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #l2mnXp5enELg8v3gEIh6E9cXrDOVMuHs { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #t9z5MSnpQu1PXVu3RvZCPXaOzzbmqRzf { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #ZvaxdwazUluHr6KKeu2TPZvcZatxCfSC { position:relative; }
#pgvcH04oJUFxE13SJPPF7KWTmvowNngL { position:relative;display:block; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #hDXk3AGnHqATlc6k2XmoxyLZOHESnRbF { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #LfWLcKMcw6hrdazQPFJVwU4NWuxzc8vf { position:relative;display:none; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Dg0n9FnPpGcZ0BmMKKA9BTFKPVIZ4Lu1 { position:relative; }
#cX7tnHhkbNB2PfCzMs6QRWATNeTcrt3k { position:relative;display:block;z-index:100000;display:block; }
#l5QOyLMQKZTOX8X0hpOfZmv1iWaKr0SS { position:relative;display:block;z-index:100000;display:block; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #p9uhQKlN5A6H1TvalmbF6gZ2tfrwi4gD { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #vbGWqaZ9zO4sZaFPDxGNvOoktJb5ZXkq { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #gisHoaUGUwTUZbWAFzRDDACP3WrtIOMN { position:relative; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #QeknbX3iz9qIbWe5cNkm7k8P4IoQDcKO { position:relative;z-index:2; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #GXdN6Kx6woag8qudI0B9okT9b12GlLAT { position:relative; }
#BTXRvnbm6FRKa4C4D74NBIgVkQEhEVMo { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:1.25rem;top:16.125rem;left:5.4375rem;overflow:hidden;display:block; }
#b5P2yo6DrkDAhbWC4O7wTaeTtaQoSmB8 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.5625rem;left:8.0625rem;height:2.5996125rem;display:block; }
#KmWDWw2MbZvBS31kJt6TMQDUErpmo2VA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:18.5625rem;left:8.0625rem;height:1.29980625rem;display:block; }
#wkmLJwUmd7KwH7ob1S1JlQJo5yEc8Jb2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:20.9375rem;left:8.0625rem;height:1.29980625rem;display:block; }
#TuS9JzOglZQqeSHD2TyIdr8cVLyqgiPI { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.4375rem;left:8.0625rem;height:1.29980625rem;display:block; }
#iydfovca6IAush2JwkdTfLm2kS3chNmo { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:5.25rem;left:5.9375rem;height:;font-style:normal;display:block; }
#cpkkqIcLrS5QqdVlazymTA4x3f6XFpAC { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:1.25rem;top:18.5244140625rem;left:5.4375rem;overflow:hidden;display:block; }
#JD94UJnlKTafS7Tx3Xe2Ul9Vt6DTXyMn { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:1.25rem;top:20.8994140625rem;left:5.4375rem;overflow:hidden;display:block; }
#VfrcQbsNPLL8R0UHdX2VpPT0oTRKviFi { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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:1.5rem;width:1.25rem;top:23.4619140625rem;left:5.4375rem;overflow:hidden;display:block; }
#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/939ecff3-f09b-4bca-97c2-26118155b1ab/footerimg_MedChem_Boston.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs.adaptive-delivery-prevent-bg, #LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs.lazyload, #LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs.lazyloading { background-image: none; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row .container { background-color: transparent; background-image: none; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row .container > .video-iframe-container { display: none; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row > .video-iframe-container { display: none; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .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); }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row .container { border-width: 0; border-radius: 0; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#SbCUTq3446OB3dBDlDmGUQCL9fmbypaJ { color:#1348a0;display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:10.875rem;left:14.9375rem;height:3.8994125rem;font-style:normal;display:block; }
#isLMIdstgealuoBXMn1ptPF8vJnJoRnB { color:#1348a0;display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:15.3125rem;left:20.125rem;height:1.79980625rem;font-style:normal;display:block; }
#txJy9AgSp2kexHenr69IHIwb2V5wWgqk { background-color:#4568b2;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.5625rem;left:29.875rem;display:block; }
#B06olTHfvHlwwBetcQknnonWOMD0wECv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row .container { background-color: transparent; background-image: none; }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row .container > .video-iframe-container { display: none; }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row > .video-iframe-container { display: none; }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .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); }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row .container { border-width: 0; border-radius: 0; }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#O1UX7qUO56XEl50VO8fmL3kghrZouBNC { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.4375rem;left:65.875rem;display:block; }
#FZAsSpPdUqF5JtTKlNsh6oheTwBhUxhE { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.4375rem;left:68.375rem;display:block; }
#mf3w2NneBVBeefwgrRL2IJ6wfZbTaSfb { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.5rem;left:70.8125rem;display:block; }
#hrpGCIkObCxBpZsZHKAJz0niVRJmsGHD { position:absolute;display:block;z-index:15008;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.061525rem;width:8.9355625rem;top:1rem;left:0.6875rem;overflow:hidden;display:block; }
#pByS65STgmFfrEVAbad2pHlKebGTS3Jz { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:1.5625rem;left:53.9375rem;height:0.9375rem;font-style:normal;display:block; }
#J8ewBxr2Bne2thvEwNg9XrEMwSw8meWT { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:1.75rem;left:44.9375rem;height:0.8129875rem;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR { display:block; }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFsOkpzC9zURWAxai9UPNouITB8T11WG { top:0.8125rem;left:0rem;width:11.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9N1B0eOET5kUtH2EnaCI0apZQwqmbGT { width:8rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqM8JmwRRJWJMoZmUv6vhqp1X4fVGILp { display:block; }
 }@media only screen and (max-width: 763px) { #dvnUmnfUUc83hGbwygSv4eDzoLlSqQJs { width:5.5625rem;height:3.4375rem;top:0.375rem;left:20.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5q9vUEu7HM1wDmlvf4TKG1LaeLD2qwe { display:block; }
 }@media only screen and (max-width: 763px) { #SyGacHF1H5TuaIyQtVpR9yl2hFIi4pyN { width:6.25rem;height:2.75rem;top:0.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ36b6s6JdZtSwJSXXKerRG3zuBixOTx { display:block; }
 }@media only screen and (max-width: 763px) { #nPXCTSwNNMoKHiIBXAob9gVEOoRIvkRt { width:6.4375rem;height:3.4375rem;top:0.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #skgh8EKvS6cySJI9o5n1e4pTlphF42s5 { display:block; }
 }@media only screen and (max-width: 763px) { #QqcQdMURGPNQFsGGKLNboPdSQMksDnlS { width:6.3125rem;height:3.4375rem;top:0.375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZMllFiGS3LZqgFt6kzVpKI1DmgbhJXR { display:block; }
 }@media only screen and (max-width: 763px) { #Lu6JGgkbI5ComsCyy02XMd2JP0P6BBts { width:5.5625rem;height:3.4375rem;top:0.375rem;left:26.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehs48w5E5TAbduywINJgoi2lxiyLxmi6 { display:block; }
 }@media only screen and (max-width: 763px) { #g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 { display:block; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGDdlf66llKAPezyvKNIbd6MqzFwy73I { width:16.875rem;height:1.4375rem;top:22.6875rem;left:25.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMyTJECZ8zTiZvDAGmx5dMFadwftRWHy { top:22rem;left:22.9375rem;width:2.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJsQ5TZMO0dNhVMRkD7uUfszq12sLCa { width:47.5625rem;height:4.125rem;top:15.75rem;left:0.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xlNgSChLpGOSUzJyh1cD3tJ47egr3R { width:8.6875rem;height:;top:22.625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igmk3mgJqU0mrgWBJiH9ZUsIuVfN5w3i { top:22.1875rem;left:7.8125rem;width:2.4375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh0xsDh6XKyhxw2KZvpFOJSECU7QaoIi { width:47.75rem;height:3rem;top:8.5rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxO5iaQOo7ooo9kwT33ErVdTqWasExAI { width:21rem;height:3.625rem;top:26.5625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM7vqUPTqU9RVykRJasTEmvGPGC831PS { display:block; }
 }@media only screen and (max-width: 763px) { #SA5y0UFcPM2oNfqxxGpTU7exTgfT3VaD { width:47.75rem;height:;top:10.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RooptJSTSqoSQJUKzOBrTlZFziKkSyfV { display:block; }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ophciqX6kwkanHqxqyZxlf4t72qXOLvu { top:4.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF6KpFTDSmBrWBouzSSJC3Tty8BLwuBT { top:6.5rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmB6dA3otRK8PC56xxTkJrgTdl82yLvm { top:11.0625rem;left:0rem;width:47.75rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdkyiVobX8WfwnK8iM6O3UnQ8IIit2pL { top:21.125rem;left:11.1875rem;width:25.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeqs0ZZIf4HyAbygSBs286l6NSx2g5a { top:25.6875rem;left:0rem;width:17rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbR8i2U5DSpenbErFR5p7aVvuBJE3ZVJ { top:26.875rem;left:1.0625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGL2KOTxNGah2McQN1MWAS016vLmXzlP { top:33.5625rem;left:0rem;width:15.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6SBPJtb0TsFLGPFJifCJEVUsfcNxEt { top:25.6875rem;left:15.5625rem;width:17rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEeLWi75S4D0KRwPKqHLK3aPhz6ipiTG { top:26.875rem;left:21.1875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxyJxUdEPEaq0T8MvAtldQ72CN5qfa54 { top:33.5625rem;left:16.5rem;width:15.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwmrfQdmVOMRe1xLtWsFMe53hHlVqf12 { top:25.8125rem;left:30.5rem;width:17rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhRDusKqtpKX2N26qR8KPuB8fAh3Rc3S { top:26.9375rem;left:40.9375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #itQmPLT4PG0CCmPp5O5w2TVpyhzDSbWa { top:33.6875rem;left:32.375rem;width:15.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRf5nUbmN1i4ZCpcW1cI7mWE3zpkfK3I { top:42.3125rem;left:7rem;width:17rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySHPQ3OBXLBMmW5FlaQgVpJHTKI8nqLV { top:42.3125rem;left:26.75rem;width:17rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX5qgVgHnGuuQ3eatUfhtWbizzKEOHPT { top:49.9375rem;left:7.9375rem;width:15.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zigWm72GxQCBVgWB1eOUUWKZLZl83uVB { top:49.9375rem;left:27.6875rem;width:15.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miPyvtuQql4kfGTFHrFB0xzgTcbCWfM9 { top:43.3125rem;left:12.625rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn8PHnrqEL74mFBHbU7xa3z2ZSuwBUs4 { top:43.375rem;left:32.375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt { display:block; }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mABlP4NAgURsJ2JuaADufx1R0pqQTUqI { top:5.125rem;left:0rem;width:21.875rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVwzLUzpIrKggtT3JFwzNGcxQln4t7X { top:8.5rem;left:0rem;width:19.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlCtkJ7WqfWcPB3RX2eKipWMWhaaJeXw { top:4.75rem;left:25.1875rem;width:22.5625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNDmkk8zx1BtnSwXWfaBT3kTw9emqFzf { top:15.4375rem;left:0rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJL1FSBJzys9WWlE8AhPknR7yMhSVPyr { top:15.625rem;left:0.3125rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJb4ZIKy92Q3quVDJH3T3KoPxLVsa3Ie { top:17.5625rem;left:0.375rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydh5L07BIOpuPD532oSdxVavErTgEPmi { top:17.4375rem;left:0rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIVJ1FIfDLdWOv45VE21KLBSvfJyuZ0A { top:19.5625rem;left:0.375rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sciR85dsz8MBTZanuisH6TfIsBp5UIUp { top:19.4375rem;left:0rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InCuG3N1e3rcw39vkDlhIGigMIZM1309 { top:21.625rem;left:0.375rem;width:17.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLxetprCKqBp8GCvNVbDpT92hnQt5ztJ { top:21.4375rem;left:0rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orBKN0WL9NpwZ6VExnI9kNbNB4qyqorT { top:23.8125rem;left:0.375rem;width:20.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWJznsRzsqMSy0sM47cDITMf52x5NbWt { top:23.6875rem;left:0rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqmWBHmD56F66F8r6OTUmmup6C32wqFM { top:27.375rem;left:26.25rem;width:21.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEfdMSWIbz4HrgQZA6BDWDDfdg2VO7WH { top:30.1875rem;left:27.625rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XglVdDZSeiTHOhDERVczD1QiwcUDpm3O { top:30.375rem;left:30.3125rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuTqb1i1PXVEZKK8i5dFCChrMTD6louL { top:32.3125rem;left:30.375rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLz1Tm3rud5Pl43ZMqD8CXUc6HfDZfmu { top:32.1875rem;left:27.625rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trSngPfKeZGyEzKIWEw2WcgJZ5hUfdvq { top:34.1875rem;left:27.625rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEh4EbvTPTJ13xNSIxsKN1y0XGrTGu7k { top:34.3125rem;left:29.8125rem;width:17.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK3XZJz8Gr1f0NUhyuxCm9cvXvlvzAlm { top:36.25rem;left:27.625rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIsqgegFFFX2mPeihetSN19DnfOclEml { top:36.5rem;left:26.125rem;width:21.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZt3MFhAadKOoAbXMQIO4XGFhg9KTcMZ { top:27.875rem;left:0rem;width:24.3125rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEFPTRc3U7hp4C4oumeBxaUnAdpLZ6oM { top:38.5rem;left:27.625rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #np8OkcVb4JCHGI5mQiKFPgA1ovoii2zF { top:38.75rem;left:26.125rem;width:21.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55VICxuitFsKuT3WaAoLaQWoWGyLrHK { top:41.1875rem;left:26.125rem;width:21.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEPT4FUC2pA99TCbF951lBUA3eIO681H { top:40.9375rem;left:27.625rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVFzQELgt9zntxfZd7q3x8uZcuL5N35g { top:45.0625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss { display:block; }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqvKtZuUJCGtRr3dnB0UN07h5QgwTe9F { top:5.875rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1kkWrRpW9pbkuFH8JHFDq63NuHg2urh { top:3.1875rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRZuME2mTmWGrmwUCRd4QE3TdLKz68S { top:9.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edl5NphlVys36kdbXyVt0CxMPO4nHnsy { top:24.1875rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1rOS3FG4dB5ouuKesZTJrNeKWvdng2C { top:26.625rem;left:0rem;width:3.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJdvfUXrLwSByTrcKRK9nIa4ucUD2NNh { top:24.1875rem;left:0.25rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSzBD0qT4wmh71VRQ4o8Tk0h4usGlaf { top:24.1875rem;left:10.5rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awgKE7cLXFQVLcQkFl38JcooR7rIHt0T { top:24.1875rem;left:20.4375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7gbVWMbbltmxNnyniZvaWfyd61Iofvg { top:24.1875rem;left:30.875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVsrfJuWJBzEb7LsaTEzXMNEtCgqZsh { top:24.1875rem;left:41.4375rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMhsbNc9maGP5aueDwES3pHTpI1kE4v9 { top:30rem;left:0rem;width:8.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTXyAqp5uioG3qIbvMk4EswKngv1LKo7 { top:30rem;left:0rem;width:8.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxJBCo7xfsJT1o0o1qyFZqpkr9B0pfFJ { top:26.625rem;left:6.375rem;width:3.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVGaItmvdI69TJR0zs8eeQwToGPcaqT8 { top:30rem;left:8.8125rem;width:8.4375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGg2NzXGblJQ4IwOxelXZhRn4h6G4aah { top:30rem;left:18.6875rem;width:8.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHfu06ErGcokc2zUU3nuObxtiVe7iApr { top:26.625rem;left:16.0625rem;width:3.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQD5EsBA4T5T5oJ6B3XZmo9L6VLoaeD8 { top:26.625rem;left:26.1875rem;width:3.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVU0B5OytRSuPFB5B2wovV5ZLMP6qZkw { top:26.625rem;left:36.875rem;width:3.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsHRcUCnHzWor47C1iFZ1Lyq5VWoI2qE { top:30rem;left:29.1875rem;width:8.4375rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p06QFmbCXhya23sJIg1lv15nwdyRh9zT { top:30rem;left:37.25rem;width:10.5rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3CuTWDTeSfpFsQQJJ0SxcdOCnn2mfL { top:15.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWeZpqbZhSkNzeEzJSJWJhkq2o1GbGKM { top:19.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKO5pJEhhF8rnggK5WqJaUoczlvgnNgn { top:30rem;left:37.25rem;width:10.5rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPr49OW2qzbXFgnGT9rwy9Ezso9LANae { top:24.1875rem;left:42.6875rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUBNgf4q7FWDOdLxT2HLpZiDwAkQSMWZ { top:26.625rem;left:44.25rem;width:3.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG { display:block; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeDeIBK8RK07ZTG9HdgPQsmoPGTcyxux { top:4.0625rem;left:0rem;width:41.25rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnyUBQCFO6beZIFdXRGSThfdpmpx9l1V { top:7.5rem;left:0rem;width:32.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4bybL6wIBC8LNW1rPa357AHIBI8STN { top:27.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cryKJ3OXKdm15yZIfhJKfeCx9yQZPlDf { top:15.8125rem;left:0rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyvlonot53yytRLNom7gK8LG2WKopZpu { top:15.875rem;left:0rem;width:31.9375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2WzgGq0nzkASglxlPvTRFtId2G15EkQ { top:19.0625rem;left:0rem;width:32.5rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA1rKsPVPKb2qtJgvWOAeLHHHVwfEcxC { top:19.625rem;left:0rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDbL3oPU9Hk4rBMG3vqqbsZIU4tEt3w5 { top:22.625rem;left:0rem;width:32.5625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I50oasrGccGiOf1y0TlRP73v4rEpTwt9 { top:23.1875rem;left:0rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDgMnN8yTzl8vHT595fT8cQtw2DAC3u0 { top:4.1875rem;left:23.3125rem;width:24.4375rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJC26QIy26olSsObzFfpTpQpmTzInpF4 { display:block; }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EARO9bogPToaV0t32ombUW1b4T3eiAyv { top:4.3125rem;left:22.0625rem;width:15.1875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSA3JcmB2bgSNP7mchS6X1zf9VC4ZOop { top:10.6875rem;left:22.40625rem;width:14.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csZhV6avBTpTP3qbdfvGdxuz5ShXC4fa { top:6.8125rem;left:27.5rem;width:4.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgiXJITISBvOCmhpgCiaF02I7wo2rcon { top:6.25rem;left:0rem;width:27.1875rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8b0OaiBGEhUrnRH6gHQo1U4ENoPfkZR { top:4.3125rem;left:32.3125rem;width:15.1875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0dg3kSBHXI74wOTiKRbsXFtLwInK070 { top:10.6875rem;left:33.4375rem;width:14.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH5ITrFTDcV9mbCvQCa8cch60Im88LrC { top:6.6875rem;left:43.3125rem;width:4.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT88hnhT8NuVOBsyaG2wwQCh24ftzwK3 { top:17rem;left:22.0625rem;width:15.1875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS5ApnxqOyIgUAhH4WMnepPN7xO4XGTZ { top:18.5rem;left:27.1875rem;width:5.1875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEbpIpHlt1QlAyRGmN2EvTLqCZWGSpi3 { top:22.75rem;left:24.5625rem;width:10.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdkEfF0Guh3gbchxkiUgonSUSFw1iIxA { top:17rem;left:32.3125rem;width:15.1875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRdNcapSTThRoPMzVLVOeVmmkyhIdbEu { top:22.75rem;left:34.125rem;width:13.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsmOa2qvGsPy3xwPAFTgsXLbgpdoQVwx { top:18.5rem;left:42.125rem;width:5.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6yVfvXpzMstDPT5LB0olISVU5ZftN2B { top:11.8125rem;left:0rem;width:18.6875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg { display:block; }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz0i5u5VE6rvwI4J1Ff0SuWO3BP6eJvg { top:2.625rem;left:7.5625rem;width:32.625rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgA1pNalhGcf932Wel1BPma8IdSK9Ua2 { top:6rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJGb475IFH3WTHTUCRFEqwpD0OgD4qHb { top:13.5625rem;left:11.96875rem;width:23.6875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK7btBzZuxbt7ZpsHE8sbIOOqozCINzM { width:15.3125rem;height:2.75rem;top:30.5625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAP5QugqsvwBuZutwnTdIGAW3Oe7LB0 { display:block; }
 }@media only screen and (max-width: 763px) { #EMrQWnqmEDK6BhboIPWvWr113hXH9nho { display:block; }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtyw5EqfBQUzZQ66OtRSvnFSRocVAXRt { width:17.25rem;height:5.5rem;top:18.3125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRIeMIU7AzVzV76XUbdcMoHH4rLDZCe { width:16.9375rem;height:11rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTZZVTF1WLcfDQNSyUzRwsA27nAqRZ4H { width:19.125rem;height:4.8125rem;top:10.125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTelG6ESZv5zF0cproFT5ZZRiEux8yKK { width:16.6875rem;height:5.375rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrLBGOVM6VNt0QEBDFi1v5GyKAnapSAx { width:14.625rem;height:5.9375rem;top:9.5625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhnAbgbgsUniFK7DKwUqrcwmpc6ZMUZ8 { width:15.1875rem;height:7.875rem;top:18.3125rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5VVy4ILyvKrt0m6CEXmu4yBWTIQgTE2 { top:3.625rem;left:10.28125rem;width:27.1875rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm { display:block; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfliTsFFlKQdv8Vxt2QxwpC2tdZTeHi7 { width:25.625rem;height:2.3125rem;top:6.9375rem;left:22.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXoInM6grBtTnElO0GctI1QnTI6F2L9h { top:4.1875rem;left:19.75rem;width:28rem;height:49.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggbkt5LURqPE01p0DvMEodlTuv3RBHdG { top:12rem;left:0rem;width:25.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-text {padding-top: 0; padding-bottom: 0;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-select {padding-top: 0; padding-bottom: 0;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.125rem; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-checkbox-label { width:24rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX  { width:25rem;height:auto;top:9.25rem;left:20.25rem; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX {display:block;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX { width:25rem;height:auto;top:9.25rem;left:20.25rem; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #ba5tr4eP50BovzANWb5Q1tNO1A7O4u9Z {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Wh5y4CKPksOzog4zSOrl4IeBWe9ESOMW { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #hkgWyf2LzDbHuqVDDROdwS95IH7IVDFZ {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #bK2dtiL2x7ymOe9ykTmf2J0bIM5hO7h9 {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #fELS9x9QxxrTNnaQNOEl6QFnFPtshmKE { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #HIG6lSp47XGS5GN6i9PKAMT7n8xLEHWn {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #We8kKKMGs3vNTX3gXdB14gKUDbxM4RXk {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #op9uuaUyJ04Dv9klItvoiombHbxB4yRB { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #fkH37FgxdJgs9cEDzr412BeIOU3lsbZt {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #IzV3JQfXcdu2TtdO33s02yB6qREZ87RH {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #C6gmhadJN2zt68pWvl4BqUZVWe3o35hO { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #dD2E1owMEzyGH3v2qMcNJnCeHxhTgole {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #qBhFzoySNn2cIqiotzxaAB4pK4K2W572 {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #BoTlkVe9yHiFWREIAbnwf6JPJkzrhmJ9 { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #t8EOTbsdenwhpfiQSH98gvP8lc2TeRPC {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #rVR8vWpMUv8BWmiVwdaFd2Z1FSLkc4LM {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #zaTLaSyMh3cIRGGC5S8OQizuo0zDL2KO { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Ic6uzKD4dMTAv8DNLLSTLPIryS5duhTq {  }
 }@media only screen and (max-width: 763px) { #HEyDWG9Re34k2X5Zgle0p7pcTILCnZ0b { display:block; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #MfTnE0w32I0zb8LUt31NGJBRiApSRqH1 {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #M7TDw5yw4iMPqZwmbnURVG1emhOpDn2n {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #uAvSIxw7BVmA3cnL1eFTz3qUCaMqxn65 {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #l2mnXp5enELg8v3gEIh6E9cXrDOVMuHs {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #t9z5MSnpQu1PXVu3RvZCPXaOzzbmqRzf { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #ZvaxdwazUluHr6KKeu2TPZvcZatxCfSC {  }
 }@media only screen and (max-width: 763px) { #pgvcH04oJUFxE13SJPPF7KWTmvowNngL { display:block; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #hDXk3AGnHqATlc6k2XmoxyLZOHESnRbF {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #LfWLcKMcw6hrdazQPFJVwU4NWuxzc8vf {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Dg0n9FnPpGcZ0BmMKKA9BTFKPVIZ4Lu1 {  }
 }@media only screen and (max-width: 763px) { #cX7tnHhkbNB2PfCzMs6QRWATNeTcrt3k { display:block; }
 }@media only screen and (max-width: 763px) { #l5QOyLMQKZTOX8X0hpOfZmv1iWaKr0SS { display:block; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #p9uhQKlN5A6H1TvalmbF6gZ2tfrwi4gD {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #vbGWqaZ9zO4sZaFPDxGNvOoktJb5ZXkq {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #gisHoaUGUwTUZbWAFzRDDACP3WrtIOMN {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #QeknbX3iz9qIbWe5cNkm7k8P4IoQDcKO {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #GXdN6Kx6woag8qudI0B9okT9b12GlLAT {  }
 }@media only screen and (max-width: 763px) { #BTXRvnbm6FRKa4C4D74NBIgVkQEhEVMo { top:16.125rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5P2yo6DrkDAhbWC4O7wTaeTtaQoSmB8 { top:15.5625rem;left:0rem;width:25.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmWDWw2MbZvBS31kJt6TMQDUErpmo2VA { top:18.5625rem;left:0rem;width:22.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkmLJwUmd7KwH7ob1S1JlQJo5yEc8Jb2 { top:20.9375rem;left:0rem;width:20.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuS9JzOglZQqeSHD2TyIdr8cVLyqgiPI { top:23.4375rem;left:0rem;width:21.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iydfovca6IAush2JwkdTfLm2kS3chNmo { top:5.25rem;left:0rem;width:23.5rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpkkqIcLrS5QqdVlazymTA4x3f6XFpAC { top:18.5rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD94UJnlKTafS7Tx3Xe2Ul9Vt6DTXyMn { top:20.875rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfrcQbsNPLL8R0UHdX2VpPT0oTRKviFi { top:23.4375rem;left:0rem;width:1.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs { display:block; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbCUTq3446OB3dBDlDmGUQCL9fmbypaJ { top:10.875rem;left:1.3125rem;width:45.125rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isLMIdstgealuoBXMn1ptPF8vJnJoRnB { top:15.3125rem;left:6.5rem;width:34.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJy9AgSp2kexHenr69IHIwb2V5wWgqk { width:15.3125rem;height:2.75rem;top:18.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B06olTHfvHlwwBetcQknnonWOMD0wECv { display:block; }
 }@media only screen and (max-width: 763px) { #wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z { display:block; }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1UX7qUO56XEl50VO8fmL3kghrZouBNC { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZAsSpPdUqF5JtTKlNsh6oheTwBhUxhE { top:0.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf3w2NneBVBeefwgrRL2IJ6wfZbTaSfb { top:0.5rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrpGCIkObCxBpZsZHKAJz0niVRJmsGHD { top:1rem;left:0rem;width:8.875rem;height:2.0475526163014rem;display:block; }
 }@media only screen and (max-width: 763px) { #pByS65STgmFfrEVAbad2pHlKebGTS3Jz { top:1.5625rem;left:35.75rem;width:12rem;height:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8ewBxr2Bne2thvEwNg9XrEMwSw8meWT { top:5.1875rem;left:0rem;width:12rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR { position:relative;z-index:auto;display:block; }#zhfv8p7uUwAFBWvMbqfVkACdoeFDumCR > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sFsOkpzC9zURWAxai9UPNouITB8T11WG { width:11.75rem;height:2.5rem;top:1.8125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9N1B0eOET5kUtH2EnaCI0apZQwqmbGT { width:6.625rem;height:1.75rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqM8JmwRRJWJMoZmUv6vhqp1X4fVGILp { display:block; }
 }@media only screen and (max-width: 763px) { #dvnUmnfUUc83hGbwygSv4eDzoLlSqQJs { width:5.5625rem;height:1.5rem;top:7.375rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5q9vUEu7HM1wDmlvf4TKG1LaeLD2qwe { display:block; }
 }@media only screen and (max-width: 763px) { #SyGacHF1H5TuaIyQtVpR9yl2hFIi4pyN { width:6.25rem;height:1.1875rem;top:7.53125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ36b6s6JdZtSwJSXXKerRG3zuBixOTx { display:block; }
 }@media only screen and (max-width: 763px) { #nPXCTSwNNMoKHiIBXAob9gVEOoRIvkRt { width:6.4375rem;height:1.75rem;top:5rem;left:13.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skgh8EKvS6cySJI9o5n1e4pTlphF42s5 { display:block; }
 }@media only screen and (max-width: 763px) { #QqcQdMURGPNQFsGGKLNboPdSQMksDnlS { width:6.3125rem;height:1.8125rem;top:4.96875rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZMllFiGS3LZqgFt6kzVpKI1DmgbhJXR { display:block; }
 }@media only screen and (max-width: 763px) { #Lu6JGgkbI5ComsCyy02XMd2JP0P6BBts { width:5.5625rem;height:1.375rem;top:7.4375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehs48w5E5TAbduywINJgoi2lxiyLxmi6 { display:block; }
 }@media only screen and (max-width: 763px) { #g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a18a965b-16b0-4e71-a70a-f87a39eaa1c9/medicinalchemistrysandiego2026.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9.adaptive-delivery-prevent-bg, #g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9.lazyload, #g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9.lazyloading { background-image: none; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container { background-color: transparent; background-image: none; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container > .video-iframe-container { display: none; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row > .video-iframe-container { display: none; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .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); }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container { border-width: 0; border-radius: 0; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g89y7cm1t6FTLRhNvgaQemMnMTPSDdi9 > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NGDdlf66llKAPezyvKNIbd6MqzFwy73I { width:13.875rem;height:1.4619125rem;top:20.9375rem;left:5.5rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMyTJECZ8zTiZvDAGmx5dMFadwftRWHy { width:2.875rem;height:2.875rem;top:20.25rem;left:2.375rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZlJsQ5TZMO0dNhVMRkD7uUfszq12sLCa { width:20rem;height:5.27831875rem;top:25.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9xlNgSChLpGOSUzJyh1cD3tJ47egr3R { width:8.0625rem;height:1.4619125rem;top:17.75rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igmk3mgJqU0mrgWBJiH9ZUsIuVfN5w3i { width:2.4375rem;height:2.4375rem;top:17.3125rem;left:2.5625rem;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sh0xsDh6XKyhxw2KZvpFOJSECU7QaoIi { width:20rem;height:8.796875rem;top:3.19921875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxO5iaQOo7ooo9kwT33ErVdTqWasExAI { width:15.3125rem;height:2.75rem;top:31.0625rem;left:2.375rem;font-weight:400;font-style:normal;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM7vqUPTqU9RVykRJasTEmvGPGC831PS { display:block; }
 }@media only screen and (max-width: 763px) { #SA5y0UFcPM2oNfqxxGpTU7exTgfT3VaD { width:20rem;height:5.0625rem;top:10.68359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RooptJSTSqoSQJUKzOBrTlZFziKkSyfV { display:block; }#RooptJSTSqoSQJUKzOBrTlZFziKkSyfV > .row .container { width:20rem;height:101.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ophciqX6kwkanHqxqyZxlf4t72qXOLvu { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF6KpFTDSmBrWBouzSSJC3Tty8BLwuBT { width:20rem;height:7.19825rem;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmB6dA3otRK8PC56xxTkJrgTdl82yLvm { width:20rem;height:10.233375rem;top:12.82325rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdkyiVobX8WfwnK8iM6O3UnQ8IIit2pL { width:20rem;height:2.03125rem;top:24.3056875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOeqs0ZZIf4HyAbygSBs286l6NSx2g5a { width:17rem;height:13rem;top:27.5869375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbR8i2U5DSpenbErFR5p7aVvuBJE3ZVJ { width:6rem;height:6rem;top:28.7744375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGL2KOTxNGah2McQN1MWAS016vLmXzlP { width:15.375rem;height:3.8994125rem;top:35.4619375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6SBPJtb0TsFLGPFJifCJEVUsfcNxEt { width:17rem;height:13rem;top:42.0869375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEeLWi75S4D0KRwPKqHLK3aPhz6ipiTG { width:6rem;height:6rem;top:43.2744375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxyJxUdEPEaq0T8MvAtldQ72CN5qfa54 { width:15.375rem;height:3.89941875rem;top:49.9619375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwmrfQdmVOMRe1xLtWsFMe53hHlVqf12 { width:17rem;height:13rem;top:56.5869375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhRDusKqtpKX2N26qR8KPuB8fAh3Rc3S { width:6rem;height:6rem;top:57.7119375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #itQmPLT4PG0CCmPp5O5w2TVpyhzDSbWa { width:15.375rem;height:3.89941875rem;top:64.4619375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRf5nUbmN1i4ZCpcW1cI7mWE3zpkfK3I { width:17rem;height:13rem;top:71.0869375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySHPQ3OBXLBMmW5FlaQgVpJHTKI8nqLV { width:17rem;height:13rem;top:85.5869375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX5qgVgHnGuuQ3eatUfhtWbizzKEOHPT { width:15.375rem;height:3.89941875rem;top:78.7119375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zigWm72GxQCBVgWB1eOUUWKZLZl83uVB { width:15.375rem;height:2.5996125rem;top:93.2119375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miPyvtuQql4kfGTFHrFB0xzgTcbCWfM9 { width:6rem;height:6rem;top:72.0869375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn8PHnrqEL74mFBHbU7xa3z2ZSuwBUs4 { width:6rem;height:6rem;top:86.6494375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt { display:block; }#Jtm2P7pOWOxIraLXZCgb7p5zXDyy2NHt > .row .container { width:20rem;height:91.7099625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mABlP4NAgURsJ2JuaADufx1R0pqQTUqI { width:20rem;height:2.3994125rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXVwzLUzpIrKggtT3JFwzNGcxQln4t7X { width:19.5625rem;height:4.38574375rem;top:6.4609375rem;left:0.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlCtkJ7WqfWcPB3RX2eKipWMWhaaJeXw { width:20rem;height:18rem;top:29.470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNDmkk8zx1BtnSwXWfaBT3kTw9emqFzf { width:1.6875rem;height:1.5625rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJL1FSBJzys9WWlE8AhPknR7yMhSVPyr { width:16.4375rem;height:1.29980625rem;top:12.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJb4ZIKy92Q3quVDJH3T3KoPxLVsa3Ie { width:16.4375rem;height:1.29980625rem;top:15.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydh5L07BIOpuPD532oSdxVavErTgEPmi { width:1.6875rem;height:1.5625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIVJ1FIfDLdWOv45VE21KLBSvfJyuZ0A { width:16.4375rem;height:1.29980625rem;top:18.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sciR85dsz8MBTZanuisH6TfIsBp5UIUp { width:1.6875rem;height:1.5625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InCuG3N1e3rcw39vkDlhIGigMIZM1309 { width:16.5rem;height:2.5996125rem;top:21.35546875rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLxetprCKqBp8GCvNVbDpT92hnQt5ztJ { width:1.6875rem;height:1.5625rem;top:21.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orBKN0WL9NpwZ6VExnI9kNbNB4qyqorT { width:16.5625rem;height:2.5996125rem;top:24.875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWJznsRzsqMSy0sM47cDITMf52x5NbWt { width:1.6875rem;height:1.5625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqmWBHmD56F66F8r6OTUmmup6C32wqFM { width:20rem;height:1.4619125rem;top:62.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEfdMSWIbz4HrgQZA6BDWDDfdg2VO7WH { width:1.6875rem;height:1.5625rem;top:64.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XglVdDZSeiTHOhDERVczD1QiwcUDpm3O { width:16.4375rem;height:1.29980625rem;top:64.5rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuTqb1i1PXVEZKK8i5dFCChrMTD6louL { width:16.4375rem;height:1.29980625rem;top:67.375rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLz1Tm3rud5Pl43ZMqD8CXUc6HfDZfmu { width:1.6875rem;height:1.5625rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trSngPfKeZGyEzKIWEw2WcgJZ5hUfdvq { width:1.6875rem;height:1.5625rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEh4EbvTPTJ13xNSIxsKN1y0XGrTGu7k { width:16.1875rem;height:2.5996125rem;top:69.6875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK3XZJz8Gr1f0NUhyuxCm9cvXvlvzAlm { width:1.6875rem;height:1.5625rem;top:73.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIsqgegFFFX2mPeihetSN19DnfOclEml { width:16.625rem;height:2.5996125rem;top:73rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZt3MFhAadKOoAbXMQIO4XGFhg9KTcMZ { width:19.875rem;height:11.625rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEFPTRc3U7hp4C4oumeBxaUnAdpLZ6oM { width:1.6875rem;height:1.5625rem;top:76.8125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #np8OkcVb4JCHGI5mQiKFPgA1ovoii2zF { width:20rem;height:0;top:79.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b55VICxuitFsKuT3WaAoLaQWoWGyLrHK { width:20rem;height:0;top:84.98730625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEPT4FUC2pA99TCbF951lBUA3eIO681H { width:1.6875rem;height:1.5625rem;top:82.17480625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVFzQELgt9zntxfZd7q3x8uZcuL5N35g { width:20rem;height:0;top:87.5371125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss { display:block; }#gTnvtGJTXcf2yCAJKwObeLzoh3qHqWss > .row .container { width:20rem;height:88.1816375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqvKtZuUJCGtRr3dnB0UN07h5QgwTe9F { width:20rem;height:9.597625rem;top:7.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1kkWrRpW9pbkuFH8JHFDq63NuHg2urh { width:20rem;height:3.75rem;top:2.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkRZuME2mTmWGrmwUCRd4QE3TdLKz68S { width:20rem;height:13.15725rem;top:18.6591796875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edl5NphlVys36kdbXyVt0CxMPO4nHnsy { width:5.0625rem;height:5.0625rem;top:33.189453125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1rOS3FG4dB5ouuKesZTJrNeKWvdng2C { width:2.5rem;height:0.625rem;top:33.84765625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJdvfUXrLwSByTrcKRK9nIa4ucUD2NNh { width:5.0625rem;height:5.0625rem;top:38.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSzBD0qT4wmh71VRQ4o8Tk0h4usGlaf { width:5.0625rem;height:5.0625rem;top:44rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #awgKE7cLXFQVLcQkFl38JcooR7rIHt0T { width:5.0625rem;height:5.0625rem;top:49.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7gbVWMbbltmxNnyniZvaWfyd61Iofvg { width:5.0625rem;height:5.0625rem;top:54.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVsrfJuWJBzEb7LsaTEzXMNEtCgqZsh { width:5.0625rem;height:5.0625rem;top:60.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMhsbNc9maGP5aueDwES3pHTpI1kE4v9 { width:8.4375rem;height:4.142575rem;top:33.650390625rem;left:8.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTXyAqp5uioG3qIbvMk4EswKngv1LKo7 { width:8.4375rem;height:2.76171875rem;top:39.6875rem;left:8.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BxJBCo7xfsJT1o0o1qyFZqpkr9B0pfFJ { width:2.5rem;height:0.4375rem;top:40.75390625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVGaItmvdI69TJR0zs8eeQwToGPcaqT8 { width:8.4375rem;height:5.5234375rem;top:43.75rem;left:8.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iGg2NzXGblJQ4IwOxelXZhRn4h6G4aah { width:8.4375rem;height:4.142575rem;top:49.875rem;left:8.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nHfu06ErGcokc2zUU3nuObxtiVe7iApr { width:3.5rem;height:0.625rem;top:54.91015625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gQD5EsBA4T5T5oJ6B3XZmo9L6VLoaeD8 { width:3.5rem;height:0.625rem;top:62.37890625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVU0B5OytRSuPFB5B2wovV5ZLMP6qZkw { width:3.5rem;height:0.625rem;top:70.56640625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsHRcUCnHzWor47C1iFZ1Lyq5VWoI2qE { width:8.4375rem;height:4.1425875rem;top:55.3125rem;left:8.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p06QFmbCXhya23sJIg1lv15nwdyRh9zT { width:10.5rem;height:5.5234375rem;top:60rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tb3CuTWDTeSfpFsQQJJ0SxcdOCnn2mfL { width:20rem;height:0;top:66.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWeZpqbZhSkNzeEzJSJWJhkq2o1GbGKM { width:20rem;height:0;top:70.92285rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKO5pJEhhF8rnggK5WqJaUoczlvgnNgn { width:10.5rem;height:0;top:81.4082rem;left:4.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPr49OW2qzbXFgnGT9rwy9Ezso9LANae { width:5.0625rem;height:5.0625rem;top:75.0957rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUBNgf4q7FWDOdLxT2HLpZiDwAkQSMWZ { width:3.5rem;height:0.625rem;top:26.625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG { display:block; }#QsQm9gHlJL4WSRPIGkSeU6OcGFMlL1aG > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeDeIBK8RK07ZTG9HdgPQsmoPGTcyxux { width:20rem;height:4.798825rem;top:5.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnyUBQCFO6beZIFdXRGSThfdpmpx9l1V { width:20rem;height:5.84765625rem;top:11.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4bybL6wIBC8LNW1rPa357AHIBI8STN { width:20rem;height:4.142575rem;top:27.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cryKJ3OXKdm15yZIfhJKfeCx9yQZPlDf { width:1.6875rem;height:1.5rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eyvlonot53yytRLNom7gK8LG2WKopZpu { width:15.4375rem;height:2.5996125rem;top:19.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2WzgGq0nzkASglxlPvTRFtId2G15EkQ { width:12.4375rem;height:1.29980625rem;top:21.9375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA1rKsPVPKb2qtJgvWOAeLHHHVwfEcxC { width:1.6875rem;height:1.5rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDbL3oPU9Hk4rBMG3vqqbsZIU4tEt3w5 { width:16.5rem;height:1.29980625rem;top:24rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I50oasrGccGiOf1y0TlRP73v4rEpTwt9 { width:1.6875rem;height:1.5rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDgMnN8yTzl8vHT595fT8cQtw2DAC3u0 { width:13.0625rem;height:12rem;top:31.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJC26QIy26olSsObzFfpTpQpmTzInpF4 { display:block; }#wJC26QIy26olSsObzFfpTpQpmTzInpF4 > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EARO9bogPToaV0t32ombUW1b4T3eiAyv { width:15.1875rem;height:10.6875rem;top:14.39550625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSA3JcmB2bgSNP7mchS6X1zf9VC4ZOop { width:15.375rem;height:3.89941875rem;top:20.7949203125rem;left:2.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csZhV6avBTpTP3qbdfvGdxuz5ShXC4fa { width:4.5625rem;height:3.1875rem;top:16.89550625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgiXJITISBvOCmhpgCiaF02I7wo2rcon { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P8b0OaiBGEhUrnRH6gHQo1U4ENoPfkZR { width:15.1875rem;height:10.6875rem;top:26.58300625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0dg3kSBHXI74wOTiKRbsXFtLwInK070 { width:14.3125rem;height:2.5996125rem;top:32.9824203125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH5ITrFTDcV9mbCvQCa8cch60Im88LrC { width:4.4375rem;height:3.4375rem;top:28.95800625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT88hnhT8NuVOBsyaG2wwQCh24ftzwK3 { width:15.1875rem;height:10.6875rem;top:38.77050625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS5ApnxqOyIgUAhH4WMnepPN7xO4XGTZ { width:5.1875rem;height:3.5625rem;top:40.30175625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEbpIpHlt1QlAyRGmN2EvTLqCZWGSpi3 { width:15.375rem;height:2.5996125rem;top:44.52050625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdkEfF0Guh3gbchxkiUgonSUSFw1iIxA { width:15.1875rem;height:10.6875rem;top:50.95800625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRdNcapSTThRoPMzVLVOeVmmkyhIdbEu { width:13.625rem;height:3.8994125rem;top:56.70800625rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsmOa2qvGsPy3xwPAFTgsXLbgpdoQVwx { width:5.625rem;height:3.875rem;top:52.48925625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6yVfvXpzMstDPT5LB0olISVU5ZftN2B { width:18.6875rem;height:5.84765625rem;top:7.29785rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg { display:block; }#o2N6laBv2yGGiWJALH4Zer7ZglbUnnJg > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz0i5u5VE6rvwI4J1Ff0SuWO3BP6eJvg { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgA1pNalhGcf932Wel1BPma8IdSK9Ua2 { width:20rem;height:14.619125rem;top:6.984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJGb475IFH3WTHTUCRFEqwpD0OgD4qHb { width:19.875rem;height:11.904023746702rem;top:23.1660375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK7btBzZuxbt7ZpsHE8sbIOOqozCINzM { width:15.3125rem;height:2.75rem;top:37.478515625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAP5QugqsvwBuZutwnTdIGAW3Oe7LB0 { display:block; }
 }@media only screen and (max-width: 763px) { #EMrQWnqmEDK6BhboIPWvWr113hXH9nho { display:block; }#EMrQWnqmEDK6BhboIPWvWr113hXH9nho > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtyw5EqfBQUzZQ66OtRSvnFSRocVAXRt { width:8rem;height:2.5rem;top:8.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxRIeMIU7AzVzV76XUbdcMoHH4rLDZCe { width:7.375rem;height:4.8125rem;top:12.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTZZVTF1WLcfDQNSyUzRwsA27nAqRZ4H { width:8.5625rem;height:2.125rem;top:8.375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTelG6ESZv5zF0cproFT5ZZRiEux8yKK { width:8.6875rem;height:2.8125rem;top:12.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrLBGOVM6VNt0QEBDFi1v5GyKAnapSAx { width:7.6875rem;height:3rem;top:18rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhnAbgbgsUniFK7DKwUqrcwmpc6ZMUZ8 { width:3.4375rem;height:1.75rem;top:18.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5VVy4ILyvKrt0m6CEXmu4yBWTIQgTE2 { width:20rem;height:4.798825rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1f64a1, #092b66);background-image: -moz-linear-gradient(180deg, #1f64a1, #092b66);background-image: -ms-linear-gradient(180deg, #1f64a1, #092b66);background-image: -o-linear-gradient(180deg, #1f64a1, #092b66);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f64a1', endColorstr='#092b66' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f64a1', endColorstr='#092b66' );";background-image: linear-gradient(180deg, #1f64a1, #092b66);background-size:cover !important;position:relative;z-index:auto;display:block; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container { background-color: transparent; background-image: none; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container > .video-iframe-container { display: none; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row > .video-iframe-container { display: none; }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .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); }#yNs0m2ySoQFq1xu4vSxeprKtHgExQaqm > .row .container { width:20rem;height:78.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfliTsFFlKQdv8Vxt2QxwpC2tdZTeHi7 { width:20rem;height:0;top:168.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXoInM6grBtTnElO0GctI1QnTI6F2L9h { width:19.375rem;height:46.6875rem;top:27.0625rem;left:0.3125rem;z-index:15001;background-color:#d7eeff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ggbkt5LURqPE01p0DvMEodlTuv3RBHdG { width:17rem;height:1.21875rem;top:9.59375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-text {padding-top: 0; padding-bottom: 0;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-select {padding-top: 0; padding-bottom: 0;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-input-button { width:11.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.875rem;height:3.8125rem; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX  { width:17.5rem;height:auto;top:27.75rem;left:0rem; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX {display:block;}#yUuZANaqausy5MFTpHK5uvPTUSwnOTCX { width:17.5rem;height:auto;top:27.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #ba5tr4eP50BovzANWb5Q1tNO1A7O4u9Z {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Wh5y4CKPksOzog4zSOrl4IeBWe9ESOMW { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #hkgWyf2LzDbHuqVDDROdwS95IH7IVDFZ {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #bK2dtiL2x7ymOe9ykTmf2J0bIM5hO7h9 {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #fELS9x9QxxrTNnaQNOEl6QFnFPtshmKE { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #HIG6lSp47XGS5GN6i9PKAMT7n8xLEHWn {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #We8kKKMGs3vNTX3gXdB14gKUDbxM4RXk {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #op9uuaUyJ04Dv9klItvoiombHbxB4yRB { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #fkH37FgxdJgs9cEDzr412BeIOU3lsbZt {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #IzV3JQfXcdu2TtdO33s02yB6qREZ87RH {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #C6gmhadJN2zt68pWvl4BqUZVWe3o35hO { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #dD2E1owMEzyGH3v2qMcNJnCeHxhTgole {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #qBhFzoySNn2cIqiotzxaAB4pK4K2W572 {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #BoTlkVe9yHiFWREIAbnwf6JPJkzrhmJ9 { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #t8EOTbsdenwhpfiQSH98gvP8lc2TeRPC {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #rVR8vWpMUv8BWmiVwdaFd2Z1FSLkc4LM {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #zaTLaSyMh3cIRGGC5S8OQizuo0zDL2KO { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Ic6uzKD4dMTAv8DNLLSTLPIryS5duhTq {  }
 }@media only screen and (max-width: 763px) { #HEyDWG9Re34k2X5Zgle0p7pcTILCnZ0b { display:block; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #MfTnE0w32I0zb8LUt31NGJBRiApSRqH1 {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #M7TDw5yw4iMPqZwmbnURVG1emhOpDn2n {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #uAvSIxw7BVmA3cnL1eFTz3qUCaMqxn65 {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #l2mnXp5enELg8v3gEIh6E9cXrDOVMuHs {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #t9z5MSnpQu1PXVu3RvZCPXaOzzbmqRzf { display:none; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #ZvaxdwazUluHr6KKeu2TPZvcZatxCfSC {  }
 }@media only screen and (max-width: 763px) { #pgvcH04oJUFxE13SJPPF7KWTmvowNngL { display:block; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #hDXk3AGnHqATlc6k2XmoxyLZOHESnRbF {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #LfWLcKMcw6hrdazQPFJVwU4NWuxzc8vf {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #Dg0n9FnPpGcZ0BmMKKA9BTFKPVIZ4Lu1 {  }
 }@media only screen and (max-width: 763px) { #cX7tnHhkbNB2PfCzMs6QRWATNeTcrt3k { display:block; }
 }@media only screen and (max-width: 763px) { #l5QOyLMQKZTOX8X0hpOfZmv1iWaKr0SS { display:block; }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #p9uhQKlN5A6H1TvalmbF6gZ2tfrwi4gD {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #vbGWqaZ9zO4sZaFPDxGNvOoktJb5ZXkq {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #gisHoaUGUwTUZbWAFzRDDACP3WrtIOMN {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #QeknbX3iz9qIbWe5cNkm7k8P4IoQDcKO {  }
 }@media only screen and (max-width: 763px) { #yUuZANaqausy5MFTpHK5uvPTUSwnOTCX #GXdN6Kx6woag8qudI0B9okT9b12GlLAT {  }
 }@media only screen and (max-width: 763px) { #BTXRvnbm6FRKa4C4D74NBIgVkQEhEVMo { width:1.25rem;height:1.5rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5P2yo6DrkDAhbWC4O7wTaeTtaQoSmB8 { width:17.5rem;height:3.8994125rem;top:10.75rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmWDWw2MbZvBS31kJt6TMQDUErpmo2VA { width:16.5rem;height:2.5996125rem;top:15.4375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkmLJwUmd7KwH7ob1S1JlQJo5yEc8Jb2 { width:15.4375rem;height:1.29980625rem;top:19.4375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuS9JzOglZQqeSHD2TyIdr8cVLyqgiPI { width:10.8125rem;height:3.8994125rem;top:21.5625rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iydfovca6IAush2JwkdTfLm2kS3chNmo { width:20rem;height:4.798825rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpkkqIcLrS5QqdVlazymTA4x3f6XFpAC { width:1.25rem;height:1.5rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD94UJnlKTafS7Tx3Xe2Ul9Vt6DTXyMn { width:1.25rem;height:1.5rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfrcQbsNPLL8R0UHdX2VpPT0oTRKviFi { width:1.25rem;height:1.5rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs { display:block; }#LPEBKTXhwRqxdN0IqdXo7ip9xIJqyqTs > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbCUTq3446OB3dBDlDmGUQCL9fmbypaJ { width:19.3125rem;height:4.798825rem;top:1.25rem;left:0.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isLMIdstgealuoBXMn1ptPF8vJnJoRnB { width:20rem;height:3.5996125rem;top:6.796875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txJy9AgSp2kexHenr69IHIwb2V5wWgqk { width:15.3125rem;height:2.75rem;top:11.4599609375rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B06olTHfvHlwwBetcQknnonWOMD0wECv { display:block; }
 }@media only screen and (max-width: 763px) { #wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z { display:block; }#wo5fIMt8DTcTt89Dpm9DgX6SbqAA7B7z > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1UX7qUO56XEl50VO8fmL3kghrZouBNC { width:3.125rem;height:3.125rem;top:0.59375rem;left:11.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZAsSpPdUqF5JtTKlNsh6oheTwBhUxhE { width:3.125rem;height:3.125rem;top:0.6875rem;left:13.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf3w2NneBVBeefwgrRL2IJ6wfZbTaSfb { width:3.125rem;height:3.125rem;top:0.59375rem;left:16.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrpGCIkObCxBpZsZHKAJz0niVRJmsGHD { width:8.875rem;height:2.046875rem;top:1.4140625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pByS65STgmFfrEVAbad2pHlKebGTS3Jz { width:9.9375rem;height:0.8125rem;top:5.625rem;left:0.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8ewBxr2Bne2thvEwNg9XrEMwSw8meWT { width:12rem;height:0.8125rem;top:4.25rem;left:4rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15028;display:block; }
 }