.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:218,237,235;--color-primary-1:130,195,188;--color-primary-2:5,134,120;--color-primary-3:3,67,60;--color-primary-4:1,20,18;--color-secondary-0:255,239,204;--color-secondary-1:254,206,102;--color-secondary-2:254,174,0;--color-secondary-3:254,174,3;--color-secondary-4:51,35,0;--color-tertiary-0:255,252,252;--color-tertiary-1:255,244,247;--color-tertiary-2:255,232,238;--color-tertiary-3:128,116,119;--color-tertiary-4:38,35,36;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#T8cae4b5e5013d576c37cefaef29623b { position:relative;display:block; }#T8cae4b5e5013d576c37cefaef29623b { background-color: transparent; background-image: none; }#T8cae4b5e5013d576c37cefaef29623b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8cae4b5e5013d576c37cefaef29623b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8cae4b5e5013d576c37cefaef29623b > .row .container > .video-iframe-container { display: none; }#T8cae4b5e5013d576c37cefaef29623b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8cae4b5e5013d576c37cefaef29623b > .row > .video-iframe-container { display: none; }#T8cae4b5e5013d576c37cefaef29623b > .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); }#T8cae4b5e5013d576c37cefaef29623b { border-width: 0; border-radius: 0; }#T8cae4b5e5013d576c37cefaef29623b > .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; }#T8cae4b5e5013d576c37cefaef29623b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49.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:block; }#Sc15f710f49d7fff860e8e7be6240810 { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#k384f530d5228b99aa07584740bc5f9e { color:#000000;display:block;width:55.81125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:9.59326171875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M664f58088c235eb53e5f098647987c3 { box-sizing:content-box;height:7.375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:0.0625rem;left:0rem;display:block; }
#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S { position:relative;display:block; }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S { background-color: transparent; background-image: none; }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .row .container > .video-iframe-container { display: none; }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .row > .video-iframe-container { display: none; }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .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); }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S { border-width: 0; border-radius: 0; }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .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; }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.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:block; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a { position:relative;display:block; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a { background-color: transparent; background-image: none; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .row .container > .video-iframe-container { display: none; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .row > .video-iframe-container { display: none; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .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); }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a { border-width: 0; border-radius: 0; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .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; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .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:36.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:block; }#xvb286eso9TRMU0cNFPfF2GvTK0OqtTL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:33.75rem;width:60rem;top:1.5rem;left:7.499218940735rem;display:block; }
#Vbe180aa74cf928a7a56970c2dd87ead { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Vbe180aa74cf928a7a56970c2dd87ead > .row .container { background-color: transparent; background-image: none; }#Vbe180aa74cf928a7a56970c2dd87ead::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vbe180aa74cf928a7a56970c2dd87ead > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vbe180aa74cf928a7a56970c2dd87ead > .row .container > .video-iframe-container { display: none; }#Vbe180aa74cf928a7a56970c2dd87ead > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vbe180aa74cf928a7a56970c2dd87ead > .row > .video-iframe-container { display: none; }#Vbe180aa74cf928a7a56970c2dd87ead > .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); }#Vbe180aa74cf928a7a56970c2dd87ead > .row .container { border-width: 0; border-radius: 0; }#Vbe180aa74cf928a7a56970c2dd87ead > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vbe180aa74cf928a7a56970c2dd87ead > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Jd26e1dcfd0c7148fd9a9ec273c9cc24 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#ff6e03ea7edf1e246d334e1369ae6562 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4e5f81101606c1ee1765679fe1b6a91 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.625rem;left:12.5rem;display:block; }
#af66bda7e272140358ecb45ceb3570e1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#af66bda7e272140358ecb45ceb3570e1 > .row .container { background-color: transparent; background-image: none; }#af66bda7e272140358ecb45ceb3570e1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af66bda7e272140358ecb45ceb3570e1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af66bda7e272140358ecb45ceb3570e1 > .row .container > .video-iframe-container { display: none; }#af66bda7e272140358ecb45ceb3570e1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#af66bda7e272140358ecb45ceb3570e1 > .row > .video-iframe-container { display: none; }#af66bda7e272140358ecb45ceb3570e1 > .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); }#af66bda7e272140358ecb45ceb3570e1 > .row .container { border-width: 0; border-radius: 0; }#af66bda7e272140358ecb45ceb3570e1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#af66bda7e272140358ecb45ceb3570e1 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#e6dcefd9e7dd0a012e27e523288db973 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.51880625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#befb5c421828d2d53b86042b83722763 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#befb5c421828d2d53b86042b83722763 > .row .container { background-color: transparent; background-image: none; }#befb5c421828d2d53b86042b83722763::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#befb5c421828d2d53b86042b83722763 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#befb5c421828d2d53b86042b83722763 > .row .container > .video-iframe-container { display: none; }#befb5c421828d2d53b86042b83722763 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#befb5c421828d2d53b86042b83722763 > .row > .video-iframe-container { display: none; }#befb5c421828d2d53b86042b83722763 > .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); }#befb5c421828d2d53b86042b83722763 > .row .container { border-width: 0; border-radius: 0; }#befb5c421828d2d53b86042b83722763 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#befb5c421828d2d53b86042b83722763 > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#c770e4069b5e17c365ee1cad11217268 { position:absolute;display:block;z-index:15030;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:25.3125rem;display:block; }
#w7c9d34a24475cfbc21d394afec17989 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#w7c9d34a24475cfbc21d394afec17989.adaptive-delivery-prevent-bg, #w7c9d34a24475cfbc21d394afec17989.lazyload, #w7c9d34a24475cfbc21d394afec17989.lazyloading { background-image: none; }
#e38077da5dd377bdef9ef825c4bc82ae { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#e38077da5dd377bdef9ef825c4bc82ae.adaptive-delivery-prevent-bg, #e38077da5dd377bdef9ef825c4bc82ae.lazyload, #e38077da5dd377bdef9ef825c4bc82ae.lazyloading { background-image: none; }
#Ke8db9326a62c1f017d3ef6790257d3c { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.9375rem;left:0.25rem;display:block; }#Ke8db9326a62c1f017d3ef6790257d3c.adaptive-delivery-prevent-bg, #Ke8db9326a62c1f017d3ef6790257d3c.lazyload, #Ke8db9326a62c1f017d3ef6790257d3c.lazyloading { background-image: none; }
#F4688d6b03dc445fdba538d555e0ab72 { position:absolute;display:block;z-index:15031;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:0.31201171875rem;display:block; }
#a5f7a0d69f1cf9b572494113158809ad { position:absolute;display:block;z-index:15026;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:50.24951171875rem;display:block; }
#x663b1c674987fd3f2341b5e7e160dd6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x663b1c674987fd3f2341b5e7e160dd6 > .row .container { background-color: transparent; background-image: none; }#x663b1c674987fd3f2341b5e7e160dd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x663b1c674987fd3f2341b5e7e160dd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x663b1c674987fd3f2341b5e7e160dd6 > .row .container > .video-iframe-container { display: none; }#x663b1c674987fd3f2341b5e7e160dd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x663b1c674987fd3f2341b5e7e160dd6 > .row > .video-iframe-container { display: none; }#x663b1c674987fd3f2341b5e7e160dd6 > .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); }#x663b1c674987fd3f2341b5e7e160dd6 > .row .container { border-width: 0; border-radius: 0; }#x663b1c674987fd3f2341b5e7e160dd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x663b1c674987fd3f2341b5e7e160dd6 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#eeca639037b3df9dcec65a2580034546 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#eeca639037b3df9dcec65a2580034546.adaptive-delivery-prevent-bg, #eeca639037b3df9dcec65a2580034546.lazyload, #eeca639037b3df9dcec65a2580034546.lazyloading { background-image: none; }
#Nde6ee7a7a4a4d8c700bb395d042374e { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#Nde6ee7a7a4a4d8c700bb395d042374e.adaptive-delivery-prevent-bg, #Nde6ee7a7a4a4d8c700bb395d042374e.lazyload, #Nde6ee7a7a4a4d8c700bb395d042374e.lazyloading { background-image: none; }
#dd5a2b3542a723ecfb8ec49c792ce79d { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#dd5a2b3542a723ecfb8ec49c792ce79d.adaptive-delivery-prevent-bg, #dd5a2b3542a723ecfb8ec49c792ce79d.lazyload, #dd5a2b3542a723ecfb8ec49c792ce79d.lazyloading { background-image: none; }
#Jdff55a378251947a725b28b344d4cb8 { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#q061514d692df72c5d4a15a142cf0d56 { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#d6ba17e1c2115de8c11b4450778170e9 { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#ab8e868b10bdd4c033bf2ac6e0fe834e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row .container { background-color: transparent; background-image: none; }#ab8e868b10bdd4c033bf2ac6e0fe834e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row .container > .video-iframe-container { display: none; }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row > .video-iframe-container { display: none; }#ab8e868b10bdd4c033bf2ac6e0fe834e > .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); }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row .container { border-width: 0; border-radius: 0; }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#K4c2ecb360ec3c7645d4038ebe2ba067 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#B4183b7dcf07b4a5a3acd43f4155a1b4 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#B4183b7dcf07b4a5a3acd43f4155a1b4.adaptive-delivery-prevent-bg, #B4183b7dcf07b4a5a3acd43f4155a1b4.lazyload, #B4183b7dcf07b4a5a3acd43f4155a1b4.lazyloading { background-image: none; }
#b3b97cd64ab3ae16ac3bbdcc35649002 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#b3b97cd64ab3ae16ac3bbdcc35649002.adaptive-delivery-prevent-bg, #b3b97cd64ab3ae16ac3bbdcc35649002.lazyload, #b3b97cd64ab3ae16ac3bbdcc35649002.lazyloading { background-image: none; }
#tc71a53828369a84610ee967b549a88b { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#tc71a53828369a84610ee967b549a88b.adaptive-delivery-prevent-bg, #tc71a53828369a84610ee967b549a88b.lazyload, #tc71a53828369a84610ee967b549a88b.lazyloading { background-image: none; }
#e4235b35e139bdfe5e8f908215866519 { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#a1f17f3361a02ceee8e2adb5077d5b0a { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;display:block; }
#Iaf7822d5e1fc1ddc818355fd6a56d91 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row .container { background-color: transparent; background-image: none; }#Iaf7822d5e1fc1ddc818355fd6a56d91::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row .container > .video-iframe-container { display: none; }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row > .video-iframe-container { display: none; }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .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); }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row .container { border-width: 0; border-radius: 0; }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#qc484a749b88079ce1ead09c15d24421 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#qc484a749b88079ce1ead09c15d24421.adaptive-delivery-prevent-bg, #qc484a749b88079ce1ead09c15d24421.lazyload, #qc484a749b88079ce1ead09c15d24421.lazyloading { background-image: none; }
#la35f3cf1479c94106e83e3118a40616 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#la35f3cf1479c94106e83e3118a40616.adaptive-delivery-prevent-bg, #la35f3cf1479c94106e83e3118a40616.lazyload, #la35f3cf1479c94106e83e3118a40616.lazyloading { background-image: none; }
#R8c43488d3b5e5b07d8f191828994175 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#R8c43488d3b5e5b07d8f191828994175.adaptive-delivery-prevent-bg, #R8c43488d3b5e5b07d8f191828994175.lazyload, #R8c43488d3b5e5b07d8f191828994175.lazyloading { background-image: none; }
#b0f4cb9a4f23ecfc07fd30089e32e050 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#Hd7223df1b159565055f63b36aeaabfe { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#Of12225372066762f94d1d18c0232a68 { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#e02db47a7bca90ae71e00f8930540646 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e02db47a7bca90ae71e00f8930540646 > .row .container { background-color: transparent; background-image: none; }#e02db47a7bca90ae71e00f8930540646::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e02db47a7bca90ae71e00f8930540646 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e02db47a7bca90ae71e00f8930540646 > .row .container > .video-iframe-container { display: none; }#e02db47a7bca90ae71e00f8930540646 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e02db47a7bca90ae71e00f8930540646 > .row > .video-iframe-container { display: none; }#e02db47a7bca90ae71e00f8930540646 > .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); }#e02db47a7bca90ae71e00f8930540646 > .row .container { border-width: 0; border-radius: 0; }#e02db47a7bca90ae71e00f8930540646 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e02db47a7bca90ae71e00f8930540646 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#e2b94811fa929eeb7295d814a3d8a0c7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#meee7e8bb40f53f7c2750cdea3fef78e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#meee7e8bb40f53f7c2750cdea3fef78e > .row .container { background-color: transparent; background-image: none; }#meee7e8bb40f53f7c2750cdea3fef78e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meee7e8bb40f53f7c2750cdea3fef78e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meee7e8bb40f53f7c2750cdea3fef78e > .row .container > .video-iframe-container { display: none; }#meee7e8bb40f53f7c2750cdea3fef78e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#meee7e8bb40f53f7c2750cdea3fef78e > .row > .video-iframe-container { display: none; }#meee7e8bb40f53f7c2750cdea3fef78e > .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); }#meee7e8bb40f53f7c2750cdea3fef78e > .row .container { border-width: 0; border-radius: 0; }#meee7e8bb40f53f7c2750cdea3fef78e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#meee7e8bb40f53f7c2750cdea3fef78e > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#i0cc25ca2307570ff1493f41dc0710a9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#Xe0d594dc86e4abc9d43e3d3c7356a7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C1bc54dbe9817abe5da40895c1bbd64c { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.625rem;left:12.5rem;display:block; }
#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { background-color: transparent; background-image: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { display: none; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .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); }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { border-width: 0; border-radius: 0; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#f6f609d5dfbfdb432534b946d2f47656 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.125rem solid #f07e0f;border-left:0.125rem solid #f07e0f;border-right:0.125rem solid #f07e0f;border-bottom:0.125rem solid #f07e0f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.625rem;left:17.0625rem;display:block; }
#d87499bf4ebdc752a1eaac1f194b4a01 { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:17rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ya44adc70ba6675c2dc2aed084fb880c { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f07e0f;border-left:0.3125rem solid #f07e0f;border-right:0.3125rem solid #f07e0f;border-bottom:0.3125rem solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:23.4375rem;top:6.8125rem;left:7rem;display:block; }
#P77f8f56b66a7964f1e3cc1f5692eaa0 { color:#000000;display:block;width:22.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8517551422119rem;left:7.7184600830075rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f7b212bac58466db0099a5b5190e05ad { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.125rem solid #f07e0f;border-left:0.125rem solid #f07e0f;border-right:0.125rem solid #f07e0f;border-bottom:0.125rem solid #f07e0f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:2.5009651184082rem;left:54.532694816589rem;display:block; }
#c41ca9a0540e5ea872cad19c33e7da4a { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.2436351776123rem;left:54.530764579773rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fc3e27ad6da1008ce9bd705fb2a6d3cf { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.0625rem;left:37.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5e09eb9c821171a2e03631dd0493267 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f07e0f;border-left:0.3125rem solid #f07e0f;border-right:0.3125rem solid #f07e0f;border-bottom:0.3125rem solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:9.3125rem;width:23.4375rem;top:6.8125rem;left:44.5rem;display:block; }
#KphkIz9Winx0mNw5o2uEe59gihnlMkwy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.441840767861rem;left:54.59375rem; }
#KphkIz9Winx0mNw5o2uEe59gihnlMkwy > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row .container { background-color: transparent; background-image: none; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row .container > .video-iframe-container { display: none; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row > .video-iframe-container { display: none; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .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); }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row .container { border-width: 0; border-radius: 0; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#rNqkuyJBz4SMEaXBuiL4KpKTmgVLfZxs { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:10.8125rem;left:16.3125rem;display:block; }
#TXlJQzNrNFxmMyB0cUy7tw1VaEvwhyBe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMBD2aCNZbelRbaspU6zzM6FBW1bVVmQ { color:#000000;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:18.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mzCSV2f8DD5OAQvCKMQ8EKmAT9TTiIvo { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.4);background-image:none;border-top:0.125rem solid #f07e0f;border-left:0.125rem solid #f07e0f;border-right:0.125rem solid #f07e0f;border-bottom:0.125rem solid #f07e0f;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:0.6875rem;left:35.8125rem;display:block; }
#cZkne23uJd6Ts3fzOxrzurWWBHsXAnFR { color:#000000;display:block;width:3.4375rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:35.8125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smXmbh7HCmeKkTJAOCcT80CQ8miJkdIG { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #f07e0f;border-left:0.3125rem solid #f07e0f;border-right:0.3125rem solid #f07e0f;border-bottom:0.3125rem solid #f07e0f;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:10.875rem;width:60.875rem;top:5.1875rem;left:7rem;display:block; }
#nvlJirGOPvytJ0QqXhVebJHws47CJKJb { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.8125rem;left:41.125rem;display:block; }
#ZS0TxifTXCAzx90b9q2EsJf1WcBt41OC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cc6df51709f05de19022fcb3ed9072f1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cc6df51709f05de19022fcb3ed9072f1 > .row .container { background-color: transparent; background-image: none; }#cc6df51709f05de19022fcb3ed9072f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc6df51709f05de19022fcb3ed9072f1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc6df51709f05de19022fcb3ed9072f1 > .row .container > .video-iframe-container { display: none; }#cc6df51709f05de19022fcb3ed9072f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cc6df51709f05de19022fcb3ed9072f1 > .row > .video-iframe-container { display: none; }#cc6df51709f05de19022fcb3ed9072f1 > .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); }#cc6df51709f05de19022fcb3ed9072f1 > .row .container { border-width: 0; border-radius: 0; }#cc6df51709f05de19022fcb3ed9072f1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cc6df51709f05de19022fcb3ed9072f1 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Qfe2ef8418787eb1f5be18487fb99a2a { color:#000000;display:block;width:48.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.4375rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Scaff29e565d671326350b4944ff770d { box-sizing:content-box;height:3.875rem;width:49.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.75rem;left:12.625rem;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;display:block; }
#d8c4f69936b80bb77b2fdc12dee4c13d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d8c4f69936b80bb77b2fdc12dee4c13d > .row .container { background-color: transparent; background-image: none; }#d8c4f69936b80bb77b2fdc12dee4c13d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8c4f69936b80bb77b2fdc12dee4c13d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8c4f69936b80bb77b2fdc12dee4c13d > .row .container > .video-iframe-container { display: none; }#d8c4f69936b80bb77b2fdc12dee4c13d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d8c4f69936b80bb77b2fdc12dee4c13d > .row > .video-iframe-container { display: none; }#d8c4f69936b80bb77b2fdc12dee4c13d > .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); }#d8c4f69936b80bb77b2fdc12dee4c13d > .row .container { border-width: 0; border-radius: 0; }#d8c4f69936b80bb77b2fdc12dee4c13d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d8c4f69936b80bb77b2fdc12dee4c13d > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#Ha71293716cc5ec16beb01249b2fac67 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#f3cf5b01a2cf3138bc731d959948ca9e { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#a8facd3e13aef229fe8965780b226c04 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.687125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.125rem;left:12.5rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E15a304141defcd3429fa57b9bc2dcc4 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.12721824646rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gaba3c6697751d58f70f4bb1cb71915b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#c4c2c33b741cf9d8dec5a5951766d037 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b38234a83b6aa6a9c97d742b264526b2 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#e9380c1e6ae0b710fc2537e7ea6c6182 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#a78fd67be8ac2c430e0c194385c2fb0b { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S2c9114cf05ceb8e8b2fcd43666f4a85 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#k9c6b5d2d86cb5aab861b801a41b99c1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#c6ad9b85352492e8f05e2595324276b8 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e85a80aa8e509fe3b990e2b5a9d342ba { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#F09c55c4b11a99be6aed1119815e8c49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#a4c0cf7f55b2d1b3bd65e2ff075369e4 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#u25add5bcd9beb8183025b08b95d33d0 { color:rgba(var(--color-tertiary-2),1);display:block;width:57rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.124801635743rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f4d17f3228b6d0a91b21c36fa5b87cdb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row .container { background-color: transparent; background-image: none; }#f4d17f3228b6d0a91b21c36fa5b87cdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row .container > .video-iframe-container { display: none; }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row > .video-iframe-container { display: none; }#f4d17f3228b6d0a91b21c36fa5b87cdb > .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); }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row .container { border-width: 0; border-radius: 0; }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#a3f0f0e1060cdc4092ad6c7a30c8445f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:7.125rem;left:12.5rem; }
#Vfe1f502ef58500dab3e8ae7f02f36aa { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#cf623f53225c801297485e5b3456b77a { color:rgba(var(--color-tertiary-2),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1248054504394rem;left:12.499999046326rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#db0cbfc73d43b7be3704eda4df5ff62f { color:rgba(var(--color-tertiary-2),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1272163391112rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f6a13cadbaa80c3104648c3c7d47b09f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:10.875rem;left:12.5rem; }
#Uc938e7f03a30dfdf5ff90a21103f6ff { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g1324c967e5fd5f2e462d2fc0fbc007b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#Rc5bcdd7a1ed3d2491f8630b715b5bb2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.375rem;left:12.5rem; }
#ue5d543beea24aa5a2b66800886e9f87 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mea15506661723af419eef0189f8cc40 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#C16ad1b75ad4e369e25c1566a9c739a0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:14.625rem;left:12.5rem; }
#s997a2cb0914d39b0d4908c299db0b94 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X4a1fcd7fdcd1807f33203ef3ceab22e { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#b0d78a239c652e605a2a6485c10165b1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.125rem;left:12.5rem; }
#e405000d954c5e1ca3af8c9df7f105d2 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#Z771c40e0ebcee5815ce275b182cc1cf { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A6cd180a5fd72c963446ba38b79b504b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:29.6875rem;left:12.5rem; }
#O8e9585cfa40316c13e4eef7929cbd16 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;top:30.125rem;left:12.9375rem;display:block; }
#Cdf05ae7d1af56d818a5938ca83d0f25 { color:rgba(var(--color-tertiary-2),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.6875rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k79b2e76dac105556bae0341c6a863cc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.31240625rem;width:2.31240625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.9375rem;left:12.5rem; }
#ebd8734799d64a340db0ce4bb87bd848 { color:rgba(var(--color-tertiary-2),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.9375rem;left:16.25rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U3781f9c227a4f91b8d4adbbf43d221a { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:26.375rem;left:12.875rem;display:block; }
#f06d9f0ca069d101e0c0c1d90b2831c7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row .container { background-color: transparent; background-image: none; }#f06d9f0ca069d101e0c0c1d90b2831c7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row .container > .video-iframe-container { display: none; }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row > .video-iframe-container { display: none; }#f06d9f0ca069d101e0c0c1d90b2831c7 > .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); }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row .container { border-width: 0; border-radius: 0; }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#v8f909e79bb5c1f838ed4d4ec3b59759 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f07e0e;border-left:0.25rem solid #f07e0e;border-right:0.25rem solid #f07e0e;border-bottom:0.25rem solid #f07e0e;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#000000;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.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:50rem;height:4.0625rem;text-decoration:none;z-index:14989;text-align:center;text-align-last:center;top:2.625rem;left:12.5rem;display:block; }
#r841ce158a832ed01c43b7d05d417e51 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3ef5cc459a73f45f5553f6736131937 { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.625rem;left:12.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8cae4b5e5013d576c37cefaef29623b { display:block; }#T8cae4b5e5013d576c37cefaef29623b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc15f710f49d7fff860e8e7be6240810 { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #k384f530d5228b99aa07584740bc5f9e { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M664f58088c235eb53e5f098647987c3 { top:0.0625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S { display:block; }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2saV14TCAPMi063Gheu9cgM9CGcrd0a { display:block; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvb286eso9TRMU0cNFPfF2GvTK0OqtTL { top:1.5rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbe180aa74cf928a7a56970c2dd87ead { display:block; }#Vbe180aa74cf928a7a56970c2dd87ead > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd26e1dcfd0c7148fd9a9ec273c9cc24 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff6e03ea7edf1e246d334e1369ae6562 { display:block; }
 }@media only screen and (max-width: 763px) { #d4e5f81101606c1ee1765679fe1b6a91 { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #af66bda7e272140358ecb45ceb3570e1 { display:block; }#af66bda7e272140358ecb45ceb3570e1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6dcefd9e7dd0a012e27e523288db973 { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #befb5c421828d2d53b86042b83722763 { display:block; }#befb5c421828d2d53b86042b83722763 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c770e4069b5e17c365ee1cad11217268 { top:0.875rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7c9d34a24475cfbc21d394afec17989 { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e38077da5dd377bdef9ef825c4bc82ae { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke8db9326a62c1f017d3ef6790257d3c { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4688d6b03dc445fdba538d555e0ab72 { top:0.875rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5f7a0d69f1cf9b572494113158809ad { top:0.875rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x663b1c674987fd3f2341b5e7e160dd6 { display:block; }#x663b1c674987fd3f2341b5e7e160dd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeca639037b3df9dcec65a2580034546 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nde6ee7a7a4a4d8c700bb395d042374e { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5a2b3542a723ecfb8ec49c792ce79d { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdff55a378251947a725b28b344d4cb8 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q061514d692df72c5d4a15a142cf0d56 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ba17e1c2115de8c11b4450778170e9 { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab8e868b10bdd4c033bf2ac6e0fe834e { display:block; }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4c2ecb360ec3c7645d4038ebe2ba067 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4183b7dcf07b4a5a3acd43f4155a1b4 { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3b97cd64ab3ae16ac3bbdcc35649002 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc71a53828369a84610ee967b549a88b { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4235b35e139bdfe5e8f908215866519 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1f17f3361a02ceee8e2adb5077d5b0a { top:0.3125rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iaf7822d5e1fc1ddc818355fd6a56d91 { display:block; }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc484a749b88079ce1ead09c15d24421 { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la35f3cf1479c94106e83e3118a40616 { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8c43488d3b5e5b07d8f191828994175 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0f4cb9a4f23ecfc07fd30089e32e050 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7223df1b159565055f63b36aeaabfe { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of12225372066762f94d1d18c0232a68 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e02db47a7bca90ae71e00f8930540646 { display:block; }#e02db47a7bca90ae71e00f8930540646 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2b94811fa929eeb7295d814a3d8a0c7 { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #meee7e8bb40f53f7c2750cdea3fef78e { display:block; }#meee7e8bb40f53f7c2750cdea3fef78e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0cc25ca2307570ff1493f41dc0710a9 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe0d594dc86e4abc9d43e3d3c7356a7c { display:block; }
 }@media only screen and (max-width: 763px) { #C1bc54dbe9817abe5da40895c1bbd64c { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { top:2.625rem;left:10.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { top:3.375rem;left:10.1875rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { top:6.8125rem;left:0.1875rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { top:8.8125rem;left:0.90576171875rem;width:22rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { top:2.5rem;left:34.095194816589rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { top:3.1875rem;left:34.093264579773rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { top:8.0625rem;left:10.6875rem;width:37.0625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { top:6.8125rem;left:24.0625rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KphkIz9Winx0mNw5o2uEe59gihnlMkwy { top:11.4375rem;left:34.15625rem;width:3.3125rem;height:3.3125rem;display:block; }
#KphkIz9Winx0mNw5o2uEe59gihnlMkwy > img { max-width: 100%;max-height:100%; width:3.3125rem; height:3.3125rem; } }@media only screen and (max-width: 763px) { #zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 { display:block; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNqkuyJBz4SMEaXBuiL4KpKTmgVLfZxs { width:17.5rem;height:3.4375rem;top:10.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlJQzNrNFxmMyB0cUy7tw1VaEvwhyBe { display:block; }
 }@media only screen and (max-width: 763px) { #GMBD2aCNZbelRbaspU6zzM6FBW1bVVmQ { top:6.9375rem;left:5.3125rem;width:36.5625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCSV2f8DD5OAQvCKMQ8EKmAT9TTiIvo { top:0.6875rem;left:22.1875rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZkne23uJd6Ts3fzOxrzurWWBHsXAnFR { top:1.4375rem;left:22.1875rem;width:3.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #smXmbh7HCmeKkTJAOCcT80CQ8miJkdIG { top:5.1875rem;left:0rem;width:47.125rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvlJirGOPvytJ0QqXhVebJHws47CJKJb { width:17.5rem;height:3.4375rem;top:10.8125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS0TxifTXCAzx90b9q2EsJf1WcBt41OC { display:block; }
 }@media only screen and (max-width: 763px) { #cc6df51709f05de19022fcb3ed9072f1 { display:block; }#cc6df51709f05de19022fcb3ed9072f1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qfe2ef8418787eb1f5be18487fb99a2a { top:3.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scaff29e565d671326350b4944ff770d { top:2.75rem;left:0rem;width:47.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8c4f69936b80bb77b2fdc12dee4c13d { display:block; }#d8c4f69936b80bb77b2fdc12dee4c13d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha71293716cc5ec16beb01249b2fac67 { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3cf5b01a2cf3138bc731d959948ca9e { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8facd3e13aef229fe8965780b226c04 { top:2.125rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E15a304141defcd3429fa57b9bc2dcc4 { top:7.125rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaba3c6697751d58f70f4bb1cb71915b { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4c2c33b741cf9d8dec5a5951766d037 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b38234a83b6aa6a9c97d742b264526b2 { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9380c1e6ae0b710fc2537e7ea6c6182 { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a78fd67be8ac2c430e0c194385c2fb0b { top:18.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2c9114cf05ceb8e8b2fcd43666f4a85 { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9c6b5d2d86cb5aab861b801a41b99c1 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ad9b85352492e8f05e2595324276b8 { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e85a80aa8e509fe3b990e2b5a9d342ba { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F09c55c4b11a99be6aed1119815e8c49 { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4c0cf7f55b2d1b3bd65e2ff075369e4 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u25add5bcd9beb8183025b08b95d33d0 { top:22.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4d17f3228b6d0a91b21c36fa5b87cdb { display:block; }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3f0f0e1060cdc4092ad6c7a30c8445f { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfe1f502ef58500dab3e8ae7f02f36aa { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf623f53225c801297485e5b3456b77a { top:2.0625rem;left:0rem;width:40.0625rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db0cbfc73d43b7be3704eda4df5ff62f { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6a13cadbaa80c3104648c3c7d47b09f { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc938e7f03a30dfdf5ff90a21103f6ff { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1324c967e5fd5f2e462d2fc0fbc007b { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc5bcdd7a1ed3d2491f8630b715b5bb2 { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue5d543beea24aa5a2b66800886e9f87 { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mea15506661723af419eef0189f8cc40 { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C16ad1b75ad4e369e25c1566a9c739a0 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s997a2cb0914d39b0d4908c299db0b94 { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4a1fcd7fdcd1807f33203ef3ceab22e { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0d78a239c652e605a2a6485c10165b1 { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e405000d954c5e1ca3af8c9df7f105d2 { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z771c40e0ebcee5815ce275b182cc1cf { top:22.0625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6cd180a5fd72c963446ba38b79b504b { top:29.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8e9585cfa40316c13e4eef7929cbd16 { top:30.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdf05ae7d1af56d818a5938ca83d0f25 { top:29.6875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k79b2e76dac105556bae0341c6a863cc { top:25.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebd8734799d64a340db0ce4bb87bd848 { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3781f9c227a4f91b8d4adbbf43d221a { top:26.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f06d9f0ca069d101e0c0c1d90b2831c7 { display:block; }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8f909e79bb5c1f838ed4d4ec3b59759 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r841ce158a832ed01c43b7d05d417e51 { display:block; }
 }@media only screen and (max-width: 763px) { #a3ef5cc459a73f45f5553f6736131937 { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T8cae4b5e5013d576c37cefaef29623b { display:block; }#T8cae4b5e5013d576c37cefaef29623b > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sc15f710f49d7fff860e8e7be6240810 { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #k384f530d5228b99aa07584740bc5f9e { width:20rem;height:6.09375rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M664f58088c235eb53e5f098647987c3 { width:19.875rem;height:7.4375rem;top:0.812255859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S { display:block; }#mWwRS8TKTsTVl9wDymTBJGxqmOhELX7S > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2saV14TCAPMi063Gheu9cgM9CGcrd0a { display:block; }#M2saV14TCAPMi063Gheu9cgM9CGcrd0a > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvb286eso9TRMU0cNFPfF2GvTK0OqtTL { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vbe180aa74cf928a7a56970c2dd87ead { display:block; }#Vbe180aa74cf928a7a56970c2dd87ead > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jd26e1dcfd0c7148fd9a9ec273c9cc24 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff6e03ea7edf1e246d334e1369ae6562 { display:block; }
 }@media only screen and (max-width: 763px) { #d4e5f81101606c1ee1765679fe1b6a91 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #af66bda7e272140358ecb45ceb3570e1 { display:block; }#af66bda7e272140358ecb45ceb3570e1 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6dcefd9e7dd0a012e27e523288db973 { width:19.875rem;height:3.25rem;top:0.375rem;left:-0.00146484375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #befb5c421828d2d53b86042b83722763 { display:block; }#befb5c421828d2d53b86042b83722763 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c770e4069b5e17c365ee1cad11217268 { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #w7c9d34a24475cfbc21d394afec17989 { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e38077da5dd377bdef9ef825c4bc82ae { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke8db9326a62c1f017d3ef6790257d3c { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4688d6b03dc445fdba538d555e0ab72 { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #a5f7a0d69f1cf9b572494113158809ad { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #x663b1c674987fd3f2341b5e7e160dd6 { display:block; }#x663b1c674987fd3f2341b5e7e160dd6 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeca639037b3df9dcec65a2580034546 { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nde6ee7a7a4a4d8c700bb395d042374e { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd5a2b3542a723ecfb8ec49c792ce79d { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdff55a378251947a725b28b344d4cb8 { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #q061514d692df72c5d4a15a142cf0d56 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #d6ba17e1c2115de8c11b4450778170e9 { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ab8e868b10bdd4c033bf2ac6e0fe834e { display:block; }#ab8e868b10bdd4c033bf2ac6e0fe834e > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K4c2ecb360ec3c7645d4038ebe2ba067 { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #B4183b7dcf07b4a5a3acd43f4155a1b4 { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3b97cd64ab3ae16ac3bbdcc35649002 { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc71a53828369a84610ee967b549a88b { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4235b35e139bdfe5e8f908215866519 { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #a1f17f3361a02ceee8e2adb5077d5b0a { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Iaf7822d5e1fc1ddc818355fd6a56d91 { display:block; }#Iaf7822d5e1fc1ddc818355fd6a56d91 > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qc484a749b88079ce1ead09c15d24421 { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #la35f3cf1479c94106e83e3118a40616 { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8c43488d3b5e5b07d8f191828994175 { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0f4cb9a4f23ecfc07fd30089e32e050 { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Hd7223df1b159565055f63b36aeaabfe { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Of12225372066762f94d1d18c0232a68 { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #e02db47a7bca90ae71e00f8930540646 { display:block; }#e02db47a7bca90ae71e00f8930540646 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2b94811fa929eeb7295d814a3d8a0c7 { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #meee7e8bb40f53f7c2750cdea3fef78e { display:block; }#meee7e8bb40f53f7c2750cdea3fef78e > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0cc25ca2307570ff1493f41dc0710a9 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe0d594dc86e4abc9d43e3d3c7356a7c { display:block; }
 }@media only screen and (max-width: 763px) { #C1bc54dbe9817abe5da40895c1bbd64c { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i { display:block; }#KWHHqkbx2Tn9mMJfpZHiPyCOP7zCQR0i > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f6f609d5dfbfdb432534b946d2f47656 { width:2.8125rem;height:2.8125rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d87499bf4ebdc752a1eaac1f194b4a01 { width:3.4375rem;height:1.4625rem;top:2.125rem;left:8.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya44adc70ba6675c2dc2aed084fb880c { width:18.6875rem;height:5.8125rem;top:4.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P77f8f56b66a7964f1e3cc1f5692eaa0 { width:13.249875rem;height:4.3875rem;top:5.875rem;left:3.1875rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f7b212bac58466db0099a5b5190e05ad { width:2.8125rem;height:2.8125rem;top:12.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c41ca9a0540e5ea872cad19c33e7da4a { width:3.4375rem;height:1.4625rem;top:13.5625rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc3e27ad6da1008ce9bd705fb2a6d3cf { width:9.43725rem;height:2.925rem;top:17.124755859375rem;left:5.029296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5e09eb9c821171a2e03631dd0493267 { width:18.6875rem;height:8.125rem;top:16.24951171875rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KphkIz9Winx0mNw5o2uEe59gihnlMkwy { display:flex;width:2.625rem;height:2.625rem;top:20.704861164093rem;left:8.6875002980231rem; }
#KphkIz9Winx0mNw5o2uEe59gihnlMkwy > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 { display:block; }#zJwnzJXAL6Za2nkM0lxNisc4HUN5h874 > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNqkuyJBz4SMEaXBuiL4KpKTmgVLfZxs { width:17.5rem;height:3.4375rem;top:8.7144107818606rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXlJQzNrNFxmMyB0cUy7tw1VaEvwhyBe { display:block; }
 }@media only screen and (max-width: 763px) { #GMBD2aCNZbelRbaspU6zzM6FBW1bVVmQ { width:19.3125rem;height:1.4625rem;top:5.875rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzCSV2f8DD5OAQvCKMQ8EKmAT9TTiIvo { width:2.8125rem;height:2.8125rem;top:0rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZkne23uJd6Ts3fzOxrzurWWBHsXAnFR { width:3.4375rem;height:1.4625rem;top:0.8125rem;left:8.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smXmbh7HCmeKkTJAOCcT80CQ8miJkdIG { width:19.4375rem;height:14.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvlJirGOPvytJ0QqXhVebJHws47CJKJb { width:17.5rem;height:3.4375rem;top:13.651910781861rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS0TxifTXCAzx90b9q2EsJf1WcBt41OC { display:block; }
 }@media only screen and (max-width: 763px) { #cc6df51709f05de19022fcb3ed9072f1 { display:block; }#cc6df51709f05de19022fcb3ed9072f1 > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qfe2ef8418787eb1f5be18487fb99a2a { width:20rem;height:3.4125rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scaff29e565d671326350b4944ff770d { width:19.5rem;height:3.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8c4f69936b80bb77b2fdc12dee4c13d { display:block; }#d8c4f69936b80bb77b2fdc12dee4c13d > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ha71293716cc5ec16beb01249b2fac67 { display:flex;width:2.25rem;height:2.25rem;top:5.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f3cf5b01a2cf3138bc731d959948ca9e { width:1.375rem;height:1.375rem;top:5.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8facd3e13aef229fe8965780b226c04 { width:20rem;height:1.95rem;top:1.25rem;left:0rem;font-size:1.5rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E15a304141defcd3429fa57b9bc2dcc4 { width:14.1246875rem;height:2.925rem;top:5.1620368361473rem;left:3.7495176196098rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gaba3c6697751d58f70f4bb1cb71915b { display:flex;width:2.25rem;height:2.25rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c4c2c33b741cf9d8dec5a5951766d037 { width:13.624625rem;height:2.6rem;top:10.324073255062rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b38234a83b6aa6a9c97d742b264526b2 { width:1.375rem;height:1.375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9380c1e6ae0b710fc2537e7ea6c6182 { display:flex;width:2.25rem;height:2.25rem;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a78fd67be8ac2c430e0c194385c2fb0b { width:15.8748125rem;height:2.6rem;top:20.386765956879rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S2c9114cf05ceb8e8b2fcd43666f4a85 { width:1.375rem;height:1.375rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9c6b5d2d86cb5aab861b801a41b99c1 { display:flex;width:2.25rem;height:2.25rem;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c6ad9b85352492e8f05e2595324276b8 { width:12.2496875rem;height:1.30015625rem;top:16.036843717098rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e85a80aa8e509fe3b990e2b5a9d342ba { width:1.375rem;height:1.375rem;top:16rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F09c55c4b11a99be6aed1119815e8c49 { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #a4c0cf7f55b2d1b3bd65e2ff075369e4 { width:1.375rem;height:1.375rem;top:26rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u25add5bcd9beb8183025b08b95d33d0 { width:15.9375rem;height:3.9rem;top:25.386765956879rem;left:3.7495176196098rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f4d17f3228b6d0a91b21c36fa5b87cdb { display:block; }#f4d17f3228b6d0a91b21c36fa5b87cdb > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3f0f0e1060cdc4092ad6c7a30c8445f { display:flex;width:2.2497125rem;height:2.2497125rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vfe1f502ef58500dab3e8ae7f02f36aa { width:1.37490625rem;height:1.37490625rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf623f53225c801297485e5b3456b77a { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #db0cbfc73d43b7be3704eda4df5ff62f { width:11.875rem;height:3.9rem;top:6.8060302734375rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f6a13cadbaa80c3104648c3c7d47b09f { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Uc938e7f03a30dfdf5ff90a21103f6ff { width:15.187125rem;height:2.6rem;top:12.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g1324c967e5fd5f2e462d2fc0fbc007b { width:1.375rem;height:1.375rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc5bcdd7a1ed3d2491f8630b715b5bb2 { display:flex;width:2.25rem;height:2.25rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ue5d543beea24aa5a2b66800886e9f87 { width:14.874625rem;height:2.6rem;top:22.537130355835rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mea15506661723af419eef0189f8cc40 { width:1.375rem;height:1.375rem;top:23.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C16ad1b75ad4e369e25c1566a9c739a0 { display:flex;width:2.25rem;height:2.25rem;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s997a2cb0914d39b0d4908c299db0b94 { width:15.8748125rem;height:2.6rem;top:17.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #X4a1fcd7fdcd1807f33203ef3ceab22e { width:1.375rem;height:1.375rem;top:18.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0d78a239c652e605a2a6485c10165b1 { display:flex;width:2.25rem;height:2.25rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e405000d954c5e1ca3af8c9df7f105d2 { width:1.375rem;height:1.375rem;top:28.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z771c40e0ebcee5815ce275b182cc1cf { width:14.4375rem;height:2.6rem;top:27.537601470948rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A6cd180a5fd72c963446ba38b79b504b { display:flex;width:2.25rem;height:2.25rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O8e9585cfa40316c13e4eef7929cbd16 { width:1.375rem;height:1.375rem;top:38.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdf05ae7d1af56d818a5938ca83d0f25 { width:16.1875rem;height:1.30015625rem;top:38.268218994141rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k79b2e76dac105556bae0341c6a863cc { display:flex;width:2.25rem;height:2.25rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ebd8734799d64a340db0ce4bb87bd848 { width:10.5623125rem;height:2.6rem;top:32.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #U3781f9c227a4f91b8d4adbbf43d221a { width:1.375rem;height:1.375rem;top:33.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f06d9f0ca069d101e0c0c1d90b2831c7 { display:block; }#f06d9f0ca069d101e0c0c1d90b2831c7 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8f909e79bb5c1f838ed4d4ec3b59759 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r841ce158a832ed01c43b7d05d417e51 { display:block; }
 }@media only screen and (max-width: 763px) { #a3ef5cc459a73f45f5553f6736131937 { width:20rem;height:4.125rem;top:1.5rem;left:0rem;display:block; }
 }