.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:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:252,221,222;--color-secondary-1:246,143,146;--color-secondary-2:237,31,36;--color-secondary-3:119,16,18;--color-secondary-4:36,5,5;--color-tertiary-0:255,255,255;--color-tertiary-1:227,227,227;--color-tertiary-2:209,209,209;--color-tertiary-3:111,111,111;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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: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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU { position:relative;display:none; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU { border-width: 0; border-radius: 0; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#efmfsRlsAmV9SrTodxn6hcJ7HT6a2MmS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.0625rem;top:1.9375rem;left:2.625rem;overflow:hidden;display:none; }
#IcBIXpaSMawWXTSGcGeEJ6RrdV62SQIt { background-color:transparent;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: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-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:3.1875rem;left:30rem;display:none; }
#lQhvdzPTL9b6EwyMmqqWuaTWqNqve4IQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTSmJB7GTFyETvwxZ6o2WOIDuaBlq4HH { background-color:transparent;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: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-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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:1rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:3.1875rem;left:35.1875rem;display:none; }
#x36F49DzGXGT9z0JkTfcLDNERbwtSSSt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cAzITOS4bSWnckvPdFwtDVzxVlN8cSOx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:1rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:3.1875rem;left:41.1875rem;display:none; }
#S4A2LLMzDrckc9eA164NF32anAa3uGr1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHKenlbsoNdq8s6TsUTIDFepyl4llkLW { background-color:transparent;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: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-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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:1.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:3.125rem;left:68.9375rem;display:none; }
#O49cJzmlmpMsTI26X3aR0p8PcLPRPagN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd { 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/b6740f9b-1d10-4ac3-ad8b-c9c5c6621a48/DSC00643.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd.adaptive-delivery-prevent-bg, #t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd.lazyload, #t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd.lazyloading { background-image: none; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container { background-color: transparent; background-image: none; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container > .video-iframe-container { display: none; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row > .video-iframe-container { display: none; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .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); }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container { border-width: 0; border-radius: 0; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#PiMgcJOuhbatNW9BCPnDhDQvbAg1rr5o { position:absolute;display:block;z-index:15004;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:1.8125rem;width:1.8125rem;top:1.7490234375rem;left:65.1875rem;overflow:hidden;display:none; }
#tFti31IfvcaRNmiAVK3JKHK3ZkH9ibqb { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:8.125rem;top:1.9375rem;left:2.625rem;overflow:hidden;display:block; }
#ekGXH75aXDE7iLIbfSi0aUULp39zIImx { background-color:transparent;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: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-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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.375rem;height:1rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:3.1875rem;left:26.75rem;display:block; }
#KdTqUDqVxMw7Gy9qZ8fo6Uo0A6kEXG8g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IykxM7buxozBXyLH9gHxZueVEW5iLIfN { background-color:transparent;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: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-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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.625rem;height:1.75rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:2.8120403289795rem;left:31.937039375305rem;display:block; }
#iBTV5CTi4fqTbxsaLwR0lCLJTocVWzuW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTv3qCX7mprA21uCTqV8o1XgRQxwqhTK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4rem;height:1rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:3.1875rem;left:37.9375rem;display:block; }
#uDxvJeIcecCWI6tQrlu8bbyFmtCWP7DO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Owiq2ntNd4hTQdCCFEtSEpvgMUvW9M3a { background-color:transparent;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: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-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.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5622701644897rem;height:1.1247701644898rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:3.125rem;left:43.75rem;display:block; }
#WBKKgun4OHK16O5CVSIh2tNGXBTauqbC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQt2cLkr4PBFxMvhTpTsFDZTeMTViSBP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:17.8125rem;left:2.625rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nO0Ju7TrTA6Ghs9SOXGLAD6oWVLdsba8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:21.880859375rem;left:2.625rem;height:1.425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK { position:relative;display:block; }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK { background-color: transparent; background-image: none; }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .row .container > .video-iframe-container { display: none; }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .row > .video-iframe-container { display: none; }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .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); }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK { border-width: 0; border-radius: 0; }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xp5xOHun0LX7rxptPxdZyipKzaxtNssn { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2rem;left:7.5rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S4KTCzk3Wt669DpmKEo5PGNb93CoEoS6 { color:rgba(var(--color-tertiary-3),1);display:block;width:41.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:10.4375rem;left:16.65625rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row .container { background-color: transparent; background-image: none; }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row .container > .video-iframe-container { display: none; }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row > .video-iframe-container { display: none; }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .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); }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row .container { border-width: 0; border-radius: 0; }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#KnyFCARweO5FI2y18PgZaJdKqVml3d58 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.998046875rem;left:0.2802734375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aL1s3lpSrasgqlRZubtyOGp89ethQTbn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0048828125rem;left:0.2802734375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2koiKzhb0XCzxIW2xv94w8NacLqdQTD { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0048828125rem;left:25.2802734375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gWALb2yo9nyEvkw0SK9ZMrlMKtus7rdR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.998046875rem;left:25.2802734375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtJT1W0IshZmWBx4VH9Eed0GuTOeTbWK { color:rgba(var(--color-tertiary-0),1);display:block;width:25.0625rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.998046875rem;left:47.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWWgJ3yRWgXB41vK72Q90UzICDL3ArUk { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:47.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bu3V94wTTll7K3TiB7AR5axsfVreFnzE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.8125rem;width:59.9375rem;top:8.5rem;left:7.5rem;display:block; }
#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T { border-top:0;border-left:0;border-right:0;border-bottom:0;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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T.adaptive-delivery-prevent-bg, #KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T.lazyload, #KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T.lazyloading { background-image: none; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row .container { background-color: transparent; background-image: none; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row .container > .video-iframe-container { display: none; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row > .video-iframe-container { display: none; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .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); }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row .container { border-width: 0; border-radius: 0; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row .container { background-color: transparent; background-image: none; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row .container > .video-iframe-container { display: none; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row > .video-iframe-container { display: none; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .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); }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row .container { border-width: 0; border-radius: 0; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:block; }#dTQaTJLZP0h1WpCl5wJh3gI21rbARrax { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0620625rem;height:2.99913125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.249349594116rem;left:30.968971252441rem;display:block; }
#oMIDbpzn3d9JSflm19tM7SVBb1wqLPQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gAPZH98Ez3nIq2Gae4CK66yGIRdgo3ud { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:1.9375rem;left:7.5rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J0scQhskL3kypLEtk8T7OCOED7aGrK9y { position:absolute;display:block;z-index:15123;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.5625rem;width:17.8125rem;top:8.9375rem;left:57.1875rem;display:block; }
#DDQWR2Eb09RTlzE8aL7zrVuhVJgckuBc { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5rem;width:17.8125rem;top:7.9375rem;left:57.1875rem;overflow:hidden;display:block; }
#hLTPc5OAFUF8QXTx3fJWRn1xMCX1kD48 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15134;line-height:1.5;letter-spacing:0;top:20.5625rem;left:58.125rem;height:4.5rem;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; }
#BF5OepkkAGGDwcTh0JNBwbQeUye8asTM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15138;line-height:1.5;letter-spacing:0;top:25.25rem;left:58.125rem;height:0.9375rem;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; }
#TUeyLLWmzbNWWD6eAfnP6pi7HJJoUAFg { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.25rem;width:15.8125rem;top:7.6551589965819rem;left:0rem;overflow:hidden;display:none; }
#SSkTTDWmfTgTKguT16l7fbvoDwMK5DwJ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.5625rem;width:17.4375rem;top:8.0625rem;left:19.125rem;display:none; }
#IhFHvqy4hGITDLQbfDqk0qfCrvgEvyqt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:20.25rem;left:0.9375rem;height:7.5rem;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:none; }
#kiKI8od9xii2IBdmPQEEbTwf0sXAovfH { position:absolute;display:block;z-index:15127;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.5625rem;width:17.8125rem;top:8.9375rem;left:38.1875rem;display:block; }
#VTyTJaz5OXk3Wf6oJNbmwSXz4uXa00rr { position:absolute;display:block;z-index:15144;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5rem;width:17.8125rem;top:7.9375rem;left:38.1875rem;overflow:hidden;display:block; }
#pqE8yFzsBtisuFB0g50TJ54vgPJTo7CZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15138;line-height:1.5;letter-spacing:0;top:20.5625rem;left:39.125rem;height:7.5rem;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; }
#uJTHUxS6uNBExIfCROOoAWF7LJN9fB0d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15142;line-height:1.5;letter-spacing:0;top:28.5625rem;left:39.21923828125rem;height:0.9375rem;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; }
#l3RSo51oGP8XGbJJ6nrAc1CAaEhsKygV { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.25rem;width:15.8125rem;top:7.6551589965819rem;left:0rem;overflow:hidden;display:none; }
#pB9RicXqtzvFxvN9GC5G1CTGEvzkQ7Wf { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.5625rem;width:17.4375rem;top:8.0625rem;left:19.125rem;display:none; }
#OZMsQsh3AIGsqrtBcrhFCXHIp6Rtwkyw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:20.25rem;left:0.9375rem;height:7.5rem;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:none; }
#MZsEx5Gd7AAMc7RySEeS6rJJk81e9TDo { position:absolute;display:block;z-index:15131;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.5625rem;width:17.8125rem;top:8.9375rem;left:19.1875rem;display:block; }
#UrafpGkPRqSQ1mL3FfAzOTpGAqgziIFF { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5rem;width:17.8125rem;top:7.9375rem;left:19.1875rem;overflow:hidden;display:block; }
#q8r3xoFwxmoXiP5QXG6qJio7ZSl57Bz6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15142;line-height:1.5;letter-spacing:0;top:20.5625rem;left:20.125rem;height:6rem;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; }
#C6Ab3GF0Xfu6AKIuMoyCx1vEZP8fb3CW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15146;line-height:1.5;letter-spacing:0;top:27rem;left:20.125rem;height:0.9375rem;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; }
#AlVOp7QzA8i06JBEF5UyOyBWMVF2fHAn { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.25rem;width:15.8125rem;top:7.6551589965819rem;left:0rem;overflow:hidden;display:none; }
#mM1iIEQJxLfUsTpTGPwfLosRzyAbNEeQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.5625rem;width:17.4375rem;top:8.0625rem;left:19.125rem;display:none; }
#rkl5r7BZZZXW7khJNZkc9BATn47GPhlz { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:20.25rem;left:0.9375rem;height:7.5rem;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:none; }
#bMJnmMFKB3SyLWxfmzUdHCh8fmPshSpC { position:absolute;display:block;z-index:15136;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.5625rem;width:17.8125rem;top:8.9375rem;left:0rem;display:block; }
#fRgxpqlSJdC8x45Codsf4oyBXGKU1IMQ { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.5rem;width:17.8125rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#c3J1mBfRTKbXRer9108koAN5y96Hfu3P { color:rgba(var(--color-tertiary-4),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15147;line-height:1.5;letter-spacing:0;top:20.5625rem;left:0.9375rem;height:4.5rem;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; }
#DgnyCvcSWM4FAWn5l1lhlGsxPxTwp86h { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15151;line-height:1.5;letter-spacing:0;top:25.4375rem;left:1.03173828125rem;height:0.9375rem;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; }
#h82yVu6Sf4F9obxpVDHTESikgN0GHoQ4 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:21.5625rem;width:17.4375rem;top:8.0625rem;left:19.125rem;display:none; }
#eXtNg5cmJrUvRKMKH8CXXHJhREMbEC5u { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:20.25rem;left:0.9375rem;height:7.5rem;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:none; }
#RpeikrBvBKGQTaKsgmxwThQrWgW3onFX { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.25rem;width:15.8125rem;top:7.6551589965819rem;left:0rem;overflow:hidden;display:none; }
#iawsXKnNZaRvFg6u9lBTumCdavTtUELw { 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/4cb2c412-21dd-4678-a5aa-776a3f524582/homenominees.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw.adaptive-delivery-prevent-bg, #iawsXKnNZaRvFg6u9lBTumCdavTtUELw.lazyload, #iawsXKnNZaRvFg6u9lBTumCdavTtUELw.lazyloading { background-image: none; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row .container { background-color: transparent; background-image: none; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row .container > .video-iframe-container { display: none; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row > .video-iframe-container { display: none; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .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); }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row .container { border-width: 0; border-radius: 0; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#aL9nmkrWRfQe5l5sB93RrrSTMil4asod { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:30.374221801757rem;left:30.968751907349rem;display:block; }
#DgBiVGxR0apxcZV8bUucVA7oFvGUFgSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aAn7pPBnyanfPad9DgSW31Cn3H64Vo0B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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:none; }#aAn7pPBnyanfPad9DgSW31Cn3H64Vo0B > .row .container { border-width: 0; border-radius: 0; }#aAn7pPBnyanfPad9DgSW31Cn3H64Vo0B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aAn7pPBnyanfPad9DgSW31Cn3H64Vo0B > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:none; }#TahvHFPG7OJ221OipTUp2OTPE8aFalMt { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.75rem;width:17.5625rem;top:8.5rem;left:38.25rem;display:block; }
#NETphvN8HZzEcdgIm7BfZLyLZbrUsw95 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.6875rem;width:17.5rem;top:7.625rem;left:38.125rem;overflow:hidden;display:block; }
#DdSQQKC9a1GXSq89yZLl47SkqA7JI7iw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:20.25rem;left:39.0625rem;height:1.50065rem;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; }
#vXhCWEBo44WqiFk9EmNVzL5PaQH4DVvi { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:23.3125rem;left:39.0625rem;height:3.65625rem;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; }
#FOT8XFStnQe5LJBGreTZp5mHRx0fDNN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:21.875rem;left:39.125rem;height:0.9375rem;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; }
#u70kKHg7CBuMvANhbEXa1UMFlThekL2Q { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.75rem;width:17.5625rem;top:8.5625rem;left:19.3125rem;display:block; }
#ACWg0GH7XvbtXypwPk6dv6Q7a5Ni1AGy { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.6875rem;width:17.5rem;top:7.6875rem;left:19.1875rem;overflow:hidden;display:block; }
#ooKAgbAA8HsylfrECzuFV2nD4tvBGwDO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:20.3125rem;left:20.125rem;height:1.50065rem;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; }
#tFwSNyOBmrF1z6ITzcJ3MeCSVD5EELUT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:23.375rem;left:20.125rem;height:3.65625rem;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; }
#hThLdQ5nEI6PxG7Kbp1TJSzdUtV2BOfH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:21.9375rem;left:20.1875rem;height:0.9375rem;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; }
#d1CHHOfRbzhprv9ym5kn8NR9QL2l6JuX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.75rem;width:17.5625rem;top:8.5rem;left:57.375rem;display:block; }
#hwRsQxtAhAEcnuB06eLKzg18QQQM1l8C { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:11.6875rem;width:17.5rem;top:7.625rem;left:57.375rem;overflow:hidden;display:block; }
#tZd11wxAUkMh1Symi7hdHWs0FkCs9ucM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:20.125rem;left:58.5625rem;height:1.50065rem;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; }
#Bnw4q0IObobrJIFptEyP9d8G6BvGbhC0 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:23.6875rem;left:58.1875rem;height:3.65625rem;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; }
#dWlZxXZPPUiMuSp19ZCRnueGownRWhCk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:22.4375rem;left:58.3125rem;height:0.9375rem;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; }
#gswnLEJTFhyprKJAwpoa5xnmmTOZInKG { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.4375rem;left:30.96875rem;display:none; }
#ZG1oT4LasFf6NPU1qTmbkedgyaNiHrUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V { position:relative;display:none; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V { border-width: 0; border-radius: 0; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#CpVMnPiSgSLHunErmnJGy22v4FOnTlWA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.4375rem;left:30.96875rem;display:none; }
#bl7Rcw2wK3wtSHXNOqwJxWbKkFGwFyMr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 { border-top:0;border-left:0;border-right:0;border-bottom:0;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;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33.adaptive-delivery-prevent-bg, #cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33.lazyload, #cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33.lazyloading { background-image: none; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row .container { background-color: transparent; background-image: none; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row .container > .video-iframe-container { display: none; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row > .video-iframe-container { display: none; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .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); }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row .container { border-width: 0; border-radius: 0; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row .container { font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;position:relative;display:block; }#SJ5H2bVTByyUkCmnhvMLR9rMVASp1pAi { color:rgba(var(--color-tertiary-4),1);display:block;width:55.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:50.6875rem;left:9.6875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GlFelzupT09IG5E68auSF3TwfFKVbrZD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.8125rem;width:59.9375rem;top:15.0625rem;left:9.46875rem;display:block; }
#HJtLuWktzDdTdqbd5x319BskdKBB6a6V { color:rgba(var(--color-tertiary-4),1);display:block;width:44.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:3.0947265625rem;left:15.1875rem;height:7.5rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fRDuVGlTrZT7TzRicoFvwG74bqagzGJ2 { color:rgba(var(--color-tertiary-4),0.57);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:12.125rem;left:29.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#T7WLKulbGMrroSfsWZvvWUi0ZVqP8wIi { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:58.875rem;left:13.25rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#OcMK41KNHvCsflAuR7nAwV6GzpMdpgXz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0625rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:62.5rem;left:30.96875rem;display:block; }
#L7GEeBrWf9oCi0t7CuA1aRIT0pbBEcpK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT { 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; }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row .container { background-color: transparent; background-image: none; }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row .container > .video-iframe-container { display: none; }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row > .video-iframe-container { display: none; }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .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); }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row .container { border-width: 0; border-radius: 0; }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#koVn8r9OpJOCzRQq5u71B1L2pI7duTiQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:30.5625rem;width:29.0625rem;top:4rem;left:6.625rem;overflow:hidden;display:block; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-form-header {  }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-regular-label { height:auto;display:none;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:27.9375rem;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;font-style:normal; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0.15);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:27.9375rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0.1875rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.27) ; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-text {padding-top: 0; padding-bottom: 0;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0.15);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:27.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-select {padding-top: 0; padding-bottom: 0;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .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; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-secondary-2),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:16.8125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:11.125rem;height:3.1875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:lato;font-size:1rem; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:lato;font-size:1rem; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:lato;font-size:1rem; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:lato;font-size:1rem; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .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.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.875rem;overflow:hidden;font-style:normal; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .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; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .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; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-container:first-of-type{padding-top:0;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-container:last-of-type{padding-bottom:0;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.1868591308594rem;left:39.187282562256rem; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.9375rem;display:block;vertical-align:top; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .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; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I {display:block;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.1868591308594rem;left:39.187282562256rem; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #JofmJLwolmnhXoy47JVndrgJVQU2IFcF { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #APlJ0mnxv4ltLpzhfTr7vtnq0PL11PfO { position:relative;display:block; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #siSI2Xz1dlxPTrkTPQJEqwXEKfiWZlm6 { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #mZfBxfRn3fWPgaZzSPTRdFL1PdGkZoTb { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #CWPUVmeh02KphQlGLTqrveoSxlfBKw1q { position:relative;display:block; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #XSFXTOemIB73LfxzCA1ZykQcT6Ck4bp0 { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #ZaoXg4ETb6TzcgFhvOTyPasTFbzMwuLF { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #iQRuwrBrEnQ9XvgRpH1k8h2W6E55tA7Q { position:relative;display:block; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #E1Wq0pAwfh9CsxoURlN91w3BTVNMPoS2 { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #o92rE7bVbkwkxOwX8kKqQHR9KDnZNT6R { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #fDkTxg3ematNe9Uox2FZfBsH6T2Dkzr4 { position:relative;z-index:2; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #T9ETpQ6MEb0DBdJWOaTsGtL4SgXQg8XF { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #kVNoT3hSriybXRgHkGsTdbg0xntuAMsJ { position:relative; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #Q1RPWTDkDRwqgwDhTGz8RhJW8q7ORCTA { position:relative; }
#bU2bI8ivSGvyLQ3EdPH1JbsiTCilVXJF { position:absolute;display:block;z-index:15009;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:0.125rem;width:12.5rem;top:9.4375rem;left:40.375rem;display:block; }
#bg9f3eMw1ltGQhfClGnHcfSFLbDeKbPA { position:absolute;display:block;z-index:15001;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:21.6875rem;width:18.75rem;top:16.125rem;left:0rem;overflow:hidden;display:block; }
#yq5U5XqlExwW25S2aU759A8N9WsL419S { color:rgba(var(--color-tertiary-1),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.3125rem;left:40.375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row .container { background-color: transparent; background-image: none; }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row .container > .video-iframe-container { display: none; }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row > .video-iframe-container { display: none; }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .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); }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row .container { border-width: 0; border-radius: 0; }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#JAntEBOe4U57ZpPH5Jkbo53cTQNEwIyH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:7.1875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnGfzZTAwa6rZckCbb3t73mxaAkMeJ5e { color:rgba(var(--color-tertiary-0),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:2.390625rem;left:32.6875rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#osTqc2OtVETJSCl9ATRCUi3V3SpkiNqd { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.390625rem;left:60.1875rem;height:1.21875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container { background-color: transparent; background-image: none; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container > .video-iframe-container { display: none; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row > .video-iframe-container { display: none; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .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); }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container { border-width: 0; border-radius: 0; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#xgV76XzyRsZEI1zSXg62piB2d6ClPbnx { color:#3e3f3f;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.5625rem;height:0.975rem;text-align:left;text-align-last:left;display:block; }
#f0sRa4QBzRbSAhL4WxqaAJPGbiINdyox { color:#7070a5;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:7.5625rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#sRrIFqElyFW46wXdJnsWo5vydKecqZUP { color:#6c7c9b;display:block;width:40.3125rem;position:absolute;font-family:sharpsans;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.044921875rem;left:9.625rem;height:0.9746125rem;text-align:left;text-align-last:left;display:none; }
#ng3a79pyfyOvSTNk9FWPuVJszH9PBOKh { position:absolute;display:block;z-index:15001;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:1.6875rem;width:1.6875rem;top:2.125rem;left:60.75rem;overflow:hidden;display:block; }
#exUTKteQHvDfIGOo6JSc7ZJT809QslHg { position:absolute;display:block;z-index:15002;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:1.6875rem;width:1.6875rem;top:2.125rem;left:63.9375rem;overflow:hidden;display:block; }
#frMJZ1nFBzon5oN6qFzlHTyRKxJSeyP3 { position:absolute;display:block;z-index:15003;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:1.6875rem;width:1.6875rem;top:2.125rem;left:67.25rem;overflow:hidden;display:block; }
#TPEKSH9x2QsNL3vxEXz1QsSfM2hLhKTu { position:absolute;display:block;z-index:15002;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: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:1.625rem;width:1.6875rem;top:2.09375rem;left:57.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU { display:none; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #efmfsRlsAmV9SrTodxn6hcJ7HT6a2MmS { top:1.9375rem;left:0rem;width:7.0625rem;height:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcBIXpaSMawWXTSGcGeEJ6RrdV62SQIt { width:3.375rem;height:1rem;top:3.1875rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQhvdzPTL9b6EwyMmqqWuaTWqNqve4IQ { display:block; }
 }@media only screen and (max-width: 763px) { #KTSmJB7GTFyETvwxZ6o2WOIDuaBlq4HH { width:4.625rem;height:1rem;top:3.1875rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x36F49DzGXGT9z0JkTfcLDNERbwtSSSt { display:block; }
 }@media only screen and (max-width: 763px) { #cAzITOS4bSWnckvPdFwtDVzxVlN8cSOx { width:4rem;height:1rem;top:3.1875rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4A2LLMzDrckc9eA164NF32anAa3uGr1 { display:block; }
 }@media only screen and (max-width: 763px) { #dHKenlbsoNdq8s6TsUTIDFepyl4llkLW { width:5.3125rem;height:1.125rem;top:3.125rem;left:42.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O49cJzmlmpMsTI26X3aR0p8PcLPRPagN { display:block; }
 }@media only screen and (max-width: 763px) { #t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd { display:block; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiMgcJOuhbatNW9BCPnDhDQvbAg1rr5o { width:1.8125rem;height:1.8125rem;top:1.6875rem;left:45.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFti31IfvcaRNmiAVK3JKHK3ZkH9ibqb { top:1.9375rem;left:0rem;width:8.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekGXH75aXDE7iLIbfSi0aUULp39zIImx { width:3.3125rem;height:0.9375rem;top:3.1875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdTqUDqVxMw7Gy9qZ8fo6Uo0A6kEXG8g { display:block; }
 }@media only screen and (max-width: 763px) { #IykxM7buxozBXyLH9gHxZueVEW5iLIfN { width:4.625rem;height:1.75rem;top:2.75rem;left:18.312039375305rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBTV5CTi4fqTbxsaLwR0lCLJTocVWzuW { display:block; }
 }@media only screen and (max-width: 763px) { #NTv3qCX7mprA21uCTqV8o1XgRQxwqhTK { width:3.9375rem;height:0.9375rem;top:3.1875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDxvJeIcecCWI6tQrlu8bbyFmtCWP7DO { display:block; }
 }@media only screen and (max-width: 763px) { #Owiq2ntNd4hTQdCCFEtSEpvgMUvW9M3a { width:4.5rem;height:1.0625rem;top:3.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKKgun4OHK16O5CVSIh2tNGXBTauqbC { display:block; }
 }@media only screen and (max-width: 763px) { #NQt2cLkr4PBFxMvhTpTsFDZTeMTViSBP { top:17.8125rem;left:0rem;width:31.625rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO0Ju7TrTA6Ghs9SOXGLAD6oWVLdsba8 { top:21.875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48LTXcUAFWfk3K8bhbWsNOug52ETZyK { display:block; }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xp5xOHun0LX7rxptPxdZyipKzaxtNssn { top:2rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4KTCzk3Wt669DpmKEo5PGNb93CoEoS6 { top:10.4375rem;left:3.03125rem;width:41.6875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 { display:block; }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnyFCARweO5FI2y18PgZaJdKqVml3d58 { top:5.9375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1s3lpSrasgqlRZubtyOGp89ethQTbn { top:2rem;left:0rem;width:19.375rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2koiKzhb0XCzxIW2xv94w8NacLqdQTD { top:2rem;left:12.375rem;width:19.375rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWALb2yo9nyEvkw0SK9ZMrlMKtus7rdR { top:5.9375rem;left:12.375rem;width:19.375rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJT1W0IshZmWBx4VH9Eed0GuTOeTbWK { top:1.9375rem;left:6.6875rem;width:25.0625rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWWgJ3yRWgXB41vK72Q90UzICDL3ArUk { top:5.9375rem;left:6.8125rem;width:24.9375rem;height:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu3V94wTTll7K3TiB7AR5axsfVreFnzE { top:8.5rem;left:0rem;width:47.75rem;height:26.937174139729rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T { display:block; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke { display:block; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTQaTJLZP0h1WpCl5wJh3gI21rbARrax { width:13rem;height:2.9375rem;top:32.1875rem;left:17.281471252441rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMIDbpzn3d9JSflm19tM7SVBb1wqLPQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #gAPZH98Ez3nIq2Gae4CK66yGIRdgo3ud { top:1.9375rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0scQhskL3kypLEtk8T7OCOED7aGrK9y { top:8.9375rem;left:29.8125rem;width:17.8125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQWR2Eb09RTlzE8aL7zrVuhVJgckuBc { top:7.9375rem;left:29.8125rem;width:17.8125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLTPc5OAFUF8QXTx3fJWRn1xMCX1kD48 { top:20.5625rem;left:31.4375rem;width:16.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BF5OepkkAGGDwcTh0JNBwbQeUye8asTM { top:25.25rem;left:31.9375rem;width:15.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUeyLLWmzbNWWD6eAfnP6pi7HJJoUAFg { top:7.625rem;left:0rem;width:15.8125rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSkTTDWmfTgTKguT16l7fbvoDwMK5DwJ { top:8.0625rem;left:0rem;width:17.4375rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhFHvqy4hGITDLQbfDqk0qfCrvgEvyqt { top:19rem;left:0rem;width:19.375rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiKI8od9xii2IBdmPQEEbTwf0sXAovfH { top:8.9375rem;left:13.9375rem;width:17.8125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTyTJaz5OXk3Wf6oJNbmwSXz4uXa00rr { top:7.9375rem;left:13.9375rem;width:17.8125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqE8yFzsBtisuFB0g50TJ54vgPJTo7CZ { top:20.5625rem;left:14.6875rem;width:17.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTHUxS6uNBExIfCROOoAWF7LJN9fB0d { top:28.5625rem;left:16.0625rem;width:15.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3RSo51oGP8XGbJJ6nrAc1CAaEhsKygV { top:7.625rem;left:0rem;width:15.8125rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pB9RicXqtzvFxvN9GC5G1CTGEvzkQ7Wf { top:8.0625rem;left:0rem;width:17.4375rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZMsQsh3AIGsqrtBcrhFCXHIp6Rtwkyw { top:19.25rem;left:0rem;width:19.375rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MZsEx5Gd7AAMc7RySEeS6rJJk81e9TDo { top:8.9375rem;left:0rem;width:17.8125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrafpGkPRqSQ1mL3FfAzOTpGAqgziIFF { top:7.9375rem;left:0rem;width:17.8125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8r3xoFwxmoXiP5QXG6qJio7ZSl57Bz6 { top:20.5625rem;left:0rem;width:16rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Ab3GF0Xfu6AKIuMoyCx1vEZP8fb3CW { top:27rem;left:0.1875rem;width:15.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlVOp7QzA8i06JBEF5UyOyBWMVF2fHAn { top:7.625rem;left:0rem;width:15.8125rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mM1iIEQJxLfUsTpTGPwfLosRzyAbNEeQ { top:8.0625rem;left:0rem;width:17.4375rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rkl5r7BZZZXW7khJNZkc9BATn47GPhlz { top:18.625rem;left:0rem;width:20rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMJnmMFKB3SyLWxfmzUdHCh8fmPshSpC { top:8.9375rem;left:0rem;width:17.8125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRgxpqlSJdC8x45Codsf4oyBXGKU1IMQ { top:7.9375rem;left:0rem;width:17.8125rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3J1mBfRTKbXRer9108koAN5y96Hfu3P { top:20.5625rem;left:0rem;width:16rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgnyCvcSWM4FAWn5l1lhlGsxPxTwp86h { top:25.4375rem;left:0rem;width:15.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h82yVu6Sf4F9obxpVDHTESikgN0GHoQ4 { top:8.0625rem;left:0rem;width:17.4375rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eXtNg5cmJrUvRKMKH8CXXHJhREMbEC5u { top:17.0625rem;left:0rem;width:16.5625rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RpeikrBvBKGQTaKsgmxwThQrWgW3onFX { top:7.625rem;left:0rem;width:15.8125rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iawsXKnNZaRvFg6u9lBTumCdavTtUELw { display:block; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL9nmkrWRfQe5l5sB93RrrSTMil4asod { width:13.0625rem;height:3rem;top:30.3125rem;left:17.343751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgBiVGxR0apxcZV8bUucVA7oFvGUFgSx { display:block; }
 }@media only screen and (max-width: 763px) { #aAn7pPBnyanfPad9DgSW31Cn3H64Vo0B { display:none; }#aAn7pPBnyanfPad9DgSW31Cn3H64Vo0B > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TahvHFPG7OJ221OipTUp2OTPE8aFalMt { top:8.5rem;left:14.1875rem;width:17.5625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETphvN8HZzEcdgIm7BfZLyLZbrUsw95 { top:7.625rem;left:14.125rem;width:17.5rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdSQQKC9a1GXSq89yZLl47SkqA7JI7iw { top:20.25rem;left:16.5625rem;width:15.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXhCWEBo44WqiFk9EmNVzL5PaQH4DVvi { top:23.3125rem;left:15.5rem;width:16.25rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOT8XFStnQe5LJBGreTZp5mHRx0fDNN5 { top:21.875rem;left:16rem;width:15.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u70kKHg7CBuMvANhbEXa1UMFlThekL2Q { top:8.5625rem;left:0rem;width:17.5625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACWg0GH7XvbtXypwPk6dv6Q7a5Ni1AGy { top:7.6875rem;left:0rem;width:17.5rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooKAgbAA8HsylfrECzuFV2nD4tvBGwDO { top:20.3125rem;left:0.6875rem;width:15.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFwSNyOBmrF1z6ITzcJ3MeCSVD5EELUT { top:23.375rem;left:0rem;width:16.25rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hThLdQ5nEI6PxG7Kbp1TJSzdUtV2BOfH { top:21.9375rem;left:0.125rem;width:15.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1CHHOfRbzhprv9ym5kn8NR9QL2l6JuX { top:8.5rem;left:30.0625rem;width:17.5625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwRsQxtAhAEcnuB06eLKzg18QQQM1l8C { top:7.625rem;left:30rem;width:17.5rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZd11wxAUkMh1Symi7hdHWs0FkCs9ucM { top:20.125rem;left:32.4375rem;width:15.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bnw4q0IObobrJIFptEyP9d8G6BvGbhC0 { top:23.6875rem;left:31.375rem;width:16.25rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWlZxXZPPUiMuSp19ZCRnueGownRWhCk { top:22.4375rem;left:31.875rem;width:15.75rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gswnLEJTFhyprKJAwpoa5xnmmTOZInKG { width:13.0625rem;height:3rem;top:30.4375rem;left:17.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZG1oT4LasFf6NPU1qTmbkedgyaNiHrUP { display:block; }
 }@media only screen and (max-width: 763px) { #twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V { display:none; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CpVMnPiSgSLHunErmnJGy22v4FOnTlWA { width:13.0625rem;height:3rem;top:30.4375rem;left:17.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bl7Rcw2wK3wtSHXNOqwJxWbKkFGwFyMr { display:block; }
 }@media only screen and (max-width: 763px) { #cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 { display:block; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJ5H2bVTByyUkCmnhvMLR9rMVASp1pAi { top:50.6875rem;left:0rem;width:47.75rem;height:7.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlFelzupT09IG5E68auSF3TwfFKVbrZD { top:15.0625rem;left:0rem;width:47.75rem;height:26.937174139729rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJtLuWktzDdTdqbd5x319BskdKBB6a6V { top:3.0625rem;left:1.5625019073486rem;width:44.625rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRDuVGlTrZT7TzRicoFvwG74bqagzGJ2 { top:12.0625rem;left:16.062497138977rem;width:15.625rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WLKulbGMrroSfsWZvvWUi0ZVqP8wIi { top:58.8125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcMK41KNHvCsflAuR7nAwV6GzpMdpgXz { width:13.0625rem;height:3rem;top:62.5rem;left:17.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7GEeBrWf9oCi0t7CuA1aRIT0pbBEcpK { display:block; }
 }@media only screen and (max-width: 763px) { #My7Z10cgqcwoA7wB9b35QZb0R6r12JTT { display:block; }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koVn8r9OpJOCzRQq5u71B1L2pI7duTiQ { width:29.0625rem;height:30.5625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-regular-label { width:27.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-text { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-text {padding-top: 0; padding-bottom: 0;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-textarea { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-select { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-select {padding-top: 0; padding-bottom: 0;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-button { width:11.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-checkbox-label { width:26.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I  { width:27.9375rem;height:auto;top:8.125rem;left:17.3125rem; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .radio-container { width:27.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I {display:block;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I { width:27.9375rem;height:auto;top:8.125rem;left:17.3125rem; }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #JofmJLwolmnhXoy47JVndrgJVQU2IFcF {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #APlJ0mnxv4ltLpzhfTr7vtnq0PL11PfO {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #siSI2Xz1dlxPTrkTPQJEqwXEKfiWZlm6 {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #mZfBxfRn3fWPgaZzSPTRdFL1PdGkZoTb {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #CWPUVmeh02KphQlGLTqrveoSxlfBKw1q {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #XSFXTOemIB73LfxzCA1ZykQcT6Ck4bp0 {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #ZaoXg4ETb6TzcgFhvOTyPasTFbzMwuLF {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #iQRuwrBrEnQ9XvgRpH1k8h2W6E55tA7Q {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #E1Wq0pAwfh9CsxoURlN91w3BTVNMPoS2 {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #o92rE7bVbkwkxOwX8kKqQHR9KDnZNT6R {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #fDkTxg3ematNe9Uox2FZfBsH6T2Dkzr4 {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #T9ETpQ6MEb0DBdJWOaTsGtL4SgXQg8XF {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #kVNoT3hSriybXRgHkGsTdbg0xntuAMsJ {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #Q1RPWTDkDRwqgwDhTGz8RhJW8q7ORCTA {  }
 }@media only screen and (max-width: 763px) { #bU2bI8ivSGvyLQ3EdPH1JbsiTCilVXJF { top:9.4375rem;left:26.75rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg9f3eMw1ltGQhfClGnHcfSFLbDeKbPA { width:18.75rem;height:21.6875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq5U5XqlExwW25S2aU759A8N9WsL419S { top:3.3125rem;left:26.75rem;width:15.4375rem;height:3.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK { display:block; }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAntEBOe4U57ZpPH5Jkbo53cTQNEwIyH { top:2.5rem;left:0rem;width:13.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnGfzZTAwa6rZckCbb3t73mxaAkMeJ5e { top:2.375rem;left:19.0625rem;width:9.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osTqc2OtVETJSCl9ATRCUi3V3SpkiNqd { top:2.375rem;left:39.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ { display:block; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgV76XzyRsZEI1zSXg62piB2d6ClPbnx { top:1.75rem;left:0rem;width:18.4375rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0sRa4QBzRbSAhL4WxqaAJPGbiINdyox { top:3.25rem;left:0rem;width:40.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRrIFqElyFW46wXdJnsWo5vydKecqZUP { top:6.5rem;left:0rem;width:20rem;height:0.375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ng3a79pyfyOvSTNk9FWPuVJszH9PBOKh { width:1.6875rem;height:1.6875rem;top:2.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exUTKteQHvDfIGOo6JSc7ZJT809QslHg { width:1.6875rem;height:1.6875rem;top:2.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frMJZ1nFBzon5oN6qFzlHTyRKxJSeyP3 { width:1.6875rem;height:1.6875rem;top:2.125rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPEKSH9x2QsNL3vxEXz1QsSfM2hLhKTu { width:1.6875rem;height:1.625rem;top:2.0625rem;left:44.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f38ebffd-cb96-4ae8-aa54-64d87bc5c008/fbmfoundationasiagamingawardsmobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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); } }@media only screen and (max-width: 763px) { #d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row .container { background-color: transparent; background-image: none; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row .container > .video-iframe-container { display: none; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row > .video-iframe-container { display: none; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .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); }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row .container { border-width: 0; border-radius: 0; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3lqmpgfPzHGA6bBJB5U1ql7as6VvPuU > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efmfsRlsAmV9SrTodxn6hcJ7HT6a2MmS { width:4.8125rem;height:2.375rem;top:0rem;left:7.1875rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IcBIXpaSMawWXTSGcGeEJ6RrdV62SQIt { width:3.125rem;height:2.4375rem;top:2.4375rem;left:1.53125rem;font-size:1rem;z-index:15034;color:#000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lQhvdzPTL9b6EwyMmqqWuaTWqNqve4IQ { display:block; }
 }@media only screen and (max-width: 763px) { #KTSmJB7GTFyETvwxZ6o2WOIDuaBlq4HH { width:4.25rem;height:2.4375rem;top:2.4368104934692rem;left:5.4687498807907rem;font-size:1rem;z-index:15035;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #x36F49DzGXGT9z0JkTfcLDNERbwtSSSt { display:block; }
 }@media only screen and (max-width: 763px) { #cAzITOS4bSWnckvPdFwtDVzxVlN8cSOx { width:3.875rem;height:2.4375rem;top:2.4368104934692rem;left:10.21829020977rem;font-size:1rem;z-index:15036;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #S4A2LLMzDrckc9eA164NF32anAa3uGr1 { display:block; }
 }@media only screen and (max-width: 763px) { #dHKenlbsoNdq8s6TsUTIDFepyl4llkLW { width:3.9375rem;height:2.4375rem;top:2.4375rem;left:14.53125rem;font-size:1rem;z-index:15037;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #O49cJzmlmpMsTI26X3aR0p8PcLPRPagN { display:block; }
 }@media only screen and (max-width: 763px) { #t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd { background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/b6740f9b-1d10-4ac3-ad8b-c9c5c6621a48/DSC00643.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd.adaptive-delivery-prevent-bg, #t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd.lazyload, #t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd.lazyloading { background-image: none; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container { background-color: transparent; background-image: none; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container > .video-iframe-container { display: none; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row > .video-iframe-container { display: none; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .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); }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container { border-width: 0; border-radius: 0; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t31hwi2sTgyPP2BiUH4Gy9LzE45yIuLd > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PiMgcJOuhbatNW9BCPnDhDQvbAg1rr5o { width:1.8125rem;height:1.8125rem;top:1.75rem;left:19.625rem;overflow:hidden;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #tFti31IfvcaRNmiAVK3JKHK3ZkH9ibqb { width:5.625rem;height:2.375rem;top:0.6875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekGXH75aXDE7iLIbfSi0aUULp39zIImx { width:3.125rem;height:2.4375rem;top:0rem;left:1.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KdTqUDqVxMw7Gy9qZ8fo6Uo0A6kEXG8g { display:block; }
 }@media only screen and (max-width: 763px) { #IykxM7buxozBXyLH9gHxZueVEW5iLIfN { width:4rem;height:2.4375rem;top:0rem;left:5.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iBTV5CTi4fqTbxsaLwR0lCLJTocVWzuW { display:block; }
 }@media only screen and (max-width: 763px) { #NTv3qCX7mprA21uCTqV8o1XgRQxwqhTK { width:3.5625rem;height:2.4375rem;top:0rem;left:10.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDxvJeIcecCWI6tQrlu8bbyFmtCWP7DO { display:block; }
 }@media only screen and (max-width: 763px) { #Owiq2ntNd4hTQdCCFEtSEpvgMUvW9M3a { width:3.9375rem;height:2.4375rem;top:0rem;left:14.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBKKgun4OHK16O5CVSIh2tNGXBTauqbC { display:block; }
 }@media only screen and (max-width: 763px) { #NQt2cLkr4PBFxMvhTpTsFDZTeMTViSBP { width:16.8125rem;height:1.95rem;top:19.75rem;left:1.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO0Ju7TrTA6Ghs9SOXGLAD6oWVLdsba8 { width:15.1875rem;height:1.275rem;top:22.25rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T48LTXcUAFWfk3K8bhbWsNOug52ETZyK { display:block; }#T48LTXcUAFWfk3K8bhbWsNOug52ETZyK > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xp5xOHun0LX7rxptPxdZyipKzaxtNssn { width:20rem;height:4.7998rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4KTCzk3Wt669DpmKEo5PGNb93CoEoS6 { width:20rem;height:5.25rem;top:6rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 { display:block; }#x00Ky1Ft9HbBVH3OutDeR0MdElJF0aH9 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnyFCARweO5FI2y18PgZaJdKqVml3d58 { width:5.68685rem;height:0.89375rem;top:2.697265625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL1s3lpSrasgqlRZubtyOGp89ethQTbn { width:5rem;height:1.70625rem;top:1.1240234375rem;left:0.220703125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2koiKzhb0XCzxIW2xv94w8NacLqdQTD { width:5.18663125rem;height:1.7875rem;top:1.109375rem;left:5.21875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWALb2yo9nyEvkw0SK9ZMrlMKtus7rdR { width:9.124375rem;height:0.89375rem;top:2.697265625rem;left:3.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtJT1W0IshZmWBx4VH9Eed0GuTOeTbWK { width:9.625rem;height:1.7875rem;top:1.046875rem;left:10.404296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWWgJ3yRWgXB41vK72Q90UzICDL3ArUk { width:9.6875rem;height:0.89375rem;top:2.748046875rem;left:10.560546875rem;font-size:0.6875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Bu3V94wTTll7K3TiB7AR5axsfVreFnzE { height:11.191375rem;width:20rem;top:4.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T { display:none; }#KIuCVQD1abl6nBcDkTcdeNiTlPiIC54T > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke { display:block; }#iF9Pns5SwSav07iwUE3TbbVzZwgg3Gke > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTQaTJLZP0h1WpCl5wJh3gI21rbARrax { width:13.0625rem;height:3rem;top:27.376953125rem;left:3.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMIDbpzn3d9JSflm19tM7SVBb1wqLPQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #gAPZH98Ez3nIq2Gae4CK66yGIRdgo3ud { width:20rem;height:2.3999rem;top:1.6640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0scQhskL3kypLEtk8T7OCOED7aGrK9y { width:17.8125rem;height:21.5625rem;top:8.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DDQWR2Eb09RTlzE8aL7zrVuhVJgckuBc { width:17.8125rem;height:11.5rem;top:7.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLTPc5OAFUF8QXTx3fJWRn1xMCX1kD48 { width:16.1875rem;height:auto;top:20.5625rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BF5OepkkAGGDwcTh0JNBwbQeUye8asTM { width:15.6875rem;height:auto;top:25.25rem;left:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUeyLLWmzbNWWD6eAfnP6pi7HJJoUAFg { width:20rem;height:12.9375rem;top:68.1875rem;left:0rem;z-index:15104;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SSkTTDWmfTgTKguT16l7fbvoDwMK5DwJ { width:19.9375rem;height:18.25rem;top:69.1875rem;left:0.0625rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #IhFHvqy4hGITDLQbfDqk0qfCrvgEvyqt { width:19.375rem;height:4.5rem;top:81.9375rem;left:0.625rem;font-size:1rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #kiKI8od9xii2IBdmPQEEbTwf0sXAovfH { width:17.8125rem;height:21.5625rem;top:8.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTyTJaz5OXk3Wf6oJNbmwSXz4uXa00rr { width:17.8125rem;height:11.5rem;top:7.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqE8yFzsBtisuFB0g50TJ54vgPJTo7CZ { width:17.0625rem;height:auto;top:20.5625rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJTHUxS6uNBExIfCROOoAWF7LJN9fB0d { width:15.6875rem;height:auto;top:28.5625rem;left:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3RSo51oGP8XGbJJ6nrAc1CAaEhsKygV { width:20rem;height:12.9375rem;top:46.375rem;left:0rem;z-index:15107;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pB9RicXqtzvFxvN9GC5G1CTGEvzkQ7Wf { width:19.9375rem;height:18.25rem;top:48.875rem;left:0.0625rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #OZMsQsh3AIGsqrtBcrhFCXHIp6Rtwkyw { width:20rem;height:6rem;top:60.125rem;left:0.625rem;font-size:1rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #MZsEx5Gd7AAMc7RySEeS6rJJk81e9TDo { width:17.8125rem;height:21.5625rem;top:8.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UrafpGkPRqSQ1mL3FfAzOTpGAqgziIFF { width:17.8125rem;height:11.5rem;top:7.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #q8r3xoFwxmoXiP5QXG6qJio7ZSl57Bz6 { width:16rem;height:auto;top:20.5625rem;left:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6Ab3GF0Xfu6AKIuMoyCx1vEZP8fb3CW { width:15.6875rem;height:auto;top:27rem;left:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AlVOp7QzA8i06JBEF5UyOyBWMVF2fHAn { width:20rem;height:12.9375rem;top:24.8125rem;left:0rem;z-index:15110;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mM1iIEQJxLfUsTpTGPwfLosRzyAbNEeQ { width:19.9375rem;height:19.0625rem;top:26.375rem;left:0.0625rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #rkl5r7BZZZXW7khJNZkc9BATn47GPhlz { width:16.5625rem;height:6rem;top:38.5625rem;left:0.625rem;font-size:1rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #bMJnmMFKB3SyLWxfmzUdHCh8fmPshSpC { width:17.8125rem;height:21.5625rem;top:8.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRgxpqlSJdC8x45Codsf4oyBXGKU1IMQ { width:17.8125rem;height:11.5rem;top:7.9375rem;left:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3J1mBfRTKbXRer9108koAN5y96Hfu3P { width:16rem;height:auto;top:20.5625rem;left:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgnyCvcSWM4FAWn5l1lhlGsxPxTwp86h { width:15.6875rem;height:auto;top:25.4375rem;left:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h82yVu6Sf4F9obxpVDHTESikgN0GHoQ4 { width:19.9375rem;height:16rem;top:7.875rem;left:0.0625rem;z-index:15092;display:block; }
 }@media only screen and (max-width: 763px) { #eXtNg5cmJrUvRKMKH8CXXHJhREMbEC5u { width:18.625rem;height:3rem;top:20.0625rem;left:0.625rem;font-size:1rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #RpeikrBvBKGQTaKsgmxwThQrWgW3onFX { width:20rem;height:12.9375rem;top:6.3125rem;left:0rem;z-index:15113;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iawsXKnNZaRvFg6u9lBTumCdavTtUELw { display:none; }#iawsXKnNZaRvFg6u9lBTumCdavTtUELw > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aL9nmkrWRfQe5l5sB93RrrSTMil4asod { width:13.0625rem;height:3rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgBiVGxR0apxcZV8bUucVA7oFvGUFgSx { display:block; }
 }@media only screen and (max-width: 763px) { #aAn7pPBnyanfPad9DgSW31Cn3H64Vo0B { display:block; }#aAn7pPBnyanfPad9DgSW31Cn3H64Vo0B > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TahvHFPG7OJ221OipTUp2OTPE8aFalMt { width:17.5625rem;height:18.3125rem;top:53.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #NETphvN8HZzEcdgIm7BfZLyLZbrUsw95 { width:17.5rem;height:11.6875rem;top:51.375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DdSQQKC9a1GXSq89yZLl47SkqA7JI7iw { width:15.1875rem;height:0;top:64.125rem;left:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXhCWEBo44WqiFk9EmNVzL5PaQH4DVvi { width:16.25rem;height:0;top:67.1875rem;left:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FOT8XFStnQe5LJBGreTZp5mHRx0fDNN5 { width:15.75rem;height:0;top:65.75rem;left:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u70kKHg7CBuMvANhbEXa1UMFlThekL2Q { width:17.5625rem;height:18.8125rem;top:30.4375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACWg0GH7XvbtXypwPk6dv6Q7a5Ni1AGy { width:17.5rem;height:11.6875rem;top:28.9375rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooKAgbAA8HsylfrECzuFV2nD4tvBGwDO { width:15.1875rem;height:0;top:41.4375rem;left:2.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFwSNyOBmrF1z6ITzcJ3MeCSVD5EELUT { width:16.25rem;height:0;top:44.5625rem;left:2.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hThLdQ5nEI6PxG7Kbp1TJSzdUtV2BOfH { width:15.75rem;height:0;top:43.125rem;left:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1CHHOfRbzhprv9ym5kn8NR9QL2l6JuX { width:17.5625rem;height:19.75rem;top:177.689453125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwRsQxtAhAEcnuB06eLKzg18QQQM1l8C { width:17.5rem;height:11.6875rem;top:176.814453125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZd11wxAUkMh1Symi7hdHWs0FkCs9ucM { width:15.1875rem;height:0;top:189.314453125rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bnw4q0IObobrJIFptEyP9d8G6BvGbhC0 { width:16.25rem;height:0;top:192.876953125rem;left:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWlZxXZPPUiMuSp19ZCRnueGownRWhCk { width:15.75rem;height:0;top:191.626953125rem;left:2.125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gswnLEJTFhyprKJAwpoa5xnmmTOZInKG { width:13.0625rem;height:3rem;top:0.9375rem;left:3.4687498807907rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZG1oT4LasFf6NPU1qTmbkedgyaNiHrUP { display:block; }
 }@media only screen and (max-width: 763px) { #twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eac1036a-c6ac-42af-9f25-a0814313824b/winner_awards_fbm_foundation_website_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V.adaptive-delivery-prevent-bg, #twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V.lazyload, #twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V.lazyloading { background-image: none; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row .container { background-color: transparent; background-image: none; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row .container > .video-iframe-container { display: none; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row > .video-iframe-container { display: none; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .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); }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row .container { border-width: 0; border-radius: 0; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#twIFvtJTHw4FFJuwQRufm2TU8FGfCR9V > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpVMnPiSgSLHunErmnJGy22v4FOnTlWA { width:9.6875rem;height:2.5625rem;top:16.5rem;left:5.15625rem;z-index:15021;background-color:#ffffff;background-image:none;color:#000000;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl7Rcw2wK3wtSHXNOqwJxWbKkFGwFyMr { display:block; }
 }@media only screen and (max-width: 763px) { #cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 { display:block; }#cQx6Ptc2htuE7wLZAEU68GZSq1HKpn33 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJ5H2bVTByyUkCmnhvMLR9rMVASp1pAi { width:20rem;height:9.5996125rem;top:30.438278198243rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlFelzupT09IG5E68auSF3TwfFKVbrZD { height:11.1699375rem;width:20rem;top:18.954681396484rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJtLuWktzDdTdqbd5x319BskdKBB6a6V { width:19.0625rem;height:13.125rem;top:2.5625rem;left:0.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRDuVGlTrZT7TzRicoFvwG74bqagzGJ2 { width:15.625rem;height:0.89375rem;top:16.5625rem;left:2.1875001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WLKulbGMrroSfsWZvvWUi0ZVqP8wIi { width:19.125rem;height:2.625rem;top:40.84765625rem;left:0.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OcMK41KNHvCsflAuR7nAwV6GzpMdpgXz { width:13.0625rem;height:3rem;top:44.53515625rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7GEeBrWf9oCi0t7CuA1aRIT0pbBEcpK { display:block; }
 }@media only screen and (max-width: 763px) { #My7Z10cgqcwoA7wB9b35QZb0R6r12JTT { display:block; }#My7Z10cgqcwoA7wB9b35QZb0R6r12JTT > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koVn8r9OpJOCzRQq5u71B1L2pI7duTiQ { width:16.375rem;height:17.1875rem;top:0rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0rem 1.875rem rgba(0,0,0,0.27) ; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-text {padding-top: 0; padding-bottom: 0;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0rem 1.875rem rgba(0,0,0,0.27) ; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-select {padding-top: 0; padding-bottom: 0;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I  { width:17.5rem;height:auto;top:4.75rem;left:0rem;background-color:transparent;background-image:none; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I {display:block;}#pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I { width:17.5rem;height:auto;top:4.75rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #JofmJLwolmnhXoy47JVndrgJVQU2IFcF {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #APlJ0mnxv4ltLpzhfTr7vtnq0PL11PfO {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #siSI2Xz1dlxPTrkTPQJEqwXEKfiWZlm6 {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #mZfBxfRn3fWPgaZzSPTRdFL1PdGkZoTb {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #CWPUVmeh02KphQlGLTqrveoSxlfBKw1q {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #XSFXTOemIB73LfxzCA1ZykQcT6Ck4bp0 {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #ZaoXg4ETb6TzcgFhvOTyPasTFbzMwuLF {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #iQRuwrBrEnQ9XvgRpH1k8h2W6E55tA7Q {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #E1Wq0pAwfh9CsxoURlN91w3BTVNMPoS2 {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #o92rE7bVbkwkxOwX8kKqQHR9KDnZNT6R {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #fDkTxg3ematNe9Uox2FZfBsH6T2Dkzr4 {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #T9ETpQ6MEb0DBdJWOaTsGtL4SgXQg8XF {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #kVNoT3hSriybXRgHkGsTdbg0xntuAMsJ {  }
 }@media only screen and (max-width: 763px) { #pBmZKEphbLcfk9d8t8Rs4L20q4dyME2I #Q1RPWTDkDRwqgwDhTGz8RhJW8q7ORCTA {  }
 }@media only screen and (max-width: 763px) { #bU2bI8ivSGvyLQ3EdPH1JbsiTCilVXJF { width:12.5rem;height:0.125rem;top:6.375rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bg9f3eMw1ltGQhfClGnHcfSFLbDeKbPA { width:18.75rem;height:21.6875rem;top:56.8359375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yq5U5XqlExwW25S2aU759A8N9WsL419S { width:15.4375rem;height:2.4rem;top:1.5rem;left:2.28125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK { display:block; }#kccaFnsq2E7AfRepBDBwBcg0Tp8LMTGK > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAntEBOe4U57ZpPH5Jkbo53cTQNEwIyH { width:13.1875rem;height:1.21875rem;top:1.25rem;left:3.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnGfzZTAwa6rZckCbb3t73mxaAkMeJ5e { width:9.625rem;height:1.21875rem;top:3.71875rem;left:5.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #osTqc2OtVETJSCl9ATRCUi3V3SpkiNqd { width:8.375rem;height:1.21875rem;top:6.1875rem;left:5.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ { background-color:rgba(24,27,35,0.03);background-image:none;display:block; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container { background-color: transparent; background-image: none; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container > .video-iframe-container { display: none; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row > .video-iframe-container { display: none; }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .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); }#wVzFQU40LtphTFKD53dpbDvTm6m8ynUJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgV76XzyRsZEI1zSXg62piB2d6ClPbnx { width:14.5625rem;height:0.8125rem;top:1.1875rem;left:1.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f0sRa4QBzRbSAhL4WxqaAJPGbiINdyox { width:20rem;height:0;top:22.537109375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sRrIFqElyFW46wXdJnsWo5vydKecqZUP { width:10.875rem;height:0.56875rem;top:2.625rem;left:1.3125rem;font-size:0.4375rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ng3a79pyfyOvSTNk9FWPuVJszH9PBOKh { width:1.6875rem;height:1.6875rem;top:3.880859375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exUTKteQHvDfIGOo6JSc7ZJT809QslHg { width:1.6875rem;height:1.6875rem;top:3.880859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #frMJZ1nFBzon5oN6qFzlHTyRKxJSeyP3 { width:1.6875rem;height:1.6875rem;top:3.880859375rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPEKSH9x2QsNL3vxEXz1QsSfM2hLhKTu { width:1.8125rem;height:1.75rem;top:3.880859375rem;left:8.5625rem;display:block; }
 }