.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:218,237,235;--color-primary-1:130,195,188;--color-primary-2:5,134,120;--color-primary-3:3,67,60;--color-primary-4:1,20,18;--color-secondary-0:255,243,217;--color-secondary-1:255,215,129;--color-secondary-2:254,174,3;--color-secondary-3:127,87,2;--color-secondary-4:38,26,0;--color-tertiary-0:255,252,252;--color-tertiary-1:255,244,247;--color-tertiary-2:255,232,238;--color-tertiary-3:128,116,119;--color-tertiary-4:38,35,36;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#020202;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); }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa { position:relative;display:block; }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa { background-color: transparent; background-image: none; }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .row .container > .video-iframe-container { display: none; }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .row > .video-iframe-container { display: none; }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .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); }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa { border-width: 0; border-radius: 0; }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .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; }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#htUGJnB9rXOn4ddWcckU6yEyIViyKa7k { color:#058678;display:block;width:75rem;position:absolute;font-family:"dancing script";font-size:3.625rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:4.7125rem;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; }
#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm { position:relative;display:block; }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm { background-color: transparent; background-image: none; }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .row .container > .video-iframe-container { display: none; }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .row > .video-iframe-container { display: none; }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .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); }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm { border-width: 0; border-radius: 0; }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .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; }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;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; }#Tb3gdcTnTfbq67dtn11LLBTz2xRtxzUa { color:#058678;display:block;width:64.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0rem;left:5.25rem;height:5.03645625rem;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; }
#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx { position:relative;display:block; }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx { background-color: transparent; background-image: none; }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .row .container > .video-iframe-container { display: none; }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .row > .video-iframe-container { display: none; }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .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); }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx { border-width: 0; border-radius: 0; }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .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; }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w4HiuABXpwa7ogz68T77MPsIz0HPyghe { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:1.005859375rem;left:0rem;height:5.03645625rem;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; }
#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container { background-color: transparent; background-image: none; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container > .video-iframe-container { display: none; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row > .video-iframe-container { display: none; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .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); }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container { border-width: 0; border-radius: 0; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#ax114GfMeSrQrhR561WKy8eGakMB515h { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:41.9980625rem;width:74.934375rem;top:0rem;left:0rem;display:block; }
#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { position:relative;display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { background-color: transparent; background-image: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container > .video-iframe-container { display: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .video-iframe-container { display: none; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .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); }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { border-width: 0; border-radius: 0; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:3.94921875rem;left:0rem;height:5.03645625rem;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; }
#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row .container { background-color: transparent; background-image: none; }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row .container > .video-iframe-container { display: none; }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row > .video-iframe-container { display: none; }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .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); }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row .container { border-width: 0; border-radius: 0; }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#gIgU2fsmxg584TKwTfA17Ut3SvL1rzmV { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:25.25rem;display:block; }#gIgU2fsmxg584TKwTfA17Ut3SvL1rzmV.adaptive-delivery-prevent-bg, #gIgU2fsmxg584TKwTfA17Ut3SvL1rzmV.lazyload, #gIgU2fsmxg584TKwTfA17Ut3SvL1rzmV.lazyloading { background-image: none; }
#ELUzS0sz8GcNrgb3TTi8LQ9tT3ltS9OQ { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:50.25rem;display:block; }#ELUzS0sz8GcNrgb3TTi8LQ9tT3ltS9OQ.adaptive-delivery-prevent-bg, #ELUzS0sz8GcNrgb3TTi8LQ9tT3ltS9OQ.lazyload, #ELUzS0sz8GcNrgb3TTi8LQ9tT3ltS9OQ.lazyloading { background-image: none; }
#bOVHZ0HFi5N1qJ3FdcRoItPuKRTFJwNt { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#bOVHZ0HFi5N1qJ3FdcRoItPuKRTFJwNt.adaptive-delivery-prevent-bg, #bOVHZ0HFi5N1qJ3FdcRoItPuKRTFJwNt.lazyload, #bOVHZ0HFi5N1qJ3FdcRoItPuKRTFJwNt.lazyloading { background-image: none; }
#q7zaBFkkfnm0wu59mLiz4cH4qpOoFNIt { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#TNGk5x5TwuDbSz1UKKzve8eWi1X11oIX { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#agfFBagtRVtcAqbBEmuU7PwB125nhFZM { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row .container { background-color: transparent; background-image: none; }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row .container > .video-iframe-container { display: none; }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row > .video-iframe-container { display: none; }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .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); }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row .container { border-width: 0; border-radius: 0; }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#lx2OIphOZTLb3pzQJ7SI9xyZOQq3pl5O { position:absolute;display:block;z-index:15030;height:13.5608125rem;width:24.375rem;top:0.625rem;left:25.375rem;display:block; }
#f4OoWEVf7R8HgkLldoEsLfOMl5DxDPpQ { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.5625rem;left:25.3125rem;display:block; }#f4OoWEVf7R8HgkLldoEsLfOMl5DxDPpQ.adaptive-delivery-prevent-bg, #f4OoWEVf7R8HgkLldoEsLfOMl5DxDPpQ.lazyload, #f4OoWEVf7R8HgkLldoEsLfOMl5DxDPpQ.lazyloading { background-image: none; }
#ANhsvyDTcObFeZnARum5DID6HcfD1sT4 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.625rem;left:50.3125rem;display:block; }#ANhsvyDTcObFeZnARum5DID6HcfD1sT4.adaptive-delivery-prevent-bg, #ANhsvyDTcObFeZnARum5DID6HcfD1sT4.lazyload, #ANhsvyDTcObFeZnARum5DID6HcfD1sT4.lazyloading { background-image: none; }
#RT7etLuTo5Dd6eaTN1svMVS7rpTRMDUF { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.625rem;left:0.3125rem;display:block; }#RT7etLuTo5Dd6eaTN1svMVS7rpTRMDUF.adaptive-delivery-prevent-bg, #RT7etLuTo5Dd6eaTN1svMVS7rpTRMDUF.lazyload, #RT7etLuTo5Dd6eaTN1svMVS7rpTRMDUF.lazyloading { background-image: none; }
#zEaDKCkiHiT1MqzDXbbTleX8ozxNnpOy { position:absolute;display:block;z-index:15031;height:13.5608125rem;width:24.375rem;top:0.625rem;left:0.375rem;display:block; }
#EFhqht68JZTzbgN0Xogs93h2bXhJz58v { position:absolute;display:block;z-index:15026;height:13.5608125rem;width:24.375rem;top:0.625rem;left:50.3125rem;display:block; }
#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row .container { background-color: transparent; background-image: none; }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row .container > .video-iframe-container { display: none; }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row > .video-iframe-container { display: none; }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .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); }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row .container { border-width: 0; border-radius: 0; }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#K3ET9TeT4pJu5XUA762720C3J5S61kow { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/669080d0-7ece-466b-a827-b3f9e47ea32c/Chris_and_Karen.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#K3ET9TeT4pJu5XUA762720C3J5S61kow.adaptive-delivery-prevent-bg, #K3ET9TeT4pJu5XUA762720C3J5S61kow.lazyload, #K3ET9TeT4pJu5XUA762720C3J5S61kow.lazyloading { background-image: none; }
#bVqz1Gha3xSLO0rExEJEzooO0mQWwmh3 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5d84d301-436d-405e-9436-31fcf0797ac8/Leilani.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#bVqz1Gha3xSLO0rExEJEzooO0mQWwmh3.adaptive-delivery-prevent-bg, #bVqz1Gha3xSLO0rExEJEzooO0mQWwmh3.lazyload, #bVqz1Gha3xSLO0rExEJEzooO0mQWwmh3.lazyloading { background-image: none; }
#ilzCsy36xF4qGB6gQoeVwExCIHTIBTTZ { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:0.25rem;display:block; }#ilzCsy36xF4qGB6gQoeVwExCIHTIBTTZ.adaptive-delivery-prevent-bg, #ilzCsy36xF4qGB6gQoeVwExCIHTIBTTZ.lazyload, #ilzCsy36xF4qGB6gQoeVwExCIHTIBTTZ.lazyloading { background-image: none; }
#p4kBFGq3X152HOxT4igEuIyycvIE4Koy { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#KoXdacoBxuyR75Dzn6AqdgCWCX2x7LEV { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#MW4KGB9G4Oe8egMkaSsoDTm4GhJa0O2s { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#ZqfiieOOFpBxHm6akvPszOHrVkIleztg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row .container { background-color: transparent; background-image: none; }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row .container > .video-iframe-container { display: none; }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row > .video-iframe-container { display: none; }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .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); }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row .container { border-width: 0; border-radius: 0; }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#xztxvRT9HEMDTL9Hh3PW4rn5GCW0e5gG { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#zOCnhEwwL7IGcxaPfMqpr5o9frS39Q4r { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:25.25rem;display:block; }#zOCnhEwwL7IGcxaPfMqpr5o9frS39Q4r.adaptive-delivery-prevent-bg, #zOCnhEwwL7IGcxaPfMqpr5o9frS39Q4r.lazyload, #zOCnhEwwL7IGcxaPfMqpr5o9frS39Q4r.lazyloading { background-image: none; }
#eVIXJbsUfgV9aoOK4Ww8Uwhk511vB1aD { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.21875rem;left:50.25rem;display:block; }#eVIXJbsUfgV9aoOK4Ww8Uwhk511vB1aD.adaptive-delivery-prevent-bg, #eVIXJbsUfgV9aoOK4Ww8Uwhk511vB1aD.lazyload, #eVIXJbsUfgV9aoOK4Ww8Uwhk511vB1aD.lazyloading { background-image: none; }
#wpqtUdU4GSQaelHxeDfo1ArEXLVo7awO { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.3125rem;left:0.25rem;display:block; }#wpqtUdU4GSQaelHxeDfo1ArEXLVo7awO.adaptive-delivery-prevent-bg, #wpqtUdU4GSQaelHxeDfo1ArEXLVo7awO.lazyload, #wpqtUdU4GSQaelHxeDfo1ArEXLVo7awO.lazyloading { background-image: none; }
#AaWsJ4SXlcdPrBhBqwMs6f0kq5HbSilW { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#TN7Vkxt1RCx6IAXaR6gATymrdBZtVeQQ { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;display:block; }
#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { background-color: transparent; background-image: none; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container > .video-iframe-container { display: none; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row > .video-iframe-container { display: none; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .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); }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { border-width: 0; border-radius: 0; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:block; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row .container { background-color: transparent; background-image: none; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row .container > .video-iframe-container { display: none; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row > .video-iframe-container { display: none; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .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); }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row .container { border-width: 0; border-radius: 0; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row .container { font-size:0.875rem;font-family:"times new roman";height:35.125rem;width:75rem;position:relative;display:block; }#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.375rem;font-family:var(--paragraphs-font-family);height:auto;color:#ffffff;font-style:normal; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:#ffffff;line-height:1.3;overflow:hidden;height:auto;font-weight:300;font-style:normal; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-trigger { width:2.8125rem;min-width:2.8125rem;height:2.8125rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_d2afd97bc8a034460f100bda067dca50185cb676.svg");background-size:contain !important; }#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-trigger.adaptive-delivery-prevent-bg, #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-trigger.lazyload, #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-trigger.lazyloading { background-image: none; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB { box-sizing:content-box;height:auto;width:52.058625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15019;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:4.7651824951172rem;left:11.468692779541rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx { display:block;position:relative; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS { display:block;position:relative; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn { display:none; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP { display:block;position:relative; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt { display:none; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #JKcyv7qtiAwIEzUcTMVSOodA47UDRu5c { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #hQ9Thb5DvJLkcT4sHf1ONk8ThNPXu2Tk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #OkGsd5MN2GwAgNODWdcqk7DQBdGmOiBP { display:block;position:relative; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #pbKuFAv9T08bN9TNfrxsSiRVLlUEl8kD {  }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RHqs0oSnNcDW7qNuozXdOTg4tm1IIT94 { display:none; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV { display:block;position:relative; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT { display:none; }
#XmBbv6DTFhB4FbG3ca1cFdtO6cc1RXoI { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:14995;line-height:1.3;letter-spacing:0;top:1.186728477478rem;left:0rem;height:2.51823125rem;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; }
#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row .container { background-color: transparent; background-image: none; }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row .container > .video-iframe-container { display: none; }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row > .video-iframe-container { display: none; }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .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); }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row .container { border-width: 0; border-radius: 0; }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#ZsakqlZ4emPQ7DaUEuiiN4WH23gZ9o6p { position:absolute;display:block;z-index:15019;height:6.18671875rem;width:21.5625rem;top:0.1875057220459rem;left:27.000000953674rem;display:block; }
#axNl7GmHLV69EIVlqK9DVLpE6htyxX3D { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:20.9375rem;top:0rem;left:27.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa { display:block; }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htUGJnB9rXOn4ddWcckU6yEyIViyKa7k { top:2.5625rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm { display:block; }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb3gdcTnTfbq67dtn11LLBTz2xRtxzUa { top:0rem;left:0rem;width:47.75rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx { display:block; }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4HiuABXpwa7ogz68T77MPsIz0HPyghe { top:1rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP { display:block; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax114GfMeSrQrhR561WKy8eGakMB515h { top:0rem;left:0rem;width:47.625rem;height:26.692125297135rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { top:3.9375rem;left:0rem;width:47.75rem;height:5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7dGC90in27sJBsFKUDMXNcdr4P6DcXO { display:block; }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIgU2fsmxg584TKwTfA17Ut3SvL1rzmV { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELUzS0sz8GcNrgb3TTi8LQ9tT3ltS9OQ { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOVHZ0HFi5N1qJ3FdcRoItPuKRTFJwNt { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7zaBFkkfnm0wu59mLiz4cH4qpOoFNIt { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNGk5x5TwuDbSz1UKKzve8eWi1X11oIX { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agfFBagtRVtcAqbBEmuU7PwB125nhFZM { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu { display:block; }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx2OIphOZTLb3pzQJ7SI9xyZOQq3pl5O { top:0.625rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4OoWEVf7R8HgkLldoEsLfOMl5DxDPpQ { top:0.5625rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhsvyDTcObFeZnARum5DID6HcfD1sT4 { top:0.625rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT7etLuTo5Dd6eaTN1svMVS7rpTRMDUF { top:0.625rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEaDKCkiHiT1MqzDXbbTleX8ozxNnpOy { top:0.625rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFhqht68JZTzbgN0Xogs93h2bXhJz58v { top:0.625rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa { display:block; }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3ET9TeT4pJu5XUA762720C3J5S61kow { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVqz1Gha3xSLO0rExEJEzooO0mQWwmh3 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilzCsy36xF4qGB6gQoeVwExCIHTIBTTZ { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kBFGq3X152HOxT4igEuIyycvIE4Koy { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoXdacoBxuyR75Dzn6AqdgCWCX2x7LEV { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW4KGB9G4Oe8egMkaSsoDTm4GhJa0O2s { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqfiieOOFpBxHm6akvPszOHrVkIleztg { display:block; }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xztxvRT9HEMDTL9Hh3PW4rn5GCW0e5gG { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOCnhEwwL7IGcxaPfMqpr5o9frS39Q4r { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVIXJbsUfgV9aoOK4Ww8Uwhk511vB1aD { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpqtUdU4GSQaelHxeDfo1ArEXLVo7awO { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWsJ4SXlcdPrBhBqwMs6f0kq5HbSilW { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN7Vkxt1RCx6IAXaR6gATymrdBZtVeQQ { top:0.3125rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG6deJEdxi9vdaayi7MgcqZT1E0498Qo { display:block; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUHa5UnHt3WK8A43bvBya9Dkfuf40612 { display:block; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #JKcyv7qtiAwIEzUcTMVSOodA47UDRu5c {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #hQ9Thb5DvJLkcT4sHf1ONk8ThNPXu2Tk {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #OkGsd5MN2GwAgNODWdcqk7DQBdGmOiBP {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #pbKuFAv9T08bN9TNfrxsSiRVLlUEl8kD {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RHqs0oSnNcDW7qNuozXdOTg4tm1IIT94 {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT {  }
 }@media only screen and (max-width: 763px) { #XmBbv6DTFhB4FbG3ca1cFdtO6cc1RXoI { top:1.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3FaxQVhayaorrTrIRWy36vBoC8O1GXV { display:block; }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsakqlZ4emPQ7DaUEuiiN4WH23gZ9o6p { top:0.1875rem;left:13.375000953674rem;width:21.5625rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNl7GmHLV69EIVlqK9DVLpE6htyxX3D { top:0rem;left:13.6875rem;width:20.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa { display:block; }#oPDkpmXGfQCDQelc0q1EhuMFZtUzXMxa > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htUGJnB9rXOn4ddWcckU6yEyIViyKa7k { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm { display:block; }#cFPpw6hiMBa7Pg3A60eiOZfkrKIMIoCm > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tb3gdcTnTfbq67dtn11LLBTz2xRtxzUa { width:20rem;height:7.1484375rem;top:0.73203134536744rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx { display:block; }#FqO6b2qyBfkqWFhCczIZOK3W4Gg0PUKx > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4HiuABXpwa7ogz68T77MPsIz0HPyghe { width:20rem;height:3.57421875rem;top:0.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP { background-color:#000000;background-image:none;display:block; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container { background-color: transparent; background-image: none; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container > .video-iframe-container { display: none; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row > .video-iframe-container { display: none; }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .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); }#rTFJBlVI66eFvx3LvPMARGk8VmBLMgSP > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ax114GfMeSrQrhR561WKy8eGakMB515h { height:10.875rem;width:19.8125rem;top:0rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { width:19.875rem;height:7.1484375rem;top:2.6875001192093rem;left:0.12369793653488rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7dGC90in27sJBsFKUDMXNcdr4P6DcXO { display:block; }#T7dGC90in27sJBsFKUDMXNcdr4P6DcXO > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gIgU2fsmxg584TKwTfA17Ut3SvL1rzmV { width:19.875rem;height:13.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELUzS0sz8GcNrgb3TTi8LQ9tT3ltS9OQ { width:19.875rem;height:13.5625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOVHZ0HFi5N1qJ3FdcRoItPuKRTFJwNt { width:19.875rem;height:13.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7zaBFkkfnm0wu59mLiz4cH4qpOoFNIt { width:20rem;height:13.5625rem;top:29.75rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TNGk5x5TwuDbSz1UKKzve8eWi1X11oIX { width:20rem;height:13.5625rem;top:0rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #agfFBagtRVtcAqbBEmuU7PwB125nhFZM { width:20rem;height:13.5625rem;top:14.875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu { display:block; }#btOVdhHUN6FPo3TyGD0Oi4zqoP8ZyBZu > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx2OIphOZTLb3pzQJ7SI9xyZOQq3pl5O { width:20rem;height:13.5625rem;top:14.875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #f4OoWEVf7R8HgkLldoEsLfOMl5DxDPpQ { width:19.875rem;height:13.5625rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhsvyDTcObFeZnARum5DID6HcfD1sT4 { width:19.875rem;height:13.5625rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT7etLuTo5Dd6eaTN1svMVS7rpTRMDUF { width:19.875rem;height:13.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEaDKCkiHiT1MqzDXbbTleX8ozxNnpOy { width:20rem;height:13.5625rem;top:0.0625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EFhqht68JZTzbgN0Xogs93h2bXhJz58v { width:20rem;height:13.5625rem;top:29.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa { display:block; }#c0VCPP2rIqEl7W0RFgTdym0IUyTIidaa > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3ET9TeT4pJu5XUA762720C3J5S61kow { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVqz1Gha3xSLO0rExEJEzooO0mQWwmh3 { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilzCsy36xF4qGB6gQoeVwExCIHTIBTTZ { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kBFGq3X152HOxT4igEuIyycvIE4Koy { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KoXdacoBxuyR75Dzn6AqdgCWCX2x7LEV { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #MW4KGB9G4Oe8egMkaSsoDTm4GhJa0O2s { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ZqfiieOOFpBxHm6akvPszOHrVkIleztg { display:block; }#ZqfiieOOFpBxHm6akvPszOHrVkIleztg > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xztxvRT9HEMDTL9Hh3PW4rn5GCW0e5gG { width:20rem;height:13.5625rem;top:15.875rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zOCnhEwwL7IGcxaPfMqpr5o9frS39Q4r { width:19.875rem;height:13.5625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVIXJbsUfgV9aoOK4Ww8Uwhk511vB1aD { width:19.875rem;height:13.5625rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpqtUdU4GSQaelHxeDfo1ArEXLVo7awO { width:19.875rem;height:13.5625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaWsJ4SXlcdPrBhBqwMs6f0kq5HbSilW { width:20rem;height:13.5625rem;top:30.5625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TN7Vkxt1RCx6IAXaR6gATymrdBZtVeQQ { width:20rem;height:13.5625rem;top:1.0625rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dG6deJEdxi9vdaayi7MgcqZT1E0498Qo { display:block; }#dG6deJEdxi9vdaayi7MgcqZT1E0498Qo > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wUHa5UnHt3WK8A43bvBya9Dkfuf40612 { display:block; }#wUHa5UnHt3WK8A43bvBya9Dkfuf40612 > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-heading-text { font-size:1.25rem;height:auto; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-desc-text { font-size:1rem;height:auto; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB { display:flex;height:auto;width:20rem;top:3.8684806823731rem;left:0rem; }
#pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #JKcyv7qtiAwIEzUcTMVSOodA47UDRu5c {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #hQ9Thb5DvJLkcT4sHf1ONk8ThNPXu2Tk {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #OkGsd5MN2GwAgNODWdcqk7DQBdGmOiBP {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #pbKuFAv9T08bN9TNfrxsSiRVLlUEl8kD {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #RHqs0oSnNcDW7qNuozXdOTg4tm1IIT94 {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #TlHED3pLtbCnVhoqBzqLPCKwXGsaCbAC {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #GoW2Hw8pQO5MGP5y36dysgGifpMxqq1r {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #Dr4RLObOQ2rwaQTmW2TRUsCgcDNnqpQV {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #m4oSnRld23vNga3dbbuEQMHqtg00VFZr {  }
 }@media only screen and (max-width: 763px) { #pNc1OPyuVJL3iWRoGzOPEOtEguvJpvpB #Li1gao19fPX1a9sp3uRAzFLUB91qEZAT {  }
 }@media only screen and (max-width: 763px) { #XmBbv6DTFhB4FbG3ca1cFdtO6cc1RXoI { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3FaxQVhayaorrTrIRWy36vBoC8O1GXV { display:block; }#B3FaxQVhayaorrTrIRWy36vBoC8O1GXV > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsakqlZ4emPQ7DaUEuiiN4WH23gZ9o6p { width:20rem;height:6.125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNl7GmHLV69EIVlqK9DVLpE6htyxX3D { width:20rem;height:6.2686567164181rem;top:0.6875rem;left:0rem;display:block; }
 }