.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:227,229,221;--color-primary-1:161,169,143;--color-primary-2:66,82,31;--color-primary-3:33,41,16;--color-primary-4:10,12,5;--color-secondary-0:253,251,246;--color-secondary-1:249,241,226;--color-secondary-2:242,226,196;--color-secondary-3:121,113,98;--color-secondary-4:36,34,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Crimson Pro";--paragraphs-font-family:"Poppins"; }@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:95.9375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#v8GXqTvRx3R5oTivryczzETEL70EnfrZ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.0625rem;position:absolute;font-family:"crimson pro";font-size:4rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:9.8125rem;left:13.46875rem;height:5.20019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#smRiqQsgWm81nJTGiB9cMXfOILrfIdtG { color:rgba(var(--color-tertiary-4),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:16.875rem;left:22.34375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#befXV4U57qqx86psTD3TCr7StpeXOcXo { box-sizing:content-box;height:52rem;width:50rem;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:14997;background-color:#ffffff;background-image:none;box-shadow: 0rem 3.375rem 62.5rem rgba(var(--color-tertiary-4),0.17) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.0625rem;left:12.5rem;display:block; }
#TbpPqxXeyirbkF3wXxhGnfk8NzDqT4kt { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.6875rem;left:22.5625rem;display:block; }
#TL1riKw8baI5rr3rZ0ACTk5k1aUVeEMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W53Wu6QCPaRpcVbnGRtMECdOnHzv5II0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:43.375rem;left:28.875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MEaPXqQtHnNmQKWKIKWTKH7GtoHMEzZv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:47.4375rem;left:18.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#KzBKIRdxmQQafWkwT9UMq1Bf3E9TTKTK { box-sizing:content-box;height:2.6875rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #cdcdcd;border-left:0.125rem solid #cdcdcd;border-right:0.125rem solid #cdcdcd;border-bottom:0.125rem solid #cdcdcd;top:46.8125rem;left:17.375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#XhRNvtzQFwb1CcPcWtnTwJEkv0NKAqRx { box-sizing:content-box;height:2.6875rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #cdcdcd;border-left:0.125rem solid #cdcdcd;border-right:0.125rem solid #cdcdcd;border-bottom:0.125rem solid #cdcdcd;top:46.8125rem;left:31.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#Ce9Fbam3x9TB2OAtygyglQXuxMhkDacD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:47.4375rem;left:32.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#JLhadn5pn7fzK7AyQe9m5pL2UsVm7rlc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:47.4375rem;left:46.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zA5ym22HvAUTk3hiMLSUR3ubtI96itSe { box-sizing:content-box;height:2.6875rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid #cdcdcd;border-left:0.125rem solid #cdcdcd;border-right:0.125rem solid #cdcdcd;border-bottom:0.125rem solid #cdcdcd;top:46.8125rem;left:45.1875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#P9JTU5cTC0dPy7u2GLetaTgRxxJz29FZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:51.4375rem;left:25.09375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Wq9hmWchgay3tdR3CJUx2qrWg0wzieBB { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:"crimson pro";font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:59.9375rem;left:20.5625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RfShA1ux2bAHSKRIeVsHby1Xp6Cp87At { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:64.0625rem;left:22.1875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#STWpnrGmTIhXwV5n7lFSauPNAgzXQMtN { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:71.75rem;left:26.8125rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#BoOSTzWA5ieur8h7x2nn9fFzxuVTsKg3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:76.10546875rem;left:30.9375rem;display:block; }
#u13ZaKSGaEUrxXqOaxEo2nQNWOJ42lPX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oDoKmSUIQTulDuLOlPAvaTvGG2cyNWF0 { position:absolute;display:block;z-index:15008;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:3.9375rem;width:9rem;top:3.25rem;left:33rem;overflow:hidden;display:block; }
#voGiKchBCdfL5PSstX2TcsbQEoyuiwcN { position:absolute;display:block;z-index:15009;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:12.75rem;width:14.8125rem;top:21.375rem;left:2.625rem;overflow:hidden;display:block; }
#aMnp2CNXcTRBb1OVwpFiLGUfkHkevTES { position:absolute;display:block;z-index:15010;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:9.375rem;width:10.5rem;top:53.0625rem;left:57.9375rem;overflow:hidden;display:block; }
#TQI8XmeoeO5gUBP4qZhCRlfwB1vcILnd { position:absolute;display:block;z-index:15011;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:8.375rem;width:10.9375rem;top:73.63671875rem;left:9.6875rem;overflow:hidden;display:block; }
#vGttHGbGv4BmzoWrFJJQEqC1sSQd8UQ6 { position:absolute;display:block;z-index:15012;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:8.5rem;width:10.9375rem;top:83rem;left:22.34375rem;overflow:hidden;display:block; }
#rvwHVGv1df13thx3d2xfOJTWt9xL0NXs { 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:9.8125rem;width:11.6875rem;top:83rem;left:41.03125rem;overflow:hidden;display:block; }
#vQB07DHkJI2AbcG3IOLKoRm4KXrKl1rx { position:absolute;display:block;z-index:15014;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:8.6875rem;width:10.9375rem;top:73.63671875rem;left:53.875rem;overflow:hidden;display:block; }
#A4G6gy3wwwFGvW68OvcsLsKaqdfz8oL5 { position:absolute;display:block;z-index:14998;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:1.5rem;width:5.75rem;top:64.1875rem;left:38.125rem;overflow:hidden;display:block; }
#NPJChATG91bTybqzLn2dndaVTx5sUNpL { position:absolute;display:block;z-index:14992;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:8.9375rem;width:8.9375rem;top:35.53125rem;left:11.6875rem;overflow:hidden;display:block; }
#fzdp7okLH15QmIemzXRBlIhTHgoiVV48 { position:absolute;display:block;z-index:14993;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:9.25rem;width:8rem;top:30.0625rem;left:19.6875rem;overflow:hidden;display:block; }
#ZnVOOtyl2MeosFuXfHT7rAVqnCMy5eEM { position:absolute;display:block;z-index:14995;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:8.9375rem;width:8.9375rem;top:35.53125rem;left:52.96875rem;overflow:hidden;display:block; }
#Lom42rNoKDDyo7QAfeIGCdH4o7kEob87 { position:absolute;display:block;z-index:14994;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:9.3125rem;width:8.0625rem;top:29.9375rem;left:46.875rem;overflow:hidden;display:block; }
#VbwVkaeF3rZRGOyJ3korhwt4CSEnmGxT { position:absolute;display:block;z-index:14996;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:13.1875rem;width:23.75rem;top:27.1875rem;left:25.625rem;overflow:hidden;display:block; }
#EkRRDcxQ42pm72SENJtFV9mozPNQqP9i { position:absolute;display:block;z-index:15019;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:3.125rem;width:3.875rem;top:55.5625rem;left:35.6875rem;overflow:hidden;display:block; }
#hkNlb4uHxP9HxUBT0knHPXSZuGyvHfTw { position:absolute;display:block;z-index:15020;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:14.0625rem;width:18.875rem;top:28.53125rem;left:28.0625rem;overflow:hidden;display:block; }
#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb { position:relative;display:block; }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb { background-color: transparent; background-image: none; }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .row .container > .video-iframe-container { display: none; }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .row > .video-iframe-container { display: none; }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .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); }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb { border-width: 0; border-radius: 0; }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .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; }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .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:40.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PrtV9pHVyda76F4ttMOTXZxfXof6ezqi { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:"crimson pro";font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.65625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2G2lFveVCiOXM91BoNa18lRa1iBxuCT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.09375rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#g27BIIOG6IVPtfLcaQeTlKZFbSVOGO3a { color:rgba(var(--color-tertiary-4),0.4);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.90625rem;left:2.6875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#nttELrl70AQmOpdBS2Ck77Dk6Imq5pdv { color:rgba(var(--color-tertiary-4),0.4);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.40625rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#FgSTXZBGEvIe2kMdVHoU6xkyvRp3t4GQ { color:rgba(var(--color-tertiary-4),0.4);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.78125rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#LwgoTuEmmU0iNbha7KuOfWenJWQ1u7eC { color:rgba(var(--color-tertiary-4),0.4);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.96875rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#rzC9MMQy602cGqHsvuMI6Xb7yFTPx64Q { color:rgba(var(--color-tertiary-4),0.4);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.59375rem;left:2.6875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#IyVdMzaekFoIUaVGTgRiW3J4IImD7B1l { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:"crimson pro";font-size:2.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:42.125rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HyJIdqRlHzqA2OSb7Mybhrx3EvSBMIK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:42.125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#H9TAWzuVxaNSlFPoGHqOto6OZZ003znU { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:44.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#EnKAswgVx8lTEihJtceoKXEyRU58S9d8 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.25rem;left:44.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#pPWKknLhs2Z0MmtihPK8QosxPVuKH9aR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.875rem;left:44.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#IAhnTrD0bcsFacA6GBO6PIqbzAbqnTmx { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.0625rem;left:44.625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#HVd23yHdrWqmibS6Bz74uDWobu57rp1S { box-sizing:content-box;height:34.125rem;width:34.25rem;position:absolute;display:block;z-index:15001;background-color:#fff4dc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.9375rem;left:39.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#Tc89Thh0MfypdtWrRXLfAD79bupAvTM8 { position:absolute;display:block;z-index:15009;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:2rem;width:1.6875rem;top:11.90625rem;left:0rem;overflow:hidden;display:block; }
#iLNBTQHET3hNxCTVkLTpcogtW8PMT0fO { position:absolute;display:block;z-index:15010;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:2rem;width:1.6875rem;top:17.21875rem;left:0rem;overflow:hidden;display:block; }
#IkQfT5CkiKGS8mLG2z7ZBd9L3ZJ2wVab { position:absolute;display:block;z-index:15011;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:2rem;width:1.6875rem;top:21.59375rem;left:0rem;overflow:hidden;display:block; }
#v44xuCCk7pligwpaWKdVoNTnf38SuWbx { position:absolute;display:block;z-index:15012;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:2rem;width:1.6875rem;top:25.78125rem;left:0rem;overflow:hidden;display:block; }
#qtHtaCbnLXkO3883nFXF50gXlvItvhB7 { 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:2rem;width:1.6875rem;top:30.40625rem;left:0rem;overflow:hidden;display:block; }
#qC6gzIwpkiKzI4g3P9gh7sWhuvpnE0Wt { position:absolute;display:block;z-index:15014;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:2rem;width:1.6875rem;top:12.75rem;left:42.125rem;overflow:hidden;display:block; }
#yLL1s5Q5Pn6S6LkewiwSy1EBVSWGZs2T { position:absolute;display:block;z-index:15015;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:2rem;width:1.6875rem;top:17.0625rem;left:42.125rem;overflow:hidden;display:block; }
#rqEifw6TXh09GaKa4lktoztytUaogI7U { position:absolute;display:block;z-index:15016;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:2rem;width:1.6875rem;top:21.6875rem;left:42.125rem;overflow:hidden;display:block; }
#KvE7rduDT8M8qIHIQOBx5LIiifXKhA0J { position:absolute;display:block;z-index:15017;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:2rem;width:1.6875rem;top:25.875rem;left:42.1875rem;overflow:hidden;display:block; }
#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG { position:relative;display:block; }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG { background-color: transparent; background-image: none; }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .row .container > .video-iframe-container { display: none; }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .row > .video-iframe-container { display: none; }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .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); }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG { border-width: 0; border-radius: 0; }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .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; }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .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:16.0625rem;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; }#igXldrTyCCDcp359kr4TMlt7SSWVwt2c { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6rem;left:10.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#tJEpm6PQTVuKZ0Jy04ZwXLh0xxozRB5U { background-color:rgba(var(--color-primary-2),1);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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.4375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.125rem;left:35.1875rem;display:block; }
#dPszbnTNCcpheXzL42fJI7TmJAokIEPd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5b4ef05a-e0b9-433b-b5b5-188dde14d9b6/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3.adaptive-delivery-prevent-bg, #p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3.lazyload, #p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3.lazyloading { background-image: none; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row .container { background-color: transparent; background-image: none; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.46); }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row .container > .video-iframe-container { display: none; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.46); }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row > .video-iframe-container { display: none; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .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); }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row .container { border-width: 0; border-radius: 0; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#Vs9NVyHf6SotGZ6Wrk7NrTetvhaaUBgU { color:#ffffff;display:block;width:48.0625rem;position:absolute;font-family:"crimson pro";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.375rem;left:13.46875rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJczD1J9vZZR7FTsBLDJpnwM8Bu1wcZi { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.25rem;left:8.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTt0DaNx9eIw8hNE0PHwTcwRaRrtTqPi { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.25rem;left:23.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OVakk4XETRDnvOQFAfyIwWO1IVhFnRn5 { color:#ffffff;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:3.25rem;left:41.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cG85ML3BGyNwyP1cshKTtDBNrAV0l8Bx { color:#ffffff;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.25rem;left:54.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrIV1G0s1P3pKJtbJV4QUTK5wtd6RbCd { position:absolute;display:block;z-index:15015;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:1.9375rem;width:2.375rem;top:2.93115234375rem;left:19.09375rem;overflow:hidden;display:block; }
#rw2Hf5LRZ8LAPsdT4TGZlEJSMTuAynhJ { position:absolute;display:block;z-index:15016;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:1.9375rem;width:2.375rem;top:2.93115234375rem;left:37.15625rem;overflow:hidden;display:block; }
#gbyaVBVbo4FP14tGEHu5aLbMcW8JPtEB { position:absolute;display:block;z-index:15017;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:1.9375rem;width:2.375rem;top:2.93115234375rem;left:50.5rem;overflow:hidden;display:block; }
#HoczvpiA7FvuPpgzfZqiW7I7G26TT4cX { position:absolute;display:block;z-index:15017;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:1.9375rem;width:2.375rem;top:2.93115234375rem;left:50.5rem;overflow:hidden;display:none; }
#ihwCtQPwgFA9Tc00q9Zvn5yFvS9SOgCu { box-sizing:content-box;height:35.875rem;width:50rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:12.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row .container { background-color: transparent; background-image: none; }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row .container > .video-iframe-container { display: none; }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row > .video-iframe-container { display: none; }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .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); }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row .container { border-width: 0; border-radius: 0; }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row .container { font-size:0.875rem;font-family:arial;height:41.9375rem;width:75rem;position:relative;display:block; }#GvQSvqgxaemoo7wg5JgGoSzUNhcAV654 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.125rem;left:26.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W62ZkOnHiFXR72ZXWRRrBibsIHR7BW5a { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:"crimson pro";font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:6.5rem;left:20.375rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2KAmyIF0P02Cf4BQLW3CJ1d7xUc1mVr { position:absolute;display:block;z-index:15020;height:15.625rem;width:42.125rem;top:13.75rem;left:16.4375rem;display:block; }
#wTE3SSwa8VtE6BSuh2JBdokdZXO63KpC { box-sizing:content-box;height:35.875rem;width:50rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.4375rem;left:12.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
#pNUznUnaJZOTOhdrkkPUr8b93wDsB7Zi { position:absolute;display:block;z-index:15018;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:3.5rem;width:4.0625rem;top:0rem;left:35.46875rem;overflow:hidden;display:block; }
#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/d3c43f94-62a5-484b-bb7d-81336de816b6/flowersbg.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn.adaptive-delivery-prevent-bg, #R9lguXfo4HwdJg18G2VVJK9n4aR7plkn.lazyload, #R9lguXfo4HwdJg18G2VVJK9n4aR7plkn.lazyloading { background-image: none; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container { background-color: transparent; background-image: none; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container > .video-iframe-container { display: none; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row > .video-iframe-container { display: none; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .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); }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container { border-width: 0; border-radius: 0; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8GXqTvRx3R5oTivryczzETEL70EnfrZ { top:9.8125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #smRiqQsgWm81nJTGiB9cMXfOILrfIdtG { top:16.875rem;left:8.71875rem;width:30.3125rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #befXV4U57qqx86psTD3TCr7StpeXOcXo { top:34.0625rem;left:0rem;width:47.75rem;height:52rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbpPqxXeyirbkF3wXxhGnfk8NzDqT4kt { width:29.875rem;height:3.4375rem;top:22.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL1riKw8baI5rr3rZ0ACTk5k1aUVeEMo { display:block; }
 }@media only screen and (max-width: 763px) { #W53Wu6QCPaRpcVbnGRtMECdOnHzv5II0 { top:43.375rem;left:15.25rem;width:17.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEaPXqQtHnNmQKWKIKWTKH7GtoHMEzZv { top:47.4375rem;left:4.875rem;width:10.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzBKIRdxmQQafWkwT9UMq1Bf3E9TTKTK { top:46.8125rem;left:3.75rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhRNvtzQFwb1CcPcWtnTwJEkv0NKAqRx { top:46.8125rem;left:17.625rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9Fbam3x9TB2OAtygyglQXuxMhkDacD { top:47.4375rem;left:18.75rem;width:10.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLhadn5pn7fzK7AyQe9m5pL2UsVm7rlc { top:47.4375rem;left:32.6875rem;width:10.375rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA5ym22HvAUTk3hiMLSUR3ubtI96itSe { top:46.8125rem;left:31.5625rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JTU5cTC0dPy7u2GLetaTgRxxJz29FZ { top:51.4375rem;left:11.46875rem;width:24.8125rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9hmWchgay3tdR3CJUx2qrWg0wzieBB { top:59.9375rem;left:6.9375rem;width:33.9375rem;height:2.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfShA1ux2bAHSKRIeVsHby1Xp6Cp87At { top:64.0625rem;left:8.5625rem;width:30.625rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWpnrGmTIhXwV5n7lFSauPNAgzXQMtN { top:71.75rem;left:13.1875rem;width:21.375rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOSTzWA5ieur8h7x2nn9fFzxuVTsKg3 { width:13.125rem;height:3.4375rem;top:76.0625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u13ZaKSGaEUrxXqOaxEo2nQNWOJ42lPX { display:block; }
 }@media only screen and (max-width: 763px) { #oDoKmSUIQTulDuLOlPAvaTvGG2cyNWF0 { top:3.25rem;left:19.375rem;width:9rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #voGiKchBCdfL5PSstX2TcsbQEoyuiwcN { top:21.375rem;left:0rem;width:14.8125rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMnp2CNXcTRBb1OVwpFiLGUfkHkevTES { top:53.0625rem;left:37.25rem;width:10.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQI8XmeoeO5gUBP4qZhCRlfwB1vcILnd { top:73.625rem;left:0rem;width:10.9375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGttHGbGv4BmzoWrFJJQEqC1sSQd8UQ6 { top:83rem;left:8.71875rem;width:10.9375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvwHVGv1df13thx3d2xfOJTWt9xL0NXs { top:83rem;left:27.40625rem;width:11.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQB07DHkJI2AbcG3IOLKoRm4KXrKl1rx { top:73.625rem;left:36.8125rem;width:10.9375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4G6gy3wwwFGvW68OvcsLsKaqdfz8oL5 { top:64.1875rem;left:24.5rem;width:5.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJChATG91bTybqzLn2dndaVTx5sUNpL { top:35.5rem;left:0rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzdp7okLH15QmIemzXRBlIhTHgoiVV48 { top:30.0625rem;left:6.0625rem;width:8rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnVOOtyl2MeosFuXfHT7rAVqnCMy5eEM { top:35.5rem;left:38.8125rem;width:8.9375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lom42rNoKDDyo7QAfeIGCdH4o7kEob87 { top:29.9375rem;left:33.25rem;width:8.0625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbwVkaeF3rZRGOyJ3korhwt4CSEnmGxT { top:27.1875rem;left:12rem;width:23.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkRRDcxQ42pm72SENJtFV9mozPNQqP9i { top:55.5625rem;left:22.0625rem;width:3.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkNlb4uHxP9HxUBT0knHPXSZuGyvHfTw { top:28.5rem;left:14.4375rem;width:18.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb { display:block; }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrtV9pHVyda76F4ttMOTXZxfXof6ezqi { top:6.625rem;left:0rem;width:20.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2G2lFveVCiOXM91BoNa18lRa1iBxuCT { top:5.0625rem;left:0rem;width:17.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27BIIOG6IVPtfLcaQeTlKZFbSVOGO3a { top:11.875rem;left:0rem;width:26.9375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nttELrl70AQmOpdBS2Ck77Dk6Imq5pdv { top:17.375rem;left:0rem;width:26.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSTXZBGEvIe2kMdVHoU6xkyvRp3t4GQ { top:21.75rem;left:0rem;width:26.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwgoTuEmmU0iNbha7KuOfWenJWQ1u7eC { top:25.9375rem;left:0rem;width:31.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzC9MMQy602cGqHsvuMI6Xb7yFTPx64Q { top:30.5625rem;left:0rem;width:31.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyVdMzaekFoIUaVGTgRiW3J4IImD7B1l { top:7.5rem;left:23.875rem;width:20.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyJIdqRlHzqA2OSb7Mybhrx3EvSBMIK3 { top:5.9375rem;left:23.875rem;width:17.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9TAWzuVxaNSlFPoGHqOto6OZZ003znU { top:12.75rem;left:20.8125rem;width:26.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnKAswgVx8lTEihJtceoKXEyRU58S9d8 { top:17.25rem;left:20.8125rem;width:26.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPWKknLhs2Z0MmtihPK8QosxPVuKH9aR { top:21.875rem;left:20.8125rem;width:26.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhnTrD0bcsFacA6GBO6PIqbzAbqnTmx { top:26.0625rem;left:20.8125rem;width:26.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVd23yHdrWqmibS6Bz74uDWobu57rp1S { top:1.9375rem;left:13.5rem;width:34.25rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc89Thh0MfypdtWrRXLfAD79bupAvTM8 { top:11.875rem;left:0rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLNBTQHET3hNxCTVkLTpcogtW8PMT0fO { top:17.1875rem;left:0rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkQfT5CkiKGS8mLG2z7ZBd9L3ZJ2wVab { top:21.5625rem;left:0rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v44xuCCk7pligwpaWKdVoNTnf38SuWbx { top:25.75rem;left:0rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHtaCbnLXkO3883nFXF50gXlvItvhB7 { top:30.375rem;left:0rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6gzIwpkiKzI4g3P9gh7sWhuvpnE0Wt { top:12.75rem;left:23.875rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLL1s5Q5Pn6S6LkewiwSy1EBVSWGZs2T { top:17.0625rem;left:23.875rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqEifw6TXh09GaKa4lktoztytUaogI7U { top:21.6875rem;left:23.875rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvE7rduDT8M8qIHIQOBx5LIiifXKhA0J { top:25.875rem;left:23.875rem;width:1.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG { display:block; }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igXldrTyCCDcp359kr4TMlt7SSWVwt2c { top:6rem;left:0rem;width:22.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJEpm6PQTVuKZ0Jy04ZwXLh0xxozRB5U { width:29.4375rem;height:3.4375rem;top:5.125rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPszbnTNCcpheXzL42fJI7TmJAokIEPd { display:block; }
 }@media only screen and (max-width: 763px) { #p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 { display:block; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vs9NVyHf6SotGZ6Wrk7NrTetvhaaUBgU { top:11.375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJczD1J9vZZR7FTsBLDJpnwM8Bu1wcZi { top:3.25rem;left:0rem;width:9.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTt0DaNx9eIw8hNE0PHwTcwRaRrtTqPi { top:3.25rem;left:9.8125rem;width:12.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVakk4XETRDnvOQFAfyIwWO1IVhFnRn5 { top:3.25rem;left:27.6875rem;width:7.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG85ML3BGyNwyP1cshKTtDBNrAV0l8Bx { top:3.25rem;left:35.75rem;width:12rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrIV1G0s1P3pKJtbJV4QUTK5wtd6RbCd { top:2.875rem;left:5.46875rem;width:2.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw2Hf5LRZ8LAPsdT4TGZlEJSMTuAynhJ { top:2.875rem;left:23.53125rem;width:2.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbyaVBVbo4FP14tGEHu5aLbMcW8JPtEB { top:2.875rem;left:36.875rem;width:2.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoczvpiA7FvuPpgzfZqiW7I7G26TT4cX { top:2.875rem;left:36.875rem;width:2.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihwCtQPwgFA9Tc00q9Zvn5yFvS9SOgCu { top:27.5625rem;left:0rem;width:47.75rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI { display:block; }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvQSvqgxaemoo7wg5JgGoSzUNhcAV654 { top:4.125rem;left:12.625rem;width:22.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W62ZkOnHiFXR72ZXWRRrBibsIHR7BW5a { top:6.5rem;left:6.75rem;width:34.25rem;height:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2KAmyIF0P02Cf4BQLW3CJ1d7xUc1mVr { top:13.75rem;left:2.8125rem;width:42.125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTE3SSwa8VtE6BSuh2JBdokdZXO63KpC { top:21.4375rem;left:0rem;width:47.75rem;height:35.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNUznUnaJZOTOhdrkkPUr8b93wDsB7Zi { top:0rem;left:21.84375rem;width:4.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9lguXfo4HwdJg18G2VVJK9n4aR7plkn { display:block; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8GXqTvRx3R5oTivryczzETEL70EnfrZ { width:15.125rem;height:4.00024375rem;top:7.25rem;left:2.4375rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #smRiqQsgWm81nJTGiB9cMXfOILrfIdtG { width:20rem;height:3.67383125rem;top:12.44921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #befXV4U57qqx86psTD3TCr7StpeXOcXo { width:20rem;height:58.125rem;top:27.26171875rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TbpPqxXeyirbkF3wXxhGnfk8NzDqT4kt { width:19rem;height:3.4375rem;top:17.69921875rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL1riKw8baI5rr3rZ0ACTk5k1aUVeEMo { display:block; }
 }@media only screen and (max-width: 763px) { #W53Wu6QCPaRpcVbnGRtMECdOnHzv5II0 { width:17.25rem;height:1.13769375rem;top:35.1875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEaPXqQtHnNmQKWKIKWTKH7GtoHMEzZv { width:10.375rem;height:1.29980625rem;top:44.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzBKIRdxmQQafWkwT9UMq1Bf3E9TTKTK { width:12.5rem;height:2.6875rem;top:43.5625rem;left:3.8125rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #XhRNvtzQFwb1CcPcWtnTwJEkv0NKAqRx { width:12.5rem;height:2.6875rem;top:40.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce9Fbam3x9TB2OAtygyglQXuxMhkDacD { width:10.375rem;height:1.29980625rem;top:41.1875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLhadn5pn7fzK7AyQe9m5pL2UsVm7rlc { width:10.375rem;height:1.29980625rem;top:38rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA5ym22HvAUTk3hiMLSUR3ubtI96itSe { width:12.5rem;height:2.6875rem;top:37.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9JTU5cTC0dPy7u2GLetaTgRxxJz29FZ { width:12.8125rem;height:2.2744125rem;top:47.5rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9hmWchgay3tdR3CJUx2qrWg0wzieBB { width:18.0625rem;height:4.3496125rem;top:57.0556640625rem;left:0.96875rem;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RfShA1ux2bAHSKRIeVsHby1Xp6Cp87At { width:11.4375rem;height:5.68603125rem;top:63.1875rem;left:4.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STWpnrGmTIhXwV5n7lFSauPNAgzXQMtN { width:12.75rem;height:2.92419375rem;top:69.875rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOSTzWA5ieur8h7x2nn9fFzxuVTsKg3 { width:13.125rem;height:3.4375rem;top:74.0625rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u13ZaKSGaEUrxXqOaxEo2nQNWOJ42lPX { display:block; }
 }@media only screen and (max-width: 763px) { #oDoKmSUIQTulDuLOlPAvaTvGG2cyNWF0 { width:5.6875rem;height:2.375rem;top:1.625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voGiKchBCdfL5PSstX2TcsbQEoyuiwcN { width:4.3125rem;height:3.6875rem;top:4rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMnp2CNXcTRBb1OVwpFiLGUfkHkevTES { width:3.6875rem;height:3.25rem;top:71.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQI8XmeoeO5gUBP4qZhCRlfwB1vcILnd { width:7.6875rem;height:5.6875rem;top:79.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGttHGbGv4BmzoWrFJJQEqC1sSQd8UQ6 { width:7.6875rem;height:5.9375rem;top:87.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvwHVGv1df13thx3d2xfOJTWt9xL0NXs { width:7.6875rem;height:6.4375rem;top:90.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQB07DHkJI2AbcG3IOLKoRm4KXrKl1rx { width:7.6875rem;height:6rem;top:82.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4G6gy3wwwFGvW68OvcsLsKaqdfz8oL5 { width:5.375rem;height:1.1875rem;top:63.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJChATG91bTybqzLn2dndaVTx5sUNpL { width:5rem;height:5rem;top:26.29296875rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #fzdp7okLH15QmIemzXRBlIhTHgoiVV48 { width:8rem;height:9.25rem;top:89.32421875rem;left:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnVOOtyl2MeosFuXfHT7rAVqnCMy5eEM { width:5rem;height:5rem;top:26.29296875rem;left:15rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Lom42rNoKDDyo7QAfeIGCdH4o7kEob87 { width:8.0625rem;height:9.3125rem;top:112.17921875rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbwVkaeF3rZRGOyJ3korhwt4CSEnmGxT { width:12.8125rem;height:7.0625rem;top:23.677734375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkRRDcxQ42pm72SENJtFV9mozPNQqP9i { width:2.6875rem;height:2.125rem;top:53.3125rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkNlb4uHxP9HxUBT0knHPXSZuGyvHfTw { width:12.1875rem;height:9.0625rem;top:25.427734375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb { display:block; }#QB5ufsuC0R4NgGRnkdKPJwpfGH8lVgVb > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrtV9pHVyda76F4ttMOTXZxfXof6ezqi { width:17rem;height:2.5996125rem;top:3.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2G2lFveVCiOXM91BoNa18lRa1iBxuCT { width:17.25rem;height:1.625rem;top:2rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g27BIIOG6IVPtfLcaQeTlKZFbSVOGO3a { width:16.625rem;height:2.2744125rem;top:8.5rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nttELrl70AQmOpdBS2Ck77Dk6Imq5pdv { width:16.625rem;height:2.2744125rem;top:12.625rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgSTXZBGEvIe2kMdVHoU6xkyvRp3t4GQ { width:16.625rem;height:1.13769375rem;top:17.181640625rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwgoTuEmmU0iNbha7KuOfWenJWQ1u7eC { width:16.625rem;height:2.2744125rem;top:20.625rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzC9MMQy602cGqHsvuMI6Xb7yFTPx64Q { width:16.625rem;height:2.2744125rem;top:24.75rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyVdMzaekFoIUaVGTgRiW3J4IImD7B1l { width:17.625rem;height:2.5996125rem;top:33.6875rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyJIdqRlHzqA2OSb7Mybhrx3EvSBMIK3 { width:10.5625rem;height:1.625rem;top:32.125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9TAWzuVxaNSlFPoGHqOto6OZZ003znU { width:9.9375rem;height:2.2744125rem;top:38.6875rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnKAswgVx8lTEihJtceoKXEyRU58S9d8 { width:12.6875rem;height:2.2744125rem;top:42.8125rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPWKknLhs2Z0MmtihPK8QosxPVuKH9aR { width:16.625rem;height:1.13769375rem;top:47.375rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAhnTrD0bcsFacA6GBO6PIqbzAbqnTmx { width:16.625rem;height:1.13769375rem;top:51.25rem;left:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVd23yHdrWqmibS6Bz74uDWobu57rp1S { width:20rem;height:25.3125rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc89Thh0MfypdtWrRXLfAD79bupAvTM8 { width:1.6875rem;height:2rem;top:8.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLNBTQHET3hNxCTVkLTpcogtW8PMT0fO { width:1.6875rem;height:2rem;top:12.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkQfT5CkiKGS8mLG2z7ZBd9L3ZJ2wVab { width:1.6875rem;height:2rem;top:16.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v44xuCCk7pligwpaWKdVoNTnf38SuWbx { width:1.6875rem;height:2rem;top:20.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtHtaCbnLXkO3883nFXF50gXlvItvhB7 { width:1.6875rem;height:2rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC6gzIwpkiKzI4g3P9gh7sWhuvpnE0Wt { width:1.6875rem;height:2rem;top:38.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLL1s5Q5Pn6S6LkewiwSy1EBVSWGZs2T { width:1.6875rem;height:2rem;top:43rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqEifw6TXh09GaKa4lktoztytUaogI7U { width:1.6875rem;height:2rem;top:46.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvE7rduDT8M8qIHIQOBx5LIiifXKhA0J { width:1.6875rem;height:2rem;top:50.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG { display:block; }#BBw0bQCFMTlQ37GFWab73wZtHDZnwPoG > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igXldrTyCCDcp359kr4TMlt7SSWVwt2c { width:20rem;height:3.25rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJEpm6PQTVuKZ0Jy04ZwXLh0xxozRB5U { width:19rem;height:3.4375rem;top:7.5rem;left:0.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPszbnTNCcpheXzL42fJI7TmJAokIEPd { display:block; }
 }@media only screen and (max-width: 763px) { #p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 { display:block; }#p2pGmNlurQ0RtzDO7vTS8QZOH57AFxf3 > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vs9NVyHf6SotGZ6Wrk7NrTetvhaaUBgU { width:16.5625rem;height:6.75rem;top:5.3623046875rem;left:1.71875rem;font-size:1.6875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hJczD1J9vZZR7FTsBLDJpnwM8Bu1wcZi { width:9.125rem;height:1.29980625rem;top:16.6875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTt0DaNx9eIw8hNE0PHwTcwRaRrtTqPi { width:12.3125rem;height:1.29980625rem;top:19.75rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVakk4XETRDnvOQFAfyIwWO1IVhFnRn5 { width:7.375rem;height:1.29980625rem;top:22.9375rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cG85ML3BGyNwyP1cshKTtDBNrAV0l8Bx { width:12rem;height:1.29980625rem;top:26rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrIV1G0s1P3pKJtbJV4QUTK5wtd6RbCd { width:2.375rem;height:1.9375rem;top:16.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw2Hf5LRZ8LAPsdT4TGZlEJSMTuAynhJ { width:2.375rem;height:1.9375rem;top:19.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbyaVBVbo4FP14tGEHu5aLbMcW8JPtEB { width:2.375rem;height:1.9375rem;top:22.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoczvpiA7FvuPpgzfZqiW7I7G26TT4cX { width:2.375rem;height:1.9375rem;top:25.6875rem;left:2.4375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ihwCtQPwgFA9Tc00q9Zvn5yFvS9SOgCu { width:20rem;height:53.1875rem;top:48.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI { display:block; }#PBE7TPrveIoRymJ2NbHxQDcts0uzHzTI > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvQSvqgxaemoo7wg5JgGoSzUNhcAV654 { width:18.0625rem;height:1.29980625rem;top:2.31201171875rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W62ZkOnHiFXR72ZXWRRrBibsIHR7BW5a { width:16.8125rem;height:8rem;top:4.1748046875rem;left:1.59375rem;font-size:2rem;z-index:15021;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #y2KAmyIF0P02Cf4BQLW3CJ1d7xUc1mVr { width:18.375rem;height:25.5rem;top:5.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTE3SSwa8VtE6BSuh2JBdokdZXO63KpC { width:20rem;height:37rem;top:0rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #pNUznUnaJZOTOhdrkkPUr8b93wDsB7Zi { width:3.875rem;height:3.3125rem;top:2.1123046875rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9lguXfo4HwdJg18G2VVJK9n4aR7plkn { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/d3c43f94-62a5-484b-bb7d-81336de816b6/flowersbg.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn.adaptive-delivery-prevent-bg, #R9lguXfo4HwdJg18G2VVJK9n4aR7plkn.lazyload, #R9lguXfo4HwdJg18G2VVJK9n4aR7plkn.lazyloading { background-image: none; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container { background-color: transparent; background-image: none; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container > .video-iframe-container { display: none; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row > .video-iframe-container { display: none; }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .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); }#R9lguXfo4HwdJg18G2VVJK9n4aR7plkn > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }