.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { border-top:0rem solid #c32ea9;border-left:0;border-right:0;border-bottom:0.0625rem solid #efefef;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;z-index:auto;display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { background-color: transparent; background-image: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container > .video-iframe-container { display: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container { display: none; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .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); }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { border-width: 0; border-radius: 0; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { position:absolute;display:block;z-index:15010;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:1rem;width:7.5rem;top:1.21875rem;left:33.75rem;overflow:hidden;display:block; }
#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#852b4a;background-image:url("https://images.assets-landingi.com/uc/3b4a7e1a-b87b-4598-b3ea-1508d1ab2629/MLBSept596.jpg");background-position:bottom 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; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.adaptive-delivery-prevent-bg, #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.lazyload, #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.lazyloading { background-image: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { background-color: transparent; background-image: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container > .video-iframe-container { display: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row > .video-iframe-container { display: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .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); }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { border-width: 0; border-radius: 0; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:75rem;position:relative;display:block; }#NZeQwLyfTnv0wM0pAGm9tod1ml4bhtai { color:#fbf2e9;display:block;width:8rem;position:absolute;font-family:"poppins font";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:1.0625rem;left:33.5rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OsQStgnEbAKrIasROn91soVSDXZ21uxf { color:#f2e1c2;display:block;width:52.1875rem;position:absolute;font-family:"poppins font";font-size:2.5rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:3.5625rem;left:11.4375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDD6ait2kXhJHonCzpl6KibGpBAEBSHf { color:#c46377;display:block;width:20.25rem;position:absolute;font-family:cylburn;font-size:5.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem #c46377;top:5.8125rem;left:20.375rem;height:13.32425rem;text-align:center;text-align-last:center;display:block; }
#dePkR77ZMAi54vSKJymWmzllua5C4I9L { color:#f2e1c2;display:block;width:14.75rem;position:absolute;font-family:"poppins font";font-size:2.5rem;font-weight:700;z-index:15005;line-height:2.2;letter-spacing:0;top:5.8125rem;left:39.6875rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZWPUshxGcsS0hDsIWFyda2TDxsLvJ0T { color:#fcead5;display:block;width:57.8125rem;position:absolute;font-family:"poppins font";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:26.25rem;left:8.59375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS { position:relative;display:none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS { border-width: 0; border-radius: 0; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .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; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VggJquVUMOiRV2HI8kloDJR5QzrDrJkV { color:#f2e1c2;display:block;width:37.4375rem;position:absolute;font-family:"poppins font";font-size:2.5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:6.375rem;left:18.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MN5hqyITQStemMqaDc06ylaSPwLORVFT { color:#f2b56b;display:block;width:8rem;position:absolute;font-family:"poppins font";font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:3.8125rem;left:33.5rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#PGtek8lqnoz3NXUDrbWxN5HcHe12XAwQ { color:#f2e1c2;display:block;width:11.0625rem;position:absolute;font-family:cylburn;font-size:5.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8rem;left:25.6875rem;height:6.662125rem;text-align:center;text-align-last:center;display:none; }
#wLm2brOofBqKsSTHuRCCK1VqbGBSQoVw { color:#f2e1c2;display:block;width:14.75rem;position:absolute;font-family:"poppins font";font-size:2.5rem;font-weight:700;z-index:15001;line-height:2.2;letter-spacing:0;top:8rem;left:35.6875rem;height:11rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CRo2z8I3RC6tPCSvOCgHLDJ6CpVIA8Zv { color:rgba(242,225,194,0.7);display:block;width:57.8125rem;position:absolute;font-family:"poppins font";font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:13.5rem;left:8.59375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#nsX6r0z3mGR4h3AzTo4KWdqX4tJmneAR { color:#1c0226;display:block;width:43.375rem;position:absolute;font-family:"poppins font";font-size:1.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.75rem;left:15.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#XU7iRXUTlaHBEp1c2hPle96CsWErampg { color:#1c0226;display:block;width:43.375rem;position:absolute;font-family:"poppins font";font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:57.6875rem;left:15.8125rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#hQ7HRdUO5HVUT7gJGz7C6PXpKZuXT08L { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:9.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.75rem;left:8.875rem;display:block; }#hQ7HRdUO5HVUT7gJGz7C6PXpKZuXT08L.adaptive-delivery-prevent-bg, #hQ7HRdUO5HVUT7gJGz7C6PXpKZuXT08L.lazyload, #hQ7HRdUO5HVUT7gJGz7C6PXpKZuXT08L.lazyloading { background-image: none; }
#zvxZ0odD05pgbdM15E6cTGN9roQcgrBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WkfQT65EQDXsTRSafkHB749xrGJXPhcZ { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:12.1875rem;left:10.5rem;overflow:hidden;display:block; }
#lFRXOVqSq6ukKUwcKq5tcQaE47RoWnA9 { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:0;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:9.125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:10.75rem;left:18.3125rem;display:block; }#lFRXOVqSq6ukKUwcKq5tcQaE47RoWnA9.adaptive-delivery-prevent-bg, #lFRXOVqSq6ukKUwcKq5tcQaE47RoWnA9.lazyload, #lFRXOVqSq6ukKUwcKq5tcQaE47RoWnA9.lazyloading { background-image: none; }
#nLSGCDoB88LGTlJUlrMBvHqWMR6hxlhx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tnn2r7hQU6D4TsbNIHTz0nuAurM5vW4S { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:12.1875rem;left:19.75rem;overflow:hidden;display:block; }
#oonf0T6JPsZXb9IKUWw8T67tA6mUpC77 { background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:3rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.0625rem;height:9.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:10.75rem;left:27.3125rem;display:block; }#oonf0T6JPsZXb9IKUWw8T67tA6mUpC77.adaptive-delivery-prevent-bg, #oonf0T6JPsZXb9IKUWw8T67tA6mUpC77.lazyload, #oonf0T6JPsZXb9IKUWw8T67tA6mUpC77.lazyloading { background-image: none; }
#Tc4sWsHSx0kzIR4wBRCQULUL0RzvluQL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ns9fHZdR6didnpz2SLmvrfUWNBXzGNzq { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:12.1875rem;left:33.1875rem;overflow:hidden;display:block; }
#ya583pwE0257QdS7Hh5rv3TTwTr8dpAd { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/eb847d6f-bc31-4099-8afa-f68cf9309208/pattern3100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.8125rem;height:9.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:10.75rem;left:45.375rem;display:block; }#ya583pwE0257QdS7Hh5rv3TTwTr8dpAd.adaptive-delivery-prevent-bg, #ya583pwE0257QdS7Hh5rv3TTwTr8dpAd.lazyload, #ya583pwE0257QdS7Hh5rv3TTwTr8dpAd.lazyloading { background-image: none; }
#TD2ciWghm79eNDZVWxIUHweDPQhPcHFT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HzJg6A19ym1T0e9BumnbeTWVpg32pDa1 { position:absolute;display:block;z-index:15025;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.6875rem;width:3.6875rem;top:13.5rem;left:45.9375rem;overflow:hidden;display:block; }
#GOwHSSoq8g8MxD5TnZSWZB7k7zw4hm4T { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:4.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:10.75rem;left:50.1875rem;display:block; }#GOwHSSoq8g8MxD5TnZSWZB7k7zw4hm4T.adaptive-delivery-prevent-bg, #GOwHSSoq8g8MxD5TnZSWZB7k7zw4hm4T.lazyload, #GOwHSSoq8g8MxD5TnZSWZB7k7zw4hm4T.lazyloading { background-image: none; }
#hbHrKXdwxIeHE4fq0bbDnfhNLUVtW40k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a7iSaHSN5yDFST9QquZmtVkQ3WsHgWE3 { position:absolute;display:block;z-index:15022;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:4rem;width:4rem;top:10.9375rem;left:56.6875rem;overflow:hidden;display:block; }
#mI5xS6OJHslbtUl2Ak9GzJ43MNV5J4TC { background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:4rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:4.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:15.25rem;left:50.125rem;display:block; }#mI5xS6OJHslbtUl2Ak9GzJ43MNV5J4TC.adaptive-delivery-prevent-bg, #mI5xS6OJHslbtUl2Ak9GzJ43MNV5J4TC.lazyload, #mI5xS6OJHslbtUl2Ak9GzJ43MNV5J4TC.lazyloading { background-image: none; }
#m7cUloInt82DZwIGD3ZQO6qI2uBDsG4A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kETSctnrRcMpbMClstiqWVAdrz8ka4Rr { position:absolute;display:block;z-index:15026;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:4rem;width:4rem;top:15.625rem;left:56.625rem;overflow:hidden;display:block; }
#zhD5V66O58MbVzmNOKEDgZURMlDAtEUI { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:16.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.625rem;left:8.875rem;display:block; }#zhD5V66O58MbVzmNOKEDgZURMlDAtEUI.adaptive-delivery-prevent-bg, #zhD5V66O58MbVzmNOKEDgZURMlDAtEUI.lazyload, #zhD5V66O58MbVzmNOKEDgZURMlDAtEUI.lazyloading { background-image: none; }
#dyDCR3eZPxutxiJMBWCGI7uQ6gThGVUf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AiZ3kWLAqABchxbCO3FAgcblD2Dzip1k { position:absolute;display:block;z-index:15023;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:4.25rem;width:4.3125rem;top:25.6875rem;left:9.1875rem;overflow:hidden;display:block; }
#LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.125rem;height:16.3125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.6875rem;left:14.125rem;display:block; }#LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF.adaptive-delivery-prevent-bg, #LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF.lazyload, #LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF.lazyloading { background-image: none; }
#sQZmDN35Vu4L2H8favsTmLMnOJne7dIr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#du8UElHF69d3eoBRQb1ivqVZXu8hhp95 { position:absolute;display:block;z-index:15024;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:4.25rem;width:4.25rem;top:25.75rem;left:14.625rem;overflow:hidden;display:block; }
#Z52ihvWz4HgLJMvbq0NKLgMUqHsQJZWx { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:9.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.875rem;left:19.25rem;display:block; }#Z52ihvWz4HgLJMvbq0NKLgMUqHsQJZWx.adaptive-delivery-prevent-bg, #Z52ihvWz4HgLJMvbq0NKLgMUqHsQJZWx.lazyload, #Z52ihvWz4HgLJMvbq0NKLgMUqHsQJZWx.lazyloading { background-image: none; }
#rmLd6EL4hqKaD6vBnFJxRSTdnkR0MICF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lefTFB73ZN4IBh4wHp8Zit95rKBoQVfD { position:absolute;display:block;z-index:15023;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:5.25rem;width:5.25rem;top:22.0625rem;left:21.25rem;overflow:hidden;display:block; }
#tCe0lV3v1ET9d2M2AVVT9T5eG743yhzU { background-color:#f2e1c2;background-image:url("https://images.assets-landingi.com/uc/eb847d6f-bc31-4099-8afa-f68cf9309208/pattern3100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:4.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:10rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.5rem;left:19.25rem;display:block; }#tCe0lV3v1ET9d2M2AVVT9T5eG743yhzU.adaptive-delivery-prevent-bg, #tCe0lV3v1ET9d2M2AVVT9T5eG743yhzU.lazyload, #tCe0lV3v1ET9d2M2AVVT9T5eG743yhzU.lazyloading { background-image: none; }
#mEuw2SKwsdVNcJhuo9GZStBJpsS7ogJn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#csrlODlIXFHVnu2ZuaSKQOpGF0KTUNay { position:absolute;display:block;z-index:15026;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:5.25rem;width:5.25rem;top:31.875rem;left:21.1875rem;overflow:hidden;display:block; }
#QuwW5TdNPCxRXiTDiMo3E8BU1B5KMqE0 { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:7rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:13.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.875rem;left:28.375rem;display:block; }#QuwW5TdNPCxRXiTDiMo3E8BU1B5KMqE0.adaptive-delivery-prevent-bg, #QuwW5TdNPCxRXiTDiMo3E8BU1B5KMqE0.lazyload, #QuwW5TdNPCxRXiTDiMo3E8BU1B5KMqE0.lazyloading { background-image: none; }
#dpbV1O9crJilJ0g1JBhylZR6XUJRkkqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ySN41QuOkLL3izC0LIy7Mf0TUk5kmLUh { position:absolute;display:block;z-index:15022;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:7.75rem;width:7.75rem;top:22.9375rem;left:31.4375rem;overflow:hidden;display:block; }
#ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D { background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:4.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:13.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.875rem;left:42.25rem;display:block; }#ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D.adaptive-delivery-prevent-bg, #ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D.lazyload, #ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D.lazyloading { background-image: none; }
#dAIDh8CeDDTwlXxwTkiRm1DNiEEnVDgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZVcDTUNVc7l3gibOemlqVcL8T8MprZNt { position:absolute;display:block;z-index:15023;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:5.25rem;width:5.25rem;top:24.1875rem;left:43.3125rem;overflow:hidden;display:block; }
#TBClTUr0TPDGZoW1A8g171AFZNCPV3L7 { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:3.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.4375rem;height:5.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:33.625rem;left:28.25rem;display:block; }#TBClTUr0TPDGZoW1A8g171AFZNCPV3L7.adaptive-delivery-prevent-bg, #TBClTUr0TPDGZoW1A8g171AFZNCPV3L7.lazyload, #TBClTUr0TPDGZoW1A8g171AFZNCPV3L7.lazyloading { background-image: none; }
#z1lzcqFpITEM2X3uKTR5ZcbaPICElePf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PbIFf8fvCPwTbTAW8IICaATCIGXwbUhW { position:absolute;display:block;z-index:15025;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:4.25rem;width:4.3125rem;top:34.375rem;left:36.75rem;overflow:hidden;display:block; }
#oySXvrEOtWwtZCUccIE1H3BQaFVrSO7s { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:10.6875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.875rem;left:49.5625rem;display:block; }#oySXvrEOtWwtZCUccIE1H3BQaFVrSO7s.adaptive-delivery-prevent-bg, #oySXvrEOtWwtZCUccIE1H3BQaFVrSO7s.lazyload, #oySXvrEOtWwtZCUccIE1H3BQaFVrSO7s.lazyloading { background-image: none; }
#cGnTWoh5gr4VNu2MeO6mWKCLbiyp00uX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XpJZadxdt2v9h9JSxuJw8mQK9vIOWs50 { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:10.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.5625rem;left:49.5625rem;display:block; }#XpJZadxdt2v9h9JSxuJw8mQK9vIOWs50.adaptive-delivery-prevent-bg, #XpJZadxdt2v9h9JSxuJw8mQK9vIOWs50.lazyload, #XpJZadxdt2v9h9JSxuJw8mQK9vIOWs50.lazyloading { background-image: none; }
#uFiXdbcvmfxdy2zWvdi4RoonKUNB6LV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GdsyordTWB0bwxsCQLfZTk64JZ3fWFzl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.25rem;top:22.25rem;left:51.9375rem;overflow:hidden;display:block; }
#lqPT4lhO5hbxLbmTXeF1mJGsofCxZOAP { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.25rem;top:32.875rem;left:51.9375rem;overflow:hidden;display:block; }
#SDl4I9glgEAm6QWL7PyD0TKpT5oKemop { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:21.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.875rem;left:60.5rem;display:block; }#SDl4I9glgEAm6QWL7PyD0TKpT5oKemop.adaptive-delivery-prevent-bg, #SDl4I9glgEAm6QWL7PyD0TKpT5oKemop.lazyload, #SDl4I9glgEAm6QWL7PyD0TKpT5oKemop.lazyloading { background-image: none; }
#oUGdqRIZtS3ilwbFHbX1yiINTxhpzkei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4uslulMn7gykPwzX525ZN1Cq0LN4hwZ { position:absolute;display:block;z-index:15022;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:5.1875rem;width:5.25rem;top:28.0625rem;left:61.125rem;overflow:hidden;display:block; }
#B88yJvUvNaquZ5pGRuvfSseJLbkOBayU { background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:3.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:10.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:35.9375rem;left:8.875rem;display:block; }#B88yJvUvNaquZ5pGRuvfSseJLbkOBayU.adaptive-delivery-prevent-bg, #B88yJvUvNaquZ5pGRuvfSseJLbkOBayU.lazyload, #B88yJvUvNaquZ5pGRuvfSseJLbkOBayU.lazyloading { background-image: none; }
#RvnOTzDAf9IgM1eDJoGTuNzoSiTZqyCH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUwzrahuUFB3TCwbCxQk0ynNf6JEb135 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:38.3125rem;left:10.9375rem;overflow:hidden;display:block; }
#Db9iXDFicAHzFkXghbi9rPkuL8V8shZU { background-color:#f2e1c2;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:3.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:7.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:46.875rem;left:8.875rem;display:block; }#Db9iXDFicAHzFkXghbi9rPkuL8V8shZU.adaptive-delivery-prevent-bg, #Db9iXDFicAHzFkXghbi9rPkuL8V8shZU.lazyload, #Db9iXDFicAHzFkXghbi9rPkuL8V8shZU.lazyloading { background-image: none; }
#GqXBvmtvq2OTuGdQTHXDu89yRsyia61b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SsE1de7en1RGFIrTx4TsilARmcGT3qeL { position:absolute;display:block;z-index:15022;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.625rem;width:3.625rem;top:48.625rem;left:10.75rem;overflow:hidden;display:block; }
#VFqTRT9o9Rs7NcqW4z6aFpphHLFDKTFT { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:7.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:46.875rem;left:15.9375rem;display:block; }#VFqTRT9o9Rs7NcqW4z6aFpphHLFDKTFT.adaptive-delivery-prevent-bg, #VFqTRT9o9Rs7NcqW4z6aFpphHLFDKTFT.lazyload, #VFqTRT9o9Rs7NcqW4z6aFpphHLFDKTFT.lazyloading { background-image: none; }
#MXc0V8Kw1nvqRM5L7CdkqCAb9guyxqt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZbQNcX1Ju2aFzxm5a0M5X1TNbGVbXVO { position:absolute;display:block;z-index:15023;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:5.25rem;width:5.25rem;top:47.8125rem;left:19rem;overflow:hidden;display:block; }
#K6kyfoaHSnFcARLE71MlRImT2kRP1hDP { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/eb847d6f-bc31-4099-8afa-f68cf9309208/pattern3100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:30.625rem;height:7.6875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:39.4375rem;left:19.125rem;display:block; }#K6kyfoaHSnFcARLE71MlRImT2kRP1hDP.adaptive-delivery-prevent-bg, #K6kyfoaHSnFcARLE71MlRImT2kRP1hDP.lazyload, #K6kyfoaHSnFcARLE71MlRImT2kRP1hDP.lazyloading { background-image: none; }
#HxWxhDpTTXI07XTfueB3vAzVRo86NBPn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCUFT9XKRixe3OtPCFsO35babUQTBv0O { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:40.09375rem;left:30.8125rem;overflow:hidden;display:block; }
#kD4fTAZe6RZEIyL7pWHepf3pZ6VnLDzK { background-color:#f2e1c2;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:5.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.375rem;left:49.625rem;display:block; }#kD4fTAZe6RZEIyL7pWHepf3pZ6VnLDzK.adaptive-delivery-prevent-bg, #kD4fTAZe6RZEIyL7pWHepf3pZ6VnLDzK.lazyload, #kD4fTAZe6RZEIyL7pWHepf3pZ6VnLDzK.lazyloading { background-image: none; }
#qLouUUlbv0aEhZOBgb5KkDPgXcarykQJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#grCPKZm1iCitwV5ioH9n181Uv2VC95Jr { position:absolute;display:block;z-index:15028;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:4.25rem;width:4.3125rem;top:42.125rem;left:56.3125rem;overflow:hidden;display:block; }
#HWoWyC3diyLBLJRA13cbZ2OaTiScd1UH { background-color:#f2e1c2;background-image:url("https://images.assets-landingi.com/uc/eb847d6f-bc31-4099-8afa-f68cf9309208/pattern3100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7rem;height:7.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:47rem;left:60.1875rem;display:block; }#HWoWyC3diyLBLJRA13cbZ2OaTiScd1UH.adaptive-delivery-prevent-bg, #HWoWyC3diyLBLJRA13cbZ2OaTiScd1UH.lazyload, #HWoWyC3diyLBLJRA13cbZ2OaTiScd1UH.lazyloading { background-image: none; }
#bOwqZRCap0q5METx8OV4XQgxmm6O1MbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqEOurlJ6DQx2fBNooWPhbBMc69H4ktn { background-color:#032728;background-image:url("https://images.assets-landingi.com/uc/94775ec7-4536-456f-b9d3-37d890d8d105/pattern2100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:7.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:47rem;left:52.9375rem;display:block; }#bqEOurlJ6DQx2fBNooWPhbBMc69H4ktn.adaptive-delivery-prevent-bg, #bqEOurlJ6DQx2fBNooWPhbBMc69H4ktn.lazyload, #bqEOurlJ6DQx2fBNooWPhbBMc69H4ktn.lazyloading { background-image: none; }
#wRfw3GuFyIoa3w5xwt5iiClgiZaeBQ8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bKE9mPiTSd7sTrxkpkqdbeV7k8u20zNi { position:absolute;display:block;z-index:15028;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.6875rem;width:3.6875rem;top:48.6875rem;left:61.875rem;overflow:hidden;display:block; }
#Ggqs3PtzBhtAnEDW7vZFxip5TmSXHGmK { position:absolute;display:block;z-index:15029;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.625rem;width:3.6875rem;top:48.6875rem;left:54.5625rem;overflow:hidden;display:block; }
#oVeplTRbKRZmMprXLweBO5WzDXXCgVwR { background-color:#e8acea;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:2.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:7.1875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.875rem;left:27.0625rem;display:block; }#oVeplTRbKRZmMprXLweBO5WzDXXCgVwR.adaptive-delivery-prevent-bg, #oVeplTRbKRZmMprXLweBO5WzDXXCgVwR.lazyload, #oVeplTRbKRZmMprXLweBO5WzDXXCgVwR.lazyloading { background-image: none; }
#xSGolfafzp5Uwe9D7kIZPtXp7FoPXmH9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRbsEoCQDRH2kWxuf431yWBRBp4Q3Prf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:47.28125rem;left:37.0625rem;overflow:hidden;display:block; }
#BsD6Jk9vAMdIbWs2AkluWmfca0twd6fC { background-color:#852b4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"poppins font";font-size:1rem;font-weight:400;font-style:normal;line-height:.9;overflow:hidden;position:absolute;width:18.5625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:62.375rem;left:28.21875rem;display:block; }
#esID9hwk4mnBTRalgxMh0T3kltT54VTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oITLPqGMrQGyq1TEJbvhAR5cxOJSMG5C { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:13.03125rem;left:19.1875rem;overflow:hidden;display:none; }
#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { position:relative;display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { background-color: transparent; background-image: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container > .video-iframe-container { display: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row > .video-iframe-container { display: none; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .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); }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { border-width: 0; border-radius: 0; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .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; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;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; }#M2LlHCKdWReORpN2FyachSKaV2QsUbet { color:#000000;display:block;width:61.1875rem;position:absolute;font-family:"poppins font";font-size:0.75rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:3.53125rem;left:6.90625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { top:1.1875rem;left:20.125rem;width:7.5rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa { display:block; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NZeQwLyfTnv0wM0pAGm9tod1ml4bhtai { top:1.0625rem;left:19.875rem;width:8rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsQStgnEbAKrIasROn91soVSDXZ21uxf { top:3.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDD6ait2kXhJHonCzpl6KibGpBAEBSHf { top:5.8125rem;left:6.75rem;width:20.25rem;height:6.625rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePkR77ZMAi54vSKJymWmzllua5C4I9L { top:5.8125rem;left:26.0625rem;width:14.75rem;height:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZWPUshxGcsS0hDsIWFyda2TDxsLvJ0T { top:26.25rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHt15nWdCS0uK3bb4ProvvVkspUT6aFS { display:none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VggJquVUMOiRV2HI8kloDJR5QzrDrJkV { top:6rem;left:0rem;width:20rem;height:2.875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MN5hqyITQStemMqaDc06ylaSPwLORVFT { top:2.0625rem;left:0rem;width:8.75rem;height:1.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGtek8lqnoz3NXUDrbWxN5HcHe12XAwQ { top:7.5625rem;left:0rem;width:7.8125rem;height:9.5625rem;font-size:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLm2brOofBqKsSTHuRCCK1VqbGBSQoVw { top:8rem;left:22.0625rem;width:14.75rem;height:5.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRo2z8I3RC6tPCSvOCgHLDJ6CpVIA8Zv { top:11.5rem;left:0rem;width:20rem;height:6.75rem;font-size:1.125rem;display:none; }
 }@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) { #nsX6r0z3mGR4h3AzTo4KWdqX4tJmneAR { top:5.75rem;left:2.1875rem;width:43.375rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU7iRXUTlaHBEp1c2hPle96CsWErampg { top:57.6875rem;left:2.1875rem;width:43.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ7HRdUO5HVUT7gJGz7C6PXpKZuXT08L { width:9.4375rem;height:9.125rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvxZ0odD05pgbdM15E6cTGN9roQcgrBd { display:block; }
 }@media only screen and (max-width: 763px) { #WkfQT65EQDXsTRSafkHB749xrGJXPhcZ { top:12.1875rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRXOVqSq6ukKUwcKq5tcQaE47RoWnA9 { width:9.1875rem;height:9.125rem;top:10.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLSGCDoB88LGTlJUlrMBvHqWMR6hxlhx { display:block; }
 }@media only screen and (max-width: 763px) { #Tnn2r7hQU6D4TsbNIHTz0nuAurM5vW4S { top:12.1875rem;left:6.125rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oonf0T6JPsZXb9IKUWw8T67tA6mUpC77 { width:18.0625rem;height:9.125rem;top:10.75rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4sWsHSx0kzIR4wBRCQULUL0RzvluQL { display:block; }
 }@media only screen and (max-width: 763px) { #Ns9fHZdR6didnpz2SLmvrfUWNBXzGNzq { top:12.1875rem;left:19.5625rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya583pwE0257QdS7Hh5rv3TTwTr8dpAd { width:4.8125rem;height:9.125rem;top:10.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD2ciWghm79eNDZVWxIUHweDPQhPcHFT { display:block; }
 }@media only screen and (max-width: 763px) { #HzJg6A19ym1T0e9BumnbeTWVpg32pDa1 { top:13.5rem;left:32.3125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwHSSoq8g8MxD5TnZSWZB7k7zw4hm4T { width:16.875rem;height:4.5625rem;top:10.75rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbHrKXdwxIeHE4fq0bbDnfhNLUVtW40k { display:block; }
 }@media only screen and (max-width: 763px) { #a7iSaHSN5yDFST9QquZmtVkQ3WsHgWE3 { top:10.9375rem;left:43.0625rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI5xS6OJHslbtUl2Ak9GzJ43MNV5J4TC { width:16.9375rem;height:4.6875rem;top:15.25rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7cUloInt82DZwIGD3ZQO6qI2uBDsG4A { display:block; }
 }@media only screen and (max-width: 763px) { #kETSctnrRcMpbMClstiqWVAdrz8ka4Rr { top:15.625rem;left:43rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhD5V66O58MbVzmNOKEDgZURMlDAtEUI { width:5.25rem;height:16.3125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyDCR3eZPxutxiJMBWCGI7uQ6gThGVUf { display:block; }
 }@media only screen and (max-width: 763px) { #AiZ3kWLAqABchxbCO3FAgcblD2Dzip1k { top:25.6875rem;left:0rem;width:4.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF { width:5.125rem;height:16.3125rem;top:19.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQZmDN35Vu4L2H8favsTmLMnOJne7dIr { display:block; }
 }@media only screen and (max-width: 763px) { #du8UElHF69d3eoBRQb1ivqVZXu8hhp95 { top:25.75rem;left:1rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52ihvWz4HgLJMvbq0NKLgMUqHsQJZWx { width:9.125rem;height:9.625rem;top:19.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmLd6EL4hqKaD6vBnFJxRSTdnkR0MICF { display:block; }
 }@media only screen and (max-width: 763px) { #lefTFB73ZN4IBh4wHp8Zit95rKBoQVfD { top:22.0625rem;left:7.625rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCe0lV3v1ET9d2M2AVVT9T5eG743yhzU { width:9.125rem;height:10rem;top:29.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEuw2SKwsdVNcJhuo9GZStBJpsS7ogJn { display:block; }
 }@media only screen and (max-width: 763px) { #csrlODlIXFHVnu2ZuaSKQOpGF0KTUNay { top:31.875rem;left:7.5625rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuwW5TdNPCxRXiTDiMo3E8BU1B5KMqE0 { width:13.875rem;height:13.8125rem;top:19.875rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpbV1O9crJilJ0g1JBhylZR6XUJRkkqs { display:block; }
 }@media only screen and (max-width: 763px) { #ySN41QuOkLL3izC0LIy7Mf0TUk5kmLUh { top:22.9375rem;left:17.8125rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D { width:7.3125rem;height:13.8125rem;top:19.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAIDh8CeDDTwlXxwTkiRm1DNiEEnVDgE { display:block; }
 }@media only screen and (max-width: 763px) { #ZVcDTUNVc7l3gibOemlqVcL8T8MprZNt { top:24.1875rem;left:29.6875rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBClTUr0TPDGZoW1A8g171AFZNCPV3L7 { width:21.4375rem;height:5.8125rem;top:33.625rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1lzcqFpITEM2X3uKTR5ZcbaPICElePf { display:block; }
 }@media only screen and (max-width: 763px) { #PbIFf8fvCPwTbTAW8IICaATCIGXwbUhW { top:34.375rem;left:23.125rem;width:4.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oySXvrEOtWwtZCUccIE1H3BQaFVrSO7s { width:10.9375rem;height:10.6875rem;top:19.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnTWoh5gr4VNu2MeO6mWKCLbiyp00uX { display:block; }
 }@media only screen and (max-width: 763px) { #XpJZadxdt2v9h9JSxuJw8mQK9vIOWs50 { width:10.9375rem;height:10.8125rem;top:30.5625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFiXdbcvmfxdy2zWvdi4RoonKUNB6LV1 { display:block; }
 }@media only screen and (max-width: 763px) { #GdsyordTWB0bwxsCQLfZTk64JZ3fWFzl { top:22.25rem;left:38.3125rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPT4lhO5hbxLbmTXeF1mJGsofCxZOAP { top:32.875rem;left:38.3125rem;width:6.25rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDl4I9glgEAm6QWL7PyD0TKpT5oKemop { width:6.625rem;height:21.5rem;top:19.875rem;left:41.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUGdqRIZtS3ilwbFHbX1yiINTxhpzkei { display:block; }
 }@media only screen and (max-width: 763px) { #u4uslulMn7gykPwzX525ZN1Cq0LN4hwZ { top:28.0625rem;left:42.5rem;width:5.25rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B88yJvUvNaquZ5pGRuvfSseJLbkOBayU { width:10.375rem;height:10.9375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvnOTzDAf9IgM1eDJoGTuNzoSiTZqyCH { display:block; }
 }@media only screen and (max-width: 763px) { #TUwzrahuUFB3TCwbCxQk0ynNf6JEb135 { top:38.3125rem;left:0rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db9iXDFicAHzFkXghbi9rPkuL8V8shZU { width:7.3125rem;height:7.125rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqXBvmtvq2OTuGdQTHXDu89yRsyia61b { display:block; }
 }@media only screen and (max-width: 763px) { #SsE1de7en1RGFIrTx4TsilARmcGT3qeL { top:48.625rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFqTRT9o9Rs7NcqW4z6aFpphHLFDKTFT { width:11.1875rem;height:7.125rem;top:46.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXc0V8Kw1nvqRM5L7CdkqCAb9guyxqt7 { display:block; }
 }@media only screen and (max-width: 763px) { #HZbQNcX1Ju2aFzxm5a0M5X1TNbGVbXVO { top:47.8125rem;left:5.375rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6kyfoaHSnFcARLE71MlRImT2kRP1hDP { width:30.625rem;height:7.6875rem;top:39.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWxhDpTTXI07XTfueB3vAzVRo86NBPn { display:block; }
 }@media only screen and (max-width: 763px) { #BCUFT9XKRixe3OtPCFsO35babUQTBv0O { top:40.0625rem;left:17.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD4fTAZe6RZEIyL7pWHepf3pZ6VnLDzK { width:17.5625rem;height:5.8125rem;top:41.375rem;left:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLouUUlbv0aEhZOBgb5KkDPgXcarykQJ { display:block; }
 }@media only screen and (max-width: 763px) { #grCPKZm1iCitwV5ioH9n181Uv2VC95Jr { top:42.125rem;left:42.6875rem;width:4.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWoWyC3diyLBLJRA13cbZ2OaTiScd1UH { width:7rem;height:7.0625rem;top:47rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOwqZRCap0q5METx8OV4XQgxmm6O1MbK { display:block; }
 }@media only screen and (max-width: 763px) { #bqEOurlJ6DQx2fBNooWPhbBMc69H4ktn { width:7.25rem;height:7.0625rem;top:47rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRfw3GuFyIoa3w5xwt5iiClgiZaeBQ8A { display:block; }
 }@media only screen and (max-width: 763px) { #bKE9mPiTSd7sTrxkpkqdbeV7k8u20zNi { top:48.6875rem;left:44.0625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggqs3PtzBhtAnEDW7vZFxip5TmSXHGmK { top:48.6875rem;left:40.9375rem;width:3.6875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVeplTRbKRZmMprXLweBO5WzDXXCgVwR { width:25.9375rem;height:7.1875rem;top:46.875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSGolfafzp5Uwe9D7kIZPtXp7FoPXmH9 { display:block; }
 }@media only screen and (max-width: 763px) { #fRbsEoCQDRH2kWxuf431yWBRBp4Q3Prf { top:47.25rem;left:23.4375rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsD6Jk9vAMdIbWs2AkluWmfca0twd6fC { width:18.5625rem;height:3.4375rem;top:62.375rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #esID9hwk4mnBTRalgxMh0T3kltT54VTQ { display:block; }
 }@media only screen and (max-width: 763px) { #oITLPqGMrQGyq1TEJbvhAR5cxOJSMG5C { top:13rem;left:5.5625rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2LlHCKdWReORpN2FyachSKaV2QsUbet { top:3.5rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu { position:relative;z-index:auto;display:block; }#weDi2ZAf8HxtGFv0Ag2DA8RX8K73Jouu > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9sUI7OFC0VZbwovwTPoAfB0JIvwMht { width:7.5rem;height:1rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa { background-color:#483d13;background-image:url("https://images.assets-landingi.com/uc/90192ba4-157f-4e0e-90f3-91b123c7dca5/header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.adaptive-delivery-prevent-bg, #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.lazyload, #cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa.lazyloading { background-image: none; }#cUL3TAagmmGZ1mKE6unnkUlQa6hgdUMa > .row .container { width:20rem;height:39.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NZeQwLyfTnv0wM0pAGm9tod1ml4bhtai { width:8rem;height:0;top:1.25rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsQStgnEbAKrIasROn91soVSDXZ21uxf { width:20rem;height:0;top:3.8125rem;left:0rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EDD6ait2kXhJHonCzpl6KibGpBAEBSHf { width:20rem;height:0;top:7.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dePkR77ZMAi54vSKJymWmzllua5C4I9L { width:14.75rem;height:0;top:15.1875rem;left:2.625rem;font-size:1.5rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uZWPUshxGcsS0hDsIWFyda2TDxsLvJ0T { width:20rem;height:0;top:21.9375rem;left:0rem;font-size:0.75rem;color:rgba(242,225,194,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #UHt15nWdCS0uK3bb4ProvvVkspUT6aFS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3b4a7e1a-b87b-4598-b3ea-1508d1ab2629/MLBSept596.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS.adaptive-delivery-prevent-bg, #UHt15nWdCS0uK3bb4ProvvVkspUT6aFS.lazyload, #UHt15nWdCS0uK3bb4ProvvVkspUT6aFS.lazyloading { background-image: none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { background-color: transparent; background-image: none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container > .video-iframe-container { display: none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row > .video-iframe-container { display: none; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .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); }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { border-width: 0; border-radius: 0; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHt15nWdCS0uK3bb4ProvvVkspUT6aFS > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VggJquVUMOiRV2HI8kloDJR5QzrDrJkV { width:20rem;height:2.875rem;top:6.0625rem;left:0rem;font-size:1.4375rem;line-height:1;z-index:15007;color:#fcead5;display:block; }
 }@media only screen and (max-width: 763px) { #MN5hqyITQStemMqaDc06ylaSPwLORVFT { width:8.75rem;height:1.3496125rem;top:2.1875rem;left:5.625rem;font-size:0.75rem;z-index:15008;color:#fcead5;display:block; }
 }@media only screen and (max-width: 763px) { #PGtek8lqnoz3NXUDrbWxN5HcHe12XAwQ { width:8.8125rem;height:4.79345625rem;top:8.125rem;left:0.6875rem;font-size:3.6875rem;z-index:15009;color:#c46377;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(242,181,107,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #wLm2brOofBqKsSTHuRCCK1VqbGBSQoVw { width:11.0625rem;height:1.5rem;top:9.3125rem;left:8.3125rem;font-size:1.5rem;line-height:1;z-index:15007;color:#fcead5;display:block; }
 }@media only screen and (max-width: 763px) { #CRo2z8I3RC6tPCSvOCgHLDJ6CpVIA8Zv { width:20rem;height:6.75rem;top:23.48046875rem;left:0rem;font-size:0.75rem;color:rgba(252,234,213,0.8);z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsX6r0z3mGR4h3AzTo4KWdqX4tJmneAR { width:20rem;height:2.5996125rem;top:2.0263671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU7iRXUTlaHBEp1c2hPle96CsWErampg { width:20rem;height:1.13720625rem;top:65.26171875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ7HRdUO5HVUT7gJGz7C6PXpKZuXT08L { width:11.5rem;height:4.75rem;top:49.75rem;left:1.5625rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #zvxZ0odD05pgbdM15E6cTGN9roQcgrBd { display:block; }
 }@media only screen and (max-width: 763px) { #WkfQT65EQDXsTRSafkHB749xrGJXPhcZ { width:3.625rem;height:3.625rem;top:50.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFRXOVqSq6ukKUwcKq5tcQaE47RoWnA9 { width:5.4375rem;height:6.875rem;top:6.125rem;left:1.6875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #nLSGCDoB88LGTlJUlrMBvHqWMR6hxlhx { display:block; }
 }@media only screen and (max-width: 763px) { #Tnn2r7hQU6D4TsbNIHTz0nuAurM5vW4S { width:6.3125rem;height:6.3125rem;top:34rem;left:7.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oonf0T6JPsZXb9IKUWw8T67tA6mUpC77 { width:6rem;height:6.9375rem;top:6.125rem;left:12.375rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4sWsHSx0kzIR4wBRCQULUL0RzvluQL { display:block; }
 }@media only screen and (max-width: 763px) { #Ns9fHZdR6didnpz2SLmvrfUWNBXzGNzq { width:3.6875rem;height:3.6875rem;top:7.75rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya583pwE0257QdS7Hh5rv3TTwTr8dpAd { width:4.625rem;height:8.3125rem;top:54.5rem;left:8.5rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #TD2ciWghm79eNDZVWxIUHweDPQhPcHFT { display:block; }
 }@media only screen and (max-width: 763px) { #HzJg6A19ym1T0e9BumnbeTWVpg32pDa1 { width:3.375rem;height:3.375rem;top:57rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOwHSSoq8g8MxD5TnZSWZB7k7zw4hm4T { width:11.5625rem;height:3.0625rem;top:38.75rem;left:6.8125rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #hbHrKXdwxIeHE4fq0bbDnfhNLUVtW40k { display:block; }
 }@media only screen and (max-width: 763px) { #a7iSaHSN5yDFST9QquZmtVkQ3WsHgWE3 { width:2.375rem;height:2.375rem;top:39.125rem;left:11.3125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #mI5xS6OJHslbtUl2Ak9GzJ43MNV5J4TC { width:5.875rem;height:7.9375rem;top:41.8125rem;left:12.5rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #m7cUloInt82DZwIGD3ZQO6qI2uBDsG4A { display:block; }
 }@media only screen and (max-width: 763px) { #kETSctnrRcMpbMClstiqWVAdrz8ka4Rr { width:4rem;height:4rem;top:43.75rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhD5V66O58MbVzmNOKEDgZURMlDAtEUI { width:5.9375rem;height:6.0625rem;top:32.875rem;left:12.375rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #dyDCR3eZPxutxiJMBWCGI7uQ6gThGVUf { display:block; }
 }@media only screen and (max-width: 763px) { #AiZ3kWLAqABchxbCO3FAgcblD2Dzip1k { width:3.875rem;height:3.8125rem;top:34rem;left:13.375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF { width:5.375rem;height:13.0625rem;top:49.75rem;left:13.0625rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;background-color:#1c190c;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF.adaptive-delivery-prevent-bg, #LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF.lazyload, #LOux8ssmcTJvTNMAgSV87M2IQTxtUFmF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sQZmDN35Vu4L2H8favsTmLMnOJne7dIr { display:block; }
 }@media only screen and (max-width: 763px) { #du8UElHF69d3eoBRQb1ivqVZXu8hhp95 { width:4.25rem;height:4.25rem;top:54.5rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z52ihvWz4HgLJMvbq0NKLgMUqHsQJZWx { width:5.9375rem;height:3.6875rem;top:41.8125rem;left:6.6875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #rmLd6EL4hqKaD6vBnFJxRSTdnkR0MICF { display:block; }
 }@media only screen and (max-width: 763px) { #lefTFB73ZN4IBh4wHp8Zit95rKBoQVfD { width:2.625rem;height:2.625rem;top:42.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCe0lV3v1ET9d2M2AVVT9T5eG743yhzU { width:6.25rem;height:6.875rem;top:13rem;left:12.125rem;z-index:15026;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #mEuw2SKwsdVNcJhuo9GZStBJpsS7ogJn { display:block; }
 }@media only screen and (max-width: 763px) { #csrlODlIXFHVnu2ZuaSKQOpGF0KTUNay { width:3.5625rem;height:3.5625rem;top:14.6875rem;left:13.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #QuwW5TdNPCxRXiTDiMo3E8BU1B5KMqE0 { width:5.0625rem;height:7.4375rem;top:31.375rem;left:1.6875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #dpbV1O9crJilJ0g1JBhylZR6XUJRkkqs { display:block; }
 }@media only screen and (max-width: 763px) { #ySN41QuOkLL3izC0LIy7Mf0TUk5kmLUh { width:3.6875rem;height:3.6875rem;top:33.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D { width:6.1875rem;height:6.9375rem;top:25.9375rem;left:12.1875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;background-color:#f2b56b;background-image:url("https://images.assets-landingi.com/uc/302bb24d-3f87-472b-887f-35f9ece69446/pattern1100.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D.adaptive-delivery-prevent-bg, #ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D.lazyload, #ugT2axhG6TmWlTrTDI8T1oXeBPKQtx6D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dAIDh8CeDDTwlXxwTkiRm1DNiEEnVDgE { display:block; }
 }@media only screen and (max-width: 763px) { #ZVcDTUNVc7l3gibOemlqVcL8T8MprZNt { width:3.9375rem;height:3.9375rem;top:27.4375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBClTUr0TPDGZoW1A8g171AFZNCPV3L7 { width:10.6875rem;height:8.0625rem;top:13rem;left:1.6875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #z1lzcqFpITEM2X3uKTR5ZcbaPICElePf { display:block; }
 }@media only screen and (max-width: 763px) { #PbIFf8fvCPwTbTAW8IICaATCIGXwbUhW { width:4.3125rem;height:4.25rem;top:14.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oySXvrEOtWwtZCUccIE1H3BQaFVrSO7s { width:5.1875rem;height:6.6875rem;top:21.0625rem;left:1.6875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #cGnTWoh5gr4VNu2MeO6mWKCLbiyp00uX { display:block; }
 }@media only screen and (max-width: 763px) { #XpJZadxdt2v9h9JSxuJw8mQK9vIOWs50 { width:7.25rem;height:3.625rem;top:59.1875rem;left:1.5625rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #uFiXdbcvmfxdy2zWvdi4RoonKUNB6LV1 { display:block; }
 }@media only screen and (max-width: 763px) { #GdsyordTWB0bwxsCQLfZTk64JZ3fWFzl { width:3.8125rem;height:3.75rem;top:22.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqPT4lhO5hbxLbmTXeF1mJGsofCxZOAP { width:2.9375rem;height:2.9375rem;top:59.5rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDl4I9glgEAm6QWL7PyD0TKpT5oKemop { width:5.25rem;height:5.4375rem;top:44.3125rem;left:1.625rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #oUGdqRIZtS3ilwbFHbX1yiINTxhpzkei { display:block; }
 }@media only screen and (max-width: 763px) { #u4uslulMn7gykPwzX525ZN1Cq0LN4hwZ { width:3.5rem;height:3.4375rem;top:45.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B88yJvUvNaquZ5pGRuvfSseJLbkOBayU { width:5.6875rem;height:4.3125rem;top:21.0625rem;left:6.8125rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #RvnOTzDAf9IgM1eDJoGTuNzoSiTZqyCH { display:block; }
 }@media only screen and (max-width: 763px) { #TUwzrahuUFB3TCwbCxQk0ynNf6JEb135 { width:2.875rem;height:2.875rem;top:21.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db9iXDFicAHzFkXghbi9rPkuL8V8shZU { width:6.1875rem;height:6.1875rem;top:19.875rem;left:12.1875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #GqXBvmtvq2OTuGdQTHXDu89yRsyia61b { display:block; }
 }@media only screen and (max-width: 763px) { #SsE1de7en1RGFIrTx4TsilARmcGT3qeL { width:3.625rem;height:3.625rem;top:21.0625rem;left:13.375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #VFqTRT9o9Rs7NcqW4z6aFpphHLFDKTFT { width:5.0625rem;height:3.875rem;top:27.6875rem;left:1.6875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #MXc0V8Kw1nvqRM5L7CdkqCAb9guyxqt7 { display:block; }
 }@media only screen and (max-width: 763px) { #HZbQNcX1Ju2aFzxm5a0M5X1TNbGVbXVO { width:3rem;height:3rem;top:28.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6kyfoaHSnFcARLE71MlRImT2kRP1hDP { width:5.5rem;height:6.9375rem;top:6.125rem;left:7rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #HxWxhDpTTXI07XTfueB3vAzVRo86NBPn { display:block; }
 }@media only screen and (max-width: 763px) { #BCUFT9XKRixe3OtPCFsO35babUQTBv0O { width:3.875rem;height:3.875rem;top:7.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD4fTAZe6RZEIyL7pWHepf3pZ6VnLDzK { width:5.875rem;height:4.25rem;top:45.5rem;left:6.8125rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #qLouUUlbv0aEhZOBgb5KkDPgXcarykQJ { display:block; }
 }@media only screen and (max-width: 763px) { #grCPKZm1iCitwV5ioH9n181Uv2VC95Jr { width:3.25rem;height:3.1875rem;top:45.9375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWoWyC3diyLBLJRA13cbZ2OaTiScd1UH { width:5.75rem;height:13.4375rem;top:25.375rem;left:6.6875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #bOwqZRCap0q5METx8OV4XQgxmm6O1MbK { display:block; }
 }@media only screen and (max-width: 763px) { #bqEOurlJ6DQx2fBNooWPhbBMc69H4ktn { width:5.1875rem;height:5.5625rem;top:38.75rem;left:1.6875rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #wRfw3GuFyIoa3w5xwt5iiClgiZaeBQ8A { display:block; }
 }@media only screen and (max-width: 763px) { #bKE9mPiTSd7sTrxkpkqdbeV7k8u20zNi { width:3.6875rem;height:3.6875rem;top:30.25rem;left:7.6875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #Ggqs3PtzBhtAnEDW7vZFxip5TmSXHGmK { width:3.6875rem;height:3.625rem;top:39.75rem;left:2.4375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #oVeplTRbKRZmMprXLweBO5WzDXXCgVwR { width:7.1875rem;height:4.6875rem;top:54.5rem;left:1.5625rem;border-top:0.0625rem solid #5f3663;border-left:0.0625rem solid #5f3663;border-right:0.0625rem solid #5f3663;border-bottom:0.0625rem solid #5f3663;display:block; }
 }@media only screen and (max-width: 763px) { #xSGolfafzp5Uwe9D7kIZPtXp7FoPXmH9 { display:block; }
 }@media only screen and (max-width: 763px) { #fRbsEoCQDRH2kWxuf431yWBRBp4Q3Prf { width:3.5rem;height:3.5rem;top:55.0625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsD6Jk9vAMdIbWs2AkluWmfca0twd6fC { width:18.5625rem;height:3.4375rem;top:68.88671875rem;left:0.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esID9hwk4mnBTRalgxMh0T3kltT54VTQ { display:block; }
 }@media only screen and (max-width: 763px) { #oITLPqGMrQGyq1TEJbvhAR5cxOJSMG5C { width:3.5rem;height:3.5rem;top:7.6875rem;left:2.625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls { display:block; }#hFXnGFftsJsepr8gBTyJmaT0Gqxv6cls > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M2LlHCKdWReORpN2FyachSKaV2QsUbet { width:20rem;height:6.75rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }