.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:222,221,233;--color-primary-1:144,142,182;--color-primary-2:33,29,109;--color-primary-3:17,15,55;--color-primary-4:5,4,16;--color-secondary-0:231,253,231;--color-secondary-1:176,249,177;--color-secondary-2:96,242,98;--color-secondary-3:48,121,49;--color-secondary-4:14,36,15;--color-tertiary-0:255,255,255;--color-tertiary-1:215,241,249;--color-tertiary-2:121,208,236;--color-tertiary-3:61,104,118;--color-tertiary-4:12,21,24;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Uatubccd/page_bg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container { display: none; }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .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); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { background-color: transparent; background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .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); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { border-width: 0; border-radius: 0; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5a20602d-4496-4651-9084-280be45c97f8/grilledsteakbonewithgrilledvegetablesblackbackgroundtopviewfreecopyspace.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;width:60rem;height:51.1875rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container.adaptive-delivery-prevent-bg, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container.lazyload, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container.lazyloading { background-image: none; }#LfGlcKTrC2tr3EM4t6TpJ0ImJfTTakqe { color:rgba(var(--color-secondary-2),1);display:block;width:27.4375rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:15.08749961853rem;left:29.727081298828rem;height:8.7rem;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; }
#hFS8XdcG92PdeeRay0TylAxVp8qMD1vO { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:5.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.343749046326rem;left:6.6458320617675rem;display:block; }
#xTt7G14CstFgBbCbRDuV4gBIfGECNTrP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZKb2TtI6yPOTdVxEJAXJU5Qb4ToQTde { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.375rem;left:31.90625rem;display:block; }
#AlT0C9xy4T0Eoe4K7UkZgR4CJP3m8wwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wKiDTscTdTGfPeRAgCiVeKUSzN6H1dTe { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-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:11.1875rem;width:60rem;top:40.0625rem;left:-0.012500762939453rem;display:block; }
#q5gkukMmNkQhrG9wgyHOUQeEE222kWQD { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:41.427083969116rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rgpIdxhUhUexxllmsLduy5IKr9Gr9QxZ { color:rgba(var(--color-primary-2),1);display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.9;letter-spacing:0;top:45.502081871033rem;left:2.8624992370606rem;height:3.8rem;text-align:center;text-align-last:center;display:block; }
#xe6crOfocyZN6e9ZukwpFrfb4baxoKx2 { color:rgba(var(--color-secondary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.0625rem;font-weight:normal;z-index:15009;line-height:.7;letter-spacing:0;top:6.1875rem;left:0rem;height:4.94375rem;text-align:right;text-align-last:right;display:block; }
#CE0QJOsU3o7yiLrtN4uaFQEXmqBeZMTp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BwUFQW6ugMTkRJTn1JbE8TZdf4RNRkso { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:14.1875rem;top:0.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { position:relative;display:block; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { background-color: transparent; background-image: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container > .video-iframe-container { display: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row > .video-iframe-container { display: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .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); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { border-width: 0; border-radius: 0; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .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; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .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:24.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E8HfEhtB0gwLddwhM83h72yTtugXPK2f { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6145830154419rem;left:5.6645832061767rem;height:2.35625rem;display:block; }
#P3taRsD8qSXAHVJuhanrT4RtfXUIO7wi { color:rgba(var(--color-tertiary-4),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8645830154419rem;left:13.25rem;height:3.4125rem;display:block; }
#XzvKs95hHrgEJv11AH8nakutTAKS91an { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:5.4791669845581rem;left:4.65625rem; }
#MoO9UKBTEnsVBkkKGKr7dPWDp7ncN0fv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:9.5rem;left:4.65625rem; }
#OKL7ruziXWpcbvo75DblX0dUxXZT2LoA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.8125rem;left:4.65625rem; }
#tVi9OUhwdHgNDk776dkerS2NLNLFOfMS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:20.5625rem;left:4.2708320617676rem; }
#GlcJlUmTKdu2oufqoTbTxBDTZHwflqoh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:16.552082061767rem;left:4.0833320617676rem; }
#xalVvX3oH5TJaKB0frs5c2ezOkAz8Qkl { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:19rem;top:0rem;left:40.383331298828rem;overflow:hidden;display:block; }
#NM4zT9dtaqgIiHFm2n4xRKD8bw5xrNAo { 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:8.1875rem;width:12.3125rem;top:7.375rem;left:25.237499237061rem;overflow:hidden;display:block; }
#rrgTkTJJzliEE1uKURctXRyxPTTkNdpL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.5103988647461rem;left:3.9895820617676rem;display:none; }
#OVyKn12EinzpJBiavDls0aV9Z1fq9Oku { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.7812347412113rem;left:4.3333320617676rem;display:none; }
#Ghp4uLekkztAclaUbTTP0IgSKGLxHCyq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16.552066802979rem;left:4.2708320617676rem;display:none; }
#akywKDIzLJEhrXNumEQESpWrOwn5yBt6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:20.437484741211rem;left:4.0833320617676rem;display:none; }
#whH2AZpOvkViTVxPUO9zNtsebpp8x9wD { color:rgba(var(--color-primary-2),1);display:block;width:22.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:6.0416679382324rem;left:7.78125rem;height:21rem;display:block; }
#g8H5LDbHSMTaS6k10nfn9Lkr1HAneRTk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#VOBJE6QcseEawv8zJSD8WwxCH9MBHUUi { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa { position:relative;display:block; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa { background-color: transparent; background-image: none; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row .container > .video-iframe-container { display: none; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row > .video-iframe-container { display: none; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .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); }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa { border-width: 0; border-radius: 0; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .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; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JXVg3yNgDXAy8S6TpsBNyR9X1CoPZ5x0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:6.6875047683719rem;left:28.489582061767rem;display:block; }
#kOQBQPEc9zXI2cBnmJ5Z0lBh976Lfvrz { color:rgba(var(--color-secondary-2),1);display:block;width:18.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.8125047683719rem;left:30.0625rem;height:1.625rem;font-style:normal;display:block; }
#B4TZPXqXZr4c7HkwEtugMfM4BDnM2RQQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:10.1875rem;left:28.489582061767rem;display:block; }
#ut75TTSkANJrS3rHpfduinn5maSC7oga { color:rgba(var(--color-primary-2),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:11.812504768372rem;left:29.302082061767rem;height:7.6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DepQcDiDJIWh0iKghsTxoRWlVUTcehRS { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:17.125rem;left:31.6875rem;display:block; }
#pGIPdQPJDib3kDWApPDdhevUn56tbCtN { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:24rem;top:4.96875rem;left:0.875rem;overflow:hidden;display:block; }
#dAZkscdoDGnOUiPGq6owkX0ZurJzhamW { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:6.4375rem;top:0rem;left:32.677082061767rem;overflow:hidden;display:block; }
#KnfOksbfcwyEvMppTfEJsZgIstF594cZ { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8.9375rem;top:22.083333015442rem;left:7.0625rem;overflow:hidden;display:block; }
#XPu05mDTicNeMW0G3NZLNJbV0HyT5Qnz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:66.1875rem;width:59.9375rem;display:none; }
#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV { position:relative;display:block; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV { background-color: transparent; background-image: none; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row .container > .video-iframe-container { display: none; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row > .video-iframe-container { display: none; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .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); }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV { border-width: 0; border-radius: 0; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .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; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tx74beUBa1ooKuqDrZBv1JwVT2MiRsGB { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:4.8645858764649rem;left:3rem;display:block; }
#DpEqSqhr0hOE0tTN0z7Sbv2iFbCBKsg0 { color:rgba(var(--color-secondary-2),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.28125rem;left:3.6875rem;height:1.625rem;font-style:normal;display:block; }
#y7UZUcGHftmcy4VUg527LXkdae1AsWWX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:9.3125rem;left:3rem;display:block; }
#nOdn2QC1De7fVAqwqlhhVqmZTAvRy1ul { color:rgba(var(--color-primary-2),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:10.702083587646rem;left:3rem;height:7.6rem;display:block; }
#dax4vB6izihQZSepT4llWkdIi7Kb7U6z { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5625rem;width:25.3125rem;top:2.6875rem;left:31.75rem;overflow:hidden;display:block; }
#iAewHswkVJSQd7TtQoOR61uusesSeDKE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;display:none; }
#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { position:relative;display:block; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { background-color: transparent; background-image: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container > .video-iframe-container { display: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row > .video-iframe-container { display: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .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); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { border-width: 0; border-radius: 0; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .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; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yJusWHVcTEivopwwpvuIo3rIUVO4BvTh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:5.2395839691162rem;left:32.333332061767rem;display:block; }
#V6sQ8O01EMyIdBTqGHXdBkf95RyV92Qk { color:rgba(var(--color-secondary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.625rem;left:32.333332061767rem;height:1.625rem;font-style:normal;display:block; }
#SJMo5l9dzKdTk5PQOIydGLtFaZukuhx3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:9.4375rem;left:32.59375rem;display:block; }
#GozMsdLSTx8E3pnDLvTiBuL9isZSIQ5L { color:rgba(var(--color-primary-2),1);display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:11.3125rem;left:32.177082061767rem;height:7.6rem;display:block; }
#ZSXxvGcUrPnykzTbz9utPQy4rOZrMukq { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:26.5625rem;top:2.625rem;left:2.875rem;overflow:hidden;display:block; }
#O6XLZkUEiTdbolTpKgAZRN6hkggIbPh8 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:8.875rem;top:0rem;left:40.395832061767rem;overflow:hidden;display:block; }
#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu { position:relative;display:block; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu { background-color: transparent; background-image: none; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row .container > .video-iframe-container { display: none; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row > .video-iframe-container { display: none; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .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); }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu { border-width: 0; border-radius: 0; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .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; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TMpaxEF456kAa2sD0Dup7vzs2NmZE1a0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:6.55207824707rem;left:4rem;display:block; }
#sECFbhxqAGTBXUKw2waoxKIirc0v1VTU { color:rgba(var(--color-secondary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.7395820617675rem;left:4rem;height:1.625rem;font-style:normal;display:block; }
#p6g6tF2RhOJVXEeu5HsdAaQZy6ZZJK01 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:10.499992370606rem;left:4rem;display:block; }
#kv4y8VLcWtHtzT0EmLDPBozA2grxdCDS { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.9;letter-spacing:0;top:12.349994659424rem;left:4rem;height:7.6rem;display:block; }
#LD9pf8EtFO9tZbJhcisUwKgdOLNCq6sC { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:24.375rem;top:4.2395839691162rem;left:32.471874237061rem;overflow:hidden;display:block; }
#gxu5lrxpCB8Tz9PCTG33VJcgK3pNo9AJ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:0rem;left:21.273956298828rem;overflow:hidden;display:block; }
#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 { position:relative;display:block; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 { background-color: transparent; background-image: none; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row .container > .video-iframe-container { display: none; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row > .video-iframe-container { display: none; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .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); }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 { border-width: 0; border-radius: 0; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .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; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TRpFn1xcRUok8Pc6MrZ4cSOEnevkMRzz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:5.6145839691162rem;left:31.571876525879rem;display:block; }
#WGMphIzH0LA6SeC1op64M1h4GH5brq62 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.571876525879rem;height:1.625rem;font-style:normal;display:block; }
#IDk9Liuf7gTpVtLez6LMuikmuT98s20n { color:rgba(var(--color-primary-2),1);display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:12.875rem;left:31.415626525879rem;height:5.7rem;display:block; }
#U31gNyiiptfvoKJZspGugEFaH1UhEgdU { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:24.3125rem;top:4.0312538146972rem;left:3.125rem;overflow:hidden;display:block; }
#HDcmDFBMk0wRZcCyDeb26GC63dZTlizX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:10.427082061767rem;left:31.571876525879rem;display:block; }
#Z9JwDJJ18L7oXG8bXovyxTuVpgi8Ewel { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:11.3125rem;top:0rem;left:44.071876525879rem;overflow:hidden;display:block; }
#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L { position:relative;display:block; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L { background-color: transparent; background-image: none; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row .container > .video-iframe-container { display: none; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row > .video-iframe-container { display: none; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .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); }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L { border-width: 0; border-radius: 0; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .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; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o3bFcQK1tiG85fOGN7uMOZ8PkLi2mIW0 { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.9;letter-spacing:0;top:11.575000762939rem;left:3.65625rem;height:7.6rem;display:block; }
#tZ50kLLHihXDxxry0FJlk7OAJQ2JIrl9 { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.614585876465rem;left:4.3218746185303rem;height:1.625rem;font-style:normal;display:block; }
#TIR24sDP1fT0V7LvGhHRW8oc2eAcME2z { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:24.8125rem;top:3.84375rem;left:32.039581298828rem;overflow:hidden;display:block; }
#RlFWMH8SyglQMRB9u9pvNJcaoJ2vtzuv { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:9.5rem;left:4.28125rem;display:block; }
#We83V49KVHhTn7T18tRDVLnyxenENfPE { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),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.0625rem;width:25rem;top:5.5625rem;left:4.3218746185303rem;display:block; }
#zp0g7Tphw1DsQToS916rKiguG0rKAdI1 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.4375rem;top:1.5416679382324rem;left:17.75rem;overflow:hidden;display:block; }
#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 { position:relative;display:block; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 { background-color: transparent; background-image: none; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row .container > .video-iframe-container { display: none; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row > .video-iframe-container { display: none; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .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); }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 { border-width: 0; border-radius: 0; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .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; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k4SOlgMCxMCivam5RQXBBaZTo7gIEtrg { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.25rem;height:4.625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4062585830689rem;left:11.590625762939rem;display:block; }
#NZ2UBR4GqXHcI76R9qlflwa6Zsn86XtD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GV3L3DXgGiwf20k4o3hW8EbIQoihOFbD { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6rem;top:0rem;left:52.413879270399rem;overflow:hidden;display:block; }
#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz { position:relative;display:block; }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz { background-color: transparent; background-image: none; }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .row .container > .video-iframe-container { display: none; }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .row > .video-iframe-container { display: none; }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .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); }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz { border-width: 0; border-radius: 0; }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .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; }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FDwyrzy4BmGic1EvAC1rhMIRILJsiMS8 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:8.8333320617675rem;left:30.8125rem;height:21rem;display:block; }
#TFmSZsoe2QODLHiQFKzruMU4Ga6HdF4O { color:rgba(var(--color-secondary-2),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5729179382324rem;left:29.1875rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#PhIU06CiKdzcTbwOWiUFuMyHQdIJ8cXH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.9375rem;width:27.9375rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#Fy0VOdtGmZE1o5QfPoJ2ePWVm2s1IsOB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.8125rem;top:25.302082061767rem;left:51.498962402344rem;overflow:hidden;display:block; }
#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh { position:relative;display:block; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh { background-color: transparent; background-image: none; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row .container > .video-iframe-container { display: none; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row > .video-iframe-container { display: none; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .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); }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh { border-width: 0; border-radius: 0; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .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; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .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:8.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZaLgJZ8cPUSJKxZF4nS5q7289si55yFE { color:rgba(var(--color-tertiary-0),1);display:block;width:53.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.40625rem;left:4.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4cELMSIFOip66Ol5x0xowmOG6HIDQvE { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:15.0625rem;top:6.375rem;left:22.46875rem;overflow:hidden;display:block; }
#SWR1Ewe490b6IwwISdysRKWS9SieHl2M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 { position:relative;display:block; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 { background-color: transparent; background-image: none; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row .container > .video-iframe-container { display: none; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row > .video-iframe-container { display: none; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .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); }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 { border-width: 0; border-radius: 0; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .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; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uv7W6ugnAMcsa1RtTzSTsasvE3KVFEnK { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15001;line-height:1.9;letter-spacing:0;top:19.90625rem;left:1.5rem;height:5.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jz4LJuSy5qtO2TXmwBXZBKWqX1qT6KH5 { color:rgba(var(--color-secondary-2),1);display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.627082824707rem;left:1.21875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KrgNyvA1xNCvpCJRbtCaOwpUavp5rlS7 { color:rgba(var(--color-primary-2),1);display:block;width:18.1875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:19.90625rem;left:20.90625rem;height:3.91875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SfpnTwG5l92zXH8RfQkUzU2veT4ggoDG { color:rgba(var(--color-primary-2),1);display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:400;z-index:15009;line-height:1.9;letter-spacing:0;top:19.90625rem;left:40.96875rem;height:5.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehMvAi4uwBZGSGTDBZUMzHWJwliOLDQh { color:rgba(var(--color-secondary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:26.627082824707rem;left:23.03125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPdwCIC6ZsfnS3vKHwbI9yhqqkMaTCTh { color:rgba(var(--color-secondary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.627082824707rem;left:42.75rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#To80KMu0GDC93VaaMn0DnUg6un3CpJcn { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:12rem;top:4.7916679382324rem;left:44rem;overflow:hidden;display:block; }
#K15a4i0KaTS3v9fiGNWPizhIqtoZHxGA { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13rem;top:4.6875rem;left:4.125rem;overflow:hidden;display:block; }
#LG4MyleC7W4m8KTW3Oh5VSXxMoMh0O7Q { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:30.527084350586rem;left:1.25rem;display:block; }
#rnL6NnDhhuf5LUoKnK0F8LzxpePhTGfQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ot3cCCinPOPTLuwwSoiM924McFais68U { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:30.527084350586rem;left:21.25rem;display:block; }
#q7QRdqZD9DSSrtJ52T9v1WzsZU6AiBLm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZ65xvWB0uUPT0pmyQVE2eA2iAoBsEPy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:30.527084350586rem;left:41.583332061767rem;display:block; }
#V0cxDO45v0pVuxBl0oyaA2hVixTMRtAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w6JeN14tlGxywLs8LFhGkzXuSnkfwbbk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LT7l7EZCWBbIObyoWdch1pLmOg4wM1Np { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MKb5ct0P4RS5q2sCQqvIvogA4CrHKexH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.2604169845581rem;left:53.052085876465rem; }
#qOWT1TfpkV9RaCBzcVFaGI8yFvfNLC2w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:3.4479169845581rem;left:2.1875rem; }
#lIufJZKfM9UghVOQeyeKbDJxidWObgZO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.916668297791rem;left:32.635415436768rem; }
#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo { position:relative;display:block; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo { background-color: transparent; background-image: none; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row .container > .video-iframe-container { display: none; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row > .video-iframe-container { display: none; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .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); }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo { border-width: 0; border-radius: 0; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .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; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HDPfqTChK6kxy60GnPHlWqOVLyqEcXcS { position:absolute;display:block;z-index:15000;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:3.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#BzTTNf6Q7Fhxsy5y0tTi9NFewXC2NDCM { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-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:3.4375rem;width:60rem;top:0rem;left:0rem;display:block; }
#fckG4NezMaI344XOrfmfI3xBhegm3sWJ { 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:7.9375rem;width:11.875rem;top:3.4375rem;left:0rem;overflow:hidden;display:block; }
#ZFNpxDGoP5Q39NVv0rdkCcuAHhVL97od { color:rgba(var(--color-secondary-2),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.374999046326rem;left:1.90625rem;height:7.06875rem;text-align:center;text-align-last:center;display:block; }
#zLrl8Ib73WnRScc5oBKzsWZAu2Tn8t5M { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:7.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.802084922791rem;left:3.3125rem;display:block; }
#bN40RA2g2DtOdNZXbFBtktmtGyXAe4MN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R0144DMSMBm6fDCanWMcaB53lCT6CO3X { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:39rem;top:0rem;left:21.009484864184rem;overflow:hidden;display:block; }
#TWkGm7sNKMDUaUOG42FpdeZfsWw3Nf8X { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:9.625rem;top:5.3781251907349rem;left:49.125rem;overflow:hidden;display:block; }
#PopxFgRFIie0plsaJBFMAD5flx4goQWI { position:relative;display:block; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI { background-color: transparent; background-image: none; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container > .video-iframe-container { display: none; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row > .video-iframe-container { display: none; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .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); }#PopxFgRFIie0plsaJBFMAD5flx4goQWI { border-width: 0; border-radius: 0; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .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; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfGlcKTrC2tr3EM4t6TpJ0ImJfTTakqe { width:27.4375rem;height:8.6875rem;top:15.0625rem;left:20.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFS8XdcG92PdeeRay0TylAxVp8qMD1vO { width:20.5625rem;height:5.0625rem;top:32.3125rem;left:0.52083206176758rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTt7G14CstFgBbCbRDuV4gBIfGECNTrP { display:block; }
 }@media only screen and (max-width: 763px) { #CZKb2TtI6yPOTdVxEJAXJU5Qb4ToQTde { width:22.6875rem;height:5rem;top:32.375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlT0C9xy4T0Eoe4K7UkZgR4CJP3m8wwT { display:block; }
 }@media only screen and (max-width: 763px) { #wKiDTscTdTGfPeRAgCiVeKUSzN6H1dTe { width:47.75rem;height:11.1875rem;top:40.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5gkukMmNkQhrG9wgyHOUQeEE222kWQD { width:47.75rem;height:2.4375rem;top:41.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgpIdxhUhUexxllmsLduy5IKr9Gr9QxZ { width:47.75rem;height:3.75rem;top:45.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe6crOfocyZN6e9ZukwpFrfb4baxoKx2 { top:6.1875rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE0QJOsU3o7yiLrtN4uaFQEXmqBeZMTp { display:none; }
 }@media only screen and (max-width: 763px) { #BwUFQW6ugMTkRJTn1JbE8TZdf4RNRkso { top:0.8125rem;left:0rem;width:14.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { display:block; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8HfEhtB0gwLddwhM83h72yTtugXPK2f { top:1.5625rem;left:0rem;width:31.9375rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3taRsD8qSXAHVJuhanrT4RtfXUIO7wi { top:6.8125rem;left:7.125rem;width:37.375rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzvKs95hHrgEJv11AH8nakutTAKS91an { top:5.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoO9UKBTEnsVBkkKGKr7dPWDp7ncN0fv { top:9.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKL7ruziXWpcbvo75DblX0dUxXZT2LoA { top:13.8125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVi9OUhwdHgNDk776dkerS2NLNLFOfMS { top:20.5625rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlcJlUmTKdu2oufqoTbTxBDTZHwflqoh { top:16.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xalVvX3oH5TJaKB0frs5c2ezOkAz8Qkl { top:0rem;left:28.75rem;width:19rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM4zT9dtaqgIiHFm2n4xRKD8bw5xrNAo { width:12.3125rem;height:8.1875rem;top:7.375rem;left:19.112499237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrgTkTJJzliEE1uKURctXRyxPTTkNdpL { top:5.5rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVyKn12EinzpJBiavDls0aV9Z1fq9Oku { top:8.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ghp4uLekkztAclaUbTTP0IgSKGLxHCyq { top:16.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #akywKDIzLJEhrXNumEQESpWrOwn5yBt6 { top:20.375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whH2AZpOvkViTVxPUO9zNtsebpp8x9wD { width:22.375rem;height:21rem;top:6rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8H5LDbHSMTaS6k10nfn9Lkr1HAneRTk { display:none; }
 }@media only screen and (max-width: 763px) { #VOBJE6QcseEawv8zJSD8WwxCH9MBHUUi { display:none; }
 }@media only screen and (max-width: 763px) { #IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa { display:block; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXVg3yNgDXAy8S6TpsBNyR9X1CoPZ5x0 { width:25rem;height:0.0625rem;top:6.6875rem;left:22.364582061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOQBQPEc9zXI2cBnmJ5Z0lBh976Lfvrz { width:18.3125rem;height:1.625rem;top:7.8125rem;left:23.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4TZPXqXZr4c7HkwEtugMfM4BDnM2RQQ { width:25rem;height:0.0625rem;top:10.1875rem;left:22.364582061767rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut75TTSkANJrS3rHpfduinn5maSC7oga { width:27.375rem;height:7.5625rem;top:11.8125rem;left:20.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DepQcDiDJIWh0iKghsTxoRWlVUTcehRS { width:25rem;height:0.0625rem;top:17.125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGIPdQPJDib3kDWApPDdhevUn56tbCtN { top:4.9375rem;left:0rem;width:24rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAZkscdoDGnOUiPGq6owkX0ZurJzhamW { top:0rem;left:26.552082061767rem;width:6.4375rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnfOksbfcwyEvMppTfEJsZgIstF594cZ { top:22.0625rem;left:0.9375rem;width:8.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPu05mDTicNeMW0G3NZLNJbV0HyT5Qnz { width:47.6875rem;height:52.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV { display:block; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx74beUBa1ooKuqDrZBv1JwVT2MiRsGB { width:25rem;height:0.0625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpEqSqhr0hOE0tTN0z7Sbv2iFbCBKsg0 { width:19.8125rem;height:1.625rem;top:6.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7UZUcGHftmcy4VUg527LXkdae1AsWWX { width:25rem;height:0.0625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOdn2QC1De7fVAqwqlhhVqmZTAvRy1ul { width:26.625rem;height:7.5625rem;top:10.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dax4vB6izihQZSepT4llWkdIi7Kb7U6z { top:2.6875rem;left:22.4375rem;width:25.3125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAewHswkVJSQd7TtQoOR61uusesSeDKE { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { display:block; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJusWHVcTEivopwwpvuIo3rIUVO4BvTh { width:25rem;height:0.0625rem;top:5.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6sQ8O01EMyIdBTqGHXdBkf95RyV92Qk { width:21.25rem;height:1.625rem;top:6.625rem;left:26.208332061767rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJMo5l9dzKdTk5PQOIydGLtFaZukuhx3 { width:25rem;height:0.0625rem;top:9.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GozMsdLSTx8E3pnDLvTiBuL9isZSIQ5L { width:25.3125rem;height:7.5625rem;top:11.3125rem;left:22.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXxvGcUrPnykzTbz9utPQy4rOZrMukq { top:2.625rem;left:0rem;width:26.5625rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6XLZkUEiTdbolTpKgAZRN6hkggIbPh8 { top:0rem;left:34.270832061767rem;width:8.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu { display:block; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMpaxEF456kAa2sD0Dup7vzs2NmZE1a0 { width:25rem;height:0.0625rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sECFbhxqAGTBXUKw2waoxKIirc0v1VTU { width:19.4375rem;height:1.625rem;top:7.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6g6tF2RhOJVXEeu5HsdAaQZy6ZZJK01 { width:25rem;height:0.0625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv4y8VLcWtHtzT0EmLDPBozA2grxdCDS { width:25rem;height:7.5625rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD9pf8EtFO9tZbJhcisUwKgdOLNCq6sC { top:4.1875rem;left:23.375rem;width:24.375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxu5lrxpCB8Tz9PCTG33VJcgK3pNo9AJ { width:11.25rem;height:7.5rem;top:0rem;left:15.148956298828rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 { display:block; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRpFn1xcRUok8Pc6MrZ4cSOEnevkMRzz { width:25rem;height:0.0625rem;top:5.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGMphIzH0LA6SeC1op64M1h4GH5brq62 { width:12.5rem;height:1.625rem;top:7.3125rem;left:25.446876525879rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDk9Liuf7gTpVtLez6LMuikmuT98s20n { width:25.3125rem;height:5.6875rem;top:12.875rem;left:22.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31gNyiiptfvoKJZspGugEFaH1UhEgdU { top:4rem;left:0rem;width:24.3125rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDcmDFBMk0wRZcCyDeb26GC63dZTlizX { width:25rem;height:0.0625rem;top:10.375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JwDJJ18L7oXG8bXovyxTuVpgi8Ewel { top:0rem;left:36.4375rem;width:11.3125rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ6cip6lKureV6LLPVGWLoPrhbywkk5L { display:block; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3bFcQK1tiG85fOGN7uMOZ8PkLi2mIW0 { width:25rem;height:7.5625rem;top:11.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ50kLLHihXDxxry0FJlk7OAJQ2JIrl9 { width:12.5rem;height:1.625rem;top:6.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIR24sDP1fT0V7LvGhHRW8oc2eAcME2z { top:3.8125rem;left:22.9375rem;width:24.8125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlFWMH8SyglQMRB9u9pvNJcaoJ2vtzuv { width:25rem;height:0.0625rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #We83V49KVHhTn7T18tRDVLnyxenENfPE { width:25rem;height:0.0625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp0g7Tphw1DsQToS916rKiguG0rKAdI1 { top:1.5rem;left:11.625rem;width:9.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 { display:block; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4SOlgMCxMCivam5RQXBBaZTo7gIEtrg { width:38.25rem;height:4.625rem;top:1.375rem;left:5.4656257629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2UBR4GqXHcI76R9qlflwa6Zsn86XtD { display:block; }
 }@media only screen and (max-width: 763px) { #GV3L3DXgGiwf20k4o3hW8EbIQoihOFbD { top:0rem;left:41.75rem;width:6rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz { display:block; }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDwyrzy4BmGic1EvAC1rhMIRILJsiMS8 { width:22.1875rem;height:21rem;top:8.8125rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmSZsoe2QODLHiQFKzruMU4Ga6HdF4O { top:1.5625rem;left:20.5625rem;width:27.1875rem;height:7.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhIU06CiKdzcTbwOWiUFuMyHQdIJ8cXH { top:2.5rem;left:0rem;width:27.9375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy0VOdtGmZE1o5QfPoJ2ePWVm2s1IsOB { width:7.8125rem;height:5.1875rem;top:25.25rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh { display:block; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaLgJZ8cPUSJKxZF4nS5q7289si55yFE { width:47.75rem;height:3.25rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4cELMSIFOip66Ol5x0xowmOG6HIDQvE { top:6.375rem;left:16.34375rem;width:15.0625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWR1Ewe490b6IwwISdysRKWS9SieHl2M { display:none; }
 }@media only screen and (max-width: 763px) { #RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 { display:block; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv7W6ugnAMcsa1RtTzSTsasvE3KVFEnK { width:17rem;height:5.1875rem;top:19.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz4LJuSy5qtO2TXmwBXZBKWqX1qT6KH5 { width:17.5625rem;height:2.5625rem;top:26.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgNyvA1xNCvpCJRbtCaOwpUavp5rlS7 { width:18.1875rem;height:3.875rem;top:19.875rem;left:13.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfpnTwG5l92zXH8RfQkUzU2veT4ggoDG { width:18.0625rem;height:5.1875rem;top:19.875rem;left:29.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehMvAi4uwBZGSGTDBZUMzHWJwliOLDQh { width:13.9375rem;height:2.5625rem;top:26.625rem;left:16.84375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPdwCIC6ZsfnS3vKHwbI9yhqqkMaTCTh { width:14.5rem;height:3.875rem;top:26.625rem;left:32.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #To80KMu0GDC93VaaMn0DnUg6un3CpJcn { top:4.75rem;left:33.6875rem;width:12rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15a4i0KaTS3v9fiGNWPizhIqtoZHxGA { top:4.6875rem;left:2.0625rem;width:13rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG4MyleC7W4m8KTW3Oh5VSXxMoMh0O7Q { width:17.5rem;height:3.4375rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnL6NnDhhuf5LUoKnK0F8LzxpePhTGfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ot3cCCinPOPTLuwwSoiM924McFais68U { width:17.5rem;height:3.4375rem;top:30.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QRdqZD9DSSrtJ52T9v1WzsZU6AiBLm { display:block; }
 }@media only screen and (max-width: 763px) { #RZ65xvWB0uUPT0pmyQVE2eA2iAoBsEPy { width:17.5rem;height:3.4375rem;top:30.5rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0cxDO45v0pVuxBl0oyaA2hVixTMRtAr { display:block; }
 }@media only screen and (max-width: 763px) { #w6JeN14tlGxywLs8LFhGkzXuSnkfwbbk { display:none; }
 }@media only screen and (max-width: 763px) { #LT7l7EZCWBbIObyoWdch1pLmOg4wM1Np { display:none; }
 }@media only screen and (max-width: 763px) { #MKb5ct0P4RS5q2sCQqvIvogA4CrHKexH { top:2.25rem;left:42.739585876465rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOWT1TfpkV9RaCBzcVFaGI8yFvfNLC2w { top:3.4375rem;left:0.125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIufJZKfM9UghVOQeyeKbDJxidWObgZO { top:12.875rem;left:24.375rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBhppslfeUTIi1kpc8DPkvTdhucqVJxo { display:block; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDPfqTChK6kxy60GnPHlWqOVLyqEcXcS { width:47.75rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTTNf6Q7Fhxsy5y0tTi9NFewXC2NDCM { width:47.75rem;height:3.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fckG4NezMaI344XOrfmfI3xBhegm3sWJ { width:11.875rem;height:7.9375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFNpxDGoP5Q39NVv0rdkCcuAHhVL97od { top:11.3125rem;left:0rem;width:21.25rem;height:7.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLrl8Ib73WnRScc5oBKzsWZAu2Tn8t5M { width:21.4375rem;height:7.1875rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN40RA2g2DtOdNZXbFBtktmtGyXAe4MN { display:block; }
 }@media only screen and (max-width: 763px) { #R0144DMSMBm6fDCanWMcaB53lCT6CO3X { top:0rem;left:8.625rem;width:39rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWkGm7sNKMDUaUOG42FpdeZfsWw3Nf8X { top:5.375rem;left:38.125rem;width:9.625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PopxFgRFIie0plsaJBFMAD5flx4goQWI { display:block; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row > .video-iframe-container { display: none; }#P8RaCsMntKiAu34M3MOMF5OzUJogSEnP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { background-color: transparent; background-image: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row > .video-iframe-container { display: none; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .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); }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV { border-width: 0; border-radius: 0; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container { width:20rem;height:51.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/367be1e9-d7e5-4700-a4e6-fff1c05a8a53/succulentgrilledkebabsservedslatewithfreshherbsspices.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;position:relative;display:block; }#DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container.adaptive-delivery-prevent-bg, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container.lazyload, #DHxyApwAE6v49eVUsrZ8bHv63BWUndZV > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #LfGlcKTrC2tr3EM4t6TpJ0ImJfTTakqe { width:15.625rem;height:4.2rem;top:10.552083015442rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-primary-2),1);z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #hFS8XdcG92PdeeRay0TylAxVp8qMD1vO { width:13.3125rem;height:2.3125rem;top:37.33749961853rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTt7G14CstFgBbCbRDuV4gBIfGECNTrP { display:block; }
 }@media only screen and (max-width: 763px) { #CZKb2TtI6yPOTdVxEJAXJU5Qb4ToQTde { width:13.0625rem;height:3rem;top:41.875rem;left:3.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlT0C9xy4T0Eoe4K7UkZgR4CJP3m8wwT { display:block; }
 }@media only screen and (max-width: 763px) { #wKiDTscTdTGfPeRAgCiVeKUSzN6H1dTe { width:17.0625rem;height:14.375rem;top:21.764583587646rem;left:1.46875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #q5gkukMmNkQhrG9wgyHOUQeEE222kWQD { width:20rem;height:4.225rem;top:3.3229169845581rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #rgpIdxhUhUexxllmsLduy5IKr9Gr9QxZ { width:12.8125rem;height:10.80625rem;top:23.548957824707rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe6crOfocyZN6e9ZukwpFrfb4baxoKx2 { width:20rem;height:1.8375rem;top:17.652084350586rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #CE0QJOsU3o7yiLrtN4uaFQEXmqBeZMTp { top:9.6208333969119rem;left:0.96875rem;width:18.0625rem;height:6.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #BwUFQW6ugMTkRJTn1JbE8TZdf4RNRkso { width:11.375rem;height:2.1875rem;top:47rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { display:block; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { background-color: transparent; background-image: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container > .video-iframe-container { display: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row > .video-iframe-container { display: none; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .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); }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX { border-width: 0; border-radius: 0; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCXcNouvdB1TyDJNnzoU9LTvGHeg2ZkX > .row .container { width:20rem;height:30.125rem;background-color:rgba(var(--color-secondary-2),1);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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E8HfEhtB0gwLddwhM83h72yTtugXPK2f { width:18.5625rem;height:4.3875rem;top:2.0625rem;left:0.71875rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #P3taRsD8qSXAHVJuhanrT4RtfXUIO7wi { width:19.3125rem;height:1.3rem;top:11.95rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzvKs95hHrgEJv11AH8nakutTAKS91an { display:flex;width:1.75rem;height:1.75rem;top:10.252083778381rem;left:9.125rem; }
 }@media only screen and (max-width: 763px) { #MoO9UKBTEnsVBkkKGKr7dPWDp7ncN0fv { display:flex;width:1.625rem;height:1.625rem;top:14.249999046326rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #OKL7ruziXWpcbvo75DblX0dUxXZT2LoA { display:flex;width:1.8125rem;height:1.8125rem;top:17.856249809265rem;left:9.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVi9OUhwdHgNDk776dkerS2NLNLFOfMS { display:flex;width:2.125rem;height:2.125rem;top:26.427084922791rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #GlcJlUmTKdu2oufqoTbTxBDTZHwflqoh { display:flex;width:2.25rem;height:2.25rem;top:21.687499046326rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #xalVvX3oH5TJaKB0frs5c2ezOkAz8Qkl { width:20rem;height:26rem;top:33.677083015442rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NM4zT9dtaqgIiHFm2n4xRKD8bw5xrNAo { width:12.3125rem;height:8.1875rem;top:7.375rem;left:3.8125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #rrgTkTJJzliEE1uKURctXRyxPTTkNdpL { display:flex;width:2.4375rem;height:2.4375rem;top:5.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVyKn12EinzpJBiavDls0aV9Z1fq9Oku { display:flex;width:2.25rem;height:2.25rem;top:8.75rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ghp4uLekkztAclaUbTTP0IgSKGLxHCyq { display:flex;width:2.5rem;height:2.5rem;top:16.5rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #akywKDIzLJEhrXNumEQESpWrOwn5yBt6 { display:flex;width:2.5rem;height:2.5rem;top:20.375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #whH2AZpOvkViTVxPUO9zNtsebpp8x9wD { width:17.3125rem;height:21rem;top:8.2625007629394rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #g8H5LDbHSMTaS6k10nfn9Lkr1HAneRTk { display:flex;top:17.700000762939rem;left:8.9375rem;width:2.125rem;height:2.125rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #VOBJE6QcseEawv8zJSD8WwxCH9MBHUUi { top:29.812499046326rem;left:0rem;width:20rem;height:0.125rem;z-index:15017;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa { display:block; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa { background-color: transparent; background-image: none; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row .container > .video-iframe-container { display: none; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row > .video-iframe-container { display: none; }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .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); }#IoZ5CF7inwDHQK2VtW2L7z9E0CgoGTIa > .row .container { width:20rem;height:37.1875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXVg3yNgDXAy8S6TpsBNyR9X1CoPZ5x0 { width:20rem;height:0.0625rem;top:15.7291875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOQBQPEc9zXI2cBnmJ5Z0lBh976Lfvrz { width:14.5rem;height:4.0625rem;top:1.5270833969116rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #B4TZPXqXZr4c7HkwEtugMfM4BDnM2RQQ { width:20rem;height:0.0625rem;top:29.0791875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ut75TTSkANJrS3rHpfduinn5maSC7oga { width:14.875rem;height:12.46875rem;top:23.610416412354rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DepQcDiDJIWh0iKghsTxoRWlVUTcehRS { width:20rem;height:0.0625rem;top:41.1416875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGIPdQPJDib3kDWApPDdhevUn56tbCtN { width:20rem;height:13.2291875rem;top:7.7708330154419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAZkscdoDGnOUiPGq6owkX0ZurJzhamW { width:2.125rem;height:2.375rem;top:12.245831489563rem;left:16.25rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #KnfOksbfcwyEvMppTfEJsZgIstF594cZ { width:4.1875rem;height:2.75rem;top:44.141656875611rem;left:15.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XPu05mDTicNeMW0G3NZLNJbV0HyT5Qnz { top:1.6833353042602rem;left:14.395833015442rem;width:5.3125rem;height:5.875rem;z-index:15016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV { display:block; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV { background-color: transparent; background-image: none; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row .container > .video-iframe-container { display: none; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row > .video-iframe-container { display: none; }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .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); }#NCvGnRZ2yeSVlTPPULXWpXXZGdxB0KNV > .row .container { width:20rem;height:36.9375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tx74beUBa1ooKuqDrZBv1JwVT2MiRsGB { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DpEqSqhr0hOE0tTN0z7Sbv2iFbCBKsg0 { width:12.5rem;height:4.0625rem;top:1.8875017166137rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #y7UZUcGHftmcy4VUg527LXkdae1AsWWX { width:20rem;height:0.0625rem;top:6.5166717529294rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOdn2QC1De7fVAqwqlhhVqmZTAvRy1ul { width:18rem;height:10.6875rem;top:24.204166412354rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dax4vB6izihQZSepT4llWkdIi7Kb7U6z { width:20rem;height:13.875rem;top:7.9375038146975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAewHswkVJSQd7TtQoOR61uusesSeDKE { top:2.2624988555908rem;left:14.3125rem;width:4.25rem;height:2.8125rem;z-index:15014;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { display:block; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD { background-color: transparent; background-image: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container > .video-iframe-container { display: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row > .video-iframe-container { display: none; }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .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); }#MkOm4ZqgMwZNrkgLbGswTqazlH28JuxD > .row .container { width:20rem;height:33.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJusWHVcTEivopwwpvuIo3rIUVO4BvTh { width:20rem;height:0.0625rem;top:15.8176875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6sQ8O01EMyIdBTqGHXdBkf95RyV92Qk { width:14rem;height:4.0625rem;top:0.88020896911619rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #SJMo5l9dzKdTk5PQOIydGLtFaZukuhx3 { width:20rem;height:0.0625rem;top:28.178101623535rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GozMsdLSTx8E3pnDLvTiBuL9isZSIQ5L { width:19.625rem;height:8.90625rem;top:22.009375572204rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSXxvGcUrPnykzTbz9utPQy4rOZrMukq { width:20rem;height:13.3176875rem;top:6.4645833969119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6XLZkUEiTdbolTpKgAZRN6hkggIbPh8 { width:8.875rem;height:5.875rem;top:21.105208396912rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu { display:block; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu { background-color: transparent; background-image: none; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row .container > .video-iframe-container { display: none; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row > .video-iframe-container { display: none; }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .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); }#gTzskFUFEqbeAnJvlWSKFupLK4nZn0hu > .row .container { width:20rem;height:33.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMpaxEF456kAa2sD0Dup7vzs2NmZE1a0 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sECFbhxqAGTBXUKw2waoxKIirc0v1VTU { width:12.5rem;height:4.0625rem;top:1.3750038146973rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #p6g6tF2RhOJVXEeu5HsdAaQZy6ZZJK01 { width:20rem;height:0.0625rem;top:4.9875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kv4y8VLcWtHtzT0EmLDPBozA2grxdCDS { width:19.125rem;height:8.90625rem;top:22.85000038147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD9pf8EtFO9tZbJhcisUwKgdOLNCq6sC { width:20rem;height:13.2823125rem;top:7.3250017166137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxu5lrxpCB8Tz9PCTG33VJcgK3pNo9AJ { width:11.25rem;height:7.5rem;top:0rem;left:4.375rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 { display:block; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 { background-color: transparent; background-image: none; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row .container > .video-iframe-container { display: none; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row > .video-iframe-container { display: none; }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .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); }#GeaRksVwee7c8MB6cFXGNbmw6R7qL0T6 > .row .container { width:20rem;height:31.1875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRpFn1xcRUok8Pc6MrZ4cSOEnevkMRzz { width:20rem;height:0.0625rem;top:15.7645625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGMphIzH0LA6SeC1op64M1h4GH5brq62 { width:12.5rem;height:4.0625rem;top:0.89583969116213rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #IDk9Liuf7gTpVtLez6LMuikmuT98s20n { width:17.25rem;height:8.90625rem;top:20.889582633972rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U31gNyiiptfvoKJZspGugEFaH1UhEgdU { width:20rem;height:13.2645625rem;top:6.2395820617676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDcmDFBMk0wRZcCyDeb26GC63dZTlizX { width:20rem;height:0.0625rem;top:28.2645625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9JwDJJ18L7oXG8bXovyxTuVpgi8Ewel { width:11.3125rem;height:9.9375rem;top:17.0770625rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQ6cip6lKureV6LLPVGWLoPrhbywkk5L { display:block; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L { background-color: transparent; background-image: none; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row .container > .video-iframe-container { display: none; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row > .video-iframe-container { display: none; }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .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); }#pQ6cip6lKureV6LLPVGWLoPrhbywkk5L > .row .container { width:20rem;height:34.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3bFcQK1tiG85fOGN7uMOZ8PkLi2mIW0 { width:17.4375rem;height:8.90625rem;top:23.1875rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ50kLLHihXDxxry0FJlk7OAJQ2JIrl9 { width:12.5rem;height:4.0625rem;top:1.3020792007446rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TIR24sDP1fT0V7LvGhHRW8oc2eAcME2z { width:20rem;height:14.2573125rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlFWMH8SyglQMRB9u9pvNJcaoJ2vtzuv { width:20rem;height:0.0625rem;top:10.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #We83V49KVHhTn7T18tRDVLnyxenENfPE { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zp0g7Tphw1DsQToS916rKiguG0rKAdI1 { width:9.4375rem;height:6.25rem;top:2.5625rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 { display:block; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 { background-color: transparent; background-image: none; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row .container > .video-iframe-container { display: none; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row > .video-iframe-container { display: none; }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .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); }#PqGWUxx2rTcAypvte3gnQHeNbKKJGZ11 > .row .container { width:20rem;height:6.125rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4SOlgMCxMCivam5RQXBBaZTo7gIEtrg { width:19.9375rem;height:4.75rem;top:0.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ2UBR4GqXHcI76R9qlflwa6Zsn86XtD { display:block; }
 }@media only screen and (max-width: 763px) { #GV3L3DXgGiwf20k4o3hW8EbIQoihOFbD { width:3.8125rem;height:4.1875rem;top:5.8125rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz { display:block; }#aSqdfmieap0kbSJbmoMw7ZRHrbmqR8Jz > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDwyrzy4BmGic1EvAC1rhMIRILJsiMS8 { width:16rem;height:16rem;top:29.499999046326rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmSZsoe2QODLHiQFKzruMU4Ga6HdF4O { width:20rem;height:5.60625rem;top:22.75rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhIU06CiKdzcTbwOWiUFuMyHQdIJ8cXH { width:20rem;height:20rem;top:1.8119812011719E-5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy0VOdtGmZE1o5QfPoJ2ePWVm2s1IsOB { width:7.8125rem;height:5.1875rem;top:25.25rem;left:6.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh { display:block; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh { background-color: transparent; background-image: none; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row .container > .video-iframe-container { display: none; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row > .video-iframe-container { display: none; }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .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); }#OuuefZMRlA9Wp0Lxkq2TniHXbvcZrrAh > .row .container { width:20rem;height:29.6875rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaLgJZ8cPUSJKxZF4nS5q7289si55yFE { width:20rem;height:5.2rem;top:1.812518119812rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:rgba(var(--color-tertiary-0),1);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; }
 }@media only screen and (max-width: 763px) { #T4cELMSIFOip66Ol5x0xowmOG6HIDQvE { width:16.125rem;height:20.625rem;top:9.0625rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWR1Ewe490b6IwwISdysRKWS9SieHl2M { display:flex;top:23.416666984558rem;left:13.270833015442rem;width:5.375rem;height:5.375rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 { display:block; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 { background-color: transparent; background-image: none; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row .container > .video-iframe-container { display: none; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row > .video-iframe-container { display: none; }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .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); }#RysIczwkz2vFJnd4fSIDcFgFHVDCiuP2 > .row .container { width:20rem;height:103.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uv7W6ugnAMcsa1RtTzSTsasvE3KVFEnK { width:17.125rem;height:10.6875rem;top:7rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jz4LJuSy5qtO2TXmwBXZBKWqX1qT6KH5 { width:18.8125rem;height:3.4125rem;top:41.077083587646rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #KrgNyvA1xNCvpCJRbtCaOwpUavp5rlS7 { width:15.125rem;height:10.6875rem;top:46.508333206177rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfpnTwG5l92zXH8RfQkUzU2veT4ggoDG { width:16.4375rem;height:10.6875rem;top:84.506256103512rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehMvAi4uwBZGSGTDBZUMzHWJwliOLDQh { width:17.875rem;height:3.4125rem;top:2rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #QPdwCIC6ZsfnS3vKHwbI9yhqqkMaTCTh { width:14.5rem;height:5.11875rem;top:79.439583778381rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #To80KMu0GDC93VaaMn0DnUg6un3CpJcn { width:10.375rem;height:11.4375rem;top:66.122915267944rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K15a4i0KaTS3v9fiGNWPizhIqtoZHxGA { width:13rem;height:13.25rem;top:25.806261062622rem;left:4.6145830154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG4MyleC7W4m8KTW3Oh5VSXxMoMh0O7Q { width:17.5rem;height:3.4375rem;top:59.141688346863rem;left:1.25rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #rnL6NnDhhuf5LUoKnK0F8LzxpePhTGfQ { display:block; }
 }@media only screen and (max-width: 763px) { #ot3cCCinPOPTLuwwSoiM924McFais68U { width:17.5rem;height:3.4375rem;top:18.862500190735rem;left:1.25rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #q7QRdqZD9DSSrtJ52T9v1WzsZU6AiBLm { display:block; }
 }@media only screen and (max-width: 763px) { #RZ65xvWB0uUPT0pmyQVE2eA2iAoBsEPy { width:17.5rem;height:3.4375rem;top:97.26667022705rem;left:1.25rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #V0cxDO45v0pVuxBl0oyaA2hVixTMRtAr { display:block; }
 }@media only screen and (max-width: 763px) { #w6JeN14tlGxywLs8LFhGkzXuSnkfwbbk { display:flex;top:24.8125rem;left:2.4375rem;width:4.75rem;height:4.75rem;z-index:15027; }
 }@media only screen and (max-width: 763px) { #LT7l7EZCWBbIObyoWdch1pLmOg4wM1Np { display:flex;top:64.124999046325rem;left:12.302083015442rem;width:5.3125rem;height:5.3125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #MKb5ct0P4RS5q2sCQqvIvogA4CrHKexH { display:flex;width:4.875rem;height:4.875rem;top:115.32917022705rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOWT1TfpkV9RaCBzcVFaGI8yFvfNLC2w { display:flex;width:4.8125rem;height:4.8125rem;top:101.95417022705rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIufJZKfM9UghVOQeyeKbDJxidWObgZO { display:flex;width:6.0625rem;height:6.0625rem;top:108.01667022705rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBhppslfeUTIi1kpc8DPkvTdhucqVJxo { display:block; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo { background-color: transparent; background-image: none; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row .container > .video-iframe-container { display: none; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row > .video-iframe-container { display: none; }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .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); }#FBhppslfeUTIi1kpc8DPkvTdhucqVJxo > .row .container { width:20rem;height:42rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDPfqTChK6kxy60GnPHlWqOVLyqEcXcS { width:20rem;height:3.4375rem;top:5.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzTTNf6Q7Fhxsy5y0tTi9NFewXC2NDCM { width:20rem;height:3.4375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fckG4NezMaI344XOrfmfI3xBhegm3sWJ { width:11.875rem;height:7.9375rem;top:3.4375rem;left:4.0625rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ZFNpxDGoP5Q39NVv0rdkCcuAHhVL97od { width:17.6875rem;height:8.45rem;top:3.2249994277954rem;left:1.15625rem;font-size:1.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #zLrl8Ib73WnRScc5oBKzsWZAu2Tn8t5M { width:20rem;height:7.8125rem;top:12.489583015442rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN40RA2g2DtOdNZXbFBtktmtGyXAe4MN { display:block; }
 }@media only screen and (max-width: 763px) { #R0144DMSMBm6fDCanWMcaB53lCT6CO3X { width:20rem;height:15.375rem;top:22.244751886069rem;left:-0.22993702696218rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWkGm7sNKMDUaUOG42FpdeZfsWw3Nf8X { width:9.625rem;height:1.9375rem;top:38.994790077209rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PopxFgRFIie0plsaJBFMAD5flx4goQWI { display:block; }#PopxFgRFIie0plsaJBFMAD5flx4goQWI > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }