.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Mulish";--paragraphs-font-family:"Mulish"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c939d379-dba8-4a88-9a6f-d578bd035bbe/Comet_Outdoor_Table_Arrangement_2_3000px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb.adaptive-delivery-prevent-bg, #AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb.lazyload, #AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb.lazyloading { background-image: none; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container { background-color: transparent; background-image: none; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.3); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container > .video-iframe-container { display: none; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.3); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row > .video-iframe-container { display: none; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .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); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container { border-width: 0; border-radius: 0; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#oLftZvW2inDuVRmfFbwzmNtWq7yMuenv { color:rgba(var(--color-secondary-0),1);display:block;width:39.1855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:8.46875rem;left:0rem;height:12.1875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#md6pQhheGGh1g1BKUluvh8Wgszrr77Er { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9b382;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row .container { background-color: transparent; background-image: none; }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row .container > .video-iframe-container { display: none; }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row > .video-iframe-container { display: none; }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .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); }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row .container { border-width: 0; border-radius: 0; }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#GnDhuz5sBGUAzXK7R9sgIflSZKEivkuh { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.80615234375rem;left:0rem;height:6.82425rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row .container { background-color: transparent; background-image: none; }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row .container > .video-iframe-container { display: none; }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row > .video-iframe-container { display: none; }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .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); }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row .container { border-width: 0; border-radius: 0; }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#CvwKcT2K3HP7ZrydPdhKbbuuEWXuZ1cq { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:18.125rem;left:5.625rem;display:block; }
#BneQDpZibLCG6zkiTMGog4zRC1NpeoJs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Psp4PiNP9sSNFKPew96K8GJr6ShlzetT { position:absolute;display:block;z-index:15001;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:11.8115rem;width:18.5615rem;top:3.701171875rem;left:3.2177734375rem;overflow:hidden;display:block; }
#UAXE6hf0TlKCQVdz8eRb70SG3h4ESe5N { position:absolute;display:block;z-index:15002;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:10.499rem;width:20.625rem;top:4.4382810592651rem;left:27.1875rem;overflow:hidden;display:block; }
#EnvMdOq1wgSE8FFMzBmvNr2InRf0qXDd { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:5.625rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wn3Wg8PtDwqPQePuiH7boev7NLgXOFBx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:55.625rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VKJpzb7llF7UL9oTQcszIBouusWyfsHe { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.375rem;left:30.625rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rHDxfMJJvmcQVopKunJkQkEbxDhzCoIv { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7222225rem;height:2.65885375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:18.125rem;left:30.625rem;display:block; }
#SBvSC1Bwc22xkw38bEVrz6vXNSbCBn34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MP64oaTt4XxHGiPZHAViQczcStU9ZLuT { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:18.125rem;left:55.625rem;display:block; }
#e2qUEFSwxyzZ3OVWstVPr1n1bkhbpzeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SAixLPk4WMGGaypPZalLp7o5J08TIotd { 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:10.375rem;width:13.6875rem;top:4.60546875rem;left:55.65625rem;overflow:hidden;display:block; }
#M3kooFhaPvCX1nxhMFEJsWkA6hwHJyxn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.25rem;left:5.625rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JV2TECIhf9vFMsAD8a2s8Cxfkg2TGzAm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.3125rem;left:30.625rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uc8hT6EOVUFwsOMag6VMzfhiSSdiQvhO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.25rem;left:55.625rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row .container { background-color: transparent; background-image: none; }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row .container > .video-iframe-container { display: none; }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row > .video-iframe-container { display: none; }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .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); }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row .container { border-width: 0; border-radius: 0; }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;position:relative;display:block; }#OapODSKmbV8u6saUJgIZrxmo6sLWGF1T { position:absolute;display:block;z-index:15001;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:10.874rem;width:16.4365rem;top:2.86328125rem;left:4.28125rem;overflow:hidden;display:block; }
#d1Mu1WE4U3RRZUFA4SE40XRbNzZ4bKcP { position:absolute;display:block;z-index:15002;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:10.875rem;width:14.625rem;top:3.548828125rem;left:30.1875rem;overflow:hidden;display:block; }
#wDhkZlZ7qSKTSVRu6Xh14lM5aJluHh3F { 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:11.125rem;width:15.1875rem;top:3.423828125rem;left:54.90625rem;overflow:hidden;display:block; }
#SICVOmoEiMzbZiZ4upPheWlLH6RQXxiK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:5.625rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boNVCREucJ5NDKSTaf6c0tcRIVma5ZaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:55.625rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgSrRv6EtcTXetHi6QmMR6wMJyRsLIUS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.375rem;left:30.625rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K8xmbfXsig0PCOcmVdvMenyhDXqn7eTH { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.125rem;left:5.625rem;display:block; }
#MDDfRJDTPB9PVEE9I57BWKvxOR4FPWuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#smBMsT5ir05PDSU0lSucrPkDTvApOtrc { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.125rem;left:30.625rem;display:block; }
#kMQeMbG6N5hGPecW8gD6emaxI3IuhOqV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6x6rsEMGBldMSmkmTtkmQcJUeu2ufHW { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:18.125rem;left:55.625rem;display:block; }
#EKzDypuwNDeeROG9J9T6CZfKhp9Fbl2L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfRlcaMFVFsfqolpbCwl2BUgP9RnGDdC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.25rem;left:30.625rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bvBQ1KPvBQMF5zuG5cOIoE23PP1t41h2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.25rem;left:55.625rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eKgCqxG6EmRB9phTLMLlA8cqHpWNJv2q { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:16.25rem;left:5.625rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row .container { background-color: transparent; background-image: none; }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row .container > .video-iframe-container { display: none; }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row > .video-iframe-container { display: none; }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .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); }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row .container { border-width: 0; border-radius: 0; }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#q2T6MyEfbaLiohsw8ncwuKC1zo38e16M { position:absolute;display:block;z-index:15002;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:11.4373125rem;width:17.5rem;top:1.7666893005371rem;left:0.625rem;overflow:hidden;display:block; }
#iUBByd7fHdKpuu6lJkgv8FX0rfUVWX3d { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.875rem;left:2.5rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FJwfM5w8JbA7VxPfV6sgTHJid2VlW9uQ { position:absolute;display:block;z-index:15004;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:8.374rem;width:14.8115rem;top:3.5498943328858rem;left:39.467329025269rem;overflow:hidden;display:block; }
#Ap70lZa3pOmzTcwUBpr0ORWdCCyJb5Ju { position:absolute;display:block;z-index:15005;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:10rem;width:18.375rem;top:2.6113233566284rem;left:56.437498092651rem;overflow:hidden;display:block; }
#rDT0lnfq9IQxoHeWJaArxMxo9zBnTFep { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.875rem;left:21.248224258423rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J7RkBfWcwNRwW8nCZMClLMGA2AnLvPTf { color:rgba(var(--color-tertiary-4),1);display:block;width:10.499125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.875rem;left:58.75rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbqoAQ3SbsqocJ4V8D5yTubsnXHTqqWN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.875rem;left:40rem;height:2.11263125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xsfyf8WmX56VGucig6hv6wKbU2mERbcw { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.625rem;left:21.25rem;display:block; }
#accQJTGs2fPoTNpe1rwHNKym9iLPQVgk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uK5VGFX3m0O4X1APsClVBFIRw89yC3BL { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:15.625rem;left:40rem;display:block; }
#n6Mv7gcoLlRpBwNGwm2sdZBdbhoZBNTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUdIvQ5w5L2VvEt98I2TCV15AxvOxexr { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:15.625rem;left:58.75rem;display:block; }
#VVT6ZPEq693HGEkwabsHfsirKVzAX153 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#diJfM3OwnxIl6hEislotWDDuXrFh33Ul { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:15.625rem;left:2.5rem;display:block; }
#BLC1bcJoZ7KfgQW40kFMEwbXikxnGS5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UFQP2fmZ9iZy1O5yopXU2XTHvD1fLka7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:13.75rem;left:2.5rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mRpPPt82XWIF3Dpqp1lDON5XxaE5XP3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:13.75rem;left:21.248224258423rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ogQte3Lg4mdANhW0imnGDmK6JKec7tln { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:39.999998092651rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LrBFKT0ohXGr91qoQXpXCpRMEwgTr3tS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8118125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:13.75rem;left:58.749998092651rem;height:1.2999125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ph4OTOykkvIr6WmvprcHL02Bgz3Q0kcW { 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:11.6875rem;width:18.375rem;top:1.4554328918457rem;left:18.936433792114rem;overflow:hidden;display:block; }
#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9b382;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row .container { background-color: transparent; background-image: none; }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row .container > .video-iframe-container { display: none; }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row > .video-iframe-container { display: none; }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .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); }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row .container { border-width: 0; border-radius: 0; }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#J9t8gxXbnaoTGDuX4FJtSxFILu12T1mR { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2931861877441rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row .container { background-color: transparent; background-image: none; }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row .container > .video-iframe-container { display: none; }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row > .video-iframe-container { display: none; }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .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); }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row .container { border-width: 0; border-radius: 0; }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#xZlObnNW8k2UJsztzdGHoCBuNczKKyw9 { position:absolute;display:block;z-index:15000;height:37.5rem;width:72.5rem;top:1.8750001192093rem;left:1.25rem;display:block; }
#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row .container { background-color: transparent; background-image: none; }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row .container > .video-iframe-container { display: none; }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row > .video-iframe-container { display: none; }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .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); }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row .container { border-width: 0; border-radius: 0; }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#nfuLvzAMg2yhnfDipaxiWZ64eJF970xF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.5625rem;width:35rem;top:1.2489128112793rem;left:1.25rem;display:block; }
#QE0TlKxHLw3tleKu5TohUpbF3OfRvrKi { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.5625rem;width:35rem;top:1.2489128112793rem;left:38.750001907349rem;display:block; }
#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row .container { background-color: transparent; background-image: none; }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row .container > .video-iframe-container { display: none; }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row > .video-iframe-container { display: none; }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .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); }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row .container { border-width: 0; border-radius: 0; }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#yvPz7szH4VMvVom4TQzoLoZZAJpZACC2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.5625rem;width:35rem;top:1.2489128112793rem;left:1.25rem;display:block; }
#TFQG6hBee3ud4lfEESecq2MGIlTTygSq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.5625rem;width:35rem;top:1.2489128112793rem;left:38.750001907349rem;display:block; }
#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9b382;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row .container { background-color: transparent; background-image: none; }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row .container > .video-iframe-container { display: none; }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row > .video-iframe-container { display: none; }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .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); }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row .container { border-width: 0; border-radius: 0; }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#qrrmSkmwf34zUwRgu2gFt8Fc8T5eeE51 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2931842803955rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row .container { background-color: transparent; background-image: none; }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row .container > .video-iframe-container { display: none; }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row > .video-iframe-container { display: none; }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .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); }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row .container { border-width: 0; border-radius: 0; }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#HaQZrZfScciS6rrkuBZBz9GOCzDxTvMe { position:absolute;display:block;z-index:15001;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.9370625rem;width:37.5rem;top:2.8743491172791rem;left:0rem;overflow:hidden;display:block; }
#BterqhM5Ufnb0R9aHzaVZmbfOdCoxE9n { position:absolute;display:block;z-index:15002;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:11.25rem;width:11.25rem;top:14.375rem;left:42.5rem;overflow:hidden;display:block; }
#PJHrHFacfPp5gtAtU4TeGzOqWrf7DmF0 { 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:11.25rem;width:11.25rem;top:14.375rem;left:58.75rem;overflow:hidden;display:block; }
#AXWSBP16bzBokqzscHAwEFTVfETlCZ2w { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:42.5rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#gHw6PWIMT1hvB35lqn4nuIVZofVXchXg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:58.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#rDdQIgOzgcWFkF8tRBLiSv3TlDf31GtT { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.125rem;left:2.5rem;display:none; }
#fS5SahA03nCXP7MXcdM2prfBillWhvLV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTx6Pe3Zp6FLJwTahPBPehOPNRlzcZvQ { background-color:transparent;background-image:none;border-top:0.1875rem solid #d9b382;border-left:0.1875rem solid #d9b382;border-right:0.1875rem solid #d9b382;border-bottom:0.1875rem solid #d9b382;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:#d9b382;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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.6875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.125rem;left:2.5rem;display:none; }
#fb6D431QfvuyL1XiCrxF7O1zxcewcvGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WhcZptgPwM9t12MxxT7tLGWaNBNutn8Q { position:absolute;display:block;z-index:15004;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.0625rem;width:11.25rem;top:7.375rem;left:42.5rem;overflow:hidden;display:block; }
#HfNy5NlyPKE7E9qZiqbH6a3tw9l1Ttwk { 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:7.375rem;width:11.25rem;top:7.0625rem;left:58.75rem;overflow:hidden;display:block; }
#FGPVzB4hUgCNsicZ1wIR50gqs2yPge7R { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.625rem;left:42.5rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OvRH7JdcfLc6vHAu79tyEFDOepF1V02p { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.625rem;left:58.75rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d9b382;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row .container { background-color: transparent; background-image: none; }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row .container > .video-iframe-container { display: none; }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row > .video-iframe-container { display: none; }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .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); }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row .container { border-width: 0; border-radius: 0; }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#xN38AAE3en48eELoaRdTr9T0Be5QsvcM { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2931842803955rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),0.93);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row .container { background-color: transparent; background-image: none; }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row .container > .video-iframe-container { display: none; }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row > .video-iframe-container { display: none; }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .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); }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row .container { border-width: 0; border-radius: 0; }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#TEcKSGXBbTdz69Oc1EQ6wHRSLL8JR0Oo { color:rgba(var(--color-secondary-0),1);display:block;width:37.374125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0703125rem;left:17.849393844604rem;height:1.94921875rem;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; }
#dmvJa7XwoT0LpsNZBepOa3IKs73TgOBW { position:absolute;display:block;z-index:15001;height:37.5rem;width:50rem;top:6.25rem;left:12.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb { display:block; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLftZvW2inDuVRmfFbwzmNtWq7yMuenv { width:39.125rem;height:12.1875rem;top:8.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #md6pQhheGGh1g1BKUluvh8Wgszrr77Er { display:block; }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnDhuz5sBGUAzXK7R9sgIflSZKEivkuh { width:47.75rem;height:4.548825rem;top:3.75rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab { display:block; }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvwKcT2K3HP7ZrydPdhKbbuuEWXuZ1cq { width:13.75rem;height:2.6875rem;top:18.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BneQDpZibLCG6zkiTMGog4zRC1NpeoJs { display:block; }
 }@media only screen and (max-width: 763px) { #Psp4PiNP9sSNFKPew96K8GJr6ShlzetT { width:18.5rem;height:11.772364841204rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAXE6hf0TlKCQVdz8eRb70SG3h4ESe5N { width:20.625rem;height:10.499rem;top:4.4375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnvMdOq1wgSE8FFMzBmvNr2InRf0qXDd { width:5.3125rem;height:2.0625rem;top:14.375rem;left:1.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3Wg8PtDwqPQePuiH7boev7NLgXOFBx { width:6.75rem;height:2.0625rem;top:14.375rem;left:32.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJpzb7llF7UL9oTQcszIBouusWyfsHe { width:11.0625rem;height:2.125rem;top:14.375rem;left:11.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHDxfMJJvmcQVopKunJkQkEbxDhzCoIv { width:13.6875rem;height:2.625rem;top:18.125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBvSC1Bwc22xkw38bEVrz6vXNSbCBn34 { display:block; }
 }@media only screen and (max-width: 763px) { #MP64oaTt4XxHGiPZHAViQczcStU9ZLuT { width:13.75rem;height:2.6875rem;top:18.125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2qUEFSwxyzZ3OVWstVPr1n1bkhbpzeb { display:block; }
 }@media only screen and (max-width: 763px) { #SAixLPk4WMGGaypPZalLp7o5J08TIotd { width:13.6875rem;height:10.375rem;top:4.5625rem;left:32.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3kooFhaPvCX1nxhMFEJsWkA6hwHJyxn { width:12.3125rem;height:1.25rem;top:16.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV2TECIhf9vFMsAD8a2s8Cxfkg2TGzAm { width:12.3125rem;height:1.25rem;top:16.3125rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc8hT6EOVUFwsOMag6VMzfhiSSdiQvhO { width:12.3125rem;height:1.25rem;top:16.25rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 { display:block; }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OapODSKmbV8u6saUJgIZrxmo6sLWGF1T { width:16.375rem;height:10.833313053266rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Mu1WE4U3RRZUFA4SE40XRbNzZ4bKcP { width:14.625rem;height:10.875rem;top:3.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhkZlZ7qSKTSVRu6Xh14lM5aJluHh3F { width:15.1875rem;height:11.125rem;top:3.375rem;left:32.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SICVOmoEiMzbZiZ4upPheWlLH6RQXxiK { width:20rem;height:2.0625rem;top:14.375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boNVCREucJ5NDKSTaf6c0tcRIVma5ZaZ { width:6.875rem;height:2.0625rem;top:14.375rem;left:32.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgSrRv6EtcTXetHi6QmMR6wMJyRsLIUS { width:11.5rem;height:2.125rem;top:14.375rem;left:11.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8xmbfXsig0PCOcmVdvMenyhDXqn7eTH { width:13.75rem;height:2.6875rem;top:18.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDDfRJDTPB9PVEE9I57BWKvxOR4FPWuL { display:block; }
 }@media only screen and (max-width: 763px) { #smBMsT5ir05PDSU0lSucrPkDTvApOtrc { width:13.75rem;height:2.6875rem;top:18.125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMQeMbG6N5hGPecW8gD6emaxI3IuhOqV { display:block; }
 }@media only screen and (max-width: 763px) { #i6x6rsEMGBldMSmkmTtkmQcJUeu2ufHW { width:13.75rem;height:2.6875rem;top:18.125rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKzDypuwNDeeROG9J9T6CZfKhp9Fbl2L { display:block; }
 }@media only screen and (max-width: 763px) { #gfRlcaMFVFsfqolpbCwl2BUgP9RnGDdC { width:13.3125rem;height:1.3125rem;top:16.25rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvBQ1KPvBQMF5zuG5cOIoE23PP1t41h2 { width:15.4375rem;height:1.25rem;top:16.25rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgCqxG6EmRB9phTLMLlA8cqHpWNJv2q { width:12.3125rem;height:1.25rem;top:16.25rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n { display:block; }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2T6MyEfbaLiohsw8ncwuKC1zo38e16M { width:17.5rem;height:11.4373125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBByd7fHdKpuu6lJkgv8FX0rfUVWX3d { width:11.0625rem;height:2.0625rem;top:11.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJwfM5w8JbA7VxPfV6sgTHJid2VlW9uQ { width:14.75rem;height:8.3392296526348rem;top:3.5rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap70lZa3pOmzTcwUBpr0ORWdCCyJb5Ju { width:18.375rem;height:10rem;top:2.5625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDT0lnfq9IQxoHeWJaArxMxo9zBnTFep { width:9.875rem;height:2.0625rem;top:11.875rem;left:11.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7RkBfWcwNRwW8nCZMClLMGA2AnLvPTf { width:10.4375rem;height:2.0625rem;top:11.875rem;left:35.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqoAQ3SbsqocJ4V8D5yTubsnXHTqqWN { width:12.3125rem;height:2.0625rem;top:11.875rem;left:23.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsfyf8WmX56VGucig6hv6wKbU2mERbcw { width:13.75rem;height:2.6875rem;top:15.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #accQJTGs2fPoTNpe1rwHNKym9iLPQVgk { display:block; }
 }@media only screen and (max-width: 763px) { #uK5VGFX3m0O4X1APsClVBFIRw89yC3BL { width:13.75rem;height:2.6875rem;top:15.625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Mv7gcoLlRpBwNGwm2sdZBdbhoZBNTl { display:block; }
 }@media only screen and (max-width: 763px) { #qUdIvQ5w5L2VvEt98I2TCV15AxvOxexr { width:13.75rem;height:2.6875rem;top:15.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVT6ZPEq693HGEkwabsHfsirKVzAX153 { display:block; }
 }@media only screen and (max-width: 763px) { #diJfM3OwnxIl6hEislotWDDuXrFh33Ul { width:13.75rem;height:2.6875rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLC1bcJoZ7KfgQW40kFMEwbXikxnGS5O { display:block; }
 }@media only screen and (max-width: 763px) { #UFQP2fmZ9iZy1O5yopXU2XTHvD1fLka7 { width:14.8125rem;height:1.25rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRpPPt82XWIF3Dpqp1lDON5XxaE5XP3Q { width:14.75rem;height:1.25rem;top:13.75rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogQte3Lg4mdANhW0imnGDmK6JKec7tln { width:14.75rem;height:1.25rem;top:13.75rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBFKT0ohXGr91qoQXpXCpRMEwgTr3tS { width:14.75rem;height:1.25rem;top:13.75rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4OTOykkvIr6WmvprcHL02Bgz3Q0kcW { width:18.375rem;height:11.6875rem;top:1.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ { display:block; }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9t8gxXbnaoTGDuX4FJtSxFILu12T1mR { width:47.75rem;height:2.2744125rem;top:3.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASfa8RrelW1bksofaITVdsR1zLHAqRv5 { display:block; }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZlObnNW8k2UJsztzdGHoCBuNczKKyw9 { width:47.75rem;height:37.5rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMUznMSrcBZhdm95TFTQIuxkssKoxwhp { display:block; }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfuLvzAMg2yhnfDipaxiWZ64eJF970xF { width:35rem;height:19.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE0TlKxHLw3tleKu5TohUpbF3OfRvrKi { width:35rem;height:19.5625rem;top:1.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak { display:block; }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvPz7szH4VMvVom4TQzoLoZZAJpZACC2 { width:35rem;height:19.5625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQG6hBee3ud4lfEESecq2MGIlTTygSq { width:35rem;height:19.5625rem;top:1.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 { display:block; }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrrmSkmwf34zUwRgu2gFt8Fc8T5eeE51 { width:47.75rem;height:2.2744125rem;top:3.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 { display:block; }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaQZrZfScciS6rrkuBZBz9GOCzDxTvMe { width:37.5rem;height:24.9370625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BterqhM5Ufnb0R9aHzaVZmbfOdCoxE9n { width:11.25rem;height:11.25rem;top:14.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJHrHFacfPp5gtAtU4TeGzOqWrf7DmF0 { width:11.25rem;height:11.25rem;top:14.375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXWSBP16bzBokqzscHAwEFTVfETlCZ2w { width:11.25rem;height:2.4375rem;top:5rem;left:28.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHw6PWIMT1hvB35lqn4nuIVZofVXchXg { width:11.25rem;height:2.4375rem;top:4.6875rem;left:36.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDdQIgOzgcWFkF8tRBLiSv3TlDf31GtT { width:13.75rem;height:2.6875rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fS5SahA03nCXP7MXcdM2prfBillWhvLV { display:block; }
 }@media only screen and (max-width: 763px) { #PTx6Pe3Zp6FLJwTahPBPehOPNRlzcZvQ { width:13.75rem;height:2.6875rem;top:18.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fb6D431QfvuyL1XiCrxF7O1zxcewcvGU { display:block; }
 }@media only screen and (max-width: 763px) { #WhcZptgPwM9t12MxxT7tLGWaNBNutn8Q { width:11.25rem;height:7.0625rem;top:7.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfNy5NlyPKE7E9qZiqbH6a3tw9l1Ttwk { width:11.25rem;height:7.375rem;top:7.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGPVzB4hUgCNsicZ1wIR50gqs2yPge7R { width:11.25rem;height:1.29980625rem;top:25.625rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvRH7JdcfLc6vHAu79tyEFDOepF1V02p { width:11.25rem;height:1.29980625rem;top:25.625rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsZchp1mabooaATCi1QL6ToKE5JLvmx1 { display:block; }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN38AAE3en48eELoaRdTr9T0Be5QsvcM { width:47.75rem;height:2.2744125rem;top:3.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI { display:block; }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEcKSGXBbTdz69Oc1EQ6wHRSLL8JR0Oo { width:37.3125rem;height:1.94921875rem;top:2.0625rem;left:4.2243938446045rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvJa7XwoT0LpsNZBepOa3IKs73TgOBW { width:47.75rem;height:37.5rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c939d379-dba8-4a88-9a6f-d578bd035bbe/Comet_Outdoor_Table_Arrangement_2_3000px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb.adaptive-delivery-prevent-bg, #AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb.lazyload, #AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb.lazyloading { background-image: none; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container { background-color: transparent; background-image: none; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container > .video-iframe-container { display: none; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row > .video-iframe-container { display: none; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .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); }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container { border-width: 0; border-radius: 0; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AshPcQmbEbUZ7QV5KXhbCFiDoToFGGZb > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oLftZvW2inDuVRmfFbwzmNtWq7yMuenv { width:20rem;height:6.8236875rem;top:4.087890625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #md6pQhheGGh1g1BKUluvh8Wgszrr77Er { display:block; }#md6pQhheGGh1g1BKUluvh8Wgszrr77Er > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnDhuz5sBGUAzXK7R9sgIflSZKEivkuh { width:19.375rem;height:6.8236875rem;top:1.5874576568604rem;left:0.31250005960464rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab { display:block; }#JxOfQoVi3Lb3rXiy7ZDhgnc9DFHMU1Ab > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CvwKcT2K3HP7ZrydPdhKbbuuEWXuZ1cq { width:13.75rem;height:2.63064125rem;top:16.315626144409rem;left:3.1531252861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #BneQDpZibLCG6zkiTMGog4zRC1NpeoJs { display:block; }
 }@media only screen and (max-width: 763px) { #Psp4PiNP9sSNFKPew96K8GJr6ShlzetT { width:18.499375rem;height:11.749125rem;top:0.8623046875rem;left:0.75rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UAXE6hf0TlKCQVdz8eRb70SG3h4ESe5N { width:20rem;height:10.186625rem;top:21.872656822204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnvMdOq1wgSE8FFMzBmvNr2InRf0qXDd { width:4.6875rem;height:2.1125rem;top:12.610157012939rem;left:3.1375002861023rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wn3Wg8PtDwqPQePuiH7boev7NLgXOFBx { width:5.5rem;height:2.1125rem;top:49.547657012939rem;left:3.1531252861023rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJpzb7llF7UL9oTQcszIBouusWyfsHe { width:5.9375rem;height:2.1125rem;top:31.05624961853rem;left:3.1531252861023rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHDxfMJJvmcQVopKunJkQkEbxDhzCoIv { width:13.75rem;height:2.63064125rem;top:34.68124961853rem;left:3.1382813453674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBvSC1Bwc22xkw38bEVrz6vXNSbCBn34 { display:block; }
 }@media only screen and (max-width: 763px) { #MP64oaTt4XxHGiPZHAViQczcStU9ZLuT { width:13.75rem;height:2.63064125rem;top:53.22265625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2qUEFSwxyzZ3OVWstVPr1n1bkhbpzeb { display:block; }
 }@media only screen and (max-width: 763px) { #SAixLPk4WMGGaypPZalLp7o5J08TIotd { width:13.6870625rem;height:10.374375rem;top:39.411719322204rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3kooFhaPvCX1nxhMFEJsWkA6hwHJyxn { width:13.0620625rem;height:1.3rem;top:14.440626144409rem;left:3.1375002861023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV2TECIhf9vFMsAD8a2s8Cxfkg2TGzAm { width:12.3123125rem;height:1.3rem;top:33.11874961853rem;left:3.1531252861023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc8hT6EOVUFwsOMag6VMzfhiSSdiQvhO { width:12.3123125rem;height:1.3rem;top:51.610157012939rem;left:3.1531252861023rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 { display:block; }#V6CeQPDdFJoIHM8uJrB5yrK3JEe3I2n2 > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OapODSKmbV8u6saUJgIZrxmo6sLWGF1T { width:14.6875rem;height:9.749375rem;top:0rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Mu1WE4U3RRZUFA4SE40XRbNzZ4bKcP { width:18.311375rem;height:13.6869375rem;top:18.194010734558rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDhkZlZ7qSKTSVRu6Xh14lM5aJluHh3F { width:18.375rem;height:13.625rem;top:39.889511108399rem;left:0.37388396263122rem;display:block; }
 }@media only screen and (max-width: 763px) { #SICVOmoEiMzbZiZ4upPheWlLH6RQXxiK { width:9.125rem;height:2.11198125rem;top:9.5716142654419rem;left:3.1380209922791rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boNVCREucJ5NDKSTaf6c0tcRIVma5ZaZ { width:7.3125rem;height:2.11198125rem;top:52.505861282349rem;left:3.21875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgSrRv6EtcTXetHi6QmMR6wMJyRsLIUS { width:9.9375rem;height:2.11198125rem;top:31.693359375rem;left:3.1380209922791rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8xmbfXsig0PCOcmVdvMenyhDXqn7eTH { width:13.6149825rem;height:2.55133875rem;top:13.256510734558rem;left:3.1380209922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDDfRJDTPB9PVEE9I57BWKvxOR4FPWuL { display:block; }
 }@media only screen and (max-width: 763px) { #smBMsT5ir05PDSU0lSucrPkDTvApOtrc { width:13.7222225rem;height:2.65885375rem;top:35.368923902512rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMQeMbG6N5hGPecW8gD6emaxI3IuhOqV { display:block; }
 }@media only screen and (max-width: 763px) { #i6x6rsEMGBldMSmkmTtkmQcJUeu2ufHW { width:13.7222225rem;height:2.65885375rem;top:56.171878814698rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKzDypuwNDeeROG9J9T6CZfKhp9Fbl2L { display:block; }
 }@media only screen and (max-width: 763px) { #gfRlcaMFVFsfqolpbCwl2BUgP9RnGDdC { width:9.3125rem;height:1.29948125rem;top:33.797527313233rem;left:3.1380209922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvBQ1KPvBQMF5zuG5cOIoE23PP1t41h2 { width:16.375rem;height:1.29948125rem;top:54.568361282349rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgCqxG6EmRB9phTLMLlA8cqHpWNJv2q { width:12.3119375rem;height:1.29948125rem;top:11.642581939698rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n { display:block; }#DCm9uhCo92hZEWQHyXBtTTB1KhN3Jh6n > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q2T6MyEfbaLiohsw8ncwuKC1zo38e16M { width:18.5rem;height:12.125rem;top:0rem;left:0.71763396263125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUBByd7fHdKpuu6lJkgv8FX0rfUVWX3d { width:10.75rem;height:2.11198125rem;top:11.080729484558rem;left:3.3111982345581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJwfM5w8JbA7VxPfV6sgTHJid2VlW9uQ { width:18.3125rem;height:10.375rem;top:37.210945129394rem;left:0.81138396263125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap70lZa3pOmzTcwUBpr0ORWdCCyJb5Ju { width:18.3125rem;height:10rem;top:56.835945129394rem;left:0.81138396263125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDT0lnfq9IQxoHeWJaArxMxo9zBnTFep { width:9.5rem;height:2.11198125rem;top:29.029949188233rem;left:3.1861982345581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7RkBfWcwNRwW8nCZMClLMGA2AnLvPTf { width:11.1875rem;height:2.11198125rem;top:66.063804626462rem;left:3.0924482345581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbqoAQ3SbsqocJ4V8D5yTubsnXHTqqWN { width:10.625rem;height:2.11198125rem;top:48.069011688233rem;left:3.1861982345581rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsfyf8WmX56VGucig6hv6wKbU2mERbcw { width:13.6149825rem;height:2.55133875rem;top:32.67253112793rem;left:3.1380209922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #accQJTGs2fPoTNpe1rwHNKym9iLPQVgk { display:block; }
 }@media only screen and (max-width: 763px) { #uK5VGFX3m0O4X1APsClVBFIRw89yC3BL { width:13.7222225rem;height:2.65885375rem;top:51.7734375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Mv7gcoLlRpBwNGwm2sdZBdbhoZBNTl { display:block; }
 }@media only screen and (max-width: 763px) { #qUdIvQ5w5L2VvEt98I2TCV15AxvOxexr { width:13.7222225rem;height:2.65885375rem;top:69.711376190187rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVT6ZPEq693HGEkwabsHfsirKVzAX153 { display:block; }
 }@media only screen and (max-width: 763px) { #diJfM3OwnxIl6hEislotWDDuXrFh33Ul { width:13.6149825rem;height:2.55133875rem;top:14.733074188233rem;left:3.2005209922791rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #BLC1bcJoZ7KfgQW40kFMEwbXikxnGS5O { display:block; }
 }@media only screen and (max-width: 763px) { #UFQP2fmZ9iZy1O5yopXU2XTHvD1fLka7 { width:15.0625rem;height:1.29948125rem;top:13.151693344116rem;left:3.1861982345581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRpPPt82XWIF3Dpqp1lDON5XxaE5XP3Q { width:14.748875rem;height:1.29948125rem;top:31.102204322815rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogQte3Lg4mdANhW0imnGDmK6JKec7tln { width:14.748875rem;height:1.29948125rem;top:50.139985084534rem;left:3.1653647422791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrBFKT0ohXGr91qoQXpXCpRMEwgTr3tS { width:14.748875rem;height:1.29948125rem;top:68.134768486025rem;left:3.1861982345581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph4OTOykkvIr6WmvprcHL02Bgz3Q0kcW { width:18.3125rem;height:11.6875rem;top:18.109939575195rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ { display:block; }#qv6bhsx2cO76QGVsrCRgx9fEuNXqZSEJ > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9t8gxXbnaoTGDuX4FJtSxFILu12T1mR { width:19.375rem;height:4.54910625rem;top:1.474609375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASfa8RrelW1bksofaITVdsR1zLHAqRv5 { display:block; }#ASfa8RrelW1bksofaITVdsR1zLHAqRv5 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZlObnNW8k2UJsztzdGHoCBuNczKKyw9 { width:20rem;height:15rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMUznMSrcBZhdm95TFTQIuxkssKoxwhp { display:block; }#UMUznMSrcBZhdm95TFTQIuxkssKoxwhp > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nfuLvzAMg2yhnfDipaxiWZ64eJF970xF { height:11.178071428571rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE0TlKxHLw3tleKu5TohUpbF3OfRvrKi { height:11.178071428571rem;width:20rem;top:13.6773125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak { display:block; }#ZUr8b7yNbPxAgoiKB4GeD8XuPVzB9wak > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvPz7szH4VMvVom4TQzoLoZZAJpZACC2 { height:11.178071428571rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFQG6hBee3ud4lfEESecq2MGIlTTygSq { height:11.178071428571rem;width:20rem;top:13.6773125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 { display:block; }#gJV7dt9N94ILFOkKFUVNdoeJdPkd9Zb6 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qrrmSkmwf34zUwRgu2gFt8Fc8T5eeE51 { width:19.625rem;height:4.54910625rem;top:1.4746265411377rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 { display:block; }#WQaa1eq1PEg8h4gUJyDS9HF268IWP7l8 > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HaQZrZfScciS6rrkuBZBz9GOCzDxTvMe { width:20rem;height:13.299766666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BterqhM5Ufnb0R9aHzaVZmbfOdCoxE9n { width:11.25rem;height:11.25rem;top:15.7996875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJHrHFacfPp5gtAtU4TeGzOqWrf7DmF0 { width:11.25rem;height:11.25rem;top:31.111112713814rem;left:4.3750002980232rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXWSBP16bzBokqzscHAwEFTVfETlCZ2w { width:11.25rem;height:0;top:27.048629760743rem;left:4.3750002980232rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHw6PWIMT1hvB35lqn4nuIVZofVXchXg { width:11.25rem;height:0;top:43.047960400581rem;left:4.3750002980232rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDdQIgOzgcWFkF8tRBLiSv3TlDf31GtT { width:15rem;height:2.62988125rem;top:22.27734375rem;left:2.5rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #fS5SahA03nCXP7MXcdM2prfBillWhvLV { display:block; }
 }@media only screen and (max-width: 763px) { #PTx6Pe3Zp6FLJwTahPBPehOPNRlzcZvQ { width:15rem;height:2.62988125rem;top:35.181640625rem;left:2.5rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #fb6D431QfvuyL1XiCrxF7O1zxcewcvGU { display:block; }
 }@media only screen and (max-width: 763px) { #WhcZptgPwM9t12MxxT7tLGWaNBNutn8Q { width:11.25rem;height:7.0625rem;top:15.181640625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfNy5NlyPKE7E9qZiqbH6a3tw9l1Ttwk { width:11.25rem;height:7.375rem;top:26.6806640625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGPVzB4hUgCNsicZ1wIR50gqs2yPge7R { width:11.25rem;height:auto;top:25.625rem;left:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OvRH7JdcfLc6vHAu79tyEFDOepF1V02p { width:11.25rem;height:auto;top:25.625rem;left:4.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsZchp1mabooaATCi1QL6ToKE5JLvmx1 { display:block; }#UsZchp1mabooaATCi1QL6ToKE5JLvmx1 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xN38AAE3en48eELoaRdTr9T0Be5QsvcM { width:20rem;height:2.27455625rem;top:1.3617630004882rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI { display:block; }#s9ZR8fxVU8nGr5l4WOLT2nDv1t94MIvI > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEcKSGXBbTdz69Oc1EQ6wHRSLL8JR0Oo { width:20rem;height:3.89955625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmvJa7XwoT0LpsNZBepOa3IKs73TgOBW { width:18.75rem;height:28.125rem;top:6.083984375rem;left:0.62500005960463rem;display:block; }
 }