.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:250,217,219;--color-primary-1:240,128,135;--color-primary-2:224,0,15;--color-primary-3:112,0,8;--color-primary-4:34,0,2;--color-secondary-0:217,242,255;--color-secondary-1:128,213,255;--color-secondary-2:0,170,255;--color-secondary-3:0,85,128;--color-secondary-4:0,26,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container { display: none; }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .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); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { 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; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { background-color: transparent; background-image: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container > .video-iframe-container { display: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container { display: none; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .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); }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { border-width: 0; border-radius: 0; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10rem;top:1.21875rem;left:0rem;overflow:hidden;display:block; }
#St8ukpDV52m142VkHUwTh5mOtJehtIXL { color:#cceeff;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9125003814698rem;left:43.936462402344rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/lq4ss9oF/WWW_LP_BZ20_00.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH.adaptive-delivery-prevent-bg, #mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH.lazyload, #mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH.lazyloading { background-image: none; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row .container { background-color: transparent; background-image: none; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row .container > .video-iframe-container { display: none; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row > .video-iframe-container { display: none; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .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); }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row .container { border-width: 0; border-radius: 0; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#G3bThIIUOQF9IbCmAaWlBt0sdxZ9IDg0 { color:#1b1b1b;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.71875rem;left:1.625rem;height:7.8rem;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; }
#RT6nxRnsqnPLuWeSuzBVwCxcrqEmQ0D8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#mENvWuG3KIFo5DzPqFheRR2S1CmLiUHI { color:#1b1b1b;display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.4375rem;left:1.5rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RhSCdLsRRt9QnPOPM2hrPWRsX1dQeoNk { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.6);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-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:20.4375rem;width:27.5rem;top:4.0625rem;left:0rem;display:block; }
#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#575757;background-image:url("https://images.assets-landingi.com/JNZMQ2ny/BF19_background.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:none; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX.adaptive-delivery-prevent-bg, #Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX.lazyload, #Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX.lazyloading { background-image: none; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row .container { border-width: 0; border-radius: 0; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:none; }#cvOMFROlngIm2mRSKmzGcnUw2oC9dNuM { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:14.65625rem;left:3rem;height:5.2rem;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; }
#o61glbtw5fu4R0znoSSeh304w2QXFUTQ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#XSl3qa3HT7TtdaIDaizgT1pO9i83opXI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.375rem;left:1.625rem;display:none; }
#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { position:relative;display:block; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { background-color: transparent; background-image: none; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container > .video-iframe-container { display: none; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row > .video-iframe-container { display: none; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .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); }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { border-width: 0; border-radius: 0; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .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; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .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:16.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mEUDLgP4ObZ0dWw5TInNIBhXeyaRWrDA { color:#1b1b1b;display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.40625rem;left:9.53125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l26c5CcKl1lh17fhW1OfMypmf16q1QMB { color:#222222;display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.5625rem;left:6.25rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b { position:relative;display:block; }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b { background-color: transparent; background-image: none; }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .row .container > .video-iframe-container { display: none; }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .row > .video-iframe-container { display: none; }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .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); }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b { border-width: 0; border-radius: 0; }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .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; }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .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:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vt8HwQbErWfM3eCsTWdAKE2oDszHn90h { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#cQURiBH0qVSzLpoEyAgD2rUNkSVTisSR { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.375rem;left:1.875rem;display:block; }
#gVP5WOhWZCQc5MP0Xs3lEJMP8laed0xz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q29PF8WDsisgGfKwsywWl7TECwVU5K7u { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eiqRrMyXaW1emTOn6pZQ6olw5nmQvufK { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.375rem;left:21.875rem;display:block; }
#pkB3vZ8TRtNwzi0vKXlRVoWRPEVJkFAE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JQVzchkKLewknvc0tvh15uTTzKcIUWLW { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:21.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pqa6Nrv6bUP30ns1KCPzXaaWBdwbaiNk { 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: none;height:18.75rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#zmW5sOA1Q8Tenu0z5W2HvyiLIDP5eLtX { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.375rem;left:41.875rem;display:block; }
#pWnHxMV9cwL8eTC2aGKJNaP8NxTTzmpq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgZTosTeRTvyALPEBP5oUmiL7zZI0p9l { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KmEoHNda3lzukkxQXrWIqBAsPOkCUf72 { position:absolute;display:block;z-index:15006;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:18.75rem;width:18.75rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI { position:relative;display:block; }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI { background-color: transparent; background-image: none; }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .row .container > .video-iframe-container { display: none; }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .row > .video-iframe-container { display: none; }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .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); }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI { border-width: 0; border-radius: 0; }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .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; }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .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:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lBDVGDvL3Dy8sJQL2C9hH3h47qr3wLu9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#PLNsUiHmGHLAC8mbMlE2vCULCe0HBu9R { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.375rem;left:1.875rem;display:block; }
#d8u08eAboyyoFEhh5m3vWFQPw8FBiGZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gu2szvFgfP7LLL348SywSnmPakRXTMdZ { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDazIrmgxkz5EMZMoDFg95VdOFanf88d { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.375rem;left:21.875rem;display:block; }
#e9MJnsTQmObqfMOuFO3EmBMrIkqsCnnv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hbEmc4IqIeZSJcVwrf2QdkcAadMOhdur { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:21.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B5JpBtfXr5OPXmOcRr3d54KB1AVNWUA1 { 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: none;height:18.75rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#Ls4eurdDQZPdUPHmPiq5GvMvL5Zt21oP { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.375rem;left:41.875rem;display:block; }
#ZdFzyD4ChB1DF2XtyhGeTUlH7T8QLtzr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2RgImq6t30czFK6uOfr5ygzwcV3UVl4 { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpRad7pn0Ccb0xuThAcQs2MtuHFiyEUk { position:absolute;display:block;z-index:15006;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:18.75rem;width:18.75rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 { position:relative;display:block; }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 { background-color: transparent; background-image: none; }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .row .container > .video-iframe-container { display: none; }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .row > .video-iframe-container { display: none; }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .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); }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 { border-width: 0; border-radius: 0; }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .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; }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .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:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rrTxHpxMHhhS5Qzr5s35pJas5DBVIV6i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#sRegsaiJCWEezzJhEv2e10UohZaV5MIL { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.375rem;left:1.875rem;display:block; }
#s7DcguKlsEiIpCTeATn3LVoa89ngmAgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnflF7GNI6MhLGTpZ9gbDexGxKFKqnhV { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViT5CNu5MGseccmeT6maPiPlE7dByq6H { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.375rem;left:21.875rem;display:block; }
#vMrbI2mm6D3bCLey4HrUFci6w4XFmfbE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WDyu3PIdF8Qi44SlsETz3ZG5mgMpTVJ9 { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:21.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t9gW4Cr7DfFmGN8aZQPi2TFNxp1nfqBm { 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: none;height:18.75rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#LmnzbmXDvm0M0Ie6Qg1KD8KvrhTfHVC1 { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.375rem;left:41.875rem;display:block; }
#FUWufvi0UOSSluInN3Pr3iUb0yurJFhK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CvzNkVWszXnUNOfRxA6GdiFku5egP2k6 { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ab0fTSE5gmN9c8bt69Ma73vRpvtblNn4 { position:absolute;display:block;z-index:15006;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:18.75rem;width:18.75rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK { position:relative;display:block; }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK { background-color: transparent; background-image: none; }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .row .container > .video-iframe-container { display: none; }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .row > .video-iframe-container { display: none; }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .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); }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK { border-width: 0; border-radius: 0; }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .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; }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .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:31.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dNvehfCdURDTAmMI36zKN3GktKlgkH7o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#Owa4to53pod6ECCmXBN8T0wiCuSyHQmL { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.375rem;left:1.875rem;display:block; }
#Watowebq5ZWgtAd3ZVNpSmM2PJTXlkky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gf52TcBfZW4QTc5DstJ3n6GP0Ns9HEk9 { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfaHaUxrNnqnsov2Z8uTKrnNEbcUizTu { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.375rem;left:21.875rem;display:block; }
#rTyowpqfw2VE8LCXiDkHSOxMsXZ9z4z2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z3sPnahleyJvEids0nVSTbP4ZhfwdWZ8 { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:21.8125rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a09B7vEHHTU9FlDUwtTAPRXfImSfpEVR { 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: none;height:18.75rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#DGmJFWu1Qk8fBuXgx6eVVI6m0LHw9ENv { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.375rem;left:41.875rem;display:block; }
#LLtBzPJSxQz4IrkvlOHJOtET8WWZAtyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkRTBPb7JhlXWhIQ9h7FNaous4FyutmV { position:absolute;display:block;z-index:15006;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:18.75rem;width:18.75rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#WuDa7Q2V9voQbMenAbsygTw2R6bdkSUH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.0625rem;left:43.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N { position:relative;display:block; }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N { background-color: transparent; background-image: none; }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .row .container > .video-iframe-container { display: none; }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .row > .video-iframe-container { display: none; }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .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); }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N { border-width: 0; border-radius: 0; }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .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; }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .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:32.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pK5uK0LNuBaFRNgTycZKov1fazEMSJ5y { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#yykgCApfzBHbVkAuQTJ1Bw6gu6DWlibK { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.375rem;left:1.875rem;display:block; }
#sA8fd6E5IkDoqJmWPdL4H9xzetyGV8mp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t6W4BSitacUgRx055qb39xpQ9FRzHHIK { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.0625rem;left:1.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHkgwJf5MqSgLX18K3ChhoKD0UkNPriQ { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.375rem;left:21.875rem;display:block; }
#JQ7epQFZ92MaqTEWWygyfuB4kT57qutH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b6Tdh6aLIrQ9TTZChoPKx3XgPx4SGWfJ { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.0625rem;left:21.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#utc0Iechd2pEXTDEP1D4mtysqHsiTH3r { 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: none;height:18.75rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#hsJm1TqfAuUd7hQtdyZKPvs5EGPp6w55 { 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-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.375rem;left:41.875rem;display:block; }
#sxpRKwyN6rNkHgnC1Bfsh4yPGS6QXPPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxPD5iUlIIWsfL5TfkMoQ9HX6OACXgZN { color:#222222;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.0625rem;left:41.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLWJJxfuAkNc9mcpvsu7tM9PPun5c4Xc { position:absolute;display:block;z-index:15006;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:18.75rem;width:18.75rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { display:block; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { top:1.1875rem;left:0rem;width:10rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8ukpDV52m142VkHUwTh5mOtJehtIXL { top:1.875rem;left:31.6875rem;width:16.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH { display:block; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3bThIIUOQF9IbCmAaWlBt0sdxZ9IDg0 { width:23.25rem;height:7.75rem;top:13.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT6nxRnsqnPLuWeSuzBVwCxcrqEmQ0D8 { display:none; }
 }@media only screen and (max-width: 763px) { #mENvWuG3KIFo5DzPqFheRR2S1CmLiUHI { top:6.4375rem;left:0rem;width:26.875rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhSCdLsRRt9QnPOPM2hrPWRsX1dQeoNk { top:4.0625rem;left:0rem;width:27.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX { display:block; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvOMFROlngIm2mRSKmzGcnUw2oC9dNuM { width:17.8125rem;height:10.375rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61glbtw5fu4R0znoSSeh304w2QXFUTQ { display:none; }
 }@media only screen and (max-width: 763px) { #XSl3qa3HT7TtdaIDaizgT1pO9i83opXI { top:3.375rem;left:0rem;width:16.75rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { display:block; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEUDLgP4ObZ0dWw5TInNIBhXeyaRWrDA { top:4.375rem;left:3.40625rem;width:40.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l26c5CcKl1lh17fhW1OfMypmf16q1QMB { top:9.5625rem;left:0.125rem;width:47.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZ2lrNaNNe2JpA1F242e4dkogdUD44b { display:block; }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt8HwQbErWfM3eCsTWdAKE2oDszHn90h { top:0rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQURiBH0qVSzLpoEyAgD2rUNkSVTisSR { width:16.25rem;height:3.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVP5WOhWZCQc5MP0Xs3lEJMP8laed0xz { display:block; }
 }@media only screen and (max-width: 763px) { #q29PF8WDsisgGfKwsywWl7TECwVU5K7u { top:19.0625rem;left:0rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiqRrMyXaW1emTOn6pZQ6olw5nmQvufK { width:16.25rem;height:3.125rem;top:24.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkB3vZ8TRtNwzi0vKXlRVoWRPEVJkFAE { display:block; }
 }@media only screen and (max-width: 763px) { #JQVzchkKLewknvc0tvh15uTTzKcIUWLW { top:19.0625rem;left:15.3125rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqa6Nrv6bUP30ns1KCPzXaaWBdwbaiNk { top:0rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmW5sOA1Q8Tenu0z5W2HvyiLIDP5eLtX { width:16.25rem;height:3.125rem;top:24.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWnHxMV9cwL8eTC2aGKJNaP8NxTTzmpq { display:block; }
 }@media only screen and (max-width: 763px) { #LgZTosTeRTvyALPEBP5oUmiL7zZI0p9l { top:19.0625rem;left:31.1875rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmEoHNda3lzukkxQXrWIqBAsPOkCUf72 { top:0rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI { display:block; }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBDVGDvL3Dy8sJQL2C9hH3h47qr3wLu9 { top:0rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLNsUiHmGHLAC8mbMlE2vCULCe0HBu9R { width:16.25rem;height:3.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8u08eAboyyoFEhh5m3vWFQPw8FBiGZV { display:block; }
 }@media only screen and (max-width: 763px) { #Gu2szvFgfP7LLL348SywSnmPakRXTMdZ { top:19.0625rem;left:0rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDazIrmgxkz5EMZMoDFg95VdOFanf88d { width:16.25rem;height:3.125rem;top:24.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9MJnsTQmObqfMOuFO3EmBMrIkqsCnnv { display:block; }
 }@media only screen and (max-width: 763px) { #hbEmc4IqIeZSJcVwrf2QdkcAadMOhdur { top:19.0625rem;left:15.3125rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5JpBtfXr5OPXmOcRr3d54KB1AVNWUA1 { top:0rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls4eurdDQZPdUPHmPiq5GvMvL5Zt21oP { width:16.25rem;height:3.125rem;top:24.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdFzyD4ChB1DF2XtyhGeTUlH7T8QLtzr { display:block; }
 }@media only screen and (max-width: 763px) { #s2RgImq6t30czFK6uOfr5ygzwcV3UVl4 { top:19.0625rem;left:31.1875rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpRad7pn0Ccb0xuThAcQs2MtuHFiyEUk { top:0rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 { display:block; }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrTxHpxMHhhS5Qzr5s35pJas5DBVIV6i { top:0rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRegsaiJCWEezzJhEv2e10UohZaV5MIL { width:16.25rem;height:3.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7DcguKlsEiIpCTeATn3LVoa89ngmAgt { display:block; }
 }@media only screen and (max-width: 763px) { #TnflF7GNI6MhLGTpZ9gbDexGxKFKqnhV { top:19.0625rem;left:0rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViT5CNu5MGseccmeT6maPiPlE7dByq6H { width:16.25rem;height:3.125rem;top:24.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMrbI2mm6D3bCLey4HrUFci6w4XFmfbE { display:block; }
 }@media only screen and (max-width: 763px) { #WDyu3PIdF8Qi44SlsETz3ZG5mgMpTVJ9 { top:19.0625rem;left:15.3125rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9gW4Cr7DfFmGN8aZQPi2TFNxp1nfqBm { top:0rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmnzbmXDvm0M0Ie6Qg1KD8KvrhTfHVC1 { width:16.25rem;height:3.125rem;top:24.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUWufvi0UOSSluInN3Pr3iUb0yurJFhK { display:block; }
 }@media only screen and (max-width: 763px) { #CvzNkVWszXnUNOfRxA6GdiFku5egP2k6 { top:19.0625rem;left:31.1875rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0fTSE5gmN9c8bt69Ma73vRpvtblNn4 { top:0rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK { display:block; }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNvehfCdURDTAmMI36zKN3GktKlgkH7o { top:0rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owa4to53pod6ECCmXBN8T0wiCuSyHQmL { width:16.25rem;height:3.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Watowebq5ZWgtAd3ZVNpSmM2PJTXlkky { display:block; }
 }@media only screen and (max-width: 763px) { #Gf52TcBfZW4QTc5DstJ3n6GP0Ns9HEk9 { top:19.0625rem;left:0rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfaHaUxrNnqnsov2Z8uTKrnNEbcUizTu { width:16.25rem;height:3.125rem;top:24.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyowpqfw2VE8LCXiDkHSOxMsXZ9z4z2 { display:block; }
 }@media only screen and (max-width: 763px) { #Z3sPnahleyJvEids0nVSTbP4ZhfwdWZ8 { top:19.0625rem;left:15.3125rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09B7vEHHTU9FlDUwtTAPRXfImSfpEVR { top:0rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGmJFWu1Qk8fBuXgx6eVVI6m0LHw9ENv { width:16.25rem;height:3.125rem;top:24.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLtBzPJSxQz4IrkvlOHJOtET8WWZAtyQ { display:block; }
 }@media only screen and (max-width: 763px) { #nkRTBPb7JhlXWhIQ9h7FNaous4FyutmV { top:0rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuDa7Q2V9voQbMenAbsygTw2R6bdkSUH { top:19.0625rem;left:33.4375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N { display:block; }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK5uK0LNuBaFRNgTycZKov1fazEMSJ5y { top:0rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yykgCApfzBHbVkAuQTJ1Bw6gu6DWlibK { width:16.25rem;height:3.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA8fd6E5IkDoqJmWPdL4H9xzetyGV8mp { display:block; }
 }@media only screen and (max-width: 763px) { #t6W4BSitacUgRx055qb39xpQ9FRzHHIK { top:19.0625rem;left:0rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHkgwJf5MqSgLX18K3ChhoKD0UkNPriQ { width:16.25rem;height:3.125rem;top:24.375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7epQFZ92MaqTEWWygyfuB4kT57qutH { display:block; }
 }@media only screen and (max-width: 763px) { #b6Tdh6aLIrQ9TTZChoPKx3XgPx4SGWfJ { top:19.0625rem;left:15.3125rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utc0Iechd2pEXTDEP1D4mtysqHsiTH3r { top:0rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsJm1TqfAuUd7hQtdyZKPvs5EGPp6w55 { width:16.25rem;height:3.125rem;top:24.375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxpRKwyN6rNkHgnC1Bfsh4yPGS6QXPPa { display:block; }
 }@media only screen and (max-width: 763px) { #lxPD5iUlIIWsfL5TfkMoQ9HX6OACXgZN { top:19.0625rem;left:31.1875rem;width:16.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLWJJxfuAkNc9mcpvsu7tM9PPun5c4Xc { top:0rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(255,255,255,0.4);background-image:none;display:block; }
#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .row > .video-iframe-container { display: none; }#fn6k0Kcw46CcGZykdZgTHSlzoqusMaGy > .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) { #sm1lSLnHTV5DxPK28uU485wUvhBBTVVf { display:block; }#sm1lSLnHTV5DxPK28uU485wUvhBBTVVf > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IuaW0qrewVcBxJdG5rTlGRHV9XVn2JJU { width:13.3125rem;height:3.4375rem;top:1.0625rem;left:3.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #St8ukpDV52m142VkHUwTh5mOtJehtIXL { width:16.0625rem;height:1.3rem;top:4.875rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH { background-color:rgba(0,0,0,0.4);background-image:url("https://images.assets-landingi.com/enabaKd3/190321_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH.adaptive-delivery-prevent-bg, #mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH.lazyload, #mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH.lazyloading { background-image: none; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row .container { border-width: 0; border-radius: 0; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mPeTg9b8TFsPvTzlge5IfSIdI2B2WTsH > .row .container { width:20rem;height:63.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G3bThIIUOQF9IbCmAaWlBt0sdxZ9IDg0 { width:18.75rem;height:4.875rem;top:6.3125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RT6nxRnsqnPLuWeSuzBVwCxcrqEmQ0D8 { top:1.75rem;left:0rem;width:20rem;height:10.375rem;z-index:14998;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #mENvWuG3KIFo5DzPqFheRR2S1CmLiUHI { width:18.3125rem;height:7.2rem;top:13.375rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.9);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RhSCdLsRRt9QnPOPM2hrPWRsX1dQeoNk { width:20rem;height:18.75rem;top:19.425rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX { background-color:#dde0e7;background-image:url("https://images.assets-landingi.com/i1eSKd4K/BANNER_SG_BZ20mob.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX.adaptive-delivery-prevent-bg, #Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX.lazyload, #Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX.lazyloading { background-image: none; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row .container { background-color: transparent; background-image: none; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row .container > .video-iframe-container { display: none; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row > .video-iframe-container { display: none; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .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); }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row .container { border-width: 0; border-radius: 0; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ky9DxgZrb4NPWr3bMpUs9ka8wEa4KzVX > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvOMFROlngIm2mRSKmzGcnUw2oC9dNuM { width:17.8125rem;height:10.4rem;top:7.875rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;color:#2c2c2c;display:block; }
 }@media only screen and (max-width: 763px) { #o61glbtw5fu4R0znoSSeh304w2QXFUTQ { top:1.875rem;left:0rem;width:20rem;height:18.3125rem;z-index:14998;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.2) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #XSl3qa3HT7TtdaIDaizgT1pO9i83opXI { top:3.4125061035156rem;left:1.625rem;width:16.75rem;height:;z-index:15005;color:#222222;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x { display:block; }#FkCU4bVfdvKI9iKaBPdRbbbBT82oP12x > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEUDLgP4ObZ0dWw5TInNIBhXeyaRWrDA { width:20rem;height:2.03125rem;top:3.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(27,27,27,0.9);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l26c5CcKl1lh17fhW1OfMypmf16q1QMB { width:18.75rem;height:10.4rem;top:8.4625015258787rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZ2lrNaNNe2JpA1F242e4dkogdUD44b { display:block; }#SOZ2lrNaNNe2JpA1F242e4dkogdUD44b > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vt8HwQbErWfM3eCsTWdAKE2oDszHn90h { width:18.75rem;height:18.75rem;top:4.7683715820312E-6rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQURiBH0qVSzLpoEyAgD2rUNkSVTisSR { width:16.25rem;height:3.125rem;top:24.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVP5WOhWZCQc5MP0Xs3lEJMP8laed0xz { display:block; }
 }@media only screen and (max-width: 763px) { #q29PF8WDsisgGfKwsywWl7TECwVU5K7u { width:16.4375rem;height:3.25rem;top:19.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiqRrMyXaW1emTOn6pZQ6olw5nmQvufK { width:16.25rem;height:3.125rem;top:54.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkB3vZ8TRtNwzi0vKXlRVoWRPEVJkFAE { display:block; }
 }@media only screen and (max-width: 763px) { #JQVzchkKLewknvc0tvh15uTTzKcIUWLW { width:16.4375rem;height:3.25rem;top:49.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqa6Nrv6bUP30ns1KCPzXaaWBdwbaiNk { width:18.75rem;height:18.75rem;top:30rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmW5sOA1Q8Tenu0z5W2HvyiLIDP5eLtX { width:16.25rem;height:3.125rem;top:84.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWnHxMV9cwL8eTC2aGKJNaP8NxTTzmpq { display:block; }
 }@media only screen and (max-width: 763px) { #LgZTosTeRTvyALPEBP5oUmiL7zZI0p9l { width:16.4375rem;height:3.25rem;top:79.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmEoHNda3lzukkxQXrWIqBAsPOkCUf72 { width:18.75rem;height:18.75rem;top:60rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI { display:block; }#QbqM9da28CyuKM17AhSkoqiFZp9ZgZtI > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lBDVGDvL3Dy8sJQL2C9hH3h47qr3wLu9 { width:18.75rem;height:18.75rem;top:3.814697265625E-6rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLNsUiHmGHLAC8mbMlE2vCULCe0HBu9R { width:16.25rem;height:3.125rem;top:24.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8u08eAboyyoFEhh5m3vWFQPw8FBiGZV { display:block; }
 }@media only screen and (max-width: 763px) { #Gu2szvFgfP7LLL348SywSnmPakRXTMdZ { width:16.4375rem;height:3.25rem;top:19.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDazIrmgxkz5EMZMoDFg95VdOFanf88d { width:16.25rem;height:3.125rem;top:54.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9MJnsTQmObqfMOuFO3EmBMrIkqsCnnv { display:block; }
 }@media only screen and (max-width: 763px) { #hbEmc4IqIeZSJcVwrf2QdkcAadMOhdur { width:16.4375rem;height:3.25rem;top:49.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5JpBtfXr5OPXmOcRr3d54KB1AVNWUA1 { width:18.75rem;height:18.75rem;top:30rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls4eurdDQZPdUPHmPiq5GvMvL5Zt21oP { width:16.25rem;height:3.125rem;top:84.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdFzyD4ChB1DF2XtyhGeTUlH7T8QLtzr { display:block; }
 }@media only screen and (max-width: 763px) { #s2RgImq6t30czFK6uOfr5ygzwcV3UVl4 { width:16.4375rem;height:3.25rem;top:79.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpRad7pn0Ccb0xuThAcQs2MtuHFiyEUk { width:18.75rem;height:18.75rem;top:60rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 { display:block; }#hR9bZa5KoXVJZTgIT1JtkxdfTvr9HdS0 > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rrTxHpxMHhhS5Qzr5s35pJas5DBVIV6i { width:18.75rem;height:18.75rem;top:1.1444091796875E-5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRegsaiJCWEezzJhEv2e10UohZaV5MIL { width:16.25rem;height:3.125rem;top:24.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7DcguKlsEiIpCTeATn3LVoa89ngmAgt { display:block; }
 }@media only screen and (max-width: 763px) { #TnflF7GNI6MhLGTpZ9gbDexGxKFKqnhV { width:16.4375rem;height:3.25rem;top:19.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViT5CNu5MGseccmeT6maPiPlE7dByq6H { width:16.25rem;height:3.125rem;top:54.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMrbI2mm6D3bCLey4HrUFci6w4XFmfbE { display:block; }
 }@media only screen and (max-width: 763px) { #WDyu3PIdF8Qi44SlsETz3ZG5mgMpTVJ9 { width:16.4375rem;height:3.25rem;top:49.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9gW4Cr7DfFmGN8aZQPi2TFNxp1nfqBm { width:18.75rem;height:18.75rem;top:30rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmnzbmXDvm0M0Ie6Qg1KD8KvrhTfHVC1 { width:16.25rem;height:3.125rem;top:84.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUWufvi0UOSSluInN3Pr3iUb0yurJFhK { display:block; }
 }@media only screen and (max-width: 763px) { #CvzNkVWszXnUNOfRxA6GdiFku5egP2k6 { width:16.4375rem;height:3.25rem;top:79.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab0fTSE5gmN9c8bt69Ma73vRpvtblNn4 { width:18.75rem;height:18.75rem;top:60rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK { display:block; }#DdZUAIc8mkWAcPmPD3gOPkGmQhb6RePK > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNvehfCdURDTAmMI36zKN3GktKlgkH7o { width:18.75rem;height:18.75rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owa4to53pod6ECCmXBN8T0wiCuSyHQmL { width:16.25rem;height:3.125rem;top:24.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Watowebq5ZWgtAd3ZVNpSmM2PJTXlkky { display:block; }
 }@media only screen and (max-width: 763px) { #Gf52TcBfZW4QTc5DstJ3n6GP0Ns9HEk9 { width:16.4375rem;height:3.25rem;top:19.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfaHaUxrNnqnsov2Z8uTKrnNEbcUizTu { width:16.25rem;height:3.125rem;top:54.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyowpqfw2VE8LCXiDkHSOxMsXZ9z4z2 { display:block; }
 }@media only screen and (max-width: 763px) { #Z3sPnahleyJvEids0nVSTbP4ZhfwdWZ8 { width:16.4375rem;height:3.25rem;top:49.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a09B7vEHHTU9FlDUwtTAPRXfImSfpEVR { width:18.75rem;height:18.75rem;top:30rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGmJFWu1Qk8fBuXgx6eVVI6m0LHw9ENv { width:16.25rem;height:3.125rem;top:84.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLtBzPJSxQz4IrkvlOHJOtET8WWZAtyQ { display:block; }
 }@media only screen and (max-width: 763px) { #nkRTBPb7JhlXWhIQ9h7FNaous4FyutmV { width:18.75rem;height:18.75rem;top:60rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuDa7Q2V9voQbMenAbsygTw2R6bdkSUH { width:12.5rem;height:3.25rem;top:79.374984741213rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N { display:block; }#QaIkeOO0VZORWin8Q0bDKLqlz5tcFu7N > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pK5uK0LNuBaFRNgTycZKov1fazEMSJ5y { width:18.75rem;height:18.75rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yykgCApfzBHbVkAuQTJ1Bw6gu6DWlibK { width:16.25rem;height:3.125rem;top:24.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA8fd6E5IkDoqJmWPdL4H9xzetyGV8mp { display:block; }
 }@media only screen and (max-width: 763px) { #t6W4BSitacUgRx055qb39xpQ9FRzHHIK { width:16.4375rem;height:3.25rem;top:19.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHkgwJf5MqSgLX18K3ChhoKD0UkNPriQ { width:16.25rem;height:3.125rem;top:54.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ7epQFZ92MaqTEWWygyfuB4kT57qutH { display:block; }
 }@media only screen and (max-width: 763px) { #b6Tdh6aLIrQ9TTZChoPKx3XgPx4SGWfJ { width:16.4375rem;height:3.25rem;top:49.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #utc0Iechd2pEXTDEP1D4mtysqHsiTH3r { width:18.75rem;height:18.75rem;top:30rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsJm1TqfAuUd7hQtdyZKPvs5EGPp6w55 { width:16.25rem;height:3.125rem;top:84.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxpRKwyN6rNkHgnC1Bfsh4yPGS6QXPPa { display:block; }
 }@media only screen and (max-width: 763px) { #lxPD5iUlIIWsfL5TfkMoQ9HX6OACXgZN { width:16.4375rem;height:3.25rem;top:79.375rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLWJJxfuAkNc9mcpvsu7tM9PPun5c4Xc { width:18.75rem;height:18.75rem;top:60rem;left:0.625rem;display:block; }
 }