.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:243,240,236;--color-primary-1:248,172,120;--color-primary-2:195,180,159;--color-primary-3:152,120,92;--color-primary-4:47,35,26;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:32,32,32;--color-secondary-3:20,20,20;--color-secondary-4:0,0,0;--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:"Ddot";--paragraphs-font-family:"Optima"; }@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-secondary-2),1);background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#o2c1f1d34c10fab9a9694a359f9d5305 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:19.875rem;top:1.3125rem;left:0.0625rem;overflow:hidden;display:block; }
#vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { 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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:64.5rem;display:block; }
#t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { background-color: transparent; background-image: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container > .video-iframe-container { display: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container { display: none; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .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); }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { border-width: 0; border-radius: 0; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:0.421875rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3eb09ba-c94a-422e-9d5f-9203746904db/EMDWebHeaderJAN26.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.adaptive-delivery-prevent-bg, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyload, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyloading { background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { background-color: transparent; background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .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); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { border-width: 0; border-radius: 0; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#Vml39ys0crsZv2xODRNy5A7yObtVUdDE { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:14999;line-height:1.2;letter-spacing:0;top:14.8125rem;left:0rem;height:5.625rem;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;text-align:center;text-align-last:center;display:block; }
#iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.6875rem;font-weight:400;z-index:14998;line-height:1.2;letter-spacing:0;top:19.1875rem;left:0rem;height:5.625rem;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;text-align:center;text-align-last:center;display:block; }
#h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:26.0625rem;left:0rem;height:;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;text-align:center;text-align-last:center;display:block; }
#ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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.25rem;width:10.9375rem;top:24.75rem;left:32.0625rem;display:block; }
#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { background-color: transparent; background-image: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container > .video-iframe-container { display: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container { display: none; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .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); }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { border-width: 0; border-radius: 0; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { font-size:0.875rem;font-family:arial;height:16.625rem;width:75rem;position:relative;display:block; }#fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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.1875rem;width:56.9375rem;top:1.9375rem;left:9rem;display:block; }
#Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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.1875rem;width:56.9375rem;top:14.5625rem;left:9.0625rem;display:block; }
#TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { color:rgba(var(--color-tertiary-4),1);display:block;width:74.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:3.25rem;left:0rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0rem;height:4.04980625rem;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;text-align:center;text-align-last:center;display:block; }
#TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:9.8623046875rem;left:30.78125rem;display:block; }
#BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row .container { background-color: transparent; background-image: none; }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row .container > .video-iframe-container { display: none; }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row > .video-iframe-container { display: none; }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .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); }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row .container { border-width: 0; border-radius: 0; }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#JOIdBIn8oT14JvcqPyG2BeGrdZOXKia3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:"white angelica";font-size:3.0625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.5rem;left:4.375rem;height:3.36865rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhXHx1HaNNb6zZ2ZbbuSDbPuNFmxoHno { color:rgba(var(--color-tertiary-4),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.71875rem;left:4.375rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ecWaVSOp2eRc2taqvGMZ9b8OTeM97yI2 { 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: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:29.75rem;width:23.75rem;top:4.5rem;left:45.4375rem;overflow:hidden;display:block; }
#Cn2X87FOWEQThg6yXuZmJ0DLsgftpTII { position:absolute;display:block;z-index:15007;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:10.5rem;left:4.375rem;display:block; }
#p615tJBT1I88eE4dZ17TyRoDdH9WOifK { z-index:15004;top:30.875rem;left:3.59375rem;background-color:#000000;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nEdZEC1oJrzQKcXEnv6w47e3SZqJhHvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row .container { background-color: transparent; background-image: none; }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row .container > .video-iframe-container { display: none; }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row > .video-iframe-container { display: none; }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .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); }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row .container { border-width: 0; border-radius: 0; }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#aEW2A59QTl7XtPetlti5A6doQHAC5Lso { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row .container { background-color: transparent; background-image: none; }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row .container > .video-iframe-container { display: none; }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row > .video-iframe-container { display: none; }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .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); }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row .container { border-width: 0; border-radius: 0; }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#JDGpRd6DQm4SvgdegWn5plImZMX23P0G { color:#000000;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:45rem;height:7.3125rem;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; }
#bsnKVLXgMdWMick2OF5a4zZePkqR9bZ0 { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:45rem;height:8.9355625rem;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; }
#dnR3bT8iqaiDHTE1u6vVAffpbNcSCNKn { z-index:15003;top:29.5625rem;left:45rem;background-color:#000000;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TLHKNyzZsqPyMpugXRkMt744QH6pXQ88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kOyZkGR815DVeRJRgSNpCGKcmORWXUJL { 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:30.125rem;width:30.125rem;top:3.375rem;left:3.6875rem;overflow:hidden;display:block; }
#dRT2E3AZpDOo5mcvzZf1hSp9szzJ7DmZ { position:absolute;display:block;z-index:15008;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:11.28125rem;left:45rem;display:block; }
#KkU964TfIipIIK1QoQtWkOMml03z2wX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.4375rem;left:45rem;height:2.5996125rem;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; }
#mBK0AOy69kEahnefxbBsJlug9egXBcWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -moz-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -ms-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -o-linear-gradient(180deg, #ffffff, #c8c0b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c0b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c0b2' );";background-image: linear-gradient(180deg, #ffffff, #c8c0b2);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; }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row .container { background-color: transparent; background-image: none; }#mBK0AOy69kEahnefxbBsJlug9egXBcWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row .container > .video-iframe-container { display: none; }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row > .video-iframe-container { display: none; }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .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); }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row .container { border-width: 0; border-radius: 0; }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#cvkoRou4BeBc1myhSOcL5qD19ADBJarq { color:#000000;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.3125rem;height:;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; }
#Z6TVV4WcmA1Eu40TQzasMAlJBJu72lHp { color:#000000;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:4.34375rem;height:5.361325rem;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; }
#ypmlbddHaMo3ni8Q1gB8kQHNQkzpTesi { z-index:15003;top:28.125rem;left:4.3125rem;background-color:#000000;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xUU5gOrDBsRr7FKEGw7rZVIVurfMFrGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uekAJcbSSBee4u4KyVDZxHTggR5wgWIR { position:absolute;display:block;z-index:15008;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:11.99462890625rem;left:4.3125rem;display:block; }
#toSt9akPUlRzihntE8okSGT0dwiZv0CM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:4.3125rem;height:2.5996125rem;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; }
#hA6WuRpkRP6eZaTk43dQKGMssgW97InX { 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:30.25rem;width:24.1875rem;top:2.75rem;left:44.15625rem;overflow:hidden;display:block; }
#k6OlrxUOD8VxUR3OwMFdHJgUy5gTSXJB { color:rgba(var(--color-primary-2),1);display:block;width:33.1875rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.96875rem;left:4.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row .container { background-color: transparent; background-image: none; }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row .container > .video-iframe-container { display: none; }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row > .video-iframe-container { display: none; }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .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); }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row .container { border-width: 0; border-radius: 0; }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#iLCvSPTlqTKGvagatmmAVKDqhAf0doyv { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:45rem;height:3.65625rem;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; }
#SnnsEqzknyDwvx53PJhTdoovp8TwGcXJ { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.650390625rem;left:45rem;height:3.57421875rem;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; }
#fg2QnFviAO8zvKSXLSKutrTzc7Ic9mJk { z-index:15003;top:27.75rem;left:45rem;background-color:#000000;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L9EivnOthg8p1sb8mhqsqpniv66J77zn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mNFKl4ehMMeftn6BERiqBm8DPpgk9Vf1 { position:absolute;display:block;z-index:15008;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:13.96875rem;left:45rem;display:block; }
#LTOQfXsqwb8k0ALnxMS76S8dsHLGlb2b { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5625rem;left:45rem;height:2.5996125rem;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; }
#KS8rNS1J3sBVIu1r1o83Aun5RxWEvGI7 { position:absolute;display:block;z-index:14997;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:30.1875rem;width:30.1875rem;top:3.375rem;left:3.6875rem;overflow:hidden;display:block; }
#ZNBrvWfcVqlPKshGO4R7XdEeh05F1gXg { color:rgba(var(--color-primary-2),1);display:block;width:20.125rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:6.84375rem;left:45rem;height:4.8369125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -moz-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -ms-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -o-linear-gradient(180deg, #ffffff, #c8c0b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c0b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c0b2' );";background-image: linear-gradient(180deg, #ffffff, #c8c0b2);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; }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row .container { background-color: transparent; background-image: none; }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row .container > .video-iframe-container { display: none; }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row > .video-iframe-container { display: none; }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .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); }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row .container { border-width: 0; border-radius: 0; }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#JOfZ9yJSpiuhk1ok8rb75xxpZSqHqaeT { color:#000000;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.3125rem;height:;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; }
#LNDJPNumaucTwwiVGiWNxZCVMWqZKo6R { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.755859375rem;left:4.34375rem;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;display:block; }
#aL4wBexAngr7GzdxQtoiUTfRXfus0vTl { z-index:15003;top:28.125rem;left:4.3125rem;background-color:#000000;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zcXUC91TPkHLomyFRuvOblHC7Ggu4p1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbkUguIvswW4zrQ3EJbRRXUD4AHgK1m8 { position:absolute;display:block;z-index:15008;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:11.99462890625rem;left:4.3125rem;display:block; }
#wl15nM6GIRRVqBurFsEd7GACaAByTdwc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:4.3125rem;height:2.5996125rem;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; }
#Z5vMIffzz0cO092PbrRhA4akzBQWmDzB { 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:30.25rem;width:24.1875rem;top:3.3125rem;left:41.125rem;overflow:hidden;display:block; }
#o4ESel7ghwT7zBN4hzXbX6300xGL7gQe { color:rgba(var(--color-primary-2),1);display:block;width:33.1875rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:6.96875rem;left:4.375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row .container { background-color: transparent; background-image: none; }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row .container > .video-iframe-container { display: none; }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row > .video-iframe-container { display: none; }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .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); }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row .container { border-width: 0; border-radius: 0; }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#aICSIxrdQoT4CKCA7rPWZuTFNKkrRncc { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:45rem;height:;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; }
#pmiMFCWg50pgR2WJSVKI5wm6JbGJ0eMT { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.255859375rem;left:45rem;height:5.361325rem;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; }
#TJSDfzmsJBL3k0M4Uvq2qCbFFJXNMEVv { z-index:15003;top:30.1875rem;left:45rem;background-color:#000000;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DWCHU1cLkgN0qF2I0B9rbf2gbk6T8iQD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e7iNAyc3TRNyf8VT1VPvvbqPZA7KFd8H { position:absolute;display:block;z-index:15008;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:12.09375rem;left:45rem;display:block; }
#lGf2093KqwpPNv2wdlUziVa98lG6LBav { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5625rem;left:45rem;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;display:block; }
#f2v8q7Dluzx1lCNu6ZqRrP7bdApLiX5G { position:absolute;display:block;z-index:14997;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:30.1875rem;width:30.1875rem;top:3.375rem;left:3.6875rem;overflow:hidden;display:block; }
#uFLBSG73nzFTkbhx4imZe7l878VAglky { color:rgba(var(--color-primary-2),1);display:block;width:23.25rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:6.84375rem;left:45rem;height:2.41845625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row .container { background-color: transparent; background-image: none; }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row .container > .video-iframe-container { display: none; }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row > .video-iframe-container { display: none; }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .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); }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row .container { border-width: 0; border-radius: 0; }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#CVTSTq1ZefPX03q1M8cWD1as8ba3qvaU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.78125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row .container { background-color: transparent; background-image: none; }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row .container > .video-iframe-container { display: none; }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row > .video-iframe-container { display: none; }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .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); }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row .container { border-width: 0; border-radius: 0; }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#Q81MN4z61cdSihbmwN0ExL4asrHh4Alq { color:#000000;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.3125rem;height:3.65625rem;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; }
#HvxhnBx3H13ZGmcMsNaMPb2wXgX5CFMH { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.75146484375rem;left:4.34375rem;height:3.57421875rem;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; }
#VLczzuXutVMOb5Ol8dv3US7wnffR1TgH { z-index:15003;top:25.125rem;left:4.3125rem;background-color:#000000;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zRAhLcV6tp1LId5FlhhJWpWyd37FsG7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yRBKLsVZK3FO5iKX9PPAAXp74XCsfKGl { position:absolute;display:block;z-index:15008;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:12.09375rem;left:4.3125rem;display:block; }
#qeoxTXld8akKqwhyUGUTuycWJauBaSGK { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.125rem;left:4.3125rem;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;display:block; }
#zu8nhXeHRx5VPAfHUKKihpPigQbmdotc { 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:30.25rem;width:30.25rem;top:3.3125rem;left:41.125rem;overflow:hidden;display:block; }
#qVArUW6e3B2KTDQ92vVclJ2lb1TlF87D { color:rgba(var(--color-primary-2),1);display:block;width:33.25rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:400;z-index:15006;line-height:.9;letter-spacing:0;top:7.31982421875rem;left:4.3125rem;height:2.41845625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -moz-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -ms-linear-gradient(180deg, #ffffff, #c8c0b2);background-image: -o-linear-gradient(180deg, #ffffff, #c8c0b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c0b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c0b2' );";background-image: linear-gradient(180deg, #ffffff, #c8c0b2);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; }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row .container { background-color: transparent; background-image: none; }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row .container > .video-iframe-container { display: none; }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row > .video-iframe-container { display: none; }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .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); }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row .container { border-width: 0; border-radius: 0; }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#Z4IK6PWT9mx6d3VZxMLZk6PWMcVFrtTt { color:#000000;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:45rem;height:3.65625rem;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; }
#XLurE4BFphFanPTN9c5NPVm58V5JVDL1 { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.1875rem;left:45rem;height:5.361325rem;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; }
#lCr1SX7XVU8Qh6TFR3CtTIUiRSSJlUUC { z-index:15003;top:26.75rem;left:45rem;background-color:#000000;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:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NmWy5SnQlSfUamKcPzUzqzLhTyoJPT7D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CgXOELQhRaIIfVG0cRJt24lRr5SbpHvZ { 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:30.125rem;width:30.125rem;top:3.375rem;left:3.6875rem;overflow:hidden;display:block; }
#xUBmCzNroV9MlQ5JnEyVNyRLlezzrS90 { position:absolute;display:block;z-index:15008;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.1875rem;width:12.5rem;top:11.28125rem;left:45rem;display:block; }
#sset4m8mC3q7SOFauWouT5NIEXbnSar9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:21.25rem;left:45rem;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;display:block; }
#eFXqky1zIyKXfliDwTG4ud6OieDty9m5 { color:rgba(var(--color-primary-2),1);display:block;width:27.25rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:400;z-index:15007;line-height:.9;letter-spacing:0;top:6.33203125rem;left:45rem;height:2.41845625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { background-color: transparent; background-image: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { display: none; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .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); }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { border-width: 0; border-radius: 0; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:0rem;height:4.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; }
#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { background-color: transparent; background-image: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { display: none; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .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); }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { border-width: 0; border-radius: 0; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:17.125rem;left:0rem;height:3.82470625rem;font-style:normal;display:block; }
#JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:20.3125rem;left:0rem;height:7.6484375rem;font-style:normal;display:block; }
#Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { 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:14.9375rem;width:22.5rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:17.125rem;left:26.1875rem;height:3.82470625rem;font-style:normal;display:block; }
#o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:20.3125rem;left:26.0625rem;height:7.6484375rem;font-style:normal;display:block; }
#gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { 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:14.875rem;width:22.375rem;top:1.75rem;left:26.25rem;overflow:hidden;display:block; }
#bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:17.125rem;left:52.5rem;height:3.82470625rem;font-style:normal;display:block; }
#e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:20.3125rem;left:52.5rem;height:7.6484375rem;font-style:normal;display:block; }
#ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { position:absolute;display:block;z-index:15009;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:14.8125rem;width:22.375rem;top:1.75rem;left:52.5rem;overflow:hidden;display:block; }
#vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { background-color:rgba(var(--color-secondary-4),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:28.6875rem;left:0rem;display:block; }
#NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { background-color:rgba(var(--color-secondary-4),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.6875rem;left:26.25rem;display:block; }
#CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { background-color:rgba(var(--color-secondary-4),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:28.6875rem;left:52.5rem;display:block; }
#VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row .container { background-color: transparent; background-image: none; }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row .container > .video-iframe-container { display: none; }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row > .video-iframe-container { display: none; }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .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); }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row .container { border-width: 0; border-radius: 0; }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#a0n48rPXWHiq9o3bSZqW5H1vxvxqEZlI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.9375rem;left:0rem;height:4.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; }
#m871PePQDuixQGRlzJUDvFITM2hAgs9K { 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; }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row .container { background-color: transparent; background-image: none; }#m871PePQDuixQGRlzJUDvFITM2hAgs9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row .container > .video-iframe-container { display: none; }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row > .video-iframe-container { display: none; }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .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); }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row .container { border-width: 0; border-radius: 0; }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#k14UdzFN86xTu8NUIMcKQkqnCIqbsHOa { color:#010304;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:5.9375rem;left:47.53125rem;height:1.875rem;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; }
#annJqbFPlg4kfpdd1Fcy6tsH3eni0w8u { color:#010304;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:7.75rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NEDpoNsualkZQzJqCENCek3WC34dSFTS { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;top:12.0625rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #cdc8c1;border-left:0.125rem solid #cdc8c1;border-right:0.125rem solid #cdc8c1;border-bottom:0.125rem solid #cdc8c1;display:block; }
#G5o8Hb3z3ofem9BSyKXnqTwyoKV2DMrS { color:#010304;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:14.46875rem;left:47.53125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FFwNJCmSxy4ulUeeFx2dZboe24GF4hyz { color:#010304;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.34375rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q4cZTr6cu0NlU43gvOFUZdZu5pRPzD5z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.3125rem;left:55.625rem; }
#g4Tg52aRv6s20Bs6oS1hBKsTx1VLVJZK { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:20.8125rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #cdc8c1;border-left:0.125rem solid #cdc8c1;border-right:0.125rem solid #cdc8c1;border-bottom:0.125rem solid #cdc8c1;display:block; }
#wfBFW8oMdGeAuc8cA9rGUwSCk58daWuN { color:#010304;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:23.359375rem;left:47.53125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sanSzQX7znIOvbWP1UNxvaRQsfCf7k9m { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.0625rem;left:55.625rem; }
#I1yR0u4XQzkePrhrTSNBQ48sieOlBLMA { color:#010304;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:25.140625rem;left:48.1875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FogIyKcCJwNscGvKuqhZG5HEHtfmXwZC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:14.1875rem;left:0rem;height:9.5605625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KLbgaOHLqLO4q3Hpbf3AkdbfAmiTTdPf { background-color:rgba(var(--color-secondary-4),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:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:25.1875rem;left:0rem;display:block; }
#iFc3MpgeSvMIwMTJPwCUEpg6xC3WNdw1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2nPEAuCSuSDTzrEcTlHExf1WBupHcun { box-sizing:content-box;height:6.625rem;width:31.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;top:3.375rem;left:40.3125rem;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;border-top:0.125rem solid #cdc8c1;border-left:0.125rem solid #cdc8c1;border-right:0.125rem solid #cdc8c1;border-bottom:0.125rem solid #cdc8c1;display:block; }
#cT1LeEabKQ0Vep1xRtHdhB1QxzzC9Zhk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.5625rem;left:55.625rem; }
#TC6CNF1884FCrVcGHiWvLBAD9BoTSaIb { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:2.75rem;left:0rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bDyGfFtwqmK5gfTagZcZp0hEwEA5azmr { color:rgba(var(--color-primary-2),1);display:block;width:33.625rem;position:absolute;font-family:"white angelica";font-size:2.6875rem;font-weight:400;z-index:15008;line-height:.9;letter-spacing:0;top:7.375rem;left:0rem;height:4.8369125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { position:relative;display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { background-color: transparent; background-image: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row > .video-iframe-container { display: none; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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); }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { border-width: 0; border-radius: 0; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .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; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;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; }#c980eef55349770191306df3796dfc81 { position:absolute;display:block;z-index:15005;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.8125rem;width:13rem;top:1.375rem;left:0rem;overflow:hidden;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.5625rem;left:65.1875rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:68.5rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.15625rem;left:0rem;height:;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { display:block; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { top:1.3125rem;left:0rem;width:19.875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:10.375rem;height:3.375rem;top:1.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { top:0.375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { display:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vml39ys0crsZv2xODRNy5A7yObtVUdDE { top:14.8125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { top:19.1875rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { top:26.0625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { width:10.9375rem;height:0.25rem;top:24.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { display:block; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { width:47.75rem;height:0.1875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { width:47.75rem;height:0.1875rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { width:47.75rem;height:1.875rem;top:3.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { top:5.8125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block; }
 }@media only screen and (max-width: 763px) { #BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh { display:block; }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOIdBIn8oT14JvcqPyG2BeGrdZOXKia3 { width:34.1875rem;height:3.3125rem;top:4.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhXHx1HaNNb6zZ2ZbbuSDbPuNFmxoHno { width:30.0625rem;height:14.4375rem;top:12.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWaVSOp2eRc2taqvGMZ9b8OTeM97yI2 { top:4.5rem;left:24rem;width:23.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn2X87FOWEQThg6yXuZmJ0DLsgftpTII { top:10.5rem;left:0rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p615tJBT1I88eE4dZ17TyRoDdH9WOifK { top:30.875rem;left:0rem;width:29.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEdZEC1oJrzQKcXEnv6w47e3SZqJhHvl { display:block; }
 }@media only screen and (max-width: 763px) { #Gm7XfxpOx0NFNUAukLXumVokTX5UILQi { display:none; }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aEW2A59QTl7XtPetlti5A6doQHAC5Lso { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX { display:block; }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDGpRd6DQm4SvgdegWn5plImZMX23P0G { top:2.4375rem;left:21.5rem;width:26.25rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsnKVLXgMdWMick2OF5a4zZePkqR9bZ0 { top:13.1875rem;left:21.5625rem;width:26.1875rem;height:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnR3bT8iqaiDHTE1u6vVAffpbNcSCNKn { top:29.5625rem;left:24.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHKNyzZsqPyMpugXRkMt744QH6pXQ88 { display:block; }
 }@media only screen and (max-width: 763px) { #kOyZkGR815DVeRJRgSNpCGKcmORWXUJL { width:30.125rem;height:30.125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRT2E3AZpDOo5mcvzZf1hSp9szzJ7DmZ { top:11.25rem;left:24.5625rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkU964TfIipIIK1QoQtWkOMml03z2wX9 { top:24.4375rem;left:24.5625rem;width:18.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBK0AOy69kEahnefxbBsJlug9egXBcWb { display:block; }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvkoRou4BeBc1myhSOcL5qD19ADBJarq { top:3.3125rem;left:0rem;width:26.25rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TVV4WcmA1Eu40TQzasMAlJBJu72lHp { top:15.75rem;left:0rem;width:24.8125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypmlbddHaMo3ni8Q1gB8kQHNQkzpTesi { top:28.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUU5gOrDBsRr7FKEGw7rZVIVurfMFrGx { display:block; }
 }@media only screen and (max-width: 763px) { #uekAJcbSSBee4u4KyVDZxHTggR5wgWIR { top:11.9375rem;left:0rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toSt9akPUlRzihntE8okSGT0dwiZv0CM { top:23.3125rem;left:0rem;width:22.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA6WuRpkRP6eZaTk43dQKGMssgW97InX { width:24.1875rem;height:30.25rem;top:2.75rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6OlrxUOD8VxUR3OwMFdHJgUy5gTSXJB { width:33.1875rem;height:;top:6.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi { display:block; }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLCvSPTlqTKGvagatmmAVKDqhAf0doyv { top:2.4375rem;left:17.8125rem;width:29.9375rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnnsEqzknyDwvx53PJhTdoovp8TwGcXJ { top:16.625rem;left:21.5625rem;width:26.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg2QnFviAO8zvKSXLSKutrTzc7Ic9mJk { top:27.75rem;left:24.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9EivnOthg8p1sb8mhqsqpniv66J77zn { display:block; }
 }@media only screen and (max-width: 763px) { #mNFKl4ehMMeftn6BERiqBm8DPpgk9Vf1 { top:13.9375rem;left:24.5625rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOQfXsqwb8k0ALnxMS76S8dsHLGlb2b { top:22.5625rem;left:24.5625rem;width:18.875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS8rNS1J3sBVIu1r1o83Aun5RxWEvGI7 { width:30.1875rem;height:30.1875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNBrvWfcVqlPKshGO4R7XdEeh05F1gXg { width:20.125rem;height:4.8125rem;top:6.8125rem;left:24.5625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny370Xz43GwoWkKzTI3c7z42pTDNimBO { display:block; }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOfZ9yJSpiuhk1ok8rb75xxpZSqHqaeT { top:3.3125rem;left:0rem;width:26.25rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDJPNumaucTwwiVGiWNxZCVMWqZKo6R { top:15.75rem;left:0rem;width:26.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL4wBexAngr7GzdxQtoiUTfRXfus0vTl { top:28.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcXUC91TPkHLomyFRuvOblHC7Ggu4p1e { display:block; }
 }@media only screen and (max-width: 763px) { #cbkUguIvswW4zrQ3EJbRRXUD4AHgK1m8 { top:11.9375rem;left:0rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl15nM6GIRRVqBurFsEd7GACaAByTdwc { top:23.3125rem;left:0rem;width:18.5625rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5vMIffzz0cO092PbrRhA4akzBQWmDzB { width:24.1875rem;height:30.25rem;top:3.3125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ESel7ghwT7zBN4hzXbX6300xGL7gQe { width:33.1875rem;height:;top:6.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57xxkSbSgHVQ6U908PTxGxycd33JZT9 { display:block; }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aICSIxrdQoT4CKCA7rPWZuTFNKkrRncc { top:2.4375rem;left:17.8125rem;width:29.9375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmiMFCWg50pgR2WJSVKI5wm6JbGJ0eMT { top:15.25rem;left:21.5625rem;width:26.1875rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSDfzmsJBL3k0M4Uvq2qCbFFJXNMEVv { top:30.1875rem;left:24.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWCHU1cLkgN0qF2I0B9rbf2gbk6T8iQD { display:block; }
 }@media only screen and (max-width: 763px) { #e7iNAyc3TRNyf8VT1VPvvbqPZA7KFd8H { top:12.0625rem;left:24.5625rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGf2093KqwpPNv2wdlUziVa98lG6LBav { top:22.5625rem;left:23.25rem;width:24.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2v8q7Dluzx1lCNu6ZqRrP7bdApLiX5G { width:30.1875rem;height:30.1875rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFLBSG73nzFTkbhx4imZe7l878VAglky { width:23.25rem;height:2.4375rem;top:6.8125rem;left:24.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw { display:none; }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CVTSTq1ZefPX03q1M8cWD1as8ba3qvaU { width:47.75rem;height:;top:1.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihnmAQNvKv5tXESubrr4LKDuVonDKX8W { display:block; }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q81MN4z61cdSihbmwN0ExL4asrHh4Alq { top:3.3125rem;left:0rem;width:26.25rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvxhnBx3H13ZGmcMsNaMPb2wXgX5CFMH { top:14.75rem;left:0rem;width:26.1875rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLczzuXutVMOb5Ol8dv3US7wnffR1TgH { top:25.125rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRAhLcV6tp1LId5FlhhJWpWyd37FsG7s { display:block; }
 }@media only screen and (max-width: 763px) { #yRBKLsVZK3FO5iKX9PPAAXp74XCsfKGl { top:12.0625rem;left:0rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeoxTXld8akKqwhyUGUTuycWJauBaSGK { top:20.125rem;left:0rem;width:18.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu8nhXeHRx5VPAfHUKKihpPigQbmdotc { width:30.25rem;height:30.25rem;top:3.3125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVArUW6e3B2KTDQ92vVclJ2lb1TlF87D { width:33.25rem;height:;top:7.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 { display:block; }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4IK6PWT9mx6d3VZxMLZk6PWMcVFrtTt { top:2.4375rem;left:21.5rem;width:26.25rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLurE4BFphFanPTN9c5NPVm58V5JVDL1 { top:13.1875rem;left:21.5625rem;width:26.1875rem;height:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCr1SX7XVU8Qh6TFR3CtTIUiRSSJlUUC { top:26.75rem;left:24.5625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmWy5SnQlSfUamKcPzUzqzLhTyoJPT7D { display:block; }
 }@media only screen and (max-width: 763px) { #CgXOELQhRaIIfVG0cRJt24lRr5SbpHvZ { width:30.125rem;height:30.125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUBmCzNroV9MlQ5JnEyVNyRLlezzrS90 { top:11.25rem;left:24.5625rem;width:12.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sset4m8mC3q7SOFauWouT5NIEXbnSar9 { top:21.25rem;left:24.5625rem;width:18.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFXqky1zIyKXfliDwTG4ud6OieDty9m5 { width:27.25rem;height:2.375rem;top:6.3125rem;left:20.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:47.75rem;height:4.5rem;top:1.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { top:1.75rem;left:0rem;width:22.5rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { top:1.75rem;left:12.625rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { top:1.75rem;left:25.375rem;width:22.375rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:28.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:28.6875rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #BvQLodx9XdC7qWFT5W8de8HFD9q45nrb { display:block; }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0n48rPXWHiq9o3bSZqW5H1vxvxqEZlI { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m871PePQDuixQGRlzJUDvFITM2hAgs9K { display:block; }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k14UdzFN86xTu8NUIMcKQkqnCIqbsHOa { top:5.9375rem;left:27.09375rem;width:17.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #annJqbFPlg4kfpdd1Fcy6tsH3eni0w8u { top:7.75rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEDpoNsualkZQzJqCENCek3WC34dSFTS { top:12.0625rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5o8Hb3z3ofem9BSyKXnqTwyoKV2DMrS { top:14.4375rem;left:27.09375rem;width:17.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFwNJCmSxy4ulUeeFx2dZboe24GF4hyz { top:16.3125rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4cZTr6cu0NlU43gvOFUZdZu5pRPzD5z { top:13.3125rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Tg52aRv6s20Bs6oS1hBKsTx1VLVJZK { top:20.8125rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfBFW8oMdGeAuc8cA9rGUwSCk58daWuN { top:23.3125rem;left:27.09375rem;width:17.4375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sanSzQX7znIOvbWP1UNxvaRQsfCf7k9m { top:22.0625rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1yR0u4XQzkePrhrTSNBQ48sieOlBLMA { top:25.125rem;left:27.75rem;width:16.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogIyKcCJwNscGvKuqhZG5HEHtfmXwZC { top:14.1875rem;left:0rem;width:33.125rem;height:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLbgaOHLqLO4q3Hpbf3AkdbfAmiTTdPf { width:16.25rem;height:2.5625rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFc3MpgeSvMIwMTJPwCUEpg6xC3WNdw1 { display:block; }
 }@media only screen and (max-width: 763px) { #M2nPEAuCSuSDTzrEcTlHExf1WBupHcun { top:3.375rem;left:15.8125rem;width:31.6875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT1LeEabKQ0Vep1xRtHdhB1QxzzC9Zhk { top:4.5625rem;left:35.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC6CNF1884FCrVcGHiWvLBAD9BoTSaIb { top:2.75rem;left:0rem;width:37.4375rem;height:4rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDyGfFtwqmK5gfTagZcZp0hEwEA5azmr { width:33.625rem;height:4.8125rem;top:7.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c980eef55349770191306df3796dfc81 { top:1.375rem;left:0rem;width:13rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { top:1.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { top:1.5625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { top:2.125rem;left:0rem;width:47.75rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L { background-color:#141414;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; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { background-color: transparent; background-image: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { display: none; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .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); }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { border-width: 0; border-radius: 0; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n8dSpugRz2q7OUWF4dhQ65i9JTzTZ96L > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o2c1f1d34c10fab9a9694a359f9d5305 { width:10.625rem;height:2.375rem;top:1.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCqouzeTgDPqZ8LuovrIo2y4Ha4WaMb5 { width:6.875rem;height:2.3125rem;top:1.375rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3lH3wzAD0iXdOutKTN99dPVJcpmcTQG { display:block; }
 }@media only screen and (max-width: 763px) { #n2O4Q5z3kGgCelJPc53vPstXkBlPypgz { display:block; }#n2O4Q5z3kGgCelJPc53vPstXkBlPypgz > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVckpa3VwDu0dmQg8c3UWNUQCXEZ1T5w { width:20rem;height:1.6875rem;top:0.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6ef0a1a-4d56-440b-8325-d611a4c5563d/EMDWebHeaderDEC25.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:block; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.adaptive-delivery-prevent-bg, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyload, #ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0.lazyloading { background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { background-color: transparent; background-image: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { display: none; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .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); }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { border-width: 0; border-radius: 0; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykE6wiqHDKyFDzhVcBafKSUAxetuTUh0 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vml39ys0crsZv2xODRNy5A7yObtVUdDE { width:20rem;height:1.6875rem;top:5.375rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iToA5ANMlukDrCbBnHnUPNboTxbpLrNa { width:19.6875rem;height:1.6875rem;top:7.0625rem;left:0rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7f1HchUpedLo7P6TJBn07Q5G1LPEKgK { width:19.8125rem;height:1.21875rem;top:8.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZSWvx39f3XD6zZG01nqNbGlw5ZbkrKiU { width:10.9375rem;height:0.1875rem;top:10.75rem;left:4.53125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 { display:block; }#h6LfGkg8gAORR1rFodW0q32WdDv2FAG9 > .row .container { width:20rem;height:13.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fvEfJTHb9CRyLXAlPsP2VHEE8UGTL1S1 { width:20rem;height:0.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwl4z72tAC0bGRMfqNP4S8DoInlRUfv5 { width:20rem;height:0.1875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOaBNgTGTC9CcAdNmeoeuJLNp00d92lS { width:20rem;height:1.125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0R29DbDBewgPwpeKBd0FEp0XqWcx6mt { width:20rem;height:3.875rem;top:3.625rem;left:0rem;font-size:1.9375rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFU6tlMGnFOoMZth1SHr3PUra4eRSK0p { width:13.75rem;height:2.8125rem;top:9.75rem;left:3.125rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #BgfK3ACyGAD1XKNk9BEUhkZJyVxphKkZ { display:block; }
 }@media only screen and (max-width: 763px) { #BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh { display:block; }#BT8uuMz5pgu4lW7AJJzCwZAtsOldZdsh > .row .container { width:20rem;height:43.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOIdBIn8oT14JvcqPyG2BeGrdZOXKia3 { width:20rem;height:4.125rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhXHx1HaNNb6zZ2ZbbuSDbPuNFmxoHno { width:20rem;height:9.1875rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecWaVSOp2eRc2taqvGMZ9b8OTeM97yI2 { width:16rem;height:20rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn2X87FOWEQThg6yXuZmJ0DLsgftpTII { width:12.5rem;height:0.125rem;top:6.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p615tJBT1I88eE4dZ17TyRoDdH9WOifK { top:17.9375rem;left:0.5rem;width:19rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEdZEC1oJrzQKcXEnv6w47e3SZqJhHvl { display:block; }
 }@media only screen and (max-width: 763px) { #Gm7XfxpOx0NFNUAukLXumVokTX5UILQi { display:block; }#Gm7XfxpOx0NFNUAukLXumVokTX5UILQi > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEW2A59QTl7XtPetlti5A6doQHAC5Lso { width:20rem;height:;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX { display:block; }#xh1QMp9Q3rb0ba79NuGaxLptMi8xDvRX > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDGpRd6DQm4SvgdegWn5plImZMX23P0G { width:13.25rem;height:4.875rem;top:22.51953125rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsnKVLXgMdWMick2OF5a4zZePkqR9bZ0 { width:18rem;height:6.499rem;top:29.76953125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnR3bT8iqaiDHTE1u6vVAffpbNcSCNKn { top:41.70703125rem;left:1.59375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLHKNyzZsqPyMpugXRkMt744QH6pXQ88 { display:block; }
 }@media only screen and (max-width: 763px) { #kOyZkGR815DVeRJRgSNpCGKcmORWXUJL { width:19.8125rem;height:19.8125rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRT2E3AZpDOo5mcvzZf1hSp9szzJ7DmZ { width:12.5rem;height:0.1875rem;top:28.14453125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkU964TfIipIIK1QoQtWkOMml03z2wX9 { width:16.625rem;height:2.2744125rem;top:37.58203125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBK0AOy69kEahnefxbBsJlug9egXBcWb { display:block; }#mBK0AOy69kEahnefxbBsJlug9egXBcWb > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvkoRou4BeBc1myhSOcL5qD19ADBJarq { width:12.875rem;height:2.4375rem;top:22.96875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6TVV4WcmA1Eu40TQzasMAlJBJu72lHp { width:18rem;height:3.8994125rem;top:31.38720703125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypmlbddHaMo3ni8Q1gB8kQHNQkzpTesi { top:43.64453125rem;left:2rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUU5gOrDBsRr7FKEGw7rZVIVurfMFrGx { display:block; }
 }@media only screen and (max-width: 763px) { #uekAJcbSSBee4u4KyVDZxHTggR5wgWIR { width:12.5rem;height:0.1875rem;top:29.51953125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #toSt9akPUlRzihntE8okSGT0dwiZv0CM { width:16.375rem;height:3.41161875rem;top:39.76953125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA6WuRpkRP6eZaTk43dQKGMssgW97InX { width:16rem;height:20rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6OlrxUOD8VxUR3OwMFdHJgUy5gTSXJB { width:16.625rem;height:4.3994125rem;top:25.619140625rem;left:2rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi { display:block; }#JcA1FbShwVeNTdNinNSZuQbp9FaEHRSi > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLCvSPTlqTKGvagatmmAVKDqhAf0doyv { width:18.3125rem;height:2.4375rem;top:22.95703125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnnsEqzknyDwvx53PJhTdoovp8TwGcXJ { width:18.5rem;height:2.5996125rem;top:32.33203125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg2QnFviAO8zvKSXLSKutrTzc7Ic9mJk { top:40.70703125rem;left:1.5rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9EivnOthg8p1sb8mhqsqpniv66J77zn { display:block; }
 }@media only screen and (max-width: 763px) { #mNFKl4ehMMeftn6BERiqBm8DPpgk9Vf1 { width:12.5rem;height:0.1875rem;top:30.5380859375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTOQfXsqwb8k0ALnxMS76S8dsHLGlb2b { width:17.25rem;height:2.2744125rem;top:36.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS8rNS1J3sBVIu1r1o83Aun5RxWEvGI7 { width:20rem;height:20rem;top:1.39453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNBrvWfcVqlPKshGO4R7XdEeh05F1gXg { width:18.25rem;height:3.5996125rem;top:25.39453125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ny370Xz43GwoWkKzTI3c7z42pTDNimBO { display:block; }#Ny370Xz43GwoWkKzTI3c7z42pTDNimBO > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOfZ9yJSpiuhk1ok8rb75xxpZSqHqaeT { width:12.875rem;height:2.4375rem;top:22.96875rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNDJPNumaucTwwiVGiWNxZCVMWqZKo6R { width:18rem;height:3.8994125rem;top:31.38720703125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL4wBexAngr7GzdxQtoiUTfRXfus0vTl { top:41.26953125rem;left:2rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcXUC91TPkHLomyFRuvOblHC7Ggu4p1e { display:block; }
 }@media only screen and (max-width: 763px) { #cbkUguIvswW4zrQ3EJbRRXUD4AHgK1m8 { width:12.5rem;height:0.1875rem;top:29.51953125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl15nM6GIRRVqBurFsEd7GACaAByTdwc { width:16.375rem;height:2.2744125rem;top:36.76953125rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5vMIffzz0cO092PbrRhA4akzBQWmDzB { width:16rem;height:20rem;top:1.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4ESel7ghwT7zBN4hzXbX6300xGL7gQe { width:16.625rem;height:2.19970625rem;top:25.619140625rem;left:2rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57xxkSbSgHVQ6U908PTxGxycd33JZT9 { display:block; }#m57xxkSbSgHVQ6U908PTxGxycd33JZT9 > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aICSIxrdQoT4CKCA7rPWZuTFNKkrRncc { width:18.3125rem;height:2.4375rem;top:22.95703125rem;left:1.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmiMFCWg50pgR2WJSVKI5wm6JbGJ0eMT { width:18.5rem;height:5.19921875rem;top:32.33203125rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJSDfzmsJBL3k0M4Uvq2qCbFFJXNMEVv { top:40.70703125rem;left:1.5rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWCHU1cLkgN0qF2I0B9rbf2gbk6T8iQD { display:block; }
 }@media only screen and (max-width: 763px) { #e7iNAyc3TRNyf8VT1VPvvbqPZA7KFd8H { width:12.5rem;height:0.1875rem;top:30.5380859375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGf2093KqwpPNv2wdlUziVa98lG6LBav { width:17.25rem;height:4.548825rem;top:36.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2v8q7Dluzx1lCNu6ZqRrP7bdApLiX5G { width:20rem;height:20rem;top:1.39453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFLBSG73nzFTkbhx4imZe7l878VAglky { width:18.25rem;height:1.79980625rem;top:25.39453125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw { display:block; }#MM7I7GQn4r3t3zZsL7JeT3xl0WJq05Zw > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVTSTq1ZefPX03q1M8cWD1as8ba3qvaU { width:20rem;height:;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ihnmAQNvKv5tXESubrr4LKDuVonDKX8W { display:block; }#ihnmAQNvKv5tXESubrr4LKDuVonDKX8W > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q81MN4z61cdSihbmwN0ExL4asrHh4Alq { width:18.625rem;height:2.4375rem;top:23.76953125rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvxhnBx3H13ZGmcMsNaMPb2wXgX5CFMH { width:16.3125rem;height:2.5996125rem;top:31.89453125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLczzuXutVMOb5Ol8dv3US7wnffR1TgH { top:39.95703125rem;left:1.375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRAhLcV6tp1LId5FlhhJWpWyd37FsG7s { display:block; }
 }@media only screen and (max-width: 763px) { #yRBKLsVZK3FO5iKX9PPAAXp74XCsfKGl { width:12.5rem;height:0.1875rem;top:30.14453125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeoxTXld8akKqwhyUGUTuycWJauBaSGK { width:18.875rem;height:2.2744125rem;top:36.20703125rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu8nhXeHRx5VPAfHUKKihpPigQbmdotc { width:20rem;height:20rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVArUW6e3B2KTDQ92vVclJ2lb1TlF87D { width:18.625rem;height:1.6308625rem;top:26.20703125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 { display:block; }#aR5sEfbgin7pZ4UGknReC21FZ6hp3BF8 > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z4IK6PWT9mx6d3VZxMLZk6PWMcVFrtTt { width:13.25rem;height:4.875rem;top:22.51953125rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLurE4BFphFanPTN9c5NPVm58V5JVDL1 { width:18rem;height:3.8994125rem;top:31.74560546875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCr1SX7XVU8Qh6TFR3CtTIUiRSSJlUUC { top:40.58203125rem;left:1.59375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmWy5SnQlSfUamKcPzUzqzLhTyoJPT7D { display:block; }
 }@media only screen and (max-width: 763px) { #CgXOELQhRaIIfVG0cRJt24lRr5SbpHvZ { width:19.8125rem;height:19.8125rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUBmCzNroV9MlQ5JnEyVNyRLlezzrS90 { width:12.5rem;height:0.1875rem;top:30.39453125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sset4m8mC3q7SOFauWouT5NIEXbnSar9 { width:16.625rem;height:2.2744125rem;top:36.76953125rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFXqky1zIyKXfliDwTG4ud6OieDty9m5 { width:17.8125rem;height:1.6308625rem;top:27.39453125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuwuKkUd1RqIEangfN7xyHCmBd7cueGh { display:block; }#JuwuKkUd1RqIEangfN7xyHCmBd7cueGh > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2GHnLgfe2ehe4GlDzkRATtbrKPUckBg { width:20rem;height:2.25rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a3D2866WlhnA2xGekmWIZTaiO1H8WWsR { display:block; }#a3D2866WlhnA2xGekmWIZTaiO1H8WWsR > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMW0p6Z6fZiOUbrEhbxGHkQr6LyrmpMi { width:20rem;height:3.1875rem;top:1.11181640625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxOhqRdyxovmekLn4OGIBs7Snxu0A8B2 { width:20rem;height:6.7988125rem;top:18.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe2NBAgXDDbDBVIDxLrd5OWLhBaOCmuv { width:20rem;height:13.25rem;top:4.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVRLx7uGnlv0KdSoUuEn2tp1zEGE1wnw { width:20rem;height:3.1875rem;top:29.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o32w6SKNBGpDqT5mtxcqIiOL4uORhMTH { width:20rem;height:6.798825rem;top:46.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUkB2d16P0Tt7Q6WceDrw0bCFTQCl1S8 { width:19.875rem;height:13.25rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI0OFnlAol3On5ungxIxOtZnRzMTyC0Z { width:19.0625rem;height:3.1875rem;top:58.125rem;left:0.46875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e4WL1qgJbU1eMPErokdf2OFAz3uWIQRf { width:20rem;height:6.798825rem;top:75.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ML1PkAX5Gp7F6A4Pi7Tmtwvv3ulihTCB { width:19.875rem;height:13.1875rem;top:61.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIBaMQNp36QbR7ZsDf0zmWwa8Ar5PZE { width:16.25rem;height:2.5625rem;top:25.6728515625rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwtbLk5qNWxKLTIlzuDPTBswwZpNvk3M { display:block; }
 }@media only screen and (max-width: 763px) { #QAg08WnrKmZW0uqfcXWHxT6fnnRBrKcT { width:16.25rem;height:2.5625rem;top:54.4375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI3SK47StaWLrCwDlL8ID2ghGZromP2p { display:block; }
 }@media only screen and (max-width: 763px) { #z9BXy3Zzac0cIFN6HzdITUTLEP5T8U0n { width:16.25rem;height:2.5625rem;top:82.5rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsCpf0WJzgddIZt1zJqxMwTZeeX0NTtg { display:block; }
 }@media only screen and (max-width: 763px) { #BvQLodx9XdC7qWFT5W8de8HFD9q45nrb { display:block; }#BvQLodx9XdC7qWFT5W8de8HFD9q45nrb > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0n48rPXWHiq9o3bSZqW5H1vxvxqEZlI { width:20rem;height:2.25rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #m871PePQDuixQGRlzJUDvFITM2hAgs9K { display:block; }#m871PePQDuixQGRlzJUDvFITM2hAgs9K > .row .container { width:20rem;height:59.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k14UdzFN86xTu8NUIMcKQkqnCIqbsHOa { width:17.4375rem;height:1.5rem;top:41.0625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #annJqbFPlg4kfpdd1Fcy6tsH3eni0w8u { width:16.125rem;height:1.3125rem;top:42.5625rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEDpoNsualkZQzJqCENCek3WC34dSFTS { width:19.75rem;height:6.625rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5o8Hb3z3ofem9BSyKXnqTwyoKV2DMrS { width:14.375rem;height:1.5rem;top:33.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFwNJCmSxy4ulUeeFx2dZboe24GF4hyz { width:17.5rem;height:1.3125rem;top:34.6875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4cZTr6cu0NlU43gvOFUZdZu5pRPzD5z { display:flex;width:1.25rem;height:1.25rem;top:31.5rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #g4Tg52aRv6s20Bs6oS1hBKsTx1VLVJZK { width:19.75rem;height:6.625rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfBFW8oMdGeAuc8cA9rGUwSCk58daWuN { width:17.4375rem;height:1.5rem;top:48.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sanSzQX7znIOvbWP1UNxvaRQsfCf7k9m { display:flex;width:1.25rem;height:1.25rem;top:47.125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #I1yR0u4XQzkePrhrTSNBQ48sieOlBLMA { width:16.125rem;height:1.3125rem;top:50.4375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FogIyKcCJwNscGvKuqhZG5HEHtfmXwZC { width:20rem;height:13.597625rem;top:15.33984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLbgaOHLqLO4q3Hpbf3AkdbfAmiTTdPf { width:16.25rem;height:2.5625rem;top:54.625rem;left:2.5625rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFc3MpgeSvMIwMTJPwCUEpg6xC3WNdw1 { display:block; }
 }@media only screen and (max-width: 763px) { #M2nPEAuCSuSDTzrEcTlHExf1WBupHcun { width:19.75rem;height:6.625rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT1LeEabKQ0Vep1xRtHdhB1QxzzC9Zhk { display:flex;width:1.25rem;height:1.25rem;top:39.25rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #TC6CNF1884FCrVcGHiWvLBAD9BoTSaIb { width:14.625rem;height:5.19921875rem;top:1.66015625rem;left:2.6875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bDyGfFtwqmK5gfTagZcZp0hEwEA5azmr { width:20rem;height:5.98095625rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs { display:block; }#BeBdRBOgEDIq5U7mTXyfx1vxrwyQWWfs > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c980eef55349770191306df3796dfc81 { width:13.625rem;height:2.6875rem;top:0.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF { display:flex;width:2rem;height:2rem;top:3.875rem;left:10.3125rem; }
#I1hMhTx2T1HVsgfUyS6FpvWgMIuGRqHF > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh { display:flex;width:2rem;height:2rem;top:3.875rem;left:7.6875rem; }
#VCuOGLXV5fECsHMCD7uNXlrITvuWMQQh > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #bMTpDA5ETxKRHl3puiT9iC5vQMxT7I2L { width:20rem;height:0;top:7.375rem;left:0rem;font-size:0.625rem;display:block; }
 }