.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,228,228;--color-primary-1:247,186,180;--color-primary-2:255,118,118;--color-primary-3:153,71,71;--color-primary-4:65,28,11;--color-secondary-0:237,241,249;--color-secondary-1:167,222,240;--color-secondary-2:165,186,224;--color-secondary-3:99,112,134;--color-secondary-4:33,37,45;--color-tertiary-0:255,255,255;--color-tertiary-1:255,118,118;--color-tertiary-2:153,71,71;--color-tertiary-3:92,43,43;--color-tertiary-4:65,28,11;--headlines-font-family:"Tahoma";--paragraphs-font-family:"Tahoma"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row .container { background-color: transparent; background-image: none; }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row .container > .video-iframe-container { display: none; }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row > .video-iframe-container { display: none; }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .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); }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row .container { border-width: 0; border-radius: 0; }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#osWzTJipE7ZRFbvTW7eobWB6D5X0dUVT { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem #000000;top:1.59375rem;left:0rem;height:4.125rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/10f6cf7c-5ea0-499b-a481-dd3bbb4ab308/Eventcard6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.adaptive-delivery-prevent-bg, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyload, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyloading { background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { border-width: 0; border-radius: 0; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:60rem;position:relative;display:block; }#BfrACeDxTtHt9oJkeyEwMFo61WdWtHhq { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:"playfair display";font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625152587891rem;left:0.8125rem;height:31.75695625rem;font-style:normal;display:block; }
#Qvxvq3ewEXuf4gqVI9C8Jl5VhByW5Wip { color:rgba(var(--color-tertiary-4),1);display:block;width:39.0625rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1457672119141E-6rem;left:12.164930343628rem;height:;display:block; }
#fg6SePbg0SRFX1eUdDgEUgx9z0rNe9EI { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49rem;width:31.875rem;top:2.6597375869751rem;left:28.124998092651rem;overflow:hidden;display:block; }
#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container { background-color: transparent; background-image: none; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container > .video-iframe-container { display: none; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row > .video-iframe-container { display: none; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .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); }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container { border-width: 0; border-radius: 0; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#lhdWV4CM97Od2ZXbxMN6h1ldO3mHrr89 { z-index:15004;top:25.409723281861rem;left:38.499998092651rem;background-color:rgba(var(--color-primary-1),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#fffdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5rem;height:3.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EyLgm7ZLw8livDS4tfF1G0ZrfVAWxFnI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vo7m1dC6Tg0KybZh0KPw7nNZrhm1ImvF { color:rgba(var(--color-tertiary-4),1);display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.409723281861rem;left:1.2265625rem;height:12.51128125rem;display:block; }
#NGyqHArXtEeVlpSBEcQiOiJlLZp2Vuy7 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0347357988357rem;left:1.2265625rem;height:22.75rem;display:block; }
#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/ac064011-753e-4ebc-a283-7d2cf273ab45/Addaheading5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm.adaptive-delivery-prevent-bg, #fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm.lazyload, #fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm.lazyloading { background-image: none; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container { background-color: transparent; background-image: none; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container > .video-iframe-container { display: none; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row > .video-iframe-container { display: none; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .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); }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container { border-width: 0; border-radius: 0; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:60rem;position:relative;display:block; }#P7rZ1pT0AaO6wICcumK2UqXv9TiryGoc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13rem;width:23.6875rem;top:13.377603530884rem;left:34.963541030884rem;display:block; }
#TAq9QF6CDQKb0S50WTwfrSxRKfNUz4h8 { color:rgba(var(--color-tertiary-1),1);display:block;width:53.0625rem;position:absolute;font-family:"times new roman";font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070707;top:2.6796875rem;left:4.90625rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CL2IVEotTfy55szT8CNuu3bp8ga0tsiO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.8125rem;position:absolute;font-family:"times new roman";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.6015625rem;left:20.092882156372rem;height:1.29948125rem;font-style:normal;display:block; }
#UZiItS7CiTaM9TOgthVTQ3h6dNb6dLZG { box-sizing:content-box;height:0.3125rem;width:28rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),1);background-image:none;top:10.167534828186rem;left:15.124132156372rem;display:block; }
#aTcNWcx7MgmUWSWio2M5bx947l9Zs0NP { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.6875rem;width:45.75rem;top:44.886285781861rem;left:9.2803821563719rem;display:block; }
#N55sc50BStevn5Op00WE1ExDx6RB9Bwe { color:rgba(var(--color-tertiary-4),1);display:block;width:42.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:46.292535781861rem;left:10.780382156372rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BS3Xp2qk99O7SqTR3V1FrrzgBBukBKCo { position:absolute;display:block;z-index:15007;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:0.625rem;width:60rem;top:28.1240234375rem;left:0rem;overflow:hidden;display:block; }
#tx5F1twWRC1N4xsnrG2mRguVc3W9fRsD { position:absolute;display:block;z-index:15007;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:10.0625rem;width:10.0625rem;top:26.4365234375rem;left:2.0625rem;overflow:hidden;display:none; }
#vHCCHV4ryh1dLZLR3HsT14dPOTxTkXrB { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:21.625rem;top:13.689235687256rem;left:3.0859375rem;overflow:hidden;display:block; }
#mQeH3H7kPrUC2DHptbUBXaSvIZbiHpJ2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.8125rem;width:24.6875rem;top:27.754339218139rem;left:18.492185592651rem;display:block; }
#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/ac064011-753e-4ebc-a283-7d2cf273ab45/Addaheading5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1.adaptive-delivery-prevent-bg, #A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1.lazyload, #A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1.lazyloading { background-image: none; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container { background-color: transparent; background-image: none; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container > .video-iframe-container { display: none; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row > .video-iframe-container { display: none; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .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); }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container { border-width: 0; border-radius: 0; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:60rem;position:relative;display:block; }#GmZi3xKve2c4IiA7hKlVugTDZ3chqCs1 { color:rgba(var(--color-tertiary-1),1);display:block;width:53.0625rem;position:absolute;font-family:"times new roman";font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070707;top:2.6796875rem;left:4.90625rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5Rv2OOlTSyuiE7QHPJUDXzN4NWdu10a { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.002601623535rem;left:2.3116321563721rem;height:19.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oNnvX4MPI4KvXUDa4DPyFTRrc7xgvV0R { position:absolute;display:block;z-index:15007;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:0.625rem;width:60rem;top:28.1240234375rem;left:0rem;overflow:hidden;display:block; }
#nyEcTKlBAuCof4WnvVI1eTtGdrqvhaPe { position:absolute;display:block;z-index:15007;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:10.0625rem;width:10.0625rem;top:26.4365234375rem;left:2.0625rem;overflow:hidden;display:none; }
#f5aO5srTvHKPrfdTurC0dTLKRy5HA5gL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.062501907349rem;left:33.881944656372rem; }
#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 { position:relative;display:block; }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 { background-color: transparent; background-image: none; }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .row .container > .video-iframe-container { display: none; }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .row > .video-iframe-container { display: none; }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .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); }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 { border-width: 0; border-radius: 0; }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .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; }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-1),0.59);background-image:none;font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KtKAe1KMLwC7mr1BPnJpKEeR6ngh1qLc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:25.25rem;width:29.1875rem;top:0rem;left:29.772569656372rem;overflow:hidden;display:block; }
#OM9LZUeTvganJCdbb8Q8f7rZPzTArBm4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:"times new roman";font-size:1.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:4.9765625rem;left:0.46875rem;height:23.27255rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DApFPITH0gfR8MeCSdxVdOBZ3V5L7bA1 { display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem #000000;top:0.62239789962769rem;left:0rem;height:1.92448125rem;color:#f3f3f3;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MnAVyI1obLFJHVvOkQmLmPCPq5BHm1KR { display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem #000000;top:2.546875rem;left:0rem;height:1.443575rem;color:#f3f3f3;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c4TDVm4zzNAUiEAPbPwJX7LItUBihT9m { position:absolute;display:block;z-index:15014;background-color:#e1cbf0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.0625rem;width:41.5rem;top:28.465286254882rem;left:10.864772900605rem;display:block; }
#gOkT89OTZsZkw6gfsUXK3SqF6VMdEsAW { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29.993052482605rem;left:12.776910781861rem;height:5.847225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mUz2GyAM9KkNUWpBaLk7rkh4Mi4sbrcU { color:rgba(var(--color-tertiary-4),1);display:block;width:55.75rem;position:absolute;font-family:"moon time";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:36.743052482605rem;left:4.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row .container { background-color: transparent; background-image: none; }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row .container > .video-iframe-container { display: none; }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row > .video-iframe-container { display: none; }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .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); }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row .container { border-width: 0; border-radius: 0; }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#ParoUP2ydAWtgcnzWPHGL2ochNU9EMrv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.375rem;width:48.5625rem;top:33.125rem;left:6.3408203125rem;display:block; }
#pfNz20xanwiz7GN5TGLvvcC6Natx75NR { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:35.3125rem;left:7.65625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nh0t3vywEQLaGBKOJfCQzuZMKFqG0Ftx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:"moon time";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:40.750002861023rem;left:27.700521469116rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSz3NVcuA8QLfvp73PMf0Nzte7iKNB2K { color:rgba(var(--color-tertiary-4),1);display:block;width:53.684875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.7031354904175rem;left:3.1553821563721rem;height:3.08680625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVKdgKZXOJ4XBDMK5laye6VJ56lq1EK8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.125rem #070707 ;height:14.5rem;width:26.5625rem;top:15.747406005859rem;left:17.450521469116rem;display:block; }
#nG6i2o5e4gUF5zXN7aQkFaPkh2nWDrMA { color:rgba(var(--color-tertiary-1),1);display:block;width:26.684875rem;position:absolute;font-family:"moon time";font-size:1.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.97744178772rem;left:16.655382156372rem;height:2.3559rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6uA1qqzUsbDK8s5BOSDdOTpSOW3bkra { color:rgba(var(--color-tertiary-1),1);display:block;width:14.93575rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.1875104904175rem;left:23.263021469116rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zzJl70c52foKvkfzJxgKZHzFrORPVK9o { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.0625rem;width:16.25rem;top:1.421875rem;left:21.875rem;display:block; }
#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a1d1672-0a3a-48e7-8e80-f9d32ff3789f/Untitleddesign2.png");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; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.adaptive-delivery-prevent-bg, #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.lazyload, #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU.lazyloading { background-image: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { background-color: transparent; background-image: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),1); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container > .video-iframe-container { display: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),1); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container { display: none; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .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); }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { border-width: 0; border-radius: 0; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;position:relative;display:block; }#MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { position:absolute;display:block;z-index:15000;background-color:#faf2f2;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:29.875rem;width:55.3125rem;top:6.3740234375rem;left:2.34375rem;display:block; }
#NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),1);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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:2.375rem;width:24.6875rem;top:2.3125019073486rem;left:17.655382156372rem;display:block; }
#ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { display:block;width:16.9375rem;position:absolute;font-family:"moon time";font-size:2.125rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem #000000;top:2.33203125rem;left:21.53125rem;height:2.3375rem;color:#f3f3f3;font-style:normal;text-align:center;text-align-last:center;display:block; }
#au8coNnLsEA26BTDq4OwOp6FTOMbeMyO { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:"times new roman";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:8.5615234375rem;left:4.15625rem;height:22.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DvQsT18WSnilzQdLIKrkL6akdqVzeZTO { display:block;width:58.372375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.1875rem #000000;top:5.3411459922791rem;left:0rem;height:2.2rem;color:#f3f3f3;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AmyyEslRK1WKt5Uuler5KsRtAIEvRaKl { z-index:15003;top:37.812497138977rem;left:20.780382156372rem;background-color:#f3d3d3;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TTKt4OnTixDHkpLnotxG8CPbE01AeSh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMG16CBcLEuEa1gIp28hoGSFTKotd68e { color:rgba(var(--color-tertiary-4),1);display:block;width:46.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.0498046875rem;left:6.8125rem;height:1.787325rem;text-align:center;text-align-last:center;display:block; }
#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { background-color: transparent; background-image: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container { display: none; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .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); }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { border-width: 0; border-radius: 0; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:8.4375rem;top:0.75rem;left:25.78125rem;overflow:hidden;display:block; }
#WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { color:#000000;display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.494140625rem;left:0rem;height:7.9600625rem;text-align:center;text-align-last:center;display:block; }
#FyCBNT7LOpvRs9SZAytVo0WWAnToIp1O { background-color:transparent;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.9375rem;left:31.84375rem;display:block; }
#GGyaaXel5idDaXrzlUOTDc1mTrTSt0S2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbHgVCa8Sb0LD3LAmFb7ek3Tr9sqAIUS { background-color:transparent;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.9375rem;left:13.90625rem;display:block; }
#GRU6gCVezkayHg6srPxCuIxh57kXKtvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 { display:block; }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osWzTJipE7ZRFbvTW7eobWB6D5X0dUVT { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfrACeDxTtHt9oJkeyEwMFo61WdWtHhq { top:4.0625rem;left:0rem;width:35.8125rem;height:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qvxvq3ewEXuf4gqVI9C8Jl5VhByW5Wip { top:0rem;left:6.0399303436279rem;width:39.0625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg6SePbg0SRFX1eUdDgEUgx9z0rNe9EI { top:2.625rem;left:15.875rem;width:31.875rem;height:49rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH { display:block; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhdWV4CM97Od2ZXbxMN6h1ldO3mHrr89 { top:25.375rem;left:26.25rem;width:21.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyLgm7ZLw8livDS4tfF1G0ZrfVAWxFnI { display:block; }
 }@media only screen and (max-width: 763px) { #vo7m1dC6Tg0KybZh0KPw7nNZrhm1ImvF { top:25.375rem;left:0rem;width:43.625rem;height:12.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGyqHArXtEeVlpSBEcQiOiJlLZp2Vuy7 { top:1rem;left:0rem;width:39.125rem;height:22.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm { display:block; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7rZ1pT0AaO6wICcumK2UqXv9TiryGoc { top:13.375rem;left:24.0625rem;width:23.6875rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAq9QF6CDQKb0S50WTwfrSxRKfNUz4h8 { top:2.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CL2IVEotTfy55szT8CNuu3bp8ga0tsiO { top:7.5625rem;left:13.967882156372rem;width:19.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZiItS7CiTaM9TOgthVTQ3h6dNb6dLZG { top:10.125rem;left:8.9991321563719rem;width:28rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcNWcx7MgmUWSWio2M5bx947l9Zs0NP { top:44.875rem;left:2rem;width:45.75rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N55sc50BStevn5Op00WE1ExDx6RB9Bwe { width:42.75rem;height:4.875rem;top:46.25rem;left:4.6553821563721rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS3Xp2qk99O7SqTR3V1FrrzgBBukBKCo { width:47.75rem;height:0.49739583333333rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx5F1twWRC1N4xsnrG2mRguVc3W9fRsD { width:10.0625rem;height:10.0625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHCCHV4ryh1dLZLR3HsT14dPOTxTkXrB { top:13.6875rem;left:0rem;width:21.625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQeH3H7kPrUC2DHptbUBXaSvIZbiHpJ2 { top:27.75rem;left:12.367185592651rem;width:24.6875rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 { display:block; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmZi3xKve2c4IiA7hKlVugTDZ3chqCs1 { top:2.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5Rv2OOlTSyuiE7QHPJUDXzN4NWdu10a { width:44.75rem;height:19.5rem;top:8rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNnvX4MPI4KvXUDa4DPyFTRrc7xgvV0R { width:47.75rem;height:0.49739583333333rem;top:28.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyEcTKlBAuCof4WnvVI1eTtGdrqvhaPe { width:10.0625rem;height:10.0625rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5aO5srTvHKPrfdTurC0dTLKRy5HA5gL { top:26.0625rem;left:27.756944656372rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 { display:block; }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtKAe1KMLwC7mr1BPnJpKEeR6ngh1qLc { top:0rem;left:0rem;width:29.1875rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OM9LZUeTvganJCdbb8Q8f7rZPzTArBm4 { top:4.9375rem;left:0rem;width:26.1875rem;height:23.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DApFPITH0gfR8MeCSdxVdOBZ3V5L7bA1 { width:29.625rem;height:1.875rem;top:0.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnAVyI1obLFJHVvOkQmLmPCPq5BHm1KR { width:27.125rem;height:1.4375rem;top:2.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4TDVm4zzNAUiEAPbPwJX7LItUBihT9m { top:28.4375rem;left:0rem;width:41.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOkT89OTZsZkw6gfsUXK3SqF6VMdEsAW { width:37.1875rem;height:5.8125rem;top:29.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUz2GyAM9KkNUWpBaLk7rkh4Mi4sbrcU { width:47.75rem;height:1.5625rem;top:36.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U { display:block; }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ParoUP2ydAWtgcnzWPHGL2ochNU9EMrv { top:33.125rem;left:0rem;width:47.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNz20xanwiz7GN5TGLvvcC6Natx75NR { width:44.6875rem;height:4.875rem;top:35.3125rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh0t3vywEQLaGBKOJfCQzuZMKFqG0Ftx { width:6.0625rem;height:1.5625rem;top:40.75rem;left:21.575521469116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSz3NVcuA8QLfvp73PMf0Nzte7iKNB2K { top:6.6875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVKdgKZXOJ4XBDMK5laye6VJ56lq1EK8 { top:15.6875rem;left:11.325521469116rem;width:26.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG6i2o5e4gUF5zXN7aQkFaPkh2nWDrMA { top:10.9375rem;left:10.530382156372rem;width:26.625rem;height:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6uA1qqzUsbDK8s5BOSDdOTpSOW3bkra { top:4.1875rem;left:17.138021469116rem;width:14.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzJl70c52foKvkfzJxgKZHzFrORPVK9o { top:1.375rem;left:15.75rem;width:16.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { display:block; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { top:6.3125rem;left:0rem;width:47.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { top:2.3125rem;left:11.530382156372rem;width:24.6875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { width:16.9375rem;height:2.3125rem;top:2.3125rem;left:15.40625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #au8coNnLsEA26BTDq4OwOp6FTOMbeMyO { top:8.5rem;left:0rem;width:47.75rem;height:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvQsT18WSnilzQdLIKrkL6akdqVzeZTO { width:47.75rem;height:2.1875rem;top:5.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmyyEslRK1WKt5Uuler5KsRtAIEvRaKl { top:37.75rem;left:14.655382156372rem;width:18.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKt4OnTixDHkpLnotxG8CPbE01AeSh6 { display:block; }
 }@media only screen and (max-width: 763px) { #lMG16CBcLEuEa1gIp28hoGSFTKotd68e { top:33rem;left:0.6875rem;width:46.375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { top:0.75rem;left:19.65625rem;width:8.4375rem;height:4.624025rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { top:6.4375rem;left:0rem;width:47.75rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyCBNT7LOpvRs9SZAytVo0WWAnToIp1O { width:13.625rem;height:2.25rem;top:1.9375rem;left:25.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGyaaXel5idDaXrzlUOTDc1mTrTSt0S2 { display:block; }
 }@media only screen and (max-width: 763px) { #tbHgVCa8Sb0LD3LAmFb7ek3Tr9sqAIUS { width:13.625rem;height:2.25rem;top:1.9375rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRU6gCVezkayHg6srPxCuIxh57kXKtvE { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(251,179,205,0.48);background-image:none;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); } }@media only screen and (max-width: 763px) { #FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 { display:block; }#FmBQa2ty53HGT6UgKy0NVw51m1Fw1KO9 > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osWzTJipE7ZRFbvTW7eobWB6D5X0dUVT { width:20rem;height:9.96525rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8bfa2e74-96a0-452e-9b1d-9d3fd324246e/Eventcard7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.adaptive-delivery-prevent-bg, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyload, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyloading { background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfrACeDxTtHt9oJkeyEwMFo61WdWtHhq { width:20rem;height:35.820325rem;top:4.20573125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qvxvq3ewEXuf4gqVI9C8Jl5VhByW5Wip { width:18.1875rem;height:1.70573125rem;top:1.25rem;left:0.875rem;font-size:1.3125rem;font-weight:700;font-style:italic;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fg6SePbg0SRFX1eUdDgEUgx9z0rNe9EI { width:20rem;height:30.60675rem;top:41.27604375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH { background-color:#ffffff;background-image:none;display:block; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container { background-color: transparent; background-image: none; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container > .video-iframe-container { display: none; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row > .video-iframe-container { display: none; }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .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); }#xgIn1BC2Lep1XgRAJAQsiDfpiTez8TmH > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhdWV4CM97Od2ZXbxMN6h1ldO3mHrr89 { top:52.65975rem;left:1.625rem;width:16.6875rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyLgm7ZLw8livDS4tfF1G0ZrfVAWxFnI { display:block; }
 }@media only screen and (max-width: 763px) { #vo7m1dC6Tg0KybZh0KPw7nNZrhm1ImvF { width:20rem;height:19.6605625rem;top:31.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGyqHArXtEeVlpSBEcQiOiJlLZp2Vuy7 { width:20rem;height:29.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac064011-753e-4ebc-a283-7d2cf273ab45/Addaheading5.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm.adaptive-delivery-prevent-bg, #fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm.lazyload, #fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm.lazyloading { background-image: none; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container { background-color: transparent; background-image: none; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container > .video-iframe-container { display: none; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row > .video-iframe-container { display: none; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .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); }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container { border-width: 0; border-radius: 0; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVxmeVoTLNs7T0TlhrydOW8duBlKm1gm > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7rZ1pT0AaO6wICcumK2UqXv9TiryGoc { height:11.1796875rem;width:20rem;top:22.851566314698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAq9QF6CDQKb0S50WTwfrSxRKfNUz4h8 { width:20rem;height:3.57465rem;top:0.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#fbb3cd;display:block; }
 }@media only screen and (max-width: 763px) { #CL2IVEotTfy55szT8CNuu3bp8ga0tsiO { width:16.0625rem;height:1.13715rem;top:4.8237862057286rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"times new roman";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UZiItS7CiTaM9TOgthVTQ3h6dNb6dLZG { width:9.875rem;height:0.375rem;top:6.0737875rem;left:5.0625rem;background-color:#fbb3cd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aTcNWcx7MgmUWSWio2M5bx947l9Zs0NP { width:20rem;height:5.875rem;top:49.7586625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N55sc50BStevn5Op00WE1ExDx6RB9Bwe { width:18.9375rem;height:4.222225rem;top:50.583335876465rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS3Xp2qk99O7SqTR3V1FrrzgBBukBKCo { width:3.25rem;height:3.25rem;top:32.8211625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tx5F1twWRC1N4xsnrG2mRguVc3W9fRsD { width:4.4375rem;height:4.4375rem;top:23.671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHCCHV4ryh1dLZLR3HsT14dPOTxTkXrB { width:20rem;height:11.4435625rem;top:8.2612886428831rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQeH3H7kPrUC2DHptbUBXaSvIZbiHpJ2 { height:11.1875rem;width:20rem;top:37.3211625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ac064011-753e-4ebc-a283-7d2cf273ab45/Addaheading5.png");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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1.adaptive-delivery-prevent-bg, #A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1.lazyload, #A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1.lazyloading { background-image: none; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container { background-color: transparent; background-image: none; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container > .video-iframe-container { display: none; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row > .video-iframe-container { display: none; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .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); }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container { border-width: 0; border-radius: 0; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3d6knMgrEV3ZHL33BIqUQCTz468bfZ1 > .row .container { width:20rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GmZi3xKve2c4IiA7hKlVugTDZ3chqCs1 { width:20rem;height:1.787325rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#fbb3cd;display:block; }
 }@media only screen and (max-width: 763px) { #e5Rv2OOlTSyuiE7QHPJUDXzN4NWdu10a { width:18.9375rem;height:14.7777875rem;top:5.0156230926514rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNnvX4MPI4KvXUDa4DPyFTRrc7xgvV0R { width:3.25rem;height:3.25rem;top:20.31420625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyEcTKlBAuCof4WnvVI1eTtGdrqvhaPe { width:4.4375rem;height:4.4375rem;top:23.671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5aO5srTvHKPrfdTurC0dTLKRy5HA5gL { display:flex;width:0.9375rem;height:0.9375rem;top:18.909722328186rem;left:12.3125rem; }
 }@media only screen and (max-width: 763px) { #L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 { display:block; }#L1DwvZnTwTcZN8imKZHnymFNToX1fZe3 > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KtKAe1KMLwC7mr1BPnJpKEeR6ngh1qLc { width:20rem;height:17.1875rem;top:33.84980625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #OM9LZUeTvganJCdbb8Q8f7rZPzTArBm4 { width:17.6875rem;height:22.38885rem;top:10.21180625rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DApFPITH0gfR8MeCSdxVdOBZ3V5L7bA1 { width:18.625rem;height:3.4375rem;top:1.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnAVyI1obLFJHVvOkQmLmPCPq5BHm1KR { width:17.625rem;height:3.02430625rem;top:5.9375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4TDVm4zzNAUiEAPbPwJX7LItUBihT9m { width:19.75rem;height:11.25rem;top:55.09980625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOkT89OTZsZkw6gfsUXK3SqF6VMdEsAW { width:20rem;height:6.3333375rem;top:56.627572477722rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUz2GyAM9KkNUWpBaLk7rkh4Mi4sbrcU { width:6.3125rem;height:1.5625rem;top:64.286447525025rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U { display:block; }#I2DVO2KLKlHW3A4g16XNhSvS0FlQL32U > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ParoUP2ydAWtgcnzWPHGL2ochNU9EMrv { width:19.75rem;height:11.3125rem;top:28.52604375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfNz20xanwiz7GN5TGLvvcC6Natx75NR { width:20rem;height:7.3125rem;top:30.71354375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh0t3vywEQLaGBKOJfCQzuZMKFqG0Ftx { width:7.3125rem;height:1.25rem;top:36.15104375rem;left:12.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSz3NVcuA8QLfvp73PMf0Nzte7iKNB2K { width:20rem;height:3.7361125rem;top:7.78125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVKdgKZXOJ4XBDMK5laye6VJ56lq1EK8 { height:10.984375rem;width:20rem;top:16.29166875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.125rem #070707 ;display:block; }
 }@media only screen and (max-width: 763px) { #nG6i2o5e4gUF5zXN7aQkFaPkh2nWDrMA { width:15.3125rem;height:2.27430625rem;top:12.7673625rem;left:2.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6uA1qqzUsbDK8s5BOSDdOTpSOW3bkra { width:14.875rem;height:2.03125rem;top:4.5rem;left:2.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zzJl70c52foKvkfzJxgKZHzFrORPVK9o { width:18.5rem;height:2rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWUy3a4DqxFqW0stISbq93OPAzNPxTRU { display:block; }#QWUy3a4DqxFqW0stISbq93OPAzNPxTRU > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MnPgqzmyiuNfc9PpX3F0XXh2KPqGPCoO { width:20rem;height:37.625rem;top:8.48698125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NazMnOh6xSovcznG2AiqzgIEi7S6FTGM { width:16.625rem;height:2.8125rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib7P5GhGg0gb0Mk8vz5VPlisGTU9FWTS { width:11.125rem;height:2.19965rem;top:1.5564212799073rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #au8coNnLsEA26BTDq4OwOp6FTOMbeMyO { width:17.6875rem;height:28.1709875rem;top:10.299479365349rem;left:1.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:"times new roman";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DvQsT18WSnilzQdLIKrkL6akdqVzeZTO { width:20rem;height:1.92448125rem;top:5.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmyyEslRK1WKt5Uuler5KsRtAIEvRaKl { top:47.36198125rem;left:2.3125rem;width:15.375rem;height:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTKt4OnTixDHkpLnotxG8CPbE01AeSh6 { display:block; }
 }@media only screen and (max-width: 763px) { #lMG16CBcLEuEa1gIp28hoGSFTKotd68e { width:20rem;height:2.76215rem;top:41.474837303162rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 { display:block; }#kzfJvD6BUkC5i2AO9Pyw5JeEasroZiD0 > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhLbpwbTnvBrfn8OHaawTwC6SssrEGwG { width:6.125rem;height:3.4375rem;top:4.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzasLIbwaIbkr8kGGl7zt4XFIQKsEe7P { width:18.75rem;height:15.59723125rem;top:12.9375rem;left:0.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FyCBNT7LOpvRs9SZAytVo0WWAnToIp1O { width:13.625rem;height:2.25rem;top:9.4375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGyaaXel5idDaXrzlUOTDc1mTrTSt0S2 { display:block; }
 }@media only screen and (max-width: 763px) { #tbHgVCa8Sb0LD3LAmFb7ek3Tr9sqAIUS { width:13.625rem;height:2.25rem;top:1.25rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRU6gCVezkayHg6srPxCuIxh57kXKtvE { display:block; }
 }