.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:253,231,227;--color-primary-1:245,138,115;--color-primary-2:245,137,116;--color-primary-3:142,84,82;--color-primary-4:49,27,23;--color-secondary-0:255,255,255;--color-secondary-1:241,240,240;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { background-color: transparent; background-image: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { display: none; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .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); }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { border-width: 0; border-radius: 0; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#ROzB5EtbVwCn0HysTfVpi0kHzcRl0atV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:8.375rem;top:0.34375rem;left:33.3125rem;overflow:hidden;display:block; }
#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { position:relative;display:none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { border-width: 0; border-radius: 0; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8b7616c4-5246-483a-b1e3-6d8d58f35c0b/HappyHolidays_combo_CombinedLP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw.adaptive-delivery-prevent-bg, #EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw.lazyload, #EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw.lazyloading { background-image: none; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row .container { background-color: transparent; background-image: none; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row .container > .video-iframe-container { display: none; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.49); }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row > .video-iframe-container { display: none; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .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); }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row .container { border-width: 0; border-radius: 0; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#qCtvOic2RTXlO6qmyq7M6KG6QAS5hwsW { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:"scotch text";font-size:8.75rem;font-weight:normal;z-index:15000;line-height:.9;letter-spacing:0;top:9.75rem;left:10.9375rem;height:15.75rem;text-align:center;text-align-last:center;display:block; }
#KRFaCnpXxfzeeIw8Cs33Op8bl4bS5S7t { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:"mark pro";font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:26.9375rem;left:10rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZXKFtDBJ5RTuq63elTvbGrT2xcBQ03DP { box-sizing:content-box;height:17.375rem;width:61rem;position:absolute;display:block;z-index:15003;background-color:#8e5452;background-image:none;top:37.0625rem;left:7rem;display:block; }
#cpP8H8UCuTqqGPeMNhk3urCUdDrNNkUm { box-sizing:content-box;height:17.375rem;width:17.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/bee36d25-b4ec-4c40-a05b-45e1650d5f91/1x1_ONF_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:37.0625rem;left:7rem;display:block; }#cpP8H8UCuTqqGPeMNhk3urCUdDrNNkUm.adaptive-delivery-prevent-bg, #cpP8H8UCuTqqGPeMNhk3urCUdDrNNkUm.lazyload, #cpP8H8UCuTqqGPeMNhk3urCUdDrNNkUm.lazyloading { background-image: none; }
#ni4T2FcpCMNAyJ2dhPcFmpNg4kU6tFxZ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.8125rem;position:absolute;font-family:"scotch text";font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.875rem;left:25.21875rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SumRrnOKMogfD2q8TskWVOU6p7uGiX6l { color:rgba(var(--color-tertiary-0),1);display:block;width:38.8125rem;position:absolute;font-family:"mark pro";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:41.624999046326rem;left:25.218751907349rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#afPMuRc72uA6RThfCSxQHFf3ZK3SNz2p { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:oswald;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.7874984741211rem;left:25.47500038147rem;display:none; }
#fyiZGSvAytl3qdysbJsqscrrUHavs6gT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ba3N0f8J5o7fRQm1BZrIEu4yqu7sCThc { position:absolute;display:block;z-index:15006;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:5rem;width:20.3125rem;top:3.6875rem;left:27.34375rem;overflow:hidden;display:block; }
#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { position:relative;display:none; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c { border-width: 0; border-radius: 0; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.71875rem;left:23.59375rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.625rem;top:9.3125rem;left:12.125rem;display:none; }
#LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OV9FihfineS3JbR1HRmK19m0DwA45MoO { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:14.625rem;left:15.9375rem;display:none; }
#sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:8.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#niHl12cN94Iy1ylAfwwEifJygTNU9nIz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:22.1875rem;left:15.4375rem;display:none; }
#LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:4.193359375rem;left:50.6875rem;overflow:hidden;display:none; }
#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr { 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; }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row .container { background-color: transparent; background-image: none; }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row .container > .video-iframe-container { display: none; }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row > .video-iframe-container { display: none; }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .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); }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row .container { border-width: 0; border-radius: 0; }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#Kiqcfgodt5JA8IiknI8u9nOJkFsyhrcs { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mark pro";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:4.849609375rem;left:25.599609375rem;display:block; }
#vfuGq0SfPRzB0UdFdT2bf7k3LML0yn4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFmK0Go1fQNdOBTsy1AU5P5JedxHc0dU { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:"scotch text";font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.65625rem;left:23.59375rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qx0WPKUsXJff9T8nNJUewGh1eHwOaW1C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:19.875rem;left:6.1875rem;overflow:hidden;display:block; }
#ED2rmnTZWVb9o8zXlqTP7ZhVTHgktls9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.0625rem;left:3.75rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhehGPLrCXsgTH7FetE396psxLNSicRz { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.0625rem;left:26.8125rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gegAuJkmeB2oSL75lnzlUHWTZsLBgBzD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:19.875rem;left:31.25rem;overflow:hidden;display:block; }
#WnBuJhRRELkGGdCv1eedKXAmlJGUDVM2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36rem;left:4.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#KgbMWHNSeEtISZaKkhNeTTmGmK86zkIL { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36rem;left:28.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#J82mhwy3H28yH6ToPyw6ApyWXdHS9lpy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"scotch text";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:33.0625rem;left:53.75rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePHehkpGdLOEwWTfDivSnqnJx6xQgTwH { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:"mark pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:36rem;left:54.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#q32iC0V3ZAPo5Sgpug2OADLsw2HQcKM6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:19.875rem;left:55.75rem;overflow:hidden;display:block; }
#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/aafc060c-e7e7-4436-b2e5-79366215b5be/HappyHolidays_Combo_mobileHeader_1500x700copy.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.adaptive-delivery-prevent-bg, #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.lazyload, #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9.lazyloading { background-image: none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { border-width: 0; border-radius: 0; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { font-size:0.875rem;font-family:arial;height:55.0625rem;width:75rem;position:relative;display:none; }#RPpTlhZoAqOM1zs4mVZ24fFXfv8k8sQA { box-sizing:content-box;height:28.125rem;width:29.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.4375rem;left:1.1871337890625rem;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;display:block; }
#eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1245625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:15.3125rem;left:2.5rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAQiOV4NSTcleBtTbPQ0KMC89s223lTH { color:rgba(var(--color-tertiary-4),1);display:block;width:21.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.9375rem;left:5.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.437377929688rem;left:4.12353515625rem;height:6.171875rem;text-align:center;text-align-last:center;display:block; }
#CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.24925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.749389648438rem;left:7.725830078125rem;height:7.30956875rem;text-align:left;text-align-last:left;display:block; }
#ttRsrF06RDa5Kf9gl6aADJeTVFQffJmp { color:rgba(var(--color-tertiary-4),1);display:block;width:21.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.46875rem;left:5.1865234375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { position:relative;display:none; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { border-width: 0; border-radius: 0; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VN3DhPbWxVmG6G4g1L2DTZHBlkUJgSz9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#eboLJdwSta2wH2GRDlLzXEDURTUtZItx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#ysMqe1n7NfgWA83eXovzu6ec1h96TcAH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KwBFq81Jw3sMgiyDmOQWvUhibdqcJEMr { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { position:relative;display:none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { border-width: 0; border-radius: 0; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:11.125rem;left:11.125rem;display:none; }
#LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.4375rem;top:15.75rem;left:9.0625rem;display:none; }
#O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { position:relative;display:block; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { background-color: transparent; background-image: none; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container > .video-iframe-container { display: none; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row > .video-iframe-container { display: none; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .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); }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { border-width: 0; border-radius: 0; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nih9H1nmZnTgnzfWlJHThKqFt7qukZ4b { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:18.71875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LXSnhgPTST3lVTewqv80lJm4UnTgoi6K { box-sizing:content-box;height:0.187174375rem;width:19.1873125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.6550559997559rem;left:0rem;display:block; }
#lstRMEFXZNVEgB7BvtOpFbdUFS3UTIfn { color:rgba(var(--color-tertiary-4),1);display:block;width:40.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:17.218627929688rem;height:1.950075rem;text-align:center;text-align-last:center;display:block; }
#ETXQxaIugMzGRygPnkJyWgQMGqdfBdp3 { box-sizing:content-box;height:0.187174375rem;width:19.1873125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.6550559997559rem;left:55.812177658081rem;display:block; }
#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp { position:relative;display:block; }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp { background-color: transparent; background-image: none; }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .row .container > .video-iframe-container { display: none; }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .row > .video-iframe-container { display: none; }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .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); }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp { border-width: 0; border-radius: 0; }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H1pqfSJ9Bl4r6up2RfzF2lEJZZIDrGEz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:34.5rem;width:34.5rem;top:4.686279296875rem;left:1.468505859375rem;overflow:hidden;display:block; }
#XWGczEUUxxNlBEHfzAyRMzyKg2pehAls { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:41.240844726562rem;left:9.7503662109375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#liEgo6Kw9bcMG0CSvtWm8kdzTC787qas { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.93579375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45.249633789062rem;left:8.75rem;display:block; }
#PfPxh0axiS47tNh93DepmiIlwUmizSGA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kRGQvr8rqC5X2BSzaTAuIH5KGlnwNNiW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.624125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.7489013671875rem;left:10.43701171875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrvzkrcccUfBJk6kSOGSllISc1NSL1UG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.7489013671875rem;left:47.78076171875rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRPT76cTrpt9MNVzvRW0XDdscrycd0TM { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:35rem;width:35rem;top:4.4342041015625rem;left:38.717651367188rem;overflow:hidden;display:block; }
#vekhEUGml1PAVnMPBRlW4b5ivKZov5an { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6859375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:41.240844726562rem;left:46.90673828125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#O9ULVh7IgsikXhKMhrIof01fe66az5vF { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.93579375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:45.249633789062rem;left:46.25rem;display:block; }
#IE6ql4sBJKFe3Hn3aTJcAmHKp7JFLhd3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LIETJxygqrDH0ZXI3iistWZCC1omMCMa { position:relative;display:block; }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa { background-color: transparent; background-image: none; }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .row .container > .video-iframe-container { display: none; }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .row > .video-iframe-container { display: none; }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .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); }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa { border-width: 0; border-radius: 0; }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QhIgPTy6RLrlpFPmrCUFmgJeRpT9mRr6 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:35.3125rem;width:35.3125rem;top:5.1873779296875rem;left:1.09375rem;overflow:hidden;display:block; }
#OHeTx1xisyPAZbbW6xwskEF8VSkUTohl { color:rgba(var(--color-tertiary-4),1);display:block;width:25.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:42.5rem;left:6.12548828125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#CfeJDdoTXuDZl5G3wkqTroQwzBCDGZ46 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.9364rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:46.499633789062rem;left:8.75rem;display:block; }
#CB6S6n3MrPMJ4Tt2UE9TckNJi2A21L8W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r25gIvf8TSrWUeCwPhfErxZW7SQOpwP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.811rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:1.1561393737793rem;left:7.8439674377444rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKSfnWZMbZIOdrigrT2aZgtyvCnibyW9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:1.1561431884766rem;left:46.561956405639rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0gIsW4TRfVCUebC4mJMvWC4AK1dXwhq { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:35.3125rem;width:35.3125rem;top:5.155029296875rem;left:38.561401367188rem;overflow:hidden;display:block; }
#iTRceo0f5DFqO084ewf4ADXlmDVFMFkM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:42.5rem;left:45.031127929688rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#VLEgg09bvSZTLWiByVT7Q945rTk74T2A { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.9364rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:46.498413085938rem;left:46.25rem;display:block; }
#nx2TwuvZZwMPtNmFtiztgFD54HTTnGSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI { position:relative;display:none; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI { border-width: 0; border-radius: 0; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#oZg40FXmkGbREHbwkHv2CLwQnSeOUIXs { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#Ty3CBVTKCufrW8oweKS3V5eMKXvkhk1r { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bQg1OKg9rh8fRoWB3M7valQTbu4UVTcc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t { position:relative;display:none; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t { border-width: 0; border-radius: 0; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VpknHcwsb8Pd6JQSezqTiopHdASmGslU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:0.9375rem;left:1.0625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpRxwX9ir9sRRAFfcb0u6vPb0Qxwr2H8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:0.9375rem;left:19.65625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeJOGa5h1ukNXPA3qzmSTSkcbFpQg6Z1 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:0.9375rem;left:35.96875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x74IA2Fl6JuqXzM8vSnJEAu77ih4NAiC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:0.8125rem;overflow:hidden;display:block; }
#KecQ74hWXlt81kmXNKUUucosat2dkdiJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:19.5625rem;overflow:hidden;display:block; }
#CR6CVMi12PaHO7Pv6sK9hwQTRDEiLr5L { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:38.3125rem;overflow:hidden;display:block; }
#pW1TpOZfTVpVAXhpW8XaqoRhpR78s82S { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#MpeICz3W4GTMqKOcepbvO0tu9aWKfC2u { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.75rem;left:19.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#WuEdFhSSASRUqWxnZtFcAGm9Rgs6Fp7O { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75rem;left:38.3125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#I9gIn49AOJ51kOZ9IcD16Nt0y11S9HGE { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.25rem;left:2.0625rem;display:block; }
#gTIdXVuZhy9WfZhSGbpThhTemvIfOh6v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RbCGcLSEaWzt1x8oDvhQDBr9m2x3cstf { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.25rem;left:20.8125rem;display:block; }
#lE9JR6f2gqHsl4gIQBh7vZwZTp6MMcT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mc1vvEI3Ud5R78HKnilqdzBKNbQ6SOA2 { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.25rem;left:39.5625rem;display:block; }
#XztPM5k9mrFnFEieJC8kvaItqvA6EepJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDC2kHcMSoHCTKTkIter6cUN214oGQNH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#R1D6usLfUdvnDInolHWVSpf7OEnScryz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.849609375rem;left:0rem;height:3.0859375rem;text-align:center;text-align-last:center;display:none; }
#CVIVQO8b2LtViUJ5tiGQJ6LeqxNRe69M { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#ScwmHeW7MH87KXI8b4kv6Xe5gRiO0zyA { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#eUbQGLbmQ62Fzq3hfD2erk6rETTo3ypU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GUxX5wBkChmiuDpKoOGEbTXepiHKsJs3 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#pLhaT3CJmMTNW4l5IlogNHvS58Jkkuck { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#RDe1ZeUsUx97PWk5bNJrDlLCXrMV2zET { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#noNUC8pPy9Lwy7ddsru57ry0SKtWPHNh { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#nWPwmI75sbv7IWABJBzLRdHOCPCCLF3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HteclkppluSusrsxnsKQ6E2GCy3OSmnX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#fCPt2zZe2uI6q8cFfm1US3p6VI8wRNJd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vr9CswZbAgx1Hssg3HeFDZf7cLqCS7Lv { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#RTxqTHocvPr2KfqXVJ8tGlTdWe5hWgIv { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#OzSt7a3oMLShRXzwI5kNuhZP2CLkgcSM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SHzlqCXzl9EaquEdudXf1ThyJs8XuE0e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:22.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:block; }
#yw2Dt0oCZEJkDLlAAnmAV6JrXmN0cTBQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:22.1875rem;left:20.4375rem;height:1.0996125rem;text-align:center;text-align-last:center;display:block; }
#TgiySDDnEtmJCTvuJSVvOXiJimuruQP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:22.1875rem;left:39.1875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:block; }
#lWaMaI3yml9eghKr2O1BUQ4ZNlXdXtUO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.1;letter-spacing:0;top:25.1875rem;left:1.6875rem;height:1.0996125rem;text-align:center;text-align-last:center;display:none; }
#ccIANsVKbIPa4Rh9KmEMe0HO8k9V7bHC { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:46.625rem;left:6.6875rem;display:none; }
#IhdPmro8TKeZ7B6gNUfXbFqVg0Bkn5Wa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CbLxg6lEMoWLPtfnPvFzTm1JQ80JTS0k { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#RVVF5EI4fbGAiTO9T5RexX3NQyQ24tyq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:17.0625rem;width:17.0625rem;top:4.5rem;left:38.3125rem;overflow:hidden;display:none; }
#R3onpav6cVuM9EfTl9zX8AeTKMVgDK9A { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:1.025390625rem;left:44.1875rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#foqpJqEZbpcBQPHZuw0xxuvNX0GeGKRO { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { position:relative;display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { border-width: 0; border-radius: 0; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#qRhINSqpcWzp0cisaNZH0BF3tqW1tTJ3 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:none; }
#d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:26.3125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { position:relative;display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { border-width: 0; border-radius: 0; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);height:4.5rem;top:18.3125rem;left:7.5rem;display:none; }
#TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.0625rem;left:9.0625rem;display:none; }
#er5fEMXU3S39sLVExoVpgFOnBF96smGc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.0625rem;top:5.6875rem;left:9.0625rem;display:none; }
#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { position:relative;display:none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { border-width: 0; border-radius: 0; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.875rem;left:20.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:16.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { position:relative;display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { border-width: 0; border-radius: 0; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:3.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.10107421875rem;left:4.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:28.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:28.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.17578125rem;left:53.6875rem;height:1.950075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POkwuATwa5QUosShcrKbnnRREh70KHDM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:0rem;left:31.1875rem;overflow:hidden;display:block; }
#O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:0rem;left:6.125rem;overflow:hidden;display:block; }
#HT9etEN8fMcUcBbH4PxGemwiwvJias9d { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.1005859375rem;left:54.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:13.625rem;top:0rem;left:55.6875rem;overflow:hidden;display:block; }
#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { background-color: transparent; background-image: none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container > .video-iframe-container { display: none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row > .video-iframe-container { display: none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .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); }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { border-width: 0; border-radius: 0; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { color:rgba(var(--color-tertiary-4),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.0625rem;left:16.875rem;height:3.412475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:20.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { background-color: transparent; background-image: none; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container > .video-iframe-container { display: none; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row > .video-iframe-container { display: none; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .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); }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { border-width: 0; border-radius: 0; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;position:relative;display:block; }#qPvmGTNqdOPHxNvzlsmwsrcXSToKOrQ0 { position:absolute;display:block;z-index:15000;height:24.9370625rem;width:60rem;top:0rem;left:7.5rem;display:block; }
#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { background-color: transparent; background-image: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container > .video-iframe-container { display: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container { display: none; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .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); }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { border-width: 0; border-radius: 0; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.954345703125rem;left:20.123901367188rem;height:13.640625rem;text-align:center;text-align-last:center;display:block; }
#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { background-color: transparent; background-image: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { display: none; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .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); }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { border-width: 0; border-radius: 0; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { color:rgba(var(--color-tertiary-1),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.25rem;left:20.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;display:block; }
#Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:10.5625rem;top:1.625rem;left:32.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROzB5EtbVwCn0HysTfVpi0kHzcRl0atV { top:0.3125rem;left:19.6875rem;width:8.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { display:none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw { display:block; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCtvOic2RTXlO6qmyq7M6KG6QAS5hwsW { top:9.75rem;left:0rem;width:47.75rem;height:15.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRFaCnpXxfzeeIw8Cs33Op8bl4bS5S7t { top:26.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXKFtDBJ5RTuq63elTvbGrT2xcBQ03DP { top:37.0625rem;left:0rem;width:47.75rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpP8H8UCuTqqGPeMNhk3urCUdDrNNkUm { top:37.0625rem;left:0rem;width:17.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4T2FcpCMNAyJ2dhPcFmpNg4kU6tFxZ { top:38.875rem;left:11.59375rem;width:31.8125rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SumRrnOKMogfD2q8TskWVOU6p7uGiX6l { top:41.625rem;left:8.9375rem;width:38.8125rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afPMuRc72uA6RThfCSxQHFf3ZK3SNz2p { width:17.5rem;height:3.4375rem;top:3.75rem;left:11.85000038147rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyiZGSvAytl3qdysbJsqscrrUHavs6gT { display:block; }
 }@media only screen and (max-width: 763px) { #Ba3N0f8J5o7fRQm1BZrIEu4yqu7sCThc { top:3.6875rem;left:13.71875rem;width:20.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { top:1.6875rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:9.3125rem;left:0rem;width:16.875rem;height:3.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { top:12.75rem;left:0rem;width:11.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.1875rem;left:0rem;width:10.875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { top:13.125rem;left:0rem;width:9.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:21.9375rem;left:0rem;width:10.875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { top:4.1875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr { display:block; }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kiqcfgodt5JA8IiknI8u9nOJkFsyhrcs { width:17.5rem;height:3.4375rem;top:4.8125rem;left:11.974609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfuGq0SfPRzB0UdFdT2bf7k3LML0yn4y { display:block; }
 }@media only screen and (max-width: 763px) { #GFmK0Go1fQNdOBTsy1AU5P5JedxHc0dU { top:13.625rem;left:9.96875rem;width:27.8125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx0WPKUsXJff9T8nNJUewGh1eHwOaW1C { top:19.875rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED2rmnTZWVb9o8zXlqTP7ZhVTHgktls9 { top:33.0625rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhehGPLrCXsgTH7FetE396psxLNSicRz { top:33.0625rem;left:13.1875rem;width:21.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gegAuJkmeB2oSL75lnzlUHWTZsLBgBzD { top:19.875rem;left:17.625rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnBuJhRRELkGGdCv1eedKXAmlJGUDVM2 { top:36rem;left:0rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgbMWHNSeEtISZaKkhNeTTmGmK86zkIL { top:36rem;left:14.9375rem;width:18rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J82mhwy3H28yH6ToPyw6ApyWXdHS9lpy { top:33.0625rem;left:30.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePHehkpGdLOEwWTfDivSnqnJx6xQgTwH { top:36rem;left:32.1875rem;width:15.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q32iC0V3ZAPo5Sgpug2OADLsw2HQcKM6 { top:19.875rem;left:34.125rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { display:block; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPpTlhZoAqOM1zs4mVZ24fFXfv8k8sQA { top:13.4375rem;left:0rem;width:29.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { top:15.3125rem;left:0rem;width:27.0625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAQiOV4NSTcleBtTbPQ0KMC89s223lTH { top:18.875rem;left:0rem;width:21.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { top:21.375rem;left:0rem;width:24.25rem;height:6.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { top:28.6875rem;left:0rem;width:19.1875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttRsrF06RDa5Kf9gl6aADJeTVFQffJmp { top:37.4375rem;left:0rem;width:21.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { display:none; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VN3DhPbWxVmG6G4g1L2DTZHBlkUJgSz9 { top:3.625rem;left:0rem;width:16.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eboLJdwSta2wH2GRDlLzXEDURTUtZItx { top:3.375rem;left:0rem;width:16.875rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { top:5.875rem;left:0rem;width:19.6875rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysMqe1n7NfgWA83eXovzu6ec1h96TcAH { top:0.5625rem;left:0rem;width:20rem;height:2.5rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwBFq81Jw3sMgiyDmOQWvUhibdqcJEMr { top:12.9375rem;left:0rem;width:16.875rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { display:none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { top:1.1875rem;left:0rem;width:18.4375rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { top:6.3125rem;left:0rem;width:19.9375rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { display:none; }
 }@media only screen and (max-width: 763px) { #WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { display:block; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nih9H1nmZnTgnzfWlJHThKqFt7qukZ4b { top:2.125rem;left:5.0935344696045rem;width:37.5rem;height:3.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXSnhgPTST3lVTewqv80lJm4UnTgoi6K { top:3.625rem;left:0rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lstRMEFXZNVEgB7BvtOpFbdUFS3UTIfn { top:5.3125rem;left:3.5936279296875rem;width:40.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXQxaIugMzGRygPnkJyWgQMGqdfBdp3 { top:3.625rem;left:28.625rem;width:19.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp { display:block; }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1pqfSJ9Bl4r6up2RfzF2lEJZZIDrGEz { top:4.625rem;left:0rem;width:34.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWGczEUUxxNlBEHfzAyRMzyKg2pehAls { top:41.1875rem;left:2.9378662109375rem;width:17.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liEgo6Kw9bcMG0CSvtWm8kdzTC787qas { width:20rem;height:2.875rem;top:45.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfPxh0axiS47tNh93DepmiIlwUmizSGA { display:block; }
 }@media only screen and (max-width: 763px) { #kRGQvr8rqC5X2BSzaTAuIH5KGlnwNNiW { top:0.6875rem;left:3.62451171875rem;width:16.5625rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrvzkrcccUfBJk6kSOGSllISc1NSL1UG { top:0.6875rem;left:27.34326171875rem;width:16.875rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRPT76cTrpt9MNVzvRW0XDdscrycd0TM { top:4.375rem;left:12.6875rem;width:35rem;height:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #vekhEUGml1PAVnMPBRlW4b5ivKZov5an { top:41.1875rem;left:26.46923828125rem;width:18.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9ULVh7IgsikXhKMhrIof01fe66az5vF { width:20rem;height:2.875rem;top:45.1875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE6ql4sBJKFe3Hn3aTJcAmHKp7JFLhd3 { display:block; }
 }@media only screen and (max-width: 763px) { #LIETJxygqrDH0ZXI3iistWZCC1omMCMa { display:block; }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhIgPTy6RLrlpFPmrCUFmgJeRpT9mRr6 { top:5.125rem;left:0rem;width:35.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHeTx1xisyPAZbbW6xwskEF8VSkUTohl { top:42.5rem;left:0rem;width:25.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfeJDdoTXuDZl5G3wkqTroQwzBCDGZ46 { width:20rem;height:2.875rem;top:46.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB6S6n3MrPMJ4Tt2UE9TckNJi2A21L8W { display:block; }
 }@media only screen and (max-width: 763px) { #r25gIvf8TSrWUeCwPhfErxZW7SQOpwP1 { top:1.125rem;left:1.0314674377441rem;width:21.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKSfnWZMbZIOdrigrT2aZgtyvCnibyW9 { top:1.125rem;left:26.124456405639rem;width:19.375rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0gIsW4TRfVCUebC4mJMvWC4AK1dXwhq { top:5.125rem;left:12.375rem;width:35.3125rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTRceo0f5DFqO084ewf4ADXlmDVFMFkM { top:42.5rem;left:24.593627929688rem;width:22.375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEgg09bvSZTLWiByVT7Q945rTk74T2A { width:20rem;height:2.875rem;top:46.4375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx2TwuvZZwMPtNmFtiztgFD54HTTnGSS { display:block; }
 }@media only screen and (max-width: 763px) { #MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI { display:none; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oZg40FXmkGbREHbwkHv2CLwQnSeOUIXs { display:none; }
 }@media only screen and (max-width: 763px) { #Ty3CBVTKCufrW8oweKS3V5eMKXvkhk1r { top:1.4375rem;left:0rem;width:20rem;height:7.625rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQg1OKg9rh8fRoWB3M7valQTbu4UVTcc { top:8.0625rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t { display:block; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpknHcwsb8Pd6JQSezqTiopHdASmGslU { top:0.9375rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpRxwX9ir9sRRAFfcb0u6vPb0Qxwr2H8 { top:0.9375rem;left:6.9375rem;width:16.9375rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeJOGa5h1ukNXPA3qzmSTSkcbFpQg6Z1 { top:0.9375rem;left:2.0625rem;width:21.8125rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x74IA2Fl6JuqXzM8vSnJEAu77ih4NAiC { top:4.5rem;left:0rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KecQ74hWXlt81kmXNKUUucosat2dkdiJ { top:4.5rem;left:6.75rem;width:17.0625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR6CVMi12PaHO7Pv6sK9hwQTRDEiLr5L { top:4.5rem;left:18.6875rem;width:17.125rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW1TpOZfTVpVAXhpW8XaqoRhpR78s82S { top:23.75rem;left:0rem;width:18rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpeICz3W4GTMqKOcepbvO0tu9aWKfC2u { top:23.75rem;left:6.5625rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuEdFhSSASRUqWxnZtFcAGm9Rgs6Fp7O { top:23.75rem;left:18.6875rem;width:17.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9gIn49AOJ51kOZ9IcD16Nt0y11S9HGE { width:14.6875rem;height:2.9375rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIdXVuZhy9WfZhSGbpThhTemvIfOh6v { display:block; }
 }@media only screen and (max-width: 763px) { #RbCGcLSEaWzt1x8oDvhQDBr9m2x3cstf { width:14.6875rem;height:2.9375rem;top:27.25rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE9JR6f2gqHsl4gIQBh7vZwZTp6MMcT7 { display:block; }
 }@media only screen and (max-width: 763px) { #Mc1vvEI3Ud5R78HKnilqdzBKNbQ6SOA2 { width:14.6875rem;height:2.9375rem;top:27.25rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XztPM5k9mrFnFEieJC8kvaItqvA6EepJ { display:block; }
 }@media only screen and (max-width: 763px) { #RDC2kHcMSoHCTKTkIter6cUN214oGQNH { top:1rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1D6usLfUdvnDInolHWVSpf7OEnScryz { top:23.8125rem;left:0rem;width:17.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CVIVQO8b2LtViUJ5tiGQJ6LeqxNRe69M { top:23.8125rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ScwmHeW7MH87KXI8b4kv6Xe5gRiO0zyA { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eUbQGLbmQ62Fzq3hfD2erk6rETTo3ypU { display:block; }
 }@media only screen and (max-width: 763px) { #GUxX5wBkChmiuDpKoOGEbTXepiHKsJs3 { top:32.6875rem;left:0rem;width:20rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLhaT3CJmMTNW4l5IlogNHvS58Jkkuck { display:none; }
 }@media only screen and (max-width: 763px) { #RDe1ZeUsUx97PWk5bNJrDlLCXrMV2zET { top:58.1875rem;left:0rem;width:20rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #noNUC8pPy9Lwy7ddsru57ry0SKtWPHNh { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWPwmI75sbv7IWABJBzLRdHOCPCCLF3T { display:block; }
 }@media only screen and (max-width: 763px) { #HteclkppluSusrsxnsKQ6E2GCy3OSmnX { display:none; }
 }@media only screen and (max-width: 763px) { #fCPt2zZe2uI6q8cFfm1US3p6VI8wRNJd { top:64.875rem;left:0rem;width:17rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vr9CswZbAgx1Hssg3HeFDZf7cLqCS7Lv { top:92.875rem;left:0rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTxqTHocvPr2KfqXVJ8tGlTdWe5hWgIv { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzSt7a3oMLShRXzwI5kNuhZP2CLkgcSM { display:block; }
 }@media only screen and (max-width: 763px) { #SHzlqCXzl9EaquEdudXf1ThyJs8XuE0e { top:22.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw2Dt0oCZEJkDLlAAnmAV6JrXmN0cTBQ { top:22.1875rem;left:8.5rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgiySDDnEtmJCTvuJSVvOXiJimuruQP3 { top:22.1875rem;left:20.4375rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWaMaI3yml9eghKr2O1BUQ4ZNlXdXtUO { top:25.1875rem;left:0rem;width:15.375rem;height:1.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ccIANsVKbIPa4Rh9KmEMe0HO8k9V7bHC { width:23.3125rem;height:2.9375rem;top:46.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IhdPmro8TKeZ7B6gNUfXbFqVg0Bkn5Wa { display:block; }
 }@media only screen and (max-width: 763px) { #CbLxg6lEMoWLPtfnPvFzTm1JQ80JTS0k { top:128.25rem;left:0rem;width:19.0625rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVVF5EI4fbGAiTO9T5RexX3NQyQ24tyq { top:4.5rem;left:18.6875rem;width:17.125rem;height:17.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3onpav6cVuM9EfTl9zX8AeTKMVgDK9A { top:92.875rem;left:0rem;width:16.9375rem;height:2.1875rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #foqpJqEZbpcBQPHZuw0xxuvNX0GeGKRO { display:none; }
 }@media only screen and (max-width: 763px) { #t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { top:1.1875rem;left:0rem;width:18.5rem;height:5.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRhINSqpcWzp0cisaNZH0BF3tqW1tTJ3 { display:none; }
 }@media only screen and (max-width: 763px) { #d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { top:6.6875rem;left:0rem;width:18.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.0625rem;left:0rem;width:20rem;height:2.0625rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.5625rem;left:0rem;width:16.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.9375rem;left:0rem;width:18.875rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { display:none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { top:5.875rem;left:6.5625rem;width:17.9375rem;height:1.125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { top:0.625rem;left:0rem;width:20rem;height:5.1875rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:block; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { top:13.125rem;left:0rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { top:16.0625rem;left:0.125rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { top:13.125rem;left:14.1875rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { top:16.0625rem;left:13.75rem;width:18rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { top:13.125rem;left:30.0625rem;width:17.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { top:0rem;left:17.5rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { top:0rem;left:1.5625rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { top:16.0625rem;left:31.875rem;width:15.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { top:0rem;left:32.875rem;width:13.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { display:block; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { top:4.0625rem;left:3.25rem;width:41.25rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { top:7.5625rem;left:6.5625rem;width:34.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 { display:block; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPvmGTNqdOPHxNvzlsmwsrcXSToKOrQ0 { width:47.75rem;height:24.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { display:block; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { top:1.9375rem;left:6.4989013671875rem;width:34.6875rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { top:4.25rem;left:6.5625rem;width:34.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { top:1.625rem;left:18.5625rem;width:10.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 { display:block; }#x7gvf8tUcbxpfmnXw7TnZS3baTTugi85 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ROzB5EtbVwCn0HysTfVpi0kHzcRl0atV { width:8.375rem;height:2.0625rem;top:0.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cd6c6e8c-ddd8-4a79-a2fa-b4b385de0163/HappyHolidays_combo_CombinedLP1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.adaptive-delivery-prevent-bg, #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.lazyload, #RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms.lazyloading { background-image: none; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { border-width: 0; border-radius: 0; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RHa3TLcQLWIFoHB1X1s6PJlArXiLT7ms > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw { display:block; }#EiOKD9ZxQxAJsJ5N94aJT0rq5f618oWw > .row .container { width:20rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCtvOic2RTXlO6qmyq7M6KG6QAS5hwsW { width:20rem;height:7.8359375rem;top:4.8999996185303rem;left:0rem;font-size:3.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KRFaCnpXxfzeeIw8Cs33Op8bl4bS5S7t { width:17.8125rem;height:4.0625rem;top:13.6103515625rem;left:1.09375rem;font-size:1.5625rem;z-index:15007;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZXKFtDBJ5RTuq63elTvbGrT2xcBQ03DP { width:20rem;height:22.5625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpP8H8UCuTqqGPeMNhk3urCUdDrNNkUm { width:17.1875rem;height:17.375rem;top:13.475rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ni4T2FcpCMNAyJ2dhPcFmpNg4kU6tFxZ { width:12.5625rem;height:4.548825rem;top:20.9375rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SumRrnOKMogfD2q8TskWVOU6p7uGiX6l { width:18.5625rem;height:14.168rem;top:25.9375rem;left:0.71875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #afPMuRc72uA6RThfCSxQHFf3ZK3SNz2p { width:17.2998125rem;height:3.23730625rem;top:40.9501953125rem;left:1.349609375rem;z-index:15006;font-family:"mark pro";background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #fyiZGSvAytl3qdysbJsqscrrUHavs6gT { display:block; }
 }@media only screen and (max-width: 763px) { #Ba3N0f8J5o7fRQm1BZrIEu4yqu7sCThc { width:13.75rem;height:3.25rem;top:1.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udDppoPSKWeaqluLyldhcnoRbmVEqW2c { display:block; }#udDppoPSKWeaqluLyldhcnoRbmVEqW2c > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPvHcsKkbK4J12AGltlMGJAex9lU1I6q { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #azneKrrZStTpUd3QObLQrHyUrhWXe7k1 { width:9.4375rem;height:1.462675rem;top:4.96875rem;left:8.46875rem;font-size:1.125rem;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZAcIw3OSeIiZhcyG6QcrIo1JdCk1HLs { top:6.61376953125rem;left:8.46875rem;width:10.6875rem;height:4.546875rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcVH3QzmdhDaauSPOf96k7gfPwArvJnU { width:7.25rem;height:7.1875rem;top:12.28125rem;left:0.6875rem;overflow:hidden;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dpd2mLk6LIe5tLkeHSewFUgZ4Hcx1hdv { width:7.25rem;height:7.1875rem;top:20.375rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zrRupcyuCrX1WJAfsGTVGOvNIJbderAM { width:11.8125rem;height:1.381225rem;top:12.78125rem;left:8.46875rem;font-size:1.0625rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OV9FihfineS3JbR1HRmK19m0DwA45MoO { top:14.23291015625rem;left:8.46875rem;width:10.875rem;height:4.546875rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDNfDZ1dXU3lDSISfsPGBhrzKJSwwo2V { width:9.4375rem;height:1.462675rem;top:20.375rem;left:8.5rem;font-size:1.125rem;z-index:15006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #niHl12cN94Iy1ylAfwwEifJygTNU9nIz { top:21.9375rem;left:8.5rem;width:10.875rem;height:4.546875rem;z-index:15006;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHJkpRtJPi8G5VrHxbJChgqfSuNQFec4 { width:7.25rem;height:7.1875rem;top:4.03515625rem;left:0.6875rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr { display:none; }#Z7bhkvllJ95kBheQWNnNFK8T9d9PkWkr > .row .container { width:20rem;height:141.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kiqcfgodt5JA8IiknI8u9nOJkFsyhrcs { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfuGq0SfPRzB0UdFdT2bf7k3LML0yn4y { display:block; }
 }@media only screen and (max-width: 763px) { #GFmK0Go1fQNdOBTsy1AU5P5JedxHc0dU { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx0WPKUsXJff9T8nNJUewGh1eHwOaW1C { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED2rmnTZWVb9o8zXlqTP7ZhVTHgktls9 { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhehGPLrCXsgTH7FetE396psxLNSicRz { width:17.5625rem;height:3.8984375rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gegAuJkmeB2oSL75lnzlUHWTZsLBgBzD { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnBuJhRRELkGGdCv1eedKXAmlJGUDVM2 { width:15.5625rem;height:5.19921875rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgbMWHNSeEtISZaKkhNeTTmGmK86zkIL { width:15.5625rem;height:5.19921875rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J82mhwy3H28yH6ToPyw6ApyWXdHS9lpy { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePHehkpGdLOEwWTfDivSnqnJx6xQgTwH { width:15.5625rem;height:5.19921875rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q32iC0V3ZAPo5Sgpug2OADLsw2HQcKM6 { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 { display:none; }#acTD9GrPOmk4P9XATKX1JXHtOkVa0yf9 > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RPpTlhZoAqOM1zs4mVZ24fFXfv8k8sQA { width:20rem;height:28.125rem;top:24.311rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eV0d3D7P3LZONiDVp3huSM0UhpImvHxE { width:19.75rem;height:0;top:25.773925rem;left:0.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAQiOV4NSTcleBtTbPQ0KMC89s223lTH { width:17.5625rem;height:3.4118625rem;top:0.625rem;left:1.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnxymtxTFzPHfWbiUFIipXFm6rJCeL3b { width:19.375rem;height:9.9761875rem;top:5rem;left:0.3125rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CVeE4gaZd4T8rekwcrf3RhCR6qGNwCNA { width:16.625rem;height:7.124rem;top:15.9375rem;left:1.6875rem;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ttRsrF06RDa5Kf9gl6aADJeTVFQffJmp { width:20rem;height:0;top:53.686rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG { display:none; }#LZwRdzpD6c8V479e1O2n2mcOKnV9gAkG > .row .container { width:20rem;height:15.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VN3DhPbWxVmG6G4g1L2DTZHBlkUJgSz9 { top:3.643798828125rem;left:1.5625rem;width:16.875rem;height:1.54345625rem;z-index:15002;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eboLJdwSta2wH2GRDlLzXEDURTUtZItx { top:10.3125rem;left:-39.5rem;width:13.562rem;height:1.2999125rem;z-index:15009;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP7rQI4Kkf611DITLoE5hd6lcfwyDvT6 { top:5.9368896484375rem;left:0.1875rem;width:19.6875rem;height:6.499rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysMqe1n7NfgWA83eXovzu6ec1h96TcAH { width:20rem;height:2.5625rem;top:0.570068359375rem;left:0rem;font-size:2.5625rem;z-index:15016;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KwBFq81Jw3sMgiyDmOQWvUhibdqcJEMr { top:12.9970703125rem;left:0.46875rem;width:19.0625rem;height:1.54345625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ughGCvyEimsXxcxOrGirTzr3xUC9yTgm { background-color:#f6f6f6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { border-width: 0; border-radius: 0; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ughGCvyEimsXxcxOrGirTzr3xUC9yTgm > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fe6QN64r6L2mTy7FhcNbEOpA84bh1Tfk { top:1.203125rem;left:1.90625rem;width:18.5rem;height:6.499rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFTFA9W13X53SQdpwRPuBCTldP5XxNs { top:8.8397216796875rem;left:0rem;width:19.99875rem;height:1.381225rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5SEOlsnIHAeRweXxTnTFZ3dVE2bofDa { top:11.094360351562rem;left:7.5rem;width:5rem;height:0.3125rem;z-index:15006;background-color:#000000;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ { display:none; }#WyvAhVfg5dbX4aK78R3WlbT3xV05gNSZ > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nih9H1nmZnTgnzfWlJHThKqFt7qukZ4b { width:20rem;height:auto;top:2.125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXSnhgPTST3lVTewqv80lJm4UnTgoi6K { width:20rem;height:0.1875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lstRMEFXZNVEgB7BvtOpFbdUFS3UTIfn { width:20rem;height:auto;top:5.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETXQxaIugMzGRygPnkJyWgQMGqdfBdp3 { width:19.125rem;height:0.125rem;top:4.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp { display:none; }#XBEbP5dimG7NEyf9RFPVczQLOFBbGUbp > .row .container { width:20rem;height:42.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H1pqfSJ9Bl4r6up2RfzF2lEJZZIDrGEz { width:20rem;height:20rem;top:0.874550819397rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWGczEUUxxNlBEHfzAyRMzyKg2pehAls { width:17.9375rem;height:auto;top:41.1875rem;left:1rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #liEgo6Kw9bcMG0CSvtWm8kdzTC787qas { width:20rem;height:2.875rem;top:45.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfPxh0axiS47tNh93DepmiIlwUmizSGA { display:block; }
 }@media only screen and (max-width: 763px) { #kRGQvr8rqC5X2BSzaTAuIH5KGlnwNNiW { width:16.5625rem;height:auto;top:0.6875rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrvzkrcccUfBJk6kSOGSllISc1NSL1UG { width:16.875rem;height:auto;top:0.6875rem;left:1.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRPT76cTrpt9MNVzvRW0XDdscrycd0TM { width:20rem;height:20rem;top:22.5rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vekhEUGml1PAVnMPBRlW4b5ivKZov5an { width:18.625rem;height:auto;top:41.1875rem;left:0.6875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O9ULVh7IgsikXhKMhrIof01fe66az5vF { width:20rem;height:2.875rem;top:45.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IE6ql4sBJKFe3Hn3aTJcAmHKp7JFLhd3 { display:block; }
 }@media only screen and (max-width: 763px) { #LIETJxygqrDH0ZXI3iistWZCC1omMCMa { display:none; }#LIETJxygqrDH0ZXI3iistWZCC1omMCMa > .row .container { width:20rem;height:86.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QhIgPTy6RLrlpFPmrCUFmgJeRpT9mRr6 { width:20rem;height:20rem;top:43.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OHeTx1xisyPAZbbW6xwskEF8VSkUTohl { width:20rem;height:auto;top:42.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfeJDdoTXuDZl5G3wkqTroQwzBCDGZ46 { width:20rem;height:2.875rem;top:46.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CB6S6n3MrPMJ4Tt2UE9TckNJi2A21L8W { display:block; }
 }@media only screen and (max-width: 763px) { #r25gIvf8TSrWUeCwPhfErxZW7SQOpwP1 { width:20rem;height:auto;top:1.125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKSfnWZMbZIOdrigrT2aZgtyvCnibyW9 { width:19.375rem;height:auto;top:1.125rem;left:0.3125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0gIsW4TRfVCUebC4mJMvWC4AK1dXwhq { width:20rem;height:20rem;top:65.0000038147rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iTRceo0f5DFqO084ewf4ADXlmDVFMFkM { width:20rem;height:auto;top:42.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLEgg09bvSZTLWiByVT7Q945rTk74T2A { width:20rem;height:2.875rem;top:46.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nx2TwuvZZwMPtNmFtiztgFD54HTTnGSS { display:block; }
 }@media only screen and (max-width: 763px) { #MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI { display:block; }#MNkSDBrZz85BFS9Q0EGCwMTtSWShg8kI > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZg40FXmkGbREHbwkHv2CLwQnSeOUIXs { top:6.99951171875rem;left:0.625rem;width:18.75rem;height:0.187378125rem;z-index:15021;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ty3CBVTKCufrW8oweKS3V5eMKXvkhk1r { width:20rem;height:4.7504375rem;top:1.5rem;left:0rem;font-size:2.375rem;z-index:15015;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bQg1OKg9rh8fRoWB3M7valQTbu4UVTcc { top:8.1243896484375rem;left:0rem;width:20rem;height:1.625rem;z-index:15004;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t { display:block; }#yfHTiZMD50P1ns3JUk9RZ4XNfWaod94t > .row .container { width:20rem;height:136.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpknHcwsb8Pd6JQSezqTiopHdASmGslU { width:16.625rem;height:auto;top:0.9375rem;left:1.6875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpRxwX9ir9sRRAFfcb0u6vPb0Qxwr2H8 { width:16.9375rem;height:auto;top:0.9375rem;left:1.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeJOGa5h1ukNXPA3qzmSTSkcbFpQg6Z1 { width:20rem;height:auto;top:0.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #x74IA2Fl6JuqXzM8vSnJEAu77ih4NAiC { width:20rem;height:20rem;top:4.0106201171875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KecQ74hWXlt81kmXNKUUucosat2dkdiJ { width:20rem;height:20rem;top:37.384643554688rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CR6CVMi12PaHO7Pv6sK9hwQTRDEiLr5L { width:19.8125rem;height:19.8125rem;top:71.698608398438rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pW1TpOZfTVpVAXhpW8XaqoRhpR78s82S { width:18rem;height:auto;top:23.75rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpeICz3W4GTMqKOcepbvO0tu9aWKfC2u { width:17.3125rem;height:auto;top:23.75rem;left:1.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuEdFhSSASRUqWxnZtFcAGm9Rgs6Fp7O { width:17.125rem;height:auto;top:23.75rem;left:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9gIn49AOJ51kOZ9IcD16Nt0y11S9HGE { width:14.6875rem;height:2.9375rem;top:27.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTIdXVuZhy9WfZhSGbpThhTemvIfOh6v { display:block; }
 }@media only screen and (max-width: 763px) { #RbCGcLSEaWzt1x8oDvhQDBr9m2x3cstf { width:14.6875rem;height:2.9375rem;top:27.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lE9JR6f2gqHsl4gIQBh7vZwZTp6MMcT7 { display:block; }
 }@media only screen and (max-width: 763px) { #Mc1vvEI3Ud5R78HKnilqdzBKNbQ6SOA2 { width:14.6875rem;height:2.9375rem;top:27.25rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XztPM5k9mrFnFEieJC8kvaItqvA6EepJ { display:block; }
 }@media only screen and (max-width: 763px) { #RDC2kHcMSoHCTKTkIter6cUN214oGQNH { width:20rem;height:2.19970625rem;top:1rem;left:0rem;font-size:2rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #R1D6usLfUdvnDInolHWVSpf7OEnScryz { width:17.9375rem;height:0;top:23.1875rem;left:3.59375rem;font-size:1.1875rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #CVIVQO8b2LtViUJ5tiGQJ6LeqxNRe69M { width:20rem;height:2.5996125rem;top:24.699096679688rem;left:0rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ScwmHeW7MH87KXI8b4kv6Xe5gRiO0zyA { width:18.999rem;height:2.9370125rem;top:27.97607421875rem;left:0.50048828125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #eUbQGLbmQ62Fzq3hfD2erk6rETTo3ypU { display:block; }
 }@media only screen and (max-width: 763px) { #GUxX5wBkChmiuDpKoOGEbTXepiHKsJs3 { width:20rem;height:2.19970625rem;top:34.436645507812rem;left:0rem;font-size:2rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #pLhaT3CJmMTNW4l5IlogNHvS58Jkkuck { top:32.5rem;left:0.625rem;width:18.75rem;height:0.187378125rem;z-index:15020;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RDe1ZeUsUx97PWk5bNJrDlLCXrMV2zET { width:20rem;height:2.5996125rem;top:58.24951171875rem;left:0rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #noNUC8pPy9Lwy7ddsru57ry0SKtWPHNh { width:18.999625rem;height:2.9370125rem;top:61.812133789062rem;left:0.4986572265625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #nWPwmI75sbv7IWABJBzLRdHOCPCCLF3T { display:block; }
 }@media only screen and (max-width: 763px) { #HteclkppluSusrsxnsKQ6E2GCy3OSmnX { top:66.5625rem;left:0.625rem;width:18.75rem;height:0.1875rem;z-index:15021;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fCPt2zZe2uI6q8cFfm1US3p6VI8wRNJd { width:17rem;height:2.19970625rem;top:68.75rem;left:1.625rem;font-size:2rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #vr9CswZbAgx1Hssg3HeFDZf7cLqCS7Lv { width:19.0625rem;height:2.5996125rem;top:92.93701171875rem;left:0.46875rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RTxqTHocvPr2KfqXVJ8tGlTdWe5hWgIv { width:18.999625rem;height:2.9370125rem;top:96.8115234375rem;left:0.4986572265625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #OzSt7a3oMLShRXzwI5kNuhZP2CLkgcSM { display:block; }
 }@media only screen and (max-width: 763px) { #SHzlqCXzl9EaquEdudXf1ThyJs8XuE0e { width:15.375rem;height:auto;top:22.1875rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yw2Dt0oCZEJkDLlAAnmAV6JrXmN0cTBQ { width:15.375rem;height:auto;top:22.1875rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgiySDDnEtmJCTvuJSVvOXiJimuruQP3 { width:15.375rem;height:auto;top:22.1875rem;left:2.3125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lWaMaI3yml9eghKr2O1BUQ4ZNlXdXtUO { width:15.375rem;height:0;top:28.125rem;left:6.15625rem;font-size:1rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #ccIANsVKbIPa4Rh9KmEMe0HO8k9V7bHC { width:18.9984375rem;height:2.9370125rem;top:131.93603515625rem;left:0.50048828125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #IhdPmro8TKeZ7B6gNUfXbFqVg0Bkn5Wa { display:block; }
 }@media only screen and (max-width: 763px) { #CbLxg6lEMoWLPtfnPvFzTm1JQ80JTS0k { width:19.0625rem;height:2.5996125rem;top:127.99926757812rem;left:0.46875rem;font-size:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #RVVF5EI4fbGAiTO9T5RexX3NQyQ24tyq { width:20rem;height:20rem;top:107.10083007812rem;left:0rem;overflow:hidden;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #R3onpav6cVuM9EfTl9zX8AeTKMVgDK9A { width:16.9995rem;height:2.19970625rem;top:104.12878417969rem;left:1.4996337890625rem;font-size:2rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #foqpJqEZbpcBQPHZuw0xxuvNX0GeGKRO { top:101.93725585938rem;left:0.625rem;width:18.75rem;height:0.187378125rem;z-index:15022;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT { display:none; }#t2a5nhExT3dh4TlwZ4O0cvVeubO7IBRT > .row .container { width:20rem;height:10.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pHzdJ454RI5z2HgHCQcaOkZAJM86sHt8 { top:1.1875rem;left:0.75rem;width:18.5rem;height:5.125rem;z-index:15005;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.5625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qRhINSqpcWzp0cisaNZH0BF3tqW1tTJ3 { top:10rem;left:0.625rem;width:18.75rem;height:0.1875rem;z-index:15024;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #d3VOpM1gKDenh6zHrqkB9i63c2Wpinge { width:18.4375rem;height:2.5996125rem;top:6.6875rem;left:0.78125rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #pTd7LEJ73310uTVipNlP3CF7bhD2TZGg { display:none; }#pTd7LEJ73310uTVipNlP3CF7bhD2TZGg > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a0OhuIrJnGkPitcJNRPNBd4MeldEzwty { top:2.1103515625rem;left:0rem;width:20rem;height:2.0625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:2.0625rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TwGNt0TZFKeC0AoF3ZN69Qxl9pqrhqyB { top:0.623046875rem;left:1.5625rem;width:16.875rem;height:1.29980625rem;z-index:15002;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #er5fEMXU3S39sLVExoVpgFOnBF96smGc { top:4.9375rem;left:0.5625rem;width:18.875rem;height:3.41015625rem;z-index:15003;font-family:"source sans pro";font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hokIvnBL51XyLOR8wQzJN3OVU5wRB9US { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { background-color: transparent; background-image: none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container > .video-iframe-container { display: none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row > .video-iframe-container { display: none; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .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); }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { border-width: 0; border-radius: 0; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hokIvnBL51XyLOR8wQzJN3OVU5wRB9US > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWQntmLxZ2P9r6aA8hNynu1lQGK7mSof { width:17.9375rem;height:1.54358125rem;top:8.5rem;left:1rem;font-size:1.1875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #lwQfhqsiHvEWDX7TRvyI8eTQKCBEepOn { top:10.9375rem;left:0.6875rem;width:18.625rem;height:10.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EnTUFkEiO2edm6ktzdn2shGcLKXynlhG { width:20rem;height:4.75043125rem;top:3.1875rem;left:0rem;font-size:2.375rem;z-index:15009;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z { display:none; }#e9borVOCaFhwTQfmWiDTsIuBK8Cpn74z > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PGzBh9OpSa6pCqJDqlM7xg9Aqw2scbB0 { width:17.5625rem;height:1.94970625rem;top:15.1875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUdzzxFPIAVZTxmqizbvqqFqsSiTBRz8 { width:15.5625rem;height:3.8994125rem;top:18.38671875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoGwL2UDkDSGBRAo9gkaap61Bem4PmH { width:17.5625rem;height:1.94970625rem;top:37.34814375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSoQ8HWQ61QWEXI7lynZPXIsvAWNVco9 { width:15.5625rem;height:5.19921875rem;top:40.5473625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT5y9U7lPbxPw7o2TNLTK6l4BJ8KHPMH { width:17.5625rem;height:1.94970625rem;top:45.6962875rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #POkwuATwa5QUosShcrKbnnRREh70KHDM { width:12.5625rem;height:12.5625rem;top:23.53564375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O69uTmMz8E4D8lBbRVBBMXcfkxHWXq63 { width:12.6875rem;height:12.6875rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT9etEN8fMcUcBbH4PxGemwiwvJias9d { width:15.5625rem;height:3.8994125rem;top:48.89550625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaK1Gms9DveqAxz4pirqrgpeBb6Im1nr { width:7.25rem;height:7.1875rem;top:4.162109375rem;left:0.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE { display:none; }#IptzVeQIDErgmFW9ynGEVXPHHHBKOKyE > .row .container { width:20rem;height:63.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NJI5k4854UXbMQxQlHTI0BSUXfOpQUhQ { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPtfbv7iX94aJmn59BeaxWrXif3QdQTQ { width:20rem;height:2.5996125rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 { display:none; }#H0pilFpGNVhqSi7EbC1RgMrch7pRGDU6 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qPvmGTNqdOPHxNvzlsmwsrcXSToKOrQ0 { width:20rem;height:28.6875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV { display:block; }#PXIH2os8Lhf0f9GkfPlk3NvWWqScowcV > .row .container { width:20rem;height:29.402375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmT0Zf2BiBbAPJdi9danVSEmMW8cL1U3 { width:17.437125rem;height:28.418rem;top:0.9844970703125rem;left:1.2799072265625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWlES7soFDevuCOkvhe79TnDBMdBwkP5 { display:block; }#BWlES7soFDevuCOkvhe79TnDBMdBwkP5 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kripkykTzRtZ3Q8gkn6v2BH2JXX9RWrc { width:20rem;height:0.89355625rem;top:3.470703125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3gmaJV6JwR0LGDTHTrXJ3SyJmuwQJx { width:10.5625rem;height:1.8125rem;top:1rem;left:4.71875rem;display:block; }
 }