.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:255,239,204;--color-primary-1:254,206,102;--color-primary-2:254,174,0;--color-primary-3:254,174,3;--color-primary-4:51,35,0;--color-secondary-0:218,237,235;--color-secondary-1:130,195,188;--color-secondary-2:5,134,120;--color-secondary-3:3,67,60;--color-secondary-4:1,20,18;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"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:#05f2ea;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); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { position:relative;display:block; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { background-color: transparent; background-image: none; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row .container > .video-iframe-container { display: none; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row > .video-iframe-container { display: none; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .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); }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { border-width: 0; border-radius: 0; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .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; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .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; }#Q6wdoTTLnzzPB6zhrfh3a4zuwcpviZUv { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#XX9pKtU5LQZdsDQg9KyQq2NMwDoydyNs { color:rgba(var(--color-tertiary-4),1);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; }
#oCpAWi89vPCkeJXKBTFhErkmCsVI5eR7 { box-sizing:content-box;height:7.375rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.0625rem;left:0rem;display:block; }
#h8VowQdInx57AeAzgakthShdllrlMFXt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05f2ea;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; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { background-color: transparent; background-image: none; }#h8VowQdInx57AeAzgakthShdllrlMFXt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container > .video-iframe-container { display: none; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row > .video-iframe-container { display: none; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .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); }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { border-width: 0; border-radius: 0; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#eGLrO3TAOxAhaMGUQFvTwT6UWBXQSrDN { background-color:#fdcf66;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(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#B9oIGiHRUQWiWtks3ot9PBMxMFrlsPm2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PoCZaF7EV9QqSVeADyFPDk2zcO8D8vkQ { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.6249966621399rem;left:12.499218940735rem;display:block; }
#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA { 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; }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row .container { background-color: transparent; background-image: none; }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row .container > .video-iframe-container { display: none; }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row > .video-iframe-container { display: none; }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .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); }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row .container { border-width: 0; border-radius: 0; }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#abX0T3rUi1Bg692aEm52vb7miNULG35z { color:#040404;display:block;width:51.125rem;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:4.4375rem;left:11.9375rem;height:4.7125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LzZ1Xhd8rpI8tJUsxhMExSeI0fSB74BJ { box-sizing:content-box;height:7.625rem;width:55.4375rem;position:absolute;display:block;z-index:15001;background-color:#fdcf66;background-image:none;top:2.75rem;left:9.5625rem;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; }
#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row .container { background-color: transparent; background-image: none; }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row .container > .video-iframe-container { display: none; }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row > .video-iframe-container { display: none; }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .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); }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row .container { border-width: 0; border-radius: 0; }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#uXSAFTL3y9WF3GhRAHdiCQMkyIq2mSKf { color:#040404;display:block;width:62.375rem;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:2.0746526718139rem;left:6.3125rem;height:5.0375rem;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; }
#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row .container { background-color: transparent; background-image: none; }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row .container > .video-iframe-container { display: none; }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row > .video-iframe-container { display: none; }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .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); }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row .container { border-width: 0; border-radius: 0; }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#bBuDruGAzyOkwgxP5clPOq49v2b5uTqI { position:absolute;display:block;z-index:15030;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:25.3125rem;display:block; }
#EaEJg8bt2AF6MgcPxwGfPzk98TnxqwhG { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#EaEJg8bt2AF6MgcPxwGfPzk98TnxqwhG.adaptive-delivery-prevent-bg, #EaEJg8bt2AF6MgcPxwGfPzk98TnxqwhG.lazyload, #EaEJg8bt2AF6MgcPxwGfPzk98TnxqwhG.lazyloading { background-image: none; }
#JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG.adaptive-delivery-prevent-bg, #JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG.lazyload, #JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG.lazyloading { background-image: none; }
#vlUZhTHfKahLt4wWh0Lzo03C2GBmTLP1 { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#vlUZhTHfKahLt4wWh0Lzo03C2GBmTLP1.adaptive-delivery-prevent-bg, #vlUZhTHfKahLt4wWh0Lzo03C2GBmTLP1.lazyload, #vlUZhTHfKahLt4wWh0Lzo03C2GBmTLP1.lazyloading { background-image: none; }
#NxlBEVyP5Saz0UlvfDaMIm2GvfBvZhQx { position:absolute;display:block;z-index:15031;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:0.31201171875rem;display:block; }
#RTtEEfnxxUHhUgU3KENULntVxB5yJiZk { position:absolute;display:block;z-index:15026;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:50.24951171875rem;display:block; }
#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row .container { background-color: transparent; background-image: none; }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row .container > .video-iframe-container { display: none; }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row > .video-iframe-container { display: none; }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .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); }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row .container { border-width: 0; border-radius: 0; }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I.adaptive-delivery-prevent-bg, #G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I.lazyload, #G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I.lazyloading { background-image: none; }
#cwlRIiZZh4xTouTkLd7rBEODJxWwdII9 { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#cwlRIiZZh4xTouTkLd7rBEODJxWwdII9.adaptive-delivery-prevent-bg, #cwlRIiZZh4xTouTkLd7rBEODJxWwdII9.lazyload, #cwlRIiZZh4xTouTkLd7rBEODJxWwdII9.lazyloading { background-image: none; }
#TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB.adaptive-delivery-prevent-bg, #TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB.lazyload, #TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB.lazyloading { background-image: none; }
#VG8F1hHlTqgA45z63w2Mm8GA2C5CR9Ts { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#EZ9IF2gCZE4P5pM8AvIpBgonux8qpZXo { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#amqMLGS9GtoCzUSoHU5pww7mwqHGERWX { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row .container { background-color: transparent; background-image: none; }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row .container > .video-iframe-container { display: none; }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row > .video-iframe-container { display: none; }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .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); }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row .container { border-width: 0; border-radius: 0; }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#L0wdWD9hEQs6cH6yFelIrkV7be40PPns { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#RPi5dFpBIyIGshL9vi1SI9WCAfi7oy5l { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#RPi5dFpBIyIGshL9vi1SI9WCAfi7oy5l.adaptive-delivery-prevent-bg, #RPi5dFpBIyIGshL9vi1SI9WCAfi7oy5l.lazyload, #RPi5dFpBIyIGshL9vi1SI9WCAfi7oy5l.lazyloading { background-image: none; }
#uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8 { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8.adaptive-delivery-prevent-bg, #uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8.lazyload, #uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8.lazyloading { background-image: none; }
#td2pc34IyH7HKg7iKCNSID8vlooD7pvT { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#td2pc34IyH7HKg7iKCNSID8vlooD7pvT.adaptive-delivery-prevent-bg, #td2pc34IyH7HKg7iKCNSID8vlooD7pvT.lazyload, #td2pc34IyH7HKg7iKCNSID8vlooD7pvT.lazyloading { background-image: none; }
#Te7UBkmArmV046Vsts8RZUyrfDGuUOhl { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#LZnc2fIi78xhxM6xMbSmJFG3Gbhdm3uL { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;display:block; }
#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row .container { background-color: transparent; background-image: none; }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row .container > .video-iframe-container { display: none; }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row > .video-iframe-container { display: none; }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .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); }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row .container { border-width: 0; border-radius: 0; }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml.adaptive-delivery-prevent-bg, #S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml.lazyload, #S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml.lazyloading { background-image: none; }
#BszETcCO4vZrItn63XdcVTlr3lGyA5Dh { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#BszETcCO4vZrItn63XdcVTlr3lGyA5Dh.adaptive-delivery-prevent-bg, #BszETcCO4vZrItn63XdcVTlr3lGyA5Dh.lazyload, #BszETcCO4vZrItn63XdcVTlr3lGyA5Dh.lazyloading { background-image: none; }
#oU4THrQH9EToiT6Ck6Onb0oX8U8T9qsw { 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 rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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; }#oU4THrQH9EToiT6Ck6Onb0oX8U8T9qsw.adaptive-delivery-prevent-bg, #oU4THrQH9EToiT6Ck6Onb0oX8U8T9qsw.lazyload, #oU4THrQH9EToiT6Ck6Onb0oX8U8T9qsw.lazyloading { background-image: none; }
#ebynlfuE16h6R6dubQyw85osglHztQ3K { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#OSQDeSKwBLkHfaJSQk4GerAJoTb9EZTd { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#DEV1qxrsp6FX00dVUl0yIEGuFD1c6EFe { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05f2ea;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; }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row .container { background-color: transparent; background-image: none; }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row .container > .video-iframe-container { display: none; }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row > .video-iframe-container { display: none; }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .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); }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row .container { border-width: 0; border-radius: 0; }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#oFw91cTJrQgwC9T3pBynzxAFCoTsl87L { background-color:#fdcf66;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(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#DKHLkWzeCkBlBLCGvF5yPNAfV0naMupF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9BEA6IINTQnnibgq5eT0beoKByXKcbO { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.625rem;left:12.499218940735rem;display:block; }
#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row .container { background-color: transparent; background-image: none; }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row .container > .video-iframe-container { display: none; }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row > .video-iframe-container { display: none; }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .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); }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row .container { border-width: 0; border-radius: 0; }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#QDR8WxT1M4NiJDRI6b5pr4bCMvLfye3M { color:#040404;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.25rem;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; }
#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { background-color: transparent; background-image: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container > .video-iframe-container { display: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container { display: none; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .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); }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { border-width: 0; border-radius: 0; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),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; }
#IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { color:rgba(var(--color-tertiary-4),1);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; }
#fon0sGofzdUlCJJfvLHGMihibgvnP28M { position:absolute;display:block;z-index:15000;background-color:#fdcf66;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.8115234375rem;left:6.71875rem;display:block; }
#pLwalovwXHSLAz3V6C4DGlnUd9golK9E { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;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.8564453125rem;left:7.25rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),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; }
#VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { color:rgba(var(--color-tertiary-4),1);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; }
#ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { color:rgba(var(--color-tertiary-4),1);display:block;width:14.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:7.75rem;left:49.1875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { position:absolute;display:block;z-index:15001;background-color:#fdcf66;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.8115234375rem;left:44.21875rem;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.25rem;left:49.1875rem; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#LTJLWSxrJIHGkQUQ058dcXavNGplMEhV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.25rem;left:54.75rem; }
#LTJLWSxrJIHGkQUQ058dcXavNGplMEhV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#bPzT3E8p4Pe1sEKbf5KDIsRJME8IT6VP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.25rem;left:60.1875rem; }
#bPzT3E8p4Pe1sEKbf5KDIsRJME8IT6VP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi { 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; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row .container { background-color: transparent; background-image: none; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row .container > .video-iframe-container { display: none; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row > .video-iframe-container { display: none; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .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); }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row .container { border-width: 0; border-radius: 0; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#uM3Jyyn8CTQGwMVTW5ffJt58Ztu46LL8 { color:rgba(var(--color-tertiary-4),1);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; }
#e0XvlwlNtHoWJHiwuWRwQa2E3u1r1iaJ { box-sizing:content-box;height:3.875rem;width:49.75rem;position:absolute;display:block;z-index:15001;background-color:#fdcf66;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; }
#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 { 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; }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row .container { background-color: transparent; background-image: none; }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row .container > .video-iframe-container { display: none; }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row > .video-iframe-container { display: none; }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .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); }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row .container { border-width: 0; border-radius: 0; }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:75rem;position:relative;display:block; }#DteOxZOLAldV8BK1pN5IipR8K49lkhUM { 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; }
#TcKRdB6E0dATwZa6ER72pvG3MhGio3m7 { 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; }
#fWZ6XuuTWqeTIa8lpllpkAJERXWCbEf2 { color:#040404;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; }
#SfQXpRWcwf665ROw5zJ7vG1KOAiSH8PL { color:#040404;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; }
#GKaotR0QXZpWBSdTncKPuPv5xdW5eTce { 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; }
#JlnVg5TTOltH8HFlPGTbnGfXodTQlHIp { color:#040404;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; }
#Fm6snbfqpGBnmEBbExFWXDrcmquCTibL { 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; }
#HKskSL6stJ9kX4e3t3vI1szXvP4zIT6h { 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; }
#SflLf7P5zdNAdwLEuKqD7a1wzTTXcrRi { color:#040404;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; }
#lgaoLkvNFaC0ShnkUaLFfsOIWWUe33EK { 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; }
#BZyVprOPzMUXWrnJAmsZnG0XQgpLBVT2 { 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; }
#CB63hGwSyyKuFm94FyhABvnTISG5rLo5 { color:#040404;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; }
#JN2Dv31DxSUxwLxQWrzEChbWv4oTcV0x { 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; }
#TUUmgIX012iNUnzS5yVDgnpFBUunAdnn { 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; }
#b5ykGw4EDsVuJaifLA8Hf4Ih73Z5T6kL { 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; }
#zHJxMQt9CyEkG3HAAh8y6asJu4y8bMs1 { color:#040404;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; }
#kewqiz4CheGrT1iPzJzc0c66lOA4GErT { 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; }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row .container { background-color: transparent; background-image: none; }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row .container > .video-iframe-container { display: none; }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row > .video-iframe-container { display: none; }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .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); }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row .container { border-width: 0; border-radius: 0; }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#oRCa8eQKhUygZPKU32XuEzBETdm4VcTn { 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; }
#zvtKbtAtsG9wbBh4xZSBRzZQma3gPbPS { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#z9ODI2ncrUhOErXt3fZdbNVoDi7itbh8 { color:#040404;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; }
#hEoSJle5OAtqVscy3ad6E4Rth4QvoWNf { color:#040404;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; }
#D0zG8dck57qMNVoDhttwsLg6dJUe6pM2 { 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; }
#dbLVh8FP2WZVlz2cTPqu8RlwX2c8a7Kp { color:#040404;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; }
#hhgCLbHbG4NO5PfUnwAIUMShtyyKwLWq { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#l9V9cCrM0p6UO8F3nJ6i229SL5GS3tgt { 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; }
#Cm6GyUGSLeBcFsZwwmLg16psztLHZ34b { color:#040404;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; }
#Fv26zGEiZMdRKETKIg5qRT8Q8mV5OWhn { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#Nz1HhK1kU1HuGcg9T8fVbc4fUKzyrQRZ { 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; }
#zlBoS3qwcUryWcaAOGlP8tl800vNtVWc { color:#040404;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; }
#gBSFtNogcwTpCcATs9Kfv1oQOT9ECggB { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#WIssZyCyOAZHiGSuQzK7QnoBhgVQ116t { 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; }
#UtZB6xnZWzLuM3n3Ts2dpltE91bMBXpQ { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#SSEy1iBxzgz82D4gSQRnBZJTBxJKzzWA { color:#040404;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; }
#x6QecuwHusREIPOTWvmBeQ9Sh9tR9z6a { 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; }
#EZCGobXJM4uLe4gA4yt7DXEkXvKAbyVM { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.125rem;left:12.9375rem;display:block; }
#insD5vBSo22gVESkMSZzXWdooP0fCfVZ { color:#040404;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; }
#v66IKyBygevJPLiwZ8u0Ncw36cz37NRs { 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; }
#Ob70oTcQOfN0kBm64QVerKX25s4FIkSB { color:#040404;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; }
#L7Ooc9GWv6DM2TT5LJ8TJ81PJ3QW4KAX { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.375rem;left:12.875rem;display:block; }
#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { background-color: transparent; background-image: none; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container > .video-iframe-container { display: none; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row > .video-iframe-container { display: none; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .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); }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { border-width: 0; border-radius: 0; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#SGztF3Dy1OfWiW3TpvMuNXfrdhNiJTk8 { background-color:#fdcf66;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(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.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; }
#O1mUT4iCGVP3zKeSeOhHroaTtkwA4qMP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdJGHRtA2urDtZdZUIX2EmpOMZrtHZwd { position:absolute;display:block;z-index:14989;height:4.0625rem;width:50rem;top:2.6249980926514rem;left:12.499218940735rem;display:block; }
#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3efe4;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; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { background-color: transparent; background-image: none; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container > .video-iframe-container { display: none; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row > .video-iframe-container { display: none; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .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); }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { border-width: 0; border-radius: 0; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#XTbWFWkUxExCNKLqf2rG5ACloEA9T71d { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:3.25rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { display:block; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6wdoTTLnzzPB6zhrfh3a4zuwcpviZUv { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX9pKtU5LQZdsDQg9KyQq2NMwDoydyNs { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCpAWi89vPCkeJXKBTFhErkmCsVI5eR7 { top:0.0625rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8VowQdInx57AeAzgakthShdllrlMFXt { display:block; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGLrO3TAOxAhaMGUQFvTwT6UWBXQSrDN { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9oIGiHRUQWiWtks3ot9PBMxMFrlsPm2 { display:block; }
 }@media only screen and (max-width: 763px) { #PoCZaF7EV9QqSVeADyFPDk2zcO8D8vkQ { top:2.5625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA { display:block; }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abX0T3rUi1Bg692aEm52vb7miNULG35z { top:4.4375rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzZ1Xhd8rpI8tJUsxhMExSeI0fSB74BJ { top:2.75rem;left:0rem;width:47.25rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ { display:block; }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXSAFTL3y9WF3GhRAHdiCQMkyIq2mSKf { top:2.0625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM { display:block; }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBuDruGAzyOkwgxP5clPOq49v2b5uTqI { top:0.875rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaEJg8bt2AF6MgcPxwGfPzk98TnxqwhG { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUZhTHfKahLt4wWh0Lzo03C2GBmTLP1 { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxlBEVyP5Saz0UlvfDaMIm2GvfBvZhQx { top:0.875rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTtEEfnxxUHhUgU3KENULntVxB5yJiZk { top:0.875rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci { display:block; }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlRIiZZh4xTouTkLd7rBEODJxWwdII9 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8F1hHlTqgA45z63w2Mm8GA2C5CR9Ts { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9IF2gCZE4P5pM8AvIpBgonux8qpZXo { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #amqMLGS9GtoCzUSoHU5pww7mwqHGERWX { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1wkBn8pplv7rBoMxphNO86d9SbzqRBe { display:block; }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0wdWD9hEQs6cH6yFelIrkV7be40PPns { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPi5dFpBIyIGshL9vi1SI9WCAfi7oy5l { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2pc34IyH7HKg7iKCNSID8vlooD7pvT { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7UBkmArmV046Vsts8RZUyrfDGuUOhl { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZnc2fIi78xhxM6xMbSmJFG3Gbhdm3uL { top:0.3125rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw5vxe37mDK2XS0WmuMl0Li23gepGmAx { display:block; }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BszETcCO4vZrItn63XdcVTlr3lGyA5Dh { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU4THrQH9EToiT6Ck6Onb0oX8U8T9qsw { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebynlfuE16h6R6dubQyw85osglHztQ3K { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQDeSKwBLkHfaJSQk4GerAJoTb9EZTd { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEV1qxrsp6FX00dVUl0yIEGuFD1c6EFe { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xThHSlklbe26PNy1JxsDLvqmWiFgMF2b { display:block; }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFw91cTJrQgwC9T3pBynzxAFCoTsl87L { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKHLkWzeCkBlBLCGvF5yPNAfV0naMupF { display:block; }
 }@media only screen and (max-width: 763px) { #K9BEA6IINTQnnibgq5eT0beoKByXKcbO { top:2.625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ { display:block; }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDR8WxT1M4NiJDRI6b5pr4bCMvLfye3M { top:1.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { top:2.625rem;left:10.25rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { 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) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { top:6.75rem;left:0rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { top:8.8125rem;left:0.4375rem;width:23rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { top:2.5rem;left:34.095194816589rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { 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) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { top:7.75rem;left:28.75rem;width:14.0625rem;height:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { top:6.75rem;left:23.6875rem;width:23.4375rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { top:12.25rem;left:28.75rem;width:3.125rem;height:3.125rem;display:block; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #LTJLWSxrJIHGkQUQ058dcXavNGplMEhV { top:12.25rem;left:34.3125rem;width:3.125rem;height:3.125rem;display:block; }
#LTJLWSxrJIHGkQUQ058dcXavNGplMEhV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #bPzT3E8p4Pe1sEKbf5KDIsRJME8IT6VP { top:12.25rem;left:39.75rem;width:3.125rem;height:3.125rem;display:block; }
#bPzT3E8p4Pe1sEKbf5KDIsRJME8IT6VP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #mUTbzafAMLyRwOPtE3N8hvW4If9PORTi { display:block; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM3Jyyn8CTQGwMVTW5ffJt58Ztu46LL8 { top:3.75rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0XvlwlNtHoWJHiwuWRwQa2E3u1r1iaJ { top:2.75rem;left:0rem;width:47.25rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 { display:block; }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DteOxZOLAldV8BK1pN5IipR8K49lkhUM { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcKRdB6E0dATwZa6ER72pvG3MhGio3m7 { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWZ6XuuTWqeTIa8lpllpkAJERXWCbEf2 { top:2.125rem;left:0rem;width:32.625rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfQXpRWcwf665ROw5zJ7vG1KOAiSH8PL { top:7.125rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKaotR0QXZpWBSdTncKPuPv5xdW5eTce { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlnVg5TTOltH8HFlPGTbnGfXodTQlHIp { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6snbfqpGBnmEBbExFWXDrcmquCTibL { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKskSL6stJ9kX4e3t3vI1szXvP4zIT6h { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SflLf7P5zdNAdwLEuKqD7a1wzTTXcrRi { top:18.375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgaoLkvNFaC0ShnkUaLFfsOIWWUe33EK { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZyVprOPzMUXWrnJAmsZnG0XQgpLBVT2 { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB63hGwSyyKuFm94FyhABvnTISG5rLo5 { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN2Dv31DxSUxwLxQWrzEChbWv4oTcV0x { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUmgIX012iNUnzS5yVDgnpFBUunAdnn { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ykGw4EDsVuJaifLA8Hf4Ih73Z5T6kL { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJxMQt9CyEkG3HAAh8y6asJu4y8bMs1 { top:22.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kewqiz4CheGrT1iPzJzc0c66lOA4GErT { display:block; }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRCa8eQKhUygZPKU32XuEzBETdm4VcTn { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvtKbtAtsG9wbBh4xZSBRzZQma3gPbPS { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9ODI2ncrUhOErXt3fZdbNVoDi7itbh8 { top:2.0625rem;left:0rem;width:40.0625rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEoSJle5OAtqVscy3ad6E4Rth4QvoWNf { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0zG8dck57qMNVoDhttwsLg6dJUe6pM2 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbLVh8FP2WZVlz2cTPqu8RlwX2c8a7Kp { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhgCLbHbG4NO5PfUnwAIUMShtyyKwLWq { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9V9cCrM0p6UO8F3nJ6i229SL5GS3tgt { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm6GyUGSLeBcFsZwwmLg16psztLHZ34b { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv26zGEiZMdRKETKIg5qRT8Q8mV5OWhn { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz1HhK1kU1HuGcg9T8fVbc4fUKzyrQRZ { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlBoS3qwcUryWcaAOGlP8tl800vNtVWc { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBSFtNogcwTpCcATs9Kfv1oQOT9ECggB { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIssZyCyOAZHiGSuQzK7QnoBhgVQ116t { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtZB6xnZWzLuM3n3Ts2dpltE91bMBXpQ { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSEy1iBxzgz82D4gSQRnBZJTBxJKzzWA { top:22.0625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6QecuwHusREIPOTWvmBeQ9Sh9tR9z6a { top:29.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZCGobXJM4uLe4gA4yt7DXEkXvKAbyVM { top:30.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #insD5vBSo22gVESkMSZzXWdooP0fCfVZ { top:29.6875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v66IKyBygevJPLiwZ8u0Ncw36cz37NRs { top:25.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob70oTcQOfN0kBm64QVerKX25s4FIkSB { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7Ooc9GWv6DM2TT5LJ8TJ81PJ3QW4KAX { top:26.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF { display:block; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGztF3Dy1OfWiW3TpvMuNXfrdhNiJTk8 { width:46.25rem;height:4.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1mUT4iCGVP3zKeSeOhHroaTtkwA4qMP { display:block; }
 }@media only screen and (max-width: 763px) { #wdJGHRtA2urDtZdZUIX2EmpOMZrtHZwd { top:2.5625rem;left:0rem;width:47.75rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo { display:block; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTbWFWkUxExCNKLqf2rG5ACloEA9T71d { top:1.5625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav { display:block; }#EHFVckNcMZeeLKeRRQ4sSvrnfHdP7Vav > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6wdoTTLnzzPB6zhrfh3a4zuwcpviZUv { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #XX9pKtU5LQZdsDQg9KyQq2NMwDoydyNs { width:20rem;height:6.09375rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCpAWi89vPCkeJXKBTFhErkmCsVI5eR7 { width:19.875rem;height:7.4375rem;top:0.812255859375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8VowQdInx57AeAzgakthShdllrlMFXt { display:block; }#h8VowQdInx57AeAzgakthShdllrlMFXt > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGLrO3TAOxAhaMGUQFvTwT6UWBXQSrDN { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9oIGiHRUQWiWtks3ot9PBMxMFrlsPm2 { display:block; }
 }@media only screen and (max-width: 763px) { #PoCZaF7EV9QqSVeADyFPDk2zcO8D8vkQ { width:20rem;height:4.125rem;top:1.5000004768372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA { display:block; }#A8TzEA6aeLgDCotmFMF7RA1l0qnR1XUA > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abX0T3rUi1Bg692aEm52vb7miNULG35z { width:20rem;height:6.825rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzZ1Xhd8rpI8tJUsxhMExSeI0fSB74BJ { width:19.5rem;height:7.9375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ { display:block; }#fVBL4P1mefOQ5NJscacpMqcDBqzXVZLQ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXSAFTL3y9WF3GhRAHdiCQMkyIq2mSKf { width:19.875rem;height:6.5rem;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) { #ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM { display:block; }#ZnSw0DPgSgL78NKeEiTL4nfaVINM5VUM > .row .container { width:20rem;height:43.7875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBuDruGAzyOkwgxP5clPOq49v2b5uTqI { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EaEJg8bt2AF6MgcPxwGfPzk98TnxqwhG { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEvzJ8dkFdFOSZE6oA8KM97CVxT4iuBG { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUZhTHfKahLt4wWh0Lzo03C2GBmTLP1 { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxlBEVyP5Saz0UlvfDaMIm2GvfBvZhQx { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RTtEEfnxxUHhUgU3KENULntVxB5yJiZk { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci { display:block; }#MDoqqoCiT8KfycnL8kkCJwnKGS3S9Dci > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7Ld6fsfirm3TAWU4c8ysxvlHi5nm82I { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwlRIiZZh4xTouTkLd7rBEODJxWwdII9 { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkrSNo8PNfyClGGhMlNvlT07Jk9CZ3XB { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG8F1hHlTqgA45z63w2Mm8GA2C5CR9Ts { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9IF2gCZE4P5pM8AvIpBgonux8qpZXo { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #amqMLGS9GtoCzUSoHU5pww7mwqHGERWX { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #D1wkBn8pplv7rBoMxphNO86d9SbzqRBe { display:block; }#D1wkBn8pplv7rBoMxphNO86d9SbzqRBe > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0wdWD9hEQs6cH6yFelIrkV7be40PPns { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #RPi5dFpBIyIGshL9vi1SI9WCAfi7oy5l { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGDqVDXsRrhuPFziBaskCdTA3WqJ2m8 { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #td2pc34IyH7HKg7iKCNSID8vlooD7pvT { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te7UBkmArmV046Vsts8RZUyrfDGuUOhl { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LZnc2fIi78xhxM6xMbSmJFG3Gbhdm3uL { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tw5vxe37mDK2XS0WmuMl0Li23gepGmAx { display:block; }#tw5vxe37mDK2XS0WmuMl0Li23gepGmAx > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S1lq6ubAd8bx1VhiAyoNmSLZfnE9xSml { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BszETcCO4vZrItn63XdcVTlr3lGyA5Dh { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU4THrQH9EToiT6Ck6Onb0oX8U8T9qsw { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebynlfuE16h6R6dubQyw85osglHztQ3K { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #OSQDeSKwBLkHfaJSQk4GerAJoTb9EZTd { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #DEV1qxrsp6FX00dVUl0yIEGuFD1c6EFe { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #xThHSlklbe26PNy1JxsDLvqmWiFgMF2b { display:block; }#xThHSlklbe26PNy1JxsDLvqmWiFgMF2b > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFw91cTJrQgwC9T3pBynzxAFCoTsl87L { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKHLkWzeCkBlBLCGvF5yPNAfV0naMupF { display:block; }
 }@media only screen and (max-width: 763px) { #K9BEA6IINTQnnibgq5eT0beoKByXKcbO { width:20rem;height:4.125rem;top:1.4999971389771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ { display:block; }#SWtTKRMm46uIe6kPacsdopJp7wS0e8qJ > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDR8WxT1M4NiJDRI6b5pr4bCMvLfye3M { width:20rem;height:1.625rem;top:0.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOhik5s8yXPpxgVRNwFZyfq7evguxtIT { width:2.8125rem;height:2.8125rem;top:1.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkAevWyLyOwWtlccQ6LfVq3bLqOSrJcl { 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) { #fon0sGofzdUlCJJfvLHGMihibgvnP28M { width:18.6875rem;height:5.8125rem;top:4.99609375rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { width:18.75rem;height:4.3875rem;top:6.021484375rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qsrhT8Mm66dlTpsGDEmWnFVDVm46nesn { width:2.8125rem;height:2.8125rem;top:12.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKDxx3hlfr2HmJmPRlQO5Gf3ciaBIB87 { 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) { #ObZlX8WJy97EENXv3wbeVkPQvlEX2ZWb { width:9.437rem;height:2.925rem;top:17.68701171875rem;left:5.2802734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lb1Ff79NpTHBRf4UuKt0WM1ei5KdkDKz { width:18.6875rem;height:8.125rem;top:16.43701171875rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9DU7U8VcLX6FBBM5teKFxXnohHfqUX { display:flex;width:2.375rem;height:2.375rem;top:21.249132156372rem;left:5.2795141339302rem; }
#os9DU7U8VcLX6FBBM5teKFxXnohHfqUX > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #LTJLWSxrJIHGkQUQ058dcXavNGplMEhV { display:flex;width:2.375rem;height:2.375rem;top:21.249132156372rem;left:8.8125002980231rem;font-size:1.625rem; }
#LTJLWSxrJIHGkQUQ058dcXavNGplMEhV > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #bPzT3E8p4Pe1sEKbf5KDIsRJME8IT6VP { display:flex;width:2.375rem;height:2.375rem;top:21.249132156372rem;left:12.395833313465rem;font-size:1.625rem; }
#bPzT3E8p4Pe1sEKbf5KDIsRJME8IT6VP > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #mUTbzafAMLyRwOPtE3N8hvW4If9PORTi { display:block; }#mUTbzafAMLyRwOPtE3N8hvW4If9PORTi > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM3Jyyn8CTQGwMVTW5ffJt58Ztu46LL8 { width:20rem;height:3.4125rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0XvlwlNtHoWJHiwuWRwQa2E3u1r1iaJ { width:19.5rem;height:3.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 { display:block; }#MIm4fqVXxGo2Lwta12sVfu65N4eZTI86 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DteOxZOLAldV8BK1pN5IipR8K49lkhUM { display:flex;width:2.25rem;height:2.25rem;top:5.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TcKRdB6E0dATwZa6ER72pvG3MhGio3m7 { width:1.375rem;height:1.375rem;top:5.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWZ6XuuTWqeTIa8lpllpkAJERXWCbEf2 { 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) { #SfQXpRWcwf665ROw5zJ7vG1KOAiSH8PL { 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) { #GKaotR0QXZpWBSdTncKPuPv5xdW5eTce { display:flex;width:2.25rem;height:2.25rem;top:10.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JlnVg5TTOltH8HFlPGTbnGfXodTQlHIp { width:13.624625rem;height:2.60030625rem;top:10.324073255062rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fm6snbfqpGBnmEBbExFWXDrcmquCTibL { width:1.375rem;height:1.375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKskSL6stJ9kX4e3t3vI1szXvP4zIT6h { display:flex;width:2.25rem;height:2.25rem;top:20.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SflLf7P5zdNAdwLEuKqD7a1wzTTXcrRi { width:15.8748125rem;height:2.60030625rem;top:20.386765956879rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lgaoLkvNFaC0ShnkUaLFfsOIWWUe33EK { width:1.375rem;height:1.375rem;top:21rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZyVprOPzMUXWrnJAmsZnG0XQgpLBVT2 { display:flex;width:2.25rem;height:2.25rem;top:15.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CB63hGwSyyKuFm94FyhABvnTISG5rLo5 { 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) { #JN2Dv31DxSUxwLxQWrzEChbWv4oTcV0x { width:1.375rem;height:1.375rem;top:16rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUUmgIX012iNUnzS5yVDgnpFBUunAdnn { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b5ykGw4EDsVuJaifLA8Hf4Ih73Z5T6kL { width:1.375rem;height:1.375rem;top:26rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHJxMQt9CyEkG3HAAh8y6asJu4y8bMs1 { width:15.9375rem;height:3.9004625rem;top:25.386765956879rem;left:3.7495176196098rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kewqiz4CheGrT1iPzJzc0c66lOA4GErT { display:block; }#kewqiz4CheGrT1iPzJzc0c66lOA4GErT > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRCa8eQKhUygZPKU32XuEzBETdm4VcTn { display:flex;width:2.2497125rem;height:2.2497125rem;top:7.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zvtKbtAtsG9wbBh4xZSBRzZQma3gPbPS { width:1.37490625rem;height:1.37490625rem;top:8.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9ODI2ncrUhOErXt3fZdbNVoDi7itbh8 { width:20rem;height:4.2255rem;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) { #hEoSJle5OAtqVscy3ad6E4Rth4QvoWNf { width:11.875rem;height:3.9004625rem;top:6.8060302734375rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D0zG8dck57qMNVoDhttwsLg6dJUe6pM2 { display:flex;width:2.25rem;height:2.25rem;top:12.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dbLVh8FP2WZVlz2cTPqu8RlwX2c8a7Kp { width:15.187125rem;height:2.60030625rem;top:12.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #hhgCLbHbG4NO5PfUnwAIUMShtyyKwLWq { width:1.375rem;height:1.375rem;top:13.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9V9cCrM0p6UO8F3nJ6i229SL5GS3tgt { display:flex;width:2.25rem;height:2.25rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Cm6GyUGSLeBcFsZwwmLg16psztLHZ34b { width:14.874625rem;height:2.60030625rem;top:22.537130355835rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fv26zGEiZMdRKETKIg5qRT8Q8mV5OWhn { width:1.375rem;height:1.375rem;top:23.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz1HhK1kU1HuGcg9T8fVbc4fUKzyrQRZ { display:flex;width:2.25rem;height:2.25rem;top:17.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zlBoS3qwcUryWcaAOGlP8tl800vNtVWc { width:15.8748125rem;height:2.60030625rem;top:17.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gBSFtNogcwTpCcATs9Kfv1oQOT9ECggB { width:1.375rem;height:1.375rem;top:18.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIssZyCyOAZHiGSuQzK7QnoBhgVQ116t { display:flex;width:2.25rem;height:2.25rem;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UtZB6xnZWzLuM3n3Ts2dpltE91bMBXpQ { width:1.375rem;height:1.375rem;top:28.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSEy1iBxzgz82D4gSQRnBZJTBxJKzzWA { width:14.4375rem;height:2.60030625rem;top:27.537601470948rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x6QecuwHusREIPOTWvmBeQ9Sh9tR9z6a { display:flex;width:2.25rem;height:2.25rem;top:37.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EZCGobXJM4uLe4gA4yt7DXEkXvKAbyVM { width:1.375rem;height:1.375rem;top:38.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #insD5vBSo22gVESkMSZzXWdooP0fCfVZ { 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) { #v66IKyBygevJPLiwZ8u0Ncw36cz37NRs { display:flex;width:2.25rem;height:2.25rem;top:32.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ob70oTcQOfN0kBm64QVerKX25s4FIkSB { width:10.5623125rem;height:2.60030625rem;top:32.69917011261rem;left:3.75rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L7Ooc9GWv6DM2TT5LJ8TJ81PJ3QW4KAX { width:1.375rem;height:1.375rem;top:33.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF { display:block; }#HHlWUvNBkWrkbEhlHO7LxBlOq81vDXcF > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGztF3Dy1OfWiW3TpvMuNXfrdhNiJTk8 { width:20rem;height:4.125rem;top:1.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1mUT4iCGVP3zKeSeOhHroaTtkwA4qMP { display:block; }
 }@media only screen and (max-width: 763px) { #wdJGHRtA2urDtZdZUIX2EmpOMZrtHZwd { width:20rem;height:4.125rem;top:1.5000152587891rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo { display:block; }#EoxvGb3HzAgvfHEqqn7oyPIbHN88ZABo > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTbWFWkUxExCNKLqf2rG5ACloEA9T71d { width:20rem;height:3.25rem;top:1.28125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }