.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:251,251,251;--color-secondary-1:241,241,241;--color-secondary-2:227,227,227;--color-secondary-3:114,114,114;--color-secondary-4:34,34,34;--color-tertiary-0:255,252,252;--color-tertiary-1:255,244,247;--color-tertiary-2:255,232,238;--color-tertiary-3:128,116,119;--color-tertiary-4:38,35,36;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 { 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; }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row .container { background-color: transparent; background-image: none; }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row .container > .video-iframe-container { display: none; }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row > .video-iframe-container { display: none; }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .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); }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row .container { border-width: 0; border-radius: 0; }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#I3e2ada82d011dab0eb313c153445d27 { position:absolute;display:block;z-index:14995;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: none;height:42rem;width:74.9375rem;top:7.43701171875rem;left:0rem;display:block; }
#bd8461f5b78379139bcd019699bd4af1 { color:#000000;display:block;width:55.81125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:0.672607421875rem;left:9.59326171875rem;height:6.4980625rem;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; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-form-header { font-size:0.75rem; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-text { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-secondary-0),1);font-size:1.1875rem;overflow:hidden;font-family:lato;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-textarea { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:1.1875rem;overflow:hidden;font-family:lato;vertical-align:top;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;text-align:center;text-align-last:center; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.0625rem solid #040e12;border-left:0.0625rem solid #040e12;border-right:0.0625rem solid #040e12;border-bottom:0.0625rem solid #040e12;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:20.5rem;height:3.4375rem;font-family:lato;overflow:hidden;text-align:center;text-align-last:center;box-shadow: none; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:lato;font-size:1.1875rem;text-align:center;text-align-last:center; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:lato;font-size:1.1875rem;text-align:center;text-align-last:center; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:lato;font-size:1.1875rem;text-align:center;text-align-last:center; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:lato;font-size:1.1875rem;text-align:center;text-align-last:center; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-container:first-of-type{padding-top:0;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-container:last-of-type{padding-bottom:0;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:90.015625rem;top:33.125244140625rem;z-index:15022;position:absolute;font-size:0.75rem; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem;display:block;vertical-align:top; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 {display:block;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:90.015625rem;top:33.125244140625rem;z-index:15022;position:absolute;font-size:0.75rem; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #fVelkgUmwbBpQPFzIOU4F9xvDD8TQJAv { position:relative; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #gdVMl6dTfZ1puawidXKbfV8yBUlOLpAd { position:relative;display:none; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #khZKc5m739GvOgclIckHrLbcvaaCc0dW { position:relative; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #TXNyuLlm0sQEWgF5voxhd8Od4rexNzmw { position:relative; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #uBX82Bf1QUhlStHJOBVBbO7SvLeCTL3E { position:relative;display:none; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #ZNOuWOzdJoE5ZKAQkuAJbt7EVdlwTNt0 { position:relative; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #QKtB3q0Z62yv5MEmpo6bkeHCZE7fUsks { position:relative; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #kwmQeOETQ8gOsbll1kEFbO52CiKvgpgz { position:relative;z-index:2; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #UxT20bWMrHgkqpvpmy0WQOc2taQZeeSn { position:relative; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #PiAvw79u1TOSD4BRTFFfddeOlKJe1EEw { position:relative; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #KVH84ptPfJlVyU44Ngot8RFMipgkKl3K { position:relative; }
#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw { 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; }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row .container { background-color: transparent; background-image: none; }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row .container > .video-iframe-container { display: none; }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row > .video-iframe-container { display: none; }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .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); }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row .container { border-width: 0; border-radius: 0; }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#F24edad27dc1fd8de3d0bcaa8bf2bfe3 { position:absolute;display:block;z-index:15001;height:6.125rem;width:21.875rem;top:1.6871745586395rem;left:26.061740875244rem;display:block; }
#ffd5d7fa270744133b5e3b44ae7d29fa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:20.9375rem;top:1.5304905176162rem;left:27.031253814698rem;overflow:hidden;display:block; }
#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { 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; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row > .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 { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:14994;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.51806875rem;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; }
#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT { 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; }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row .container { background-color: transparent; background-image: none; }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row .container > .video-iframe-container { display: none; }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row > .video-iframe-container { display: none; }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .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); }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row .container { border-width: 0; border-radius: 0; }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#x975dfee094789c79afee5e38cb8e914 { 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; }#x975dfee094789c79afee5e38cb8e914.adaptive-delivery-prevent-bg, #x975dfee094789c79afee5e38cb8e914.lazyload, #x975dfee094789c79afee5e38cb8e914.lazyloading { background-image: none; }
#c566b4e8870dd8bf267857746680e33a { 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; }#c566b4e8870dd8bf267857746680e33a.adaptive-delivery-prevent-bg, #c566b4e8870dd8bf267857746680e33a.lazyload, #c566b4e8870dd8bf267857746680e33a.lazyloading { background-image: none; }
#E179d9c84e77fe82518b3ef0e7cbd4e3 { 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; }#E179d9c84e77fe82518b3ef0e7cbd4e3.adaptive-delivery-prevent-bg, #E179d9c84e77fe82518b3ef0e7cbd4e3.lazyload, #E179d9c84e77fe82518b3ef0e7cbd4e3.lazyloading { background-image: none; }
#h25045410cd11fe632ea0cd27b122fac { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#e15c44770aa04e7b8054b5ba9bb3640b { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:0.31201171875rem;display:block; }
#ca0753c8656b52e66f5ff36b0336a6a0 { position:absolute;display:block;z-index:15022;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu { 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; }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row .container { background-color: transparent; background-image: none; }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row .container > .video-iframe-container { display: none; }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row > .video-iframe-container { display: none; }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .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); }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row .container { border-width: 0; border-radius: 0; }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#p33f6bae8d459ad62210f6ff087ff1df { position:absolute;display:block;z-index:15030;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:25.3125rem;display:block; }
#dd233b68d23ce75d21eb2fffa70d0651 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.90625rem;left:25.25rem;display:block; }#dd233b68d23ce75d21eb2fffa70d0651.adaptive-delivery-prevent-bg, #dd233b68d23ce75d21eb2fffa70d0651.lazyload, #dd233b68d23ce75d21eb2fffa70d0651.lazyloading { background-image: none; }
#Le70b472a1ad9885212fd7ad9de78e76 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d1f76d4d-96ed-4201-abd5-7a27b77a1cfa/Joey_and_Rachael.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:50.25rem;display:block; }#Le70b472a1ad9885212fd7ad9de78e76.adaptive-delivery-prevent-bg, #Le70b472a1ad9885212fd7ad9de78e76.lazyload, #Le70b472a1ad9885212fd7ad9de78e76.lazyloading { background-image: none; }
#p970e54f4f335ed24c23d398a9a1f8d5 { position:absolute;display:block;z-index:14981;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c0dbafc-0444-4e26-953f-6bd122939573/Michael_and_Christal_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:24.375rem;top:0.9375rem;left:0.25rem;display:block; }#p970e54f4f335ed24c23d398a9a1f8d5.adaptive-delivery-prevent-bg, #p970e54f4f335ed24c23d398a9a1f8d5.lazyload, #p970e54f4f335ed24c23d398a9a1f8d5.lazyloading { background-image: none; }
#h515b52684990cd81c6e9f7b37307266 { position:absolute;display:block;z-index:15031;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:0.31201171875rem;display:block; }
#f478c1841ee34189c2b8664ee358c927 { position:absolute;display:block;z-index:15026;height:13.5608125rem;width:24.375rem;top:0.937255859375rem;left:50.24951171875rem;display:block; }
#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ { 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; }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row .container { background-color: transparent; background-image: none; }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row .container > .video-iframe-container { display: none; }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row > .video-iframe-container { display: none; }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .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); }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row .container { border-width: 0; border-radius: 0; }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#T358bf1d28040badedcb65b938a675da { 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; }#T358bf1d28040badedcb65b938a675da.adaptive-delivery-prevent-bg, #T358bf1d28040badedcb65b938a675da.lazyload, #T358bf1d28040badedcb65b938a675da.lazyloading { background-image: none; }
#c827f821bf75032501efb06ca6d00c56 { 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; }#c827f821bf75032501efb06ca6d00c56.adaptive-delivery-prevent-bg, #c827f821bf75032501efb06ca6d00c56.lazyload, #c827f821bf75032501efb06ca6d00c56.lazyloading { background-image: none; }
#e362a164b4030c4242f5effd12acaaf7 { 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; }#e362a164b4030c4242f5effd12acaaf7.adaptive-delivery-prevent-bg, #e362a164b4030c4242f5effd12acaaf7.lazyload, #e362a164b4030c4242f5effd12acaaf7.lazyloading { background-image: none; }
#a30414c90fa4326f65952decba4b37b1 { position:absolute;display:block;z-index:15031;height:13.5615rem;width:24.375rem;top:0.28125rem;left:50.312255859375rem;display:block; }
#b528f062ddda67cdc7e3789e89c96f05 { position:absolute;display:block;z-index:15026;height:13.5615rem;width:24.375rem;top:0.28125rem;left:25.3125rem;display:block; }
#z664431a47cce08fa168764a9b3810db { position:absolute;display:block;z-index:15029;height:13.56225rem;width:24.375rem;top:0.25rem;left:0.3125rem;display:block; }
#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt { 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; }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row .container { background-color: transparent; background-image: none; }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row .container > .video-iframe-container { display: none; }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row > .video-iframe-container { display: none; }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .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); }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row .container { border-width: 0; border-radius: 0; }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#Ld76fea264ec0fb1f12ab6c677429435 { position:absolute;display:block;z-index:15019;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:25.3125rem;display:block; }
#c3d78f9b8586b1bf2b30127ddc29492c { 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; }#c3d78f9b8586b1bf2b30127ddc29492c.adaptive-delivery-prevent-bg, #c3d78f9b8586b1bf2b30127ddc29492c.lazyload, #c3d78f9b8586b1bf2b30127ddc29492c.lazyloading { background-image: none; }
#udba1cf121233cb234c3f2723ef48f80 { 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; }#udba1cf121233cb234c3f2723ef48f80.adaptive-delivery-prevent-bg, #udba1cf121233cb234c3f2723ef48f80.lazyload, #udba1cf121233cb234c3f2723ef48f80.lazyloading { background-image: none; }
#cc3c0eb41761534ac9628d291415d370 { 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; }#cc3c0eb41761534ac9628d291415d370.adaptive-delivery-prevent-bg, #cc3c0eb41761534ac9628d291415d370.lazyload, #cc3c0eb41761534ac9628d291415d370.lazyloading { background-image: none; }
#I48a4d59b4588bcc63cb10dea2513215 { position:absolute;display:block;z-index:15026;height:13.56225rem;width:24.375rem;top:0.280517578125rem;left:50.312255859375rem;display:block; }
#edb71d83ab707b017d01a4e68b1d1024 { position:absolute;display:block;z-index:15023;height:13.56225rem;width:24.375rem;top:0.343017578125rem;left:0.31201171875rem;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:12.9375rem;width:75rem;position:relative;display:block; }#pLwalovwXHSLAz3V6C4DGlnUd9golK9E { color:#000000;display:block;width:18.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8115234375rem;left:28.84130859375rem;height:1.62524375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MhvvInF7A3kJHWoZPvW77ValXTEN2GOE { position:absolute;display:block;z-index:15006;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.312rem;width:22.812rem;top:3.31201171875rem;left:26.499755859375rem;overflow:hidden;display:block; }
#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 { 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; }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row .container { background-color: transparent; background-image: none; }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row .container > .video-iframe-container { display: none; }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row > .video-iframe-container { display: none; }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .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); }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row .container { border-width: 0; border-radius: 0; }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#Vdd8f9a2dbc9d86f53409c996f8828fb { position:absolute;display:block;z-index:15001;height:6.3125rem;width:21.375rem;top:1.5rem;left:26.8125rem;display:block; }
#Qc7fcbff3c22426b26bb2a9ee2b99151 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:20.9375rem;top:1.5304905176162rem;left:27.031253814698rem;overflow:hidden;display:block; }
#d3dc33ea08cbabe9b8c2d56d078bcd2f { 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; }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row .container { background-color: transparent; background-image: none; }#d3dc33ea08cbabe9b8c2d56d078bcd2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row .container > .video-iframe-container { display: none; }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row > .video-iframe-container { display: none; }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .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); }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row .container { border-width: 0; border-radius: 0; }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#r23b9cb2f2a22b6794f8f9dbf83d09ab { 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; }
#K7cdef040359fa5e27247e0b5a0fb33b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:7.5625rem;left:12.9375rem;display:block; }
#xe8008362a094376517e6c5383324ec9 { color:rgba(var(--color-primary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.1248054504394rem;left:12.499999046326rem;height:2.84399375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c283c864918931d853647ba85c4590d6 { color:rgba(var(--color-primary-4),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.1272163391112rem;left:16.249999046326rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T1095faa3e4522a3ecf09031369c62c8 { 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; }
#c1db48e0841190f3faba3fa9a913fdc7 { color:rgba(var(--color-primary-4),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.876734733581rem;left:16.249999046326rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s52b700cd89a25dc2bb6e4fcef57a671 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:11.3125rem;left:12.875rem;display:block; }
#u4c5a1b84e2f96ea7953157aa2d27a56 { 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; }
#f988cb693b83d22cc5f679f51bb9cb60 { color:rgba(var(--color-primary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:18.377217292786rem;left:16.249999046326rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ff1df59e756ab2d7573fa4fb066bdea3 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:18.8125rem;left:12.875rem;display:block; }
#U861ee6596a42d5745c2ce232e68446a { 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; }
#Qbde49eadfc6e81e066dfb23e09f12a5 { color:rgba(var(--color-primary-4),1);display:block;width:46.62425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.627217292786rem;left:16.249999046326rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F521c159dbbf1b5162738655e2844a84 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:14.9375rem;left:12.9375rem;display:block; }
#M1d98fe782b13cbbadac53ffa6005211 { 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; }
#b9836d7f39cac379ba389c2d8ac2c33b { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22.5625rem;left:12.9375rem;display:block; }
#bc227c2700b58a6ba204b8802918a6c1 { color:rgba(var(--color-primary-4),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.125rem;left:16.25rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aff934728f6947350e11faf7d52898ff { 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; }
#Acbea3ee771116966c374ffad1e2ee39 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:30.125rem;left:12.9375rem;display:block; }
#e0a83aa7b840048423c5f07bce459b1a { color:rgba(var(--color-primary-4),1);display:block;width:46.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:29.6875rem;left:16.25rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#beb4da5415dd6c8341149e6d2de77ad0 { 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; }
#Aedc27108ea0e5bbc964a8c06b851d8f { color:rgba(var(--color-primary-4),1);display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.9375rem;left:16.25rem;height:2.030275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s245525e288d9362fb7c6e60549e5481 { box-sizing:content-box;height:1.4371125rem;width:1.4371125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:26.375rem;left:12.875rem;display:block; }
#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA { 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; }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row .container { background-color: transparent; background-image: none; }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row .container > .video-iframe-container { display: none; }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row > .video-iframe-container { display: none; }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .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); }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row .container { border-width: 0; border-radius: 0; }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:75rem;position:relative;display:block; }#f8bad079c0d6762c77b358ad0bc8aa61 { position:absolute;display:block;z-index:15001;height:6.5rem;width:21.625rem;top:1.5304906368256rem;left:26.686740875244rem;display:block; }
#W5a0752d1a5a208a0433c8a62cec37b3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:20.9375rem;top:1.5304905176162rem;left:27.031253814698rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 { display:block; }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3e2ada82d011dab0eb313c153445d27 { top:7.375rem;left:0rem;width:47.625rem;height:26.69224353628rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd8461f5b78379139bcd019699bd4af1 { top:0.625rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-regular-label { display:block; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-checkbox-label { width:13.75rem; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8  { width:15rem;height:auto; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 {display:block;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #fVelkgUmwbBpQPFzIOU4F9xvDD8TQJAv {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #gdVMl6dTfZ1puawidXKbfV8yBUlOLpAd { display:block; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #khZKc5m739GvOgclIckHrLbcvaaCc0dW {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #TXNyuLlm0sQEWgF5voxhd8Od4rexNzmw {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #uBX82Bf1QUhlStHJOBVBbO7SvLeCTL3E { display:block; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #ZNOuWOzdJoE5ZKAQkuAJbt7EVdlwTNt0 {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #QKtB3q0Z62yv5MEmpo6bkeHCZE7fUsks {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #kwmQeOETQ8gOsbll1kEFbO52CiKvgpgz { z-index:2; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #UxT20bWMrHgkqpvpmy0WQOc2taQZeeSn {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #PiAvw79u1TOSD4BRTFFfddeOlKJe1EEw {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #KVH84ptPfJlVyU44Ngot8RFMipgkKl3K {  }
 }@media only screen and (max-width: 763px) { #JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw { display:block; }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F24edad27dc1fd8de3d0bcaa8bf2bfe3 { top:1.625rem;left:12.436740875244rem;width:21.875rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffd5d7fa270744133b5e3b44ae7d29fa { top:1.5rem;left:13.406253814698rem;width:20.9375rem;height:6.25rem;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:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT { display:block; }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x975dfee094789c79afee5e38cb8e914 { top:0.3125rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c566b4e8870dd8bf267857746680e33a { top:0.3125rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E179d9c84e77fe82518b3ef0e7cbd4e3 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h25045410cd11fe632ea0cd27b122fac { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e15c44770aa04e7b8054b5ba9bb3640b { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca0753c8656b52e66f5ff36b0336a6a0 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu { display:block; }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p33f6bae8d459ad62210f6ff087ff1df { top:0.875rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd233b68d23ce75d21eb2fffa70d0651 { top:0.875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le70b472a1ad9885212fd7ad9de78e76 { top:0.9375rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p970e54f4f335ed24c23d398a9a1f8d5 { top:0.9375rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h515b52684990cd81c6e9f7b37307266 { top:0.875rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f478c1841ee34189c2b8664ee358c927 { top:0.875rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ { display:block; }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T358bf1d28040badedcb65b938a675da { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c827f821bf75032501efb06ca6d00c56 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e362a164b4030c4242f5effd12acaaf7 { top:0.1875rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30414c90fa4326f65952decba4b37b1 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b528f062ddda67cdc7e3789e89c96f05 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z664431a47cce08fa168764a9b3810db { top:0.25rem;left:0rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkeHlB6UaUWw1UDQs31CrKxybn36GnBt { display:block; }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld76fea264ec0fb1f12ab6c677429435 { top:0.25rem;left:7.375rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3d78f9b8586b1bf2b30127ddc29492c { top:0.1875rem;left:7.25rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udba1cf121233cb234c3f2723ef48f80 { top:0.1875rem;left:23.125rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc3c0eb41761534ac9628d291415d370 { top:0.3125rem;left:0rem;width:24.375rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I48a4d59b4588bcc63cb10dea2513215 { top:0.25rem;left:23.25rem;width:24.375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edb71d83ab707b017d01a4e68b1d1024 { top:0.3125rem;left:0rem;width:24.375rem;height:13.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) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { top:6.75rem;left:5.75rem;width:18.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhvvInF7A3kJHWoZPvW77ValXTEN2GOE { top:3.25rem;left:1.125rem;width:22.75rem;height:6.2948448185166rem;display:block; }
 }@media only screen and (max-width: 763px) { #H17EZWJC1uPVJEDnTsoDSF08FZgHX610 { display:block; }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vdd8f9a2dbc9d86f53409c996f8828fb { top:1.5rem;left:13.1875rem;width:21.375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7fcbff3c22426b26bb2a9ee2b99151 { top:1.5rem;left:13.406253814698rem;width:20.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dc33ea08cbabe9b8c2d56d078bcd2f { display:block; }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r23b9cb2f2a22b6794f8f9dbf83d09ab { top:7.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7cdef040359fa5e27247e0b5a0fb33b { top:7.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8008362a094376517e6c5383324ec9 { top:2.0625rem;left:0rem;width:40rem;height:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c283c864918931d853647ba85c4590d6 { top:7.125rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1095faa3e4522a3ecf09031369c62c8 { top:10.875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1db48e0841190f3faba3fa9a913fdc7 { top:10.875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s52b700cd89a25dc2bb6e4fcef57a671 { top:11.3125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4c5a1b84e2f96ea7953157aa2d27a56 { top:18.375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f988cb693b83d22cc5f679f51bb9cb60 { top:18.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff1df59e756ab2d7573fa4fb066bdea3 { top:18.8125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U861ee6596a42d5745c2ce232e68446a { top:14.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbde49eadfc6e81e066dfb23e09f12a5 { top:14.625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F521c159dbbf1b5162738655e2844a84 { top:14.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1d98fe782b13cbbadac53ffa6005211 { top:22.125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9836d7f39cac379ba389c2d8ac2c33b { top:22.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc227c2700b58a6ba204b8802918a6c1 { top:22.0625rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aff934728f6947350e11faf7d52898ff { top:29.6875rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acbea3ee771116966c374ffad1e2ee39 { top:30.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0a83aa7b840048423c5f07bce459b1a { top:29.6875rem;left:1.1875rem;width:46.5625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beb4da5415dd6c8341149e6d2de77ad0 { top:25.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aedc27108ea0e5bbc964a8c06b851d8f { top:25.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s245525e288d9362fb7c6e60549e5481 { top:26.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htM9Cg89afWXmliIhAl0QGfh6ArX4wrA { display:block; }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8bad079c0d6762c77b358ad0bc8aa61 { top:1.5rem;left:13.061740875244rem;width:21.625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5a0752d1a5a208a0433c8a62cec37b3 { top:1.5rem;left:13.406253814698rem;width:20.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 { display:block; }#FTUzO6DDSxUUuRd4Eh1o1eb1Bu79SUR4 > .row .container { width:20rem;height:35.749240875244rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3e2ada82d011dab0eb313c153445d27 { height:10.875rem;width:19.8125rem;top:8.2496747970581rem;left:0.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #bd8461f5b78379139bcd019699bd4af1 { width:20rem;height:6.09375rem;top:1.4840495586395rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;background-color:#57295d;background-image:none;display:block;vertical-align:top; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;background-color:#57295d;background-image:none;display:block;vertical-align:top; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-container:first-of-type{padding-top:0;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .widget-container:last-of-type{padding-bottom:0;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8  { width:17.5rem;height:14.1875rem;top:20.311740875244rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 {display:block;}#ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 { width:17.5rem;height:14.1875rem;top:20.311740875244rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #fVelkgUmwbBpQPFzIOU4F9xvDD8TQJAv {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #gdVMl6dTfZ1puawidXKbfV8yBUlOLpAd { display:none; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #khZKc5m739GvOgclIckHrLbcvaaCc0dW {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #TXNyuLlm0sQEWgF5voxhd8Od4rexNzmw {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #uBX82Bf1QUhlStHJOBVBbO7SvLeCTL3E { display:none; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #ZNOuWOzdJoE5ZKAQkuAJbt7EVdlwTNt0 {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #QKtB3q0Z62yv5MEmpo6bkeHCZE7fUsks {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #kwmQeOETQ8gOsbll1kEFbO52CiKvgpgz { z-index:2; }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #UxT20bWMrHgkqpvpmy0WQOc2taQZeeSn {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #PiAvw79u1TOSD4BRTFFfddeOlKJe1EEw {  }
 }@media only screen and (max-width: 763px) { #ObxflQsAbeThhGNXukU5VFJFtk1uc2e8 #KVH84ptPfJlVyU44Ngot8RFMipgkKl3K {  }
 }@media only screen and (max-width: 763px) { #JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw { display:block; }#JHlPvyMgduZTIRsSxf3ycMPdTfrUaMKw > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F24edad27dc1fd8de3d0bcaa8bf2bfe3 { width:20rem;height:5.8125rem;top:0.920681476593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffd5d7fa270744133b5e3b44ae7d29fa { width:20rem;height:5.9701492537313rem;top:0.920681476593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF { display:block; }#Xr1Dhl9aKidOmwxKT0BZJ6MW2RLxeaRF > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Twp3bq7TdoNEKgnTDdA0nO4C24Ahf9oL { width:19.875rem;height:4.875rem;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) { #xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT { display:block; }#xGqwkaFeCZf8BFIdwOAiZZn0GoqwI5rT > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x975dfee094789c79afee5e38cb8e914 { width:19.875rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c566b4e8870dd8bf267857746680e33a { width:19.875rem;height:13.5625rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E179d9c84e77fe82518b3ef0e7cbd4e3 { width:19.875rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h25045410cd11fe632ea0cd27b122fac { width:20rem;height:13.5625rem;top:31.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #e15c44770aa04e7b8054b5ba9bb3640b { width:20rem;height:13.5625rem;top:1.375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ca0753c8656b52e66f5ff36b0336a6a0 { width:20rem;height:13.5625rem;top:16.25rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu { display:block; }#obkeemJnTmNcqCO1CpeKaBnlWUfO9Qcu > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p33f6bae8d459ad62210f6ff087ff1df { width:20rem;height:13.5625rem;top:15.4375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dd233b68d23ce75d21eb2fffa70d0651 { width:19.875rem;height:13.5625rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Le70b472a1ad9885212fd7ad9de78e76 { width:19.875rem;height:13.5625rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p970e54f4f335ed24c23d398a9a1f8d5 { width:19.875rem;height:13.5625rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h515b52684990cd81c6e9f7b37307266 { width:20rem;height:13.5625rem;top:0.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #f478c1841ee34189c2b8664ee358c927 { width:20rem;height:13.5625rem;top:30.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ { display:block; }#qCC7QuV3NWiUAAMTN8WlicTEoF0EUorJ > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T358bf1d28040badedcb65b938a675da { width:19.875rem;height:13.5625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c827f821bf75032501efb06ca6d00c56 { width:19.875rem;height:13.5625rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e362a164b4030c4242f5effd12acaaf7 { width:19.875rem;height:13.5625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a30414c90fa4326f65952decba4b37b1 { width:20rem;height:13.5625rem;top:30.8125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b528f062ddda67cdc7e3789e89c96f05 { width:20rem;height:13.5625rem;top:15.9375rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #z664431a47cce08fa168764a9b3810db { width:20rem;height:13.5625rem;top:1.1875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fkeHlB6UaUWw1UDQs31CrKxybn36GnBt { display:block; }#fkeHlB6UaUWw1UDQs31CrKxybn36GnBt > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ld76fea264ec0fb1f12ab6c677429435 { width:20rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #c3d78f9b8586b1bf2b30127ddc29492c { width:19.875rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #udba1cf121233cb234c3f2723ef48f80 { width:19.875rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc3c0eb41761534ac9628d291415d370 { width:19.875rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I48a4d59b4588bcc63cb10dea2513215 { width:20rem;height:13.5625rem;top:31.0625rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #edb71d83ab707b017d01a4e68b1d1024 { width:20rem;height:13.5625rem;top:1.25rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 { display:block; }#Gf1cqFDmKRBZ7GND1K7CiDfZ6XHErln2 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pLwalovwXHSLAz3V6C4DGlnUd9golK9E { width:13.2498125rem;height:1.462675rem;top:4.3125rem;left:3.375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MhvvInF7A3kJHWoZPvW77ValXTEN2GOE { width:19.875rem;height:5.5625rem;top:1.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H17EZWJC1uPVJEDnTsoDSF08FZgHX610 { display:block; }#H17EZWJC1uPVJEDnTsoDSF08FZgHX610 > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vdd8f9a2dbc9d86f53409c996f8828fb { width:20rem;height:5.9375rem;top:0.920681476593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc7fcbff3c22426b26bb2a9ee2b99151 { width:20rem;height:5.9701492537313rem;top:0.920681476593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dc33ea08cbabe9b8c2d56d078bcd2f { display:block; }#d3dc33ea08cbabe9b8c2d56d078bcd2f > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r23b9cb2f2a22b6794f8f9dbf83d09ab { display:flex;width:2.2497125rem;height:2.2497125rem;top:7.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K7cdef040359fa5e27247e0b5a0fb33b { width:1.37490625rem;height:1.37490625rem;top:7.624755859375rem;left:0.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe8008362a094376517e6c5383324ec9 { width:20rem;height:4.2246125rem;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) { #c283c864918931d853647ba85c4590d6 { width:13.875rem;height:4.38801875rem;top:7.1806640625rem;left:3.75rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #T1095faa3e4522a3ecf09031369c62c8 { display:flex;width:2.25rem;height:2.25rem;top:13.24951171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c1db48e0841190f3faba3fa9a913fdc7 { width:15.187125rem;height:4.38801875rem;top:13.07373046875rem;left:3.75rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s52b700cd89a25dc2bb6e4fcef57a671 { width:1.375rem;height:1.375rem;top:13.6875rem;left:0.437255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4c5a1b84e2f96ea7953157aa2d27a56 { display:flex;width:2.25rem;height:2.25rem;top:24.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #f988cb693b83d22cc5f679f51bb9cb60 { width:14.874625rem;height:2.92535rem;top:24.625rem;left:3.75rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ff1df59e756ab2d7573fa4fb066bdea3 { width:1.375rem;height:1.375rem;top:25.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U861ee6596a42d5745c2ce232e68446a { display:flex;width:2.25rem;height:2.25rem;top:19.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qbde49eadfc6e81e066dfb23e09f12a5 { width:15.8748125rem;height:4.38801875rem;top:18.875rem;left:3.75rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #F521c159dbbf1b5162738655e2844a84 { width:1.375rem;height:1.375rem;top:19.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1d98fe782b13cbbadac53ffa6005211 { display:flex;width:2.25rem;height:2.25rem;top:29.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b9836d7f39cac379ba389c2d8ac2c33b { width:1.375rem;height:1.375rem;top:30.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc227c2700b58a6ba204b8802918a6c1 { width:16.0625rem;height:2.92535rem;top:29.625rem;left:3.75rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aff934728f6947350e11faf7d52898ff { display:flex;width:2.25rem;height:2.25rem;top:39.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Acbea3ee771116966c374ffad1e2ee39 { width:1.375rem;height:1.375rem;top:40.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0a83aa7b840048423c5f07bce459b1a { width:16.18725rem;height:2.92535rem;top:39.9375rem;left:3.812255859375rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #beb4da5415dd6c8341149e6d2de77ad0 { display:flex;width:2.25rem;height:2.25rem;top:34.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Aedc27108ea0e5bbc964a8c06b851d8f { width:13.9375rem;height:2.92535rem;top:34.75rem;left:3.75rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #s245525e288d9362fb7c6e60549e5481 { width:1.375rem;height:1.375rem;top:35.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htM9Cg89afWXmliIhAl0QGfh6ArX4wrA { display:block; }#htM9Cg89afWXmliIhAl0QGfh6ArX4wrA > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8bad079c0d6762c77b358ad0bc8aa61 { width:20rem;height:5.875rem;top:0.920681476593rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5a0752d1a5a208a0433c8a62cec37b3 { width:20rem;height:5.9701492537313rem;top:0.920681476593rem;left:0rem;display:block; }
 }