.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:220,241,242;--color-primary-1:144,221,223;--color-primary-2:81,186,189;--color-primary-3:37,169,173;--color-primary-4:16,37,38;--color-secondary-0:253,224,224;--color-secondary-1:247,153,151;--color-secondary-2:239,51,46;--color-secondary-3:120,26,23;--color-secondary-4:36,8,7;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Bree Serif";--paragraphs-font-family:"Bree Serif"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 { position:relative;display:block; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 { background-color: transparent; background-image: none; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container > .video-iframe-container { display: none; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row > .video-iframe-container { display: none; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .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); }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 { border-width: 0; border-radius: 0; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e05e28dc-6461-4ebb-8a9b-73514f474f19/background.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container.adaptive-delivery-prevent-bg, #LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container.lazyload, #LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container.lazyloading { background-image: none; }#rIf847uDEwv4rUOv1RafbFnhzrmEAE63 { color:#ffffff;display:block;width:34.8745rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.4375rem 0.75rem rgba(var(--color-tertiary-4),0.52);top:2.3729484081268rem;left:2.5623435974121rem;height:8.286rem;font-style:normal;display:block; }
#Eo7bdnWVLwsK1yZDVdTxiCTAngBM7SrU { color:rgba(var(--color-tertiary-4),1);display:block;width:32rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:11.186874389649rem;left:2.5623435974121rem;height:6.2975625rem;display:block; }
#GdrgvZx4qryTQpMGGJPXt1k3mUFf5RdS { background-color:#e22526;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.4375rem;height:5.625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:25.4375rem;left:2.5625rem;display:block; }
#TzeTGAH1Ahmgy6PWOKFLfiZQaG9IR9HT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkMbVQeLvn7a852vnaZG6TDF47822hOb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:20rem;left:3.375rem; }
#CZl8hVBJpWru5uOk7WRntC7E7QfmU5CG { box-sizing:content-box;height:3.81234375rem;width:3.81234375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:19.1875rem;left:2.5625rem;display:block; }
#k9km3AAU5kLykpgEOEUT4p1toTyCd76w { box-sizing:content-box;height:3.81234375rem;width:3.81234375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:19.25rem;left:14.3125rem;display:block; }
#w2Xo2xzozpBicMGeAgXHQP6rXtl9d0Ul { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:20.1875rem;left:15.25rem; }
#mSCIqV1KfTHhUQpgNQn8T935LLTtA4GI { box-sizing:content-box;height:3.81234375rem;width:3.81234375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:19.1875rem;left:27.4375rem;display:block; }
#Bbh8ILCgeK5nHL7dCe9rW8tsXx9KLDLz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:20.125rem;left:28.4375rem; }
#X45VTAAuWWchJRx86lcZ6AJ7lPpGpTxf { color:rgba(var(--color-tertiary-4),1);display:block;width:5.06234375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.919610977173rem;left:7.0606899261475rem;height:2.5994375rem;display:block; }
#taDkTnnRxeEJJTiIL1vmimeEyDRAHwA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9995rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.269702911377rem;left:18.821334838868rem;height:3.89915rem;display:block; }
#lXDdvFnWHxJT0CK6Sn6T6CTLnrCEtFPD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9981875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.919610977173rem;left:31.999095916748rem;height:2.5994375rem;display:block; }
#KJogmfxttWuOTbm4Rnppn8vB91LoQdaJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93734375rem;width:1.93734375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:27.25rem;left:32.4375rem; }
#EROLXlhGiVsb8TuiAuzNe7dp4hqVOBBo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.437025rem;width:1.437025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:31.9375rem;left:12.875rem; }
#BvGko94ds9TPfafMszdyKSXKRazXPExm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8741875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:32.0625rem;left:14.875rem;height:1.13715rem;display:block; }
#sgulz99EsKB2JFVOegLT4A9umluR0W2t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6248125rem;width:6.6248125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:32.572601318359rem;left:3.2493705749512rem; }
#drZwq4P3rB3CNSFZkh3fiyqCAlVS7qHR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6871875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:36.923614501953rem;left:3.3743705749512rem;height:1.13715rem;display:block; }
#Qv8psUbfQHtMmCoqu7GPXg7ER1qtnxyS { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.81125rem;width:20.3740625rem;top:1.3439079523086rem;left:44.470489501953rem;overflow:hidden;display:block; }
#Z2em4TFv0uN4uvlrwH583nTOGvEDsHKN { position:absolute;display:block;z-index:15017;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:16.811875rem;width:75rem;top:26.68639755249rem;left:0rem;overflow:hidden;display:block; }
#poBvJ9cZS5wiDvPfvviqbOTWT800bStX { position:relative;display:block; }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX { background-color: transparent; background-image: none; }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .row .container > .video-iframe-container { display: none; }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .row > .video-iframe-container { display: none; }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .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); }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX { border-width: 0; border-radius: 0; }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yqyzoHBmAoqywTl06OdxpOfh8ui8ZceM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.3741875rem;width:43.4998125rem;top:0.87515640258787rem;left:0rem;display:block; }
#TaBrIcFLcxk25wFc3L6mtvoQc3SeILQ8 { color:#17718c;display:block;width:25rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:47rem;height:6.499375rem;font-style:normal;display:block; }
#PLmszGHRAWpUnBWBssaMPIgXSUlZmz9O { color:#17718c;display:block;width:17.8740625rem;position:absolute;font-family:"dancing script";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.6875rem;left:47rem;height:2.843275rem;font-style:normal;display:block; }
#M7SoAQ2433aekNI2HmsyttCbKSCxob1m { color:#000000;display:block;width:23.7491875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.8125rem;left:47rem;height:10.23595625rem;font-style:normal;display:block; }
#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK { position:relative;display:block; }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK { background-color: transparent; background-image: none; }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .row .container > .video-iframe-container { display: none; }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .row > .video-iframe-container { display: none; }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .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); }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK { border-width: 0; border-radius: 0; }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O8nEQDGs9BGwem6ZUmWwoKF33tOMWkDJ { box-sizing:content-box;height:8.875rem;width:8.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#17718c;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.75rem;left:5.6875rem;display:block; }
#SPmagJZ96aguGK9ly51pOAHmJie0mRhi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:10.6875rem;left:7.625rem; }
#uTThRfb7paeHrmQZDnGDXU3nTDLKWPcQ { color:#17718c;display:block;width:39.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3800506591797rem;left:17.186714172363rem;height:2.43686875rem;font-style:normal;display:block; }
#PdkqbemObNQIgmokhGKOAh1T0rpx6Z57 { box-sizing:content-box;height:14.5625rem;width:38.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.0625rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.125rem solid #e0e0e0;border-left:0.125rem solid #e0e0e0;border-right:0.125rem solid #e0e0e0;border-bottom:0.125rem solid #e0e0e0;top:5.8309669494629rem;left:17.186714172363rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#FkqRZ12L43P9NUsRJq77DOKCAzlnNuEk { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.7675209045413rem;left:20.685768127441rem;height:1.62484375rem;font-style:normal;display:block; }
#o2DhfH2IICmFA7XOTqWSO6zPm0OPq8P3 { color:#17718c;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.82954788208rem;left:20.685768127441rem;height:2.43686875rem;font-style:normal;display:block; }
#wrmGKI55MXxUvP5n39H2tSHam0y3blmC { color:#000000;display:block;width:12.3745rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.444604873658rem;left:20.685768127441rem;height:1.62484375rem;font-style:normal;display:block; }
#vwnpNGTOSzzDdCJBn6eM3DcGWC4CwgSA { color:#e22526;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.269100189209rem;left:20.685768127441rem;height:2.43686875rem;font-style:normal;display:block; }
#XL4JWvyqLG0PGw2c8gNbTbsxN9ufVcUO { position:absolute;display:block;z-index:15009;height:3.4375rem;width:6.3123125rem;top:14.706439971924rem;left:40.060768127441rem;display:block; }
#rdsD3eKTFIVsaJDMho907GmXwcyVgCUU { position:absolute;display:block;z-index:15034;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:3.31181875rem;width:2.874775rem;top:13.44429397583rem;left:46.821784973144rem;overflow:hidden;display:block; }
#o4CQlJNwl1TTU47mZOJhuTdOUWfsOs9q { color:#e22526;display:block;width:7.0618125rem;position:absolute;font-family:"dancing script";font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.809558868408rem;left:45.784652709961rem;height:2.03125rem;font-style:normal;display:block; }
#NIkUzNambaWD0JGSuTgvo6NTqq7lGTRk { background-color:#e22526;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.4373125rem;height:5.6242125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.186714172363rem;left:19.443656921387rem;display:block; }
#fy6mdzg7TynNIdntGlCHI05M7un61bDC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBNySP2y7vDc4rxNtFhZZ2OFedRa0gum { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93734375rem;width:1.93734375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:24.029359817505rem;left:49.624374389649rem; }
#JW3RqVZt3r6SdTPrxKmAIoanJhuzpySx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4362375rem;width:1.4362375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.3125rem;left:28.625rem; }
#LP30XoW2ukMRQaxo1hL48TgkqA8WG4gD { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:28.461175441742rem;left:30.46875rem;height:1.13715rem;font-style:normal;display:block; }
#W71ECB7r2no9C3gQ2a4CGG5oOGDDAmFX { position:absolute;display:block;z-index:15034;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:3.25rem;width:2.8125rem;top:13.878631591797rem;left:47.723327636719rem;overflow:hidden;display:none; }
#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row .container { background-color: transparent; background-image: none; }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row .container > .video-iframe-container { display: none; }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row > .video-iframe-container { display: none; }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .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); }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row .container { border-width: 0; border-radius: 0; }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#J0KOAgoU3qzGxkWJZu8MyIKMlE0uPG6v { color:#17718c;display:block;width:74.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.96920394897463rem;left:0rem;height:2.43686875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW { position:relative;display:block; }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW { background-color: transparent; background-image: none; }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .row .container > .video-iframe-container { display: none; }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .row > .video-iframe-container { display: none; }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .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); }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW { border-width: 0; border-radius: 0; }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#S7a96a8f9b044943881c8901af77f69f { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dd01d6fa-12d5-4404-bfc1-c0744e40fe73/Bonnie.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:1.5625rem;left:26.3125rem;display:block; }#S7a96a8f9b044943881c8901af77f69f.adaptive-delivery-prevent-bg, #S7a96a8f9b044943881c8901af77f69f.lazyload, #S7a96a8f9b044943881c8901af77f69f.lazyloading { background-image: none; }
#U73399d05096b8da67876ad2434333d3 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/26ba5108-5a37-4a65-80dc-3cd2ea84a122/Hafsetu.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:1.5625rem;left:51.25rem;display:block; }#U73399d05096b8da67876ad2434333d3.adaptive-delivery-prevent-bg, #U73399d05096b8da67876ad2434333d3.lazyload, #U73399d05096b8da67876ad2434333d3.lazyloading { background-image: none; }
#l1d801f65756c31b5f6aeb28753972b1 { position:absolute;display:block;z-index:15031;height:12.4375rem;width:22.4375rem;top:1.625rem;left:26.3125rem;display:block; }
#E349120412b31f02a487f37b44dff082 { position:absolute;display:block;z-index:15029;height:13.0625rem;width:22.4375rem;top:1.3434343338012rem;left:1.2803039550781rem;display:block; }
#d01dea50b28a76d8214e3b163378b044 { position:absolute;display:block;z-index:15026;height:12.4375rem;width:22.4375rem;top:1.6029052734375rem;left:51.280937194824rem;display:block; }
#xMiT7ep0NZ2CqQJIwTqgDcFaT6xX0UaA { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1d15368d-8967-4499-a3e5-0cbe81b12905/Betty_and_Smash.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:1.5625rem;left:1.2405319213868rem;display:block; }#xMiT7ep0NZ2CqQJIwTqgDcFaT6xX0UaA.adaptive-delivery-prevent-bg, #xMiT7ep0NZ2CqQJIwTqgDcFaT6xX0UaA.lazyload, #xMiT7ep0NZ2CqQJIwTqgDcFaT6xX0UaA.lazyloading { background-image: none; }
#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt { position:relative;display:block; }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt { background-color: transparent; background-image: none; }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .row .container > .video-iframe-container { display: none; }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .row > .video-iframe-container { display: none; }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .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); }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt { border-width: 0; border-radius: 0; }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#c1f8e672fa297bd50be04562ac7882c9 { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/45518187-1c85-462b-a82c-81189dda6a85/Dave_and_Roxanne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.875rem;left:26.25rem;display:block; }#c1f8e672fa297bd50be04562ac7882c9.adaptive-delivery-prevent-bg, #c1f8e672fa297bd50be04562ac7882c9.lazyload, #c1f8e672fa297bd50be04562ac7882c9.lazyloading { background-image: none; }
#l5264a922de913432d9aa80dd25c1901 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/854a92c4-3b13-4bbe-bf97-2a3b8ae19823/Holly.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.875rem;left:1.25rem;display:block; }#l5264a922de913432d9aa80dd25c1901.adaptive-delivery-prevent-bg, #l5264a922de913432d9aa80dd25c1901.lazyload, #l5264a922de913432d9aa80dd25c1901.lazyloading { background-image: none; }
#K1c3fd519fca10ed187d551d528248f2 { position:absolute;display:block;z-index:15023;height:12.437125rem;width:22.43725rem;top:0.84339523315431rem;left:1.2798881530762rem;display:block; }
#P42bddb453cc24a7f562530f010fc55e { position:absolute;display:block;z-index:15024;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:26.3125rem;display:block; }
#Fk1gWBaKTAyZylJWKX8AFhRQUKkXKKOL { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c036079-c33b-4e1c-b750-cac6fc712e11/Shannon.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.80303192138675rem;left:51.240531921387rem;display:block; }#Fk1gWBaKTAyZylJWKX8AFhRQUKkXKKOL.adaptive-delivery-prevent-bg, #Fk1gWBaKTAyZylJWKX8AFhRQUKkXKKOL.lazyload, #Fk1gWBaKTAyZylJWKX8AFhRQUKkXKKOL.lazyloading { background-image: none; }
#Mf7e0f602432b526793607d5f64bab8f { position:absolute;display:block;z-index:15025;height:12.4375rem;width:22.4375rem;top:0.84280395507812rem;left:51.280937194824rem;display:block; }
#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row .container { background-color: transparent; background-image: none; }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row .container > .video-iframe-container { display: none; }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row > .video-iframe-container { display: none; }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .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); }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row .container { border-width: 0; border-radius: 0; }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#KCL0k27bDLWH6QzNRkAGh6Ct1DsFK7FU { position:absolute;display:block;z-index:15019;height:12.4375rem;width:22.4375rem;top:0.875rem;left:26.3125rem;display:block; }
#cAtgOohrGM8pbKKEZMnAwHalW51RbTuA { position:absolute;display:block;z-index:14987;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6aa4c659-2add-431d-bf69-8a1a209f205f/Monica_Lamport.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:26.25rem;display:block; }#cAtgOohrGM8pbKKEZMnAwHalW51RbTuA.adaptive-delivery-prevent-bg, #cAtgOohrGM8pbKKEZMnAwHalW51RbTuA.lazyload, #cAtgOohrGM8pbKKEZMnAwHalW51RbTuA.lazyloading { background-image: none; }
#ao4zFK6AzrQDkPqaTCyEh4vHLwrIsqO8 { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c4ef6dd7-df3c-4ff2-a92e-75a0f7e1664a/Paul_and_Helena.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:51.25rem;display:block; }#ao4zFK6AzrQDkPqaTCyEh4vHLwrIsqO8.adaptive-delivery-prevent-bg, #ao4zFK6AzrQDkPqaTCyEh4vHLwrIsqO8.lazyload, #ao4zFK6AzrQDkPqaTCyEh4vHLwrIsqO8.lazyloading { background-image: none; }
#FudlOg9p9uFRsoWqcLlZ5VywhIhrOJiE { position:absolute;display:block;z-index:14986;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44266bee-7c49-4e94-9b93-07b34cd22495/Michelle_and_Dan.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:22.4375rem;top:0.8125rem;left:1.25rem;display:block; }#FudlOg9p9uFRsoWqcLlZ5VywhIhrOJiE.adaptive-delivery-prevent-bg, #FudlOg9p9uFRsoWqcLlZ5VywhIhrOJiE.lazyload, #FudlOg9p9uFRsoWqcLlZ5VywhIhrOJiE.lazyloading { background-image: none; }
#pz1Dqww4i7VtH1TEP0TTOM6CZdNgaiK2 { position:absolute;display:block;z-index:15026;height:12.4375rem;width:22.4375rem;top:0.875rem;left:51.3125rem;display:block; }
#CCytzxduCPGXqotmfTFFfNW7lNfNnOw0 { position:absolute;display:block;z-index:15023;height:12.4375rem;width:22.4375rem;top:0.875rem;left:1.3125rem;display:block; }
#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm { position:relative;display:block; }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm { background-color: transparent; background-image: none; }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .row .container > .video-iframe-container { display: none; }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .row > .video-iframe-container { display: none; }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .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); }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm { border-width: 0; border-radius: 0; }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:2rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 { position:relative;display:block; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 { background-color: transparent; background-image: none; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container > .video-iframe-container { display: none; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row > .video-iframe-container { display: none; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .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); }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 { border-width: 0; border-radius: 0; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e05e28dc-6461-4ebb-8a9b-73514f474f19/background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container.adaptive-delivery-prevent-bg, #ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container.lazyload, #ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container.lazyloading { background-image: none; }#DPdRUq375uWRQapUGv8QJBSQXdCcKE8T { background-color:#e22526;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.7496875rem;height:5.12468125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1240959167481rem;left:41.436820983887rem;display:block; }
#uodECLI882tTwyFgMahckfoe9H0lfgmm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztv64dcfyKbxtrK3cWqvvrOHhngfR2bw { color:#17718c;display:block;width:31.3745625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5747299194336rem;left:5.9986419677734rem;height:4.2234875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGDUbKHVT14Rg1zd0qTS9NAxrVJs7wpA { position:absolute;display:block;z-index:15031;height:5.375rem;width:25.75rem;top:2.1240940093994rem;left:41.436820983887rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 { display:block; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIf847uDEwv4rUOv1RafbFnhzrmEAE63 { top:2.3125rem;left:0rem;width:34.8125rem;height:8.25rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo7bdnWVLwsK1yZDVdTxiCTAngBM7SrU { top:11.125rem;left:0rem;width:31.9375rem;height:6.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdrgvZx4qryTQpMGGJPXt1k3mUFf5RdS { width:34.375rem;height:5.5625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeTGAH1Ahmgy6PWOKFLfiZQaG9IR9HT { display:block; }
 }@media only screen and (max-width: 763px) { #LkMbVQeLvn7a852vnaZG6TDF47822hOb { top:20rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZl8hVBJpWru5uOk7WRntC7E7QfmU5CG { top:19.1875rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9km3AAU5kLykpgEOEUT4p1toTyCd76w { top:19.25rem;left:0.6875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Xo2xzozpBicMGeAgXHQP6rXtl9d0Ul { top:20.1875rem;left:1.625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSCIqV1KfTHhUQpgNQn8T935LLTtA4GI { top:19.1875rem;left:13.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbh8ILCgeK5nHL7dCe9rW8tsXx9KLDLz { top:20.125rem;left:14.8125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X45VTAAuWWchJRx86lcZ6AJ7lPpGpTxf { top:19.875rem;left:0rem;width:5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taDkTnnRxeEJJTiIL1vmimeEyDRAHwA2 { top:19.25rem;left:5.1963348388672rem;width:7.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXDdvFnWHxJT0CK6Sn6T6CTLnrCEtFPD { top:19.875rem;left:18.374095916748rem;width:7.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJogmfxttWuOTbm4Rnppn8vB91LoQdaJ { top:27.25rem;left:18.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EROLXlhGiVsb8TuiAuzNe7dp4hqVOBBo { top:31.9375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvGko94ds9TPfafMszdyKSXKRazXPExm { top:32.0625rem;left:1.25rem;width:11.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgulz99EsKB2JFVOegLT4A9umluR0W2t { top:32.5625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drZwq4P3rB3CNSFZkh3fiyqCAlVS7qHR { top:36.875rem;left:0rem;width:31.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8psUbfQHtMmCoqu7GPXg7ER1qtnxyS { top:1.3125rem;left:27.4375rem;width:20.3125rem;height:40.687934260779rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2em4TFv0uN4uvlrwH583nTOGvEDsHKN { top:26.625rem;left:0rem;width:47.75rem;height:10.703560416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #poBvJ9cZS5wiDvPfvviqbOTWT800bStX { display:block; }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqyzoHBmAoqywTl06OdxpOfh8ui8ZceM { top:0.875rem;left:0rem;width:43.4375rem;height:24.339272026316rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBrIcFLcxk25wFc3L6mtvoQc3SeILQ8 { top:2.625rem;left:22.75rem;width:24.9375rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLmszGHRAWpUnBWBssaMPIgXSUlZmz9O { top:20.6875rem;left:29.9375rem;width:17.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7SoAQ2433aekNI2HmsyttCbKSCxob1m { top:9.8125rem;left:24.0625rem;width:23.6875rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK { display:block; }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8nEQDGs9BGwem6ZUmWwoKF33tOMWkDJ { top:8.75rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPmagJZ96aguGK9ly51pOAHmJie0mRhi { top:10.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTThRfb7paeHrmQZDnGDXU3nTDLKWPcQ { top:2.375rem;left:3.5617141723633rem;width:39.6875rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdkqbemObNQIgmokhGKOAh1T0rpx6Z57 { top:5.8125rem;left:3.5617141723633rem;width:38.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqRZ12L43P9NUsRJq77DOKCAzlnNuEk { top:7.75rem;left:7.0607681274412rem;width:14.0625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2DhfH2IICmFA7XOTqWSO6zPm0OPq8P3 { top:9.8125rem;left:7.0607681274412rem;width:19.375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrmGKI55MXxUvP5n39H2tSHam0y3blmC { top:13.4375rem;left:7.0607681274412rem;width:12.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwnpNGTOSzzDdCJBn6eM3DcGWC4CwgSA { top:15.25rem;left:7.0607681274412rem;width:19.375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL4JWvyqLG0PGw2c8gNbTbsxN9ufVcUO { top:14.6875rem;left:26.435768127441rem;width:6.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdsD3eKTFIVsaJDMho907GmXwcyVgCUU { top:13.4375rem;left:33.196784973144rem;width:2.8125rem;height:3.2400762614031rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4CQlJNwl1TTU47mZOJhuTdOUWfsOs9q { top:10.75rem;left:32.159652709961rem;width:7rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIkUzNambaWD0JGSuTgvo6NTqq7lGTRk { width:34.375rem;height:5.5625rem;top:22.125rem;left:5.8186569213867rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy6mdzg7TynNIdntGlCHI05M7un61bDC { display:block; }
 }@media only screen and (max-width: 763px) { #wBNySP2y7vDc4rxNtFhZZ2OFedRa0gum { top:24rem;left:35.999374389649rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW3RqVZt3r6SdTPrxKmAIoanJhuzpySx { top:28.3125rem;left:15rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP30XoW2ukMRQaxo1hL48TgkqA8WG4gD { top:28.4375rem;left:16.84375rem;width:14.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W71ECB7r2no9C3gQ2a4CGG5oOGDDAmFX { top:13.875rem;left:34.098327636719rem;width:2.8125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT { display:block; }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0KOAgoU3qzGxkWJZu8MyIKMlE0uPG6v { top:0.9375rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW { display:block; }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7a96a8f9b044943881c8901af77f69f { top:1.5625rem;left:9.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U73399d05096b8da67876ad2434333d3 { top:1.5625rem;left:25.0625rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1d801f65756c31b5f6aeb28753972b1 { top:1.625rem;left:9.3125rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E349120412b31f02a487f37b44dff082 { top:1.3125rem;left:0rem;width:22.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d01dea50b28a76d8214e3b163378b044 { top:1.5625rem;left:25.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMiT7ep0NZ2CqQJIwTqgDcFaT6xX0UaA { top:1.5625rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt { display:block; }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1f8e672fa297bd50be04562ac7882c9 { top:0.875rem;left:9.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5264a922de913432d9aa80dd25c1901 { top:0.875rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1c3fd519fca10ed187d551d528248f2 { top:0.8125rem;left:0rem;width:22.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P42bddb453cc24a7f562530f010fc55e { top:0.8125rem;left:9.3125rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk1gWBaKTAyZylJWKX8AFhRQUKkXKKOL { top:0.75rem;left:25.0625rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf7e0f602432b526793607d5f64bab8f { top:0.8125rem;left:25.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V { display:block; }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCL0k27bDLWH6QzNRkAGh6Ct1DsFK7FU { top:0.875rem;left:9.3125rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAtgOohrGM8pbKKEZMnAwHalW51RbTuA { top:0.8125rem;left:9.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao4zFK6AzrQDkPqaTCyEh4vHLwrIsqO8 { top:0.8125rem;left:25.0625rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FudlOg9p9uFRsoWqcLlZ5VywhIhrOJiE { top:0.8125rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz1Dqww4i7VtH1TEP0TTOM6CZdNgaiK2 { top:0.875rem;left:25.1875rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCytzxduCPGXqotmfTFFfNW7lNfNnOw0 { top:0.875rem;left:0rem;width:22.4375rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm { display:block; }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 { display:block; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPdRUq375uWRQapUGv8QJBSQXdCcKE8T { width:25.6875rem;height:5.0625rem;top:2.0625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uodECLI882tTwyFgMahckfoe9H0lfgmm { display:block; }
 }@media only screen and (max-width: 763px) { #ztv64dcfyKbxtrK3cWqvvrOHhngfR2bw { top:2.5625rem;left:0rem;width:31.3125rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGDUbKHVT14Rg1zd0qTS9NAxrVJs7wpA { top:2.0625rem;left:22rem;width:25.75rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 { display:block; }#LHTTfiXUiaOuVfWL8fzLrpfZpdO87dd9 > .row .container { width:20rem;height:44.499689501953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIf847uDEwv4rUOv1RafbFnhzrmEAE63 { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eo7bdnWVLwsK1yZDVdTxiCTAngBM7SrU { width:18.374375rem;height:5.59975rem;top:6.4488639831544rem;left:0.81202661991119rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdrgvZx4qryTQpMGGJPXt1k3mUFf5RdS { width:19rem;height:4.25rem;top:29.562030792236rem;left:0.49952650070191rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzeTGAH1Ahmgy6PWOKFLfiZQaG9IR9HT { display:block; }
 }@media only screen and (max-width: 763px) { #LkMbVQeLvn7a852vnaZG6TDF47822hOb { display:flex;width:2.375rem;height:2.375rem;top:14.5625rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #CZl8hVBJpWru5uOk7WRntC7E7QfmU5CG { width:3.75rem;height:3.75rem;top:13.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9km3AAU5kLykpgEOEUT4p1toTyCd76w { width:3.75rem;height:3.75rem;top:18.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Xo2xzozpBicMGeAgXHQP6rXtl9d0Ul { display:flex;width:2rem;height:2rem;top:19.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #mSCIqV1KfTHhUQpgNQn8T935LLTtA4GI { width:3.75rem;height:3.75rem;top:24.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbh8ILCgeK5nHL7dCe9rW8tsXx9KLDLz { display:flex;width:2rem;height:2rem;top:25.3125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #X45VTAAuWWchJRx86lcZ6AJ7lPpGpTxf { width:5rem;height:2.2743rem;top:14.625rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taDkTnnRxeEJJTiIL1vmimeEyDRAHwA2 { width:7.9371875rem;height:2.2743rem;top:19.75rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXDdvFnWHxJT0CK6Sn6T6CTLnrCEtFPD { width:7.9371875rem;height:2.2743rem;top:25.1875rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJogmfxttWuOTbm4Rnppn8vB91LoQdaJ { display:flex;width:1.5617125rem;height:1.5617125rem;top:30.90514755249rem;left:17.675191283226rem; }
 }@media only screen and (max-width: 763px) { #EROLXlhGiVsb8TuiAuzNe7dp4hqVOBBo { display:flex;width:1.375rem;height:1.375rem;top:34.3125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #BvGko94ds9TPfafMszdyKSXKRazXPExm { width:7.4375rem;height:2.27430625rem;top:34.625rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgulz99EsKB2JFVOegLT4A9umluR0W2t { display:flex;width:6.5625rem;height:6.5625rem;top:35.686553955078rem;left:0.81202661991119rem; }
 }@media only screen and (max-width: 763px) { #drZwq4P3rB3CNSFZkh3fiyqCAlVS7qHR { width:10.874375rem;height:2.92376875rem;top:39.625789642334rem;left:0.81202661991119rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv8psUbfQHtMmCoqu7GPXg7ER1qtnxyS { width:5.875rem;height:12.1875rem;top:32.107112884521rem;left:14.06340688467rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Z2em4TFv0uN4uvlrwH583nTOGvEDsHKN { width:20rem;height:4.482325rem;top:40.017364501953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poBvJ9cZS5wiDvPfvviqbOTWT800bStX { display:block; }#poBvJ9cZS5wiDvPfvviqbOTWT800bStX > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqyzoHBmAoqywTl06OdxpOfh8ui8ZceM { height:11.2058125rem;width:20rem;top:1.3123435974121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaBrIcFLcxk25wFc3L6mtvoQc3SeILQ8 { width:17.8125rem;height:5.1988625rem;top:13.1875rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLmszGHRAWpUnBWBssaMPIgXSUlZmz9O { width:17.811375rem;height:2.59943125rem;top:28.623190879822rem;left:1.0937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7SoAQ2433aekNI2HmsyttCbKSCxob1m { width:20rem;height:9.0980125rem;top:18.999094963074rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK { display:block; }#UWTQLOkemKL9KBcU5ZlIJcPTI8Txb9mK > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O8nEQDGs9BGwem6ZUmWwoKF33tOMWkDJ { width:4.75rem;height:4.75rem;top:7.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPmagJZ96aguGK9ly51pOAHmJie0mRhi { display:flex;width:2.62468125rem;height:2.62468125rem;top:8.8125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #uTThRfb7paeHrmQZDnGDXU3nTDLKWPcQ { width:17.749375rem;height:6.09375rem;top:0.74968719482425rem;left:1.1245266199112rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PdkqbemObNQIgmokhGKOAh1T0rpx6Z57 { width:19.7498125rem;height:14.562rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqRZ12L43P9NUsRJq77DOKCAzlnNuEk { width:10.4371875rem;height:1.21843125rem;top:15.611585617066rem;left:2.0494004487991rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2DhfH2IICmFA7XOTqWSO6zPm0OPq8P3 { width:16.437rem;height:2.03125rem;top:16.778726577759rem;left:1.7803031206131rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrmGKI55MXxUvP5n39H2tSHam0y3blmC { width:4.12484375rem;height:1.21843125rem;top:21.111902236939rem;left:2.6238952875137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwnpNGTOSzzDdCJBn6eM3DcGWC4CwgSA { width:14.7498125rem;height:2.03125rem;top:22.279043197632rem;left:2.6238952875137rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL4JWvyqLG0PGw2c8gNbTbsxN9ufVcUO { width:6.2492125rem;height:3.4375rem;top:24.343436717987rem;left:5.1736115217209rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdsD3eKTFIVsaJDMho907GmXwcyVgCUU { width:2.87484375rem;height:3.312025rem;top:24.342645645142rem;left:1.1245266199112rem;display:none; }
 }@media only screen and (max-width: 763px) { #o4CQlJNwl1TTU47mZOJhuTdOUWfsOs9q { width:6.998875rem;height:2.03125rem;top:25.046560287476rem;left:11.373106360436rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIkUzNambaWD0JGSuTgvo6NTqq7lGTRk { width:19rem;height:4.25rem;top:30.5rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy6mdzg7TynNIdntGlCHI05M7un61bDC { display:block; }
 }@media only screen and (max-width: 763px) { #wBNySP2y7vDc4rxNtFhZZ2OFedRa0gum { display:flex;width:1.437025rem;height:1.437025rem;top:31.904990673065rem;left:17.487374663353rem; }
 }@media only screen and (max-width: 763px) { #JW3RqVZt3r6SdTPrxKmAIoanJhuzpySx { display:flex;width:1.3746875rem;height:1.3746875rem;top:35.375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #LP30XoW2ukMRQaxo1hL48TgkqA8WG4gD { width:12rem;height:1.13715rem;top:35.5rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W71ECB7r2no9C3gQ2a4CGG5oOGDDAmFX { width:1.93734375rem;height:2.24984375rem;top:24.310293197632rem;left:3.7176455259323rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT { display:block; }#Ty1PIQxaXkCWObokPtklM1Q9wvsIl1DT > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0KOAgoU3qzGxkWJZu8MyIKMlE0uPG6v { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW { display:block; }#EVcbWS8zfdxNgTM5eH8x0We2OzK7JKzW > .row .container { width:20rem;height:45.787572014648rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7a96a8f9b044943881c8901af77f69f { width:19.9375rem;height:13.5625rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U73399d05096b8da67876ad2434333d3 { width:19.9375rem;height:13.5625rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1d801f65756c31b5f6aeb28753972b1 { width:19.9375rem;height:13.75rem;top:17.1875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #E349120412b31f02a487f37b44dff082 { width:20rem;height:13rem;top:2.6875rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #d01dea50b28a76d8214e3b163378b044 { width:19.9375rem;height:13.5625rem;top:32.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #xMiT7ep0NZ2CqQJIwTqgDcFaT6xX0UaA { width:19.875rem;height:12.4375rem;top:2.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt { display:block; }#WHTEeeJ61EBaZNodVKTo5TTuNNwomJwt > .row .container { width:20rem;height:44.4996875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1f8e672fa297bd50be04562ac7882c9 { width:19.9375rem;height:13.5625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5264a922de913432d9aa80dd25c1901 { width:19.9375rem;height:13.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1c3fd519fca10ed187d551d528248f2 { width:19.9375rem;height:13.5625rem;top:1.412109375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #P42bddb453cc24a7f562530f010fc55e { width:19.9375rem;height:13.5625rem;top:16.249805450439rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Fk1gWBaKTAyZylJWKX8AFhRQUKkXKKOL { width:19.875rem;height:12.4375rem;top:30.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf7e0f602432b526793607d5f64bab8f { width:19.9375rem;height:13.5625rem;top:30.9375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V { display:block; }#ZfEJTmglXuFHQS72cW6dKeyT6V4aSa1V > .row .container { width:20rem;height:44.624382324219rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KCL0k27bDLWH6QzNRkAGh6Ct1DsFK7FU { width:19.9375rem;height:13.5625rem;top:16.125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cAtgOohrGM8pbKKEZMnAwHalW51RbTuA { width:19.9375rem;height:13.5625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao4zFK6AzrQDkPqaTCyEh4vHLwrIsqO8 { width:19.9375rem;height:13.5625rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FudlOg9p9uFRsoWqcLlZ5VywhIhrOJiE { width:19.9375rem;height:13.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz1Dqww4i7VtH1TEP0TTOM6CZdNgaiK2 { width:19.9375rem;height:13.5625rem;top:31.062305450439rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CCytzxduCPGXqotmfTFFfNW7lNfNnOw0 { width:20rem;height:13.5625rem;top:1.2498047351837rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm { display:block; }#L9q2RiCD0QLiSA5PAgIpGQQGDdd713Pm > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 { display:block; }#ULA6Xl5Cv9alW7SLAD8iZP8FV57qZPQ1 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPdRUq375uWRQapUGv8QJBSQXdCcKE8T { width:17.436625rem;height:5rem;top:7.6875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uodECLI882tTwyFgMahckfoe9H0lfgmm { display:block; }
 }@media only screen and (max-width: 763px) { #ztv64dcfyKbxtrK3cWqvvrOHhngfR2bw { width:18.5621875rem;height:4.874525rem;top:1.684814453125rem;left:0.71811878681181rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGDUbKHVT14Rg1zd0qTS9NAxrVJs7wpA { width:15.311375rem;height:4.49955rem;top:7.93590927124rem;left:2.3437501788139rem;z-index:15036;display:block; }
 }