.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;
}
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); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg { background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/c90c1d15-d3f3-40a4-9c85-6c8236fe64ca/_Zdjciegwnenastronzapisucz2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg.adaptive-delivery-prevent-bg, #W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg.lazyload, #W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg.lazyloading { background-image: none; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container { background-color: transparent; background-image: none; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container > .video-iframe-container { display: none; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row > .video-iframe-container { display: none; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .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); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container { border-width: 0; border-radius: 0; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ln21XCTVTOU17gNDI5h7okRG2mR4hKDB { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:43.375rem;left:47.875rem;height:1.4375rem;display:block; }
#ExDhN7Fgabv9SkbB4R5Fgw2sa8SIS70E { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:"josefin sans";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.4375rem;left:37.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#prR4g1wHlp5wD1V46OD4Maia0qmJdAWV { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:23.2080078125rem;left:37.6875rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIC1vdDAJTscex0kPqZ7bzcHsk5vaveQ { background-color:#4bae16;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:36.0625rem;left:39.78125rem;display:block; }
#JiDOK9dsUO1gDzBTcTytxnJxRHR8lwr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#botnTPZUGzyvMO8A9WLw0iciBhQcAb11 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:43.0625rem;left:44.3125rem; }
#vCOcTgvIxryNXtP86DfOIwlTN914TdF5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:46.625rem;left:44.25rem; }
#OmTdVFhX2xXSTkceMHcJ3wk7pVXXbvEL { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:46.9375rem;left:48rem;height:1.4375rem;display:block; }
#EVDTfGEi4RChyvaQT1ZRbk8dbrIJBCJL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:50.25rem;left:43.9375rem; }
#FmcaExFJqKqVN9QL5PfgmLZsn9DmgyaB { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:50.8125rem;left:47.75rem;height:2.875rem;display:block; }
#L9ZSfZUfG4NAS4NamHb5K5D6z9GSX4dW { box-sizing:content-box;height:14.9375rem;width:64.1875rem;position:absolute;display:block;z-index:15002;background-color:#f4b46d;background-image:none;top:58.1875rem;left:5.40625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#WuWMzfzMKIBV4dq8nhg8Io71mfvqxVkZ { color:#ffffff;display:block;width:64rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:62.25rem;left:5.5rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJvUhW7d5fNZ5qaJ3iMdOwWTfVX5vRQ9 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.1875rem;width:8.4375rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.0625rem;left:51.53125rem;overflow:hidden;display:block; }
#OV3l9t2NqcEAEKKxqxG0WSEysMcIT4tz { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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.12109375rem;width:25.05859375rem;top:20.8125rem;left:43.220054626465rem;display:block; }
#zlZHXBdllIyfqvZ1EuKKxqOKNgH4IK4B { 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:31.25rem;width:31.25rem;display:none; }
#NgmOUnZ6TEge1erdfNDo7yLREkdTw8zb { 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:31.25rem;width:31.25rem;display:none; }
#fC3hmTh7ynwqEOiuCqq61Kt6x2q5UKqD { 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:31.25rem;width:31.25rem;display:none; }
#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.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; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH.adaptive-delivery-prevent-bg, #o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH.lazyload, #o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH.lazyloading { background-image: none; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container { background-color: transparent; background-image: none; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,90,111,0.55); }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container > .video-iframe-container { display: none; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,90,111,0.55); }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row > .video-iframe-container { display: none; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .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); }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container { border-width: 0; border-radius: 0; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH::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; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#WStIA13vszKfeqMBsiUM7ma0Pd7JTCgS { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:36.0625rem;width:64.1875rem;top:13.250003814698rem;left:5.40625rem;display:block; }
#CQ9J9AHk4STRCZbqlxkXTFORTXr3ccFl { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:#f4b46d;background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#nTo1TFVAaIJyJKFcPgePZXU5te23kRiT { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.84375rem;left:13.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row .container { background-color: transparent; background-image: none; }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row .container > .video-iframe-container { display: none; }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row > .video-iframe-container { display: none; }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .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); }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row .container { border-width: 0; border-radius: 0; }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#f7N0aDCeWvkFsLgJTvlQf2R6y43wJdT5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:9.3125rem;left:13rem; }
#nv0FuyTmDZd0uHryLdCMb6VgNMzHvcqU { color:#47545a;display:block;width:19.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.75rem;left:4.6875rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#qlnuLMnThIpzDPmnxMX292MKUqbunKPG { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.125rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#lnCArPZ5ppBlqktboBUI9wcyKPNsN6V1 { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.03125rem;left:49.9375rem;height:16.25rem;text-align:center;text-align-last:center;display:block; }
#kay6knHGgtsLO0250xdyVWrxSBWmFzTI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.2708435058594rem;left:36.40625rem; }
#zWm2PwTnurulC3zee6xbQ5XeoFnsTlvC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.2708435058594rem;left:59.84375rem; }
#c2ycEXSDy2b1TLsn0loQews4x0MKFTnD { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:#f4b46d;background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#q3M8CistHhHPHNmoJ2fQqi4rnVxkHTcq { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.84375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TEIWf02929JNfmDT6zkpP1ut0qgZ1VOW { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15006;background-color:#f4b46d;background-image:none;top:35rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#r55UK02KhBbd9hhfsOfNpRDGdCWSLpF3 { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.9375rem;left:13.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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; }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row .container { background-color: transparent; background-image: none; }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row .container > .video-iframe-container { display: none; }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row > .video-iframe-container { display: none; }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .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); }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row .container { border-width: 0; border-radius: 0; }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#TPFJ9JTkuqyyNADOEoBGtKmJoZe1CNCU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.875rem;left:6.0625rem; }
#QsHk12w65w6Eoi5J47A29NFVt83l52tL { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.875rem;left:9.3125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#rAScQxiwLgvUTqhKfLuZLO5uJUzmOc2b { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.1875rem;left:9.3125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#ZIR1EOKd0u5IiSMA2GTlIGUUMIBMal1R { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:29.875rem;left:9.3125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#DbZmriSttdo06hhpKx9bIaIMdgSXJmkz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22.1875rem;left:6.0625rem; }
#DFcU4E9yuavApkiytucpyTFx4lg0cRIS { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.875rem;left:6.0625rem; }
#OPUzI89o9bqT6S5s4oSBMQuMddHwmfrC { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:#f4b46d;background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#srAZHlV4vHnFX9uM3UPihVFRcfO46paQ { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.84375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QE02iz27JPIm47THKxvHOlv8OThBgAGe { 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:39.25rem;width:39.25rem;top:4.1875rem;left:32.875rem;overflow:hidden;display:block; }
#k3fk7OXOLar12vyqALHGlvumLUlqOmek { 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:31.25rem;width:31.25rem;top:1.7708435058594rem;left:37.0625rem;overflow:hidden;display:none; }
#Fd9P2EXxxMsFUa91nb6sMTwzPZn9fqmA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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:none; }#Fd9P2EXxxMsFUa91nb6sMTwzPZn9fqmA > .row .container { border-width: 0; border-radius: 0; }#Fd9P2EXxxMsFUa91nb6sMTwzPZn9fqmA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fd9P2EXxxMsFUa91nb6sMTwzPZn9fqmA > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:none; }#pLqiLUJNsBrSKBuZJLW6spdhsE9vB0SK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:11.875rem;left:6.0625rem; }
#Dql7C6sWv3gQRy1IgVfJDLHSeJP49RTN { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.875rem;left:9.3125rem;height:7.5rem;text-align:left;text-align-last:left;display:block; }
#rZ9Ttq2dgsXlPWq91pe2E0MMnyUbqxrD { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.1875rem;left:9.3125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#kOOwoCDrUSAtnx4QELbEU2aLnUlGQooy { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"josefin sans";font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:29.875rem;left:9.3125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#Aw0VzZaB58hMth6DGRximUSMiQkNIib7 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22.1875rem;left:6.0625rem; }
#Zgf2sVinLz6zuT9hTbFENsXGhpwUETcL { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:29.875rem;left:6.0625rem; }
#RAMJd1Pwvw6AtdL9LL42EV4HEtCSasTZ { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:#f4b46d;background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#CA27brArP6DOO5NEXkaKJvXalrewVcRZ { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.84375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BxVSUT3N88stU9QOlmkls77OFxJDssMb { 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:39.25rem;width:39.25rem;top:4.1875rem;left:32.875rem;overflow:hidden;display:block; }
#Ef8gr0y1AzoDZzE3A7fTlrB0QOQSHnMc { 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:31.25rem;width:31.25rem;top:1.7708435058594rem;left:37.0625rem;overflow:hidden;display:none; }
#vcqZSlaUPToV6rACqCvxKhe9gDEWn150 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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:none; }#vcqZSlaUPToV6rACqCvxKhe9gDEWn150 > .row .container { border-width: 0; border-radius: 0; }#vcqZSlaUPToV6rACqCvxKhe9gDEWn150 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcqZSlaUPToV6rACqCvxKhe9gDEWn150 > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:none; }#IkCSNePBNBymAAfWBsEXUtIwriLs4leD { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:9.3125rem;left:13rem; }
#ATykHTim5pInWKUf57ianVMqL7WCkLve { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.75rem;left:4.6875rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#DdPbClq98ca6gOB8SJdLc6bce4hfDyTw { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.125rem;height:14.625rem;text-align:center;text-align-last:center;display:block; }
#kdRT4kXI2dgDaJOnxlRIMbLT9skb1ofR { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.03125rem;left:49.9375rem;height:17.875rem;text-align:center;text-align-last:center;display:block; }
#vMeFHEhIayWJy9HHHGLXbdcfEkyfiNaa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.2708435058594rem;left:36.40625rem; }
#Mz6wubgfL7UEZCOOngNAFnWcW8NwZ6Hv { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.2708435058594rem;left:59.84375rem; }
#xEPcVekrJlaR9kWk0Cq4Vy0xTQJeXTnM { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:#f4b46d;background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#R425m7DlhxZ2r5TR1raZ7ZE1Mz3Pvv66 { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.84375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LbCTrpZu0BBGBhB4T4r3nWUOmfRhqmwu { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15006;background-color:#f4b46d;background-image:none;top:35rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#ydG8eZ04lQU2eo3cuOyQdtWasfiH3mLv { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.9375rem;left:13.75rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fc5ESaE5MWGAdP8kZGyaTI9LFD0LxvDq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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:none; }#Fc5ESaE5MWGAdP8kZGyaTI9LFD0LxvDq > .row .container { border-width: 0; border-radius: 0; }#Fc5ESaE5MWGAdP8kZGyaTI9LFD0LxvDq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fc5ESaE5MWGAdP8kZGyaTI9LFD0LxvDq > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:none; }#GpXTTRNxQNgdC1iFf1KT58L3e2hPkAWg { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:9.0625rem;left:15.8125rem;height:1.4375rem;text-align:left;text-align-last:left;display:block; }
#onNmyXmB4qWCxWk7HCdnxv3CDN1rhJky { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:19.5rem;left:15.8125rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#Wu4wc4c0IcfFPy3mGTEJHuwVGs1cWlF1 { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:19.875rem;left:48.0625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#r1lbzxSiu6Bxs2wkiZaK7bgvSWqJquBu { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:9.0625rem;left:48.0625rem;height:2.875rem;text-align:left;text-align-last:left;display:block; }
#ayy8rDwkWvdHv28XP5kaZdA5B8ITxZ5V { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.125rem;left:12.6875rem; }
#WdtZhH7JVBnzerxVaGZR4fLmvnNZsUUG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:19.875rem;left:12.6875rem; }
#uZZaGa7ZwQ3EJs9ogAWEAy2A4UiNFlUg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:9.0625rem;left:44.5625rem; }
#OCVZaV1F0q9NsuGkJ7Oi1IKab1qQxXSI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.875rem;left:44.5625rem; }
#OsTX8kR4yB0AePS1FfqJkJqzN3o4k32T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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:none; }#OsTX8kR4yB0AePS1FfqJkJqzN3o4k32T > .row .container { border-width: 0; border-radius: 0; }#OsTX8kR4yB0AePS1FfqJkJqzN3o4k32T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsTX8kR4yB0AePS1FfqJkJqzN3o4k32T > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:none; }#JxCWgpm4oa8JRNzqmP13s4Prf4cw4cav { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:9.3125rem;left:13rem; }
#WgZ1idIdKdBbFh7Vip8I8kqAuaR73enS { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.75rem;left:4.6875rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#HotvexTBbD1TElRxeBe1VcvAghRpAbMo { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.25rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#bM9iBcNllANFu2f5f1UTocXM5mnqtmby { color:#47545a;display:block;width:18.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:13.75rem;left:51.5625rem;height:2.83333325rem;text-align:center;text-align-last:center;display:block; }
#TIz5KLiH6c79CH8q8RtsbHRkore9w2T1 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:9.2708435058594rem;left:36.40625rem; }
#xxaQs2IX24mlFFxqlZOhMCLQ3UDzIOJi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.2708435058594rem;left:59.84375rem; }
#BqKvqxumZ8ToKkH4eNu1GXVqIUhRFhQL { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:#f4b46d;background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#va0raTIMAM6yS8Q7fIk8A1NkEpeN9H2S { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:57.84375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AcPBWFCLXCJivDatyAbLCqxP3lJoRzye { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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:none; }#AcPBWFCLXCJivDatyAbLCqxP3lJoRzye > .row .container { border-width: 0; border-radius: 0; }#AcPBWFCLXCJivDatyAbLCqxP3lJoRzye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AcPBWFCLXCJivDatyAbLCqxP3lJoRzye > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:75rem;position:relative;display:none; }#tKtfmwqovl7zdxt0cTfCr27UvLUxX4pH { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:6.0625152587891rem;left:15.8125rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#DNXo06NTO8qTRHvkLqExh47eTBEn4m2x { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.500015258789rem;left:15.8125rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#CiGokBNGC3OqWtAr8dNzanheXFGWT2BP { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.822937011719rem;left:48.0625rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#Pn5P8OTIfJbNWcUKL3hSxfchBmCHQ0aZ { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:6.0416870117188rem;left:48.0625rem;height:2.83333325rem;text-align:left;text-align-last:left;display:block; }
#VWVkpUb8DEhtSznkVnJrauIUxT7WcELE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:6.0833435058594rem;left:12.6875rem; }
#dQuC6EQiFTQHV6ov7LKDwbk2avElS69k { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:16.875rem;left:12.6875rem; }
#GSHVHAkTDTy3JQaH00H4T1J6ZmIoeopJ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:6.0625rem;left:44.5625rem; }
#laDTKSVehdrR1uxAGoJhOR18AIfIqPS3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.843765258789rem;left:44.5625rem; }
#DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/e3000023-c599-4488-b19c-def06ca71604/390.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:none; }#DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3.adaptive-delivery-prevent-bg, #DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3.lazyload, #DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3.lazyloading { background-image: none; }#DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3 > .row .container { border-width: 0; border-radius: 0; }#DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3 > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:none; }#WweTs17GDHLDh8u2drRGUwxu8qoSOF7X { 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:15.625rem;width:15.625rem;top:6.1653747558594rem;left:5.4375rem;overflow:hidden;display:block; }
#NbQ0V3XFn81G1wn8ffkFbTL7d7CfDzrL { color:#2649a9;display:block;width:44rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.1875rem;left:24.25rem;height:12.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ULPa5p3qB4i4zFfxy39APytkJOxOeh1G { color:#2649a9;display:block;width:37.0625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:20.352874755859rem;left:24.25rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCNoIDUvkuuHNbxkPKeG7GCqlPiTCZTN { box-sizing:content-box;height:23.8125rem;width:56.0625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:3.8333435058594rem;left:13.3125rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/e3000023-c599-4488-b19c-def06ca71604/390.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; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx.adaptive-delivery-prevent-bg, #vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx.lazyload, #vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx.lazyloading { background-image: none; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row .container { background-color: transparent; background-image: none; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row .container > .video-iframe-container { display: none; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row > .video-iframe-container { display: none; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .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); }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row .container { border-width: 0; border-radius: 0; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;position:relative;display:block; }#kJuxbRLDh6LZJwWFbNcb9c8CuTqFGJzo { color:#2649a9;display:block;width:43.3125rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:6.1875rem;left:24.25rem;height:12.25rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#v3XPhsvr2foHmgNAEbT5W4ykVvE1JSVi { color:#2649a9;display:block;width:37.0625rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.583343505859rem;left:24.25rem;height:5.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T84VI1tL2Oid0XUHH2owLeX0eUqe28lb { 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:15.625rem;width:15.625rem;top:6.1666870117188rem;left:5.4375rem;overflow:hidden;display:block; }
#a7zfsIUyP0t2RvBtqqoI0eoioTAe2UHl { box-sizing:content-box;height:26.6875rem;width:56.0625rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:4.4580078125rem;left:13.9375rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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; }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row .container { background-color: transparent; background-image: none; }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row .container > .video-iframe-container { display: none; }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row > .video-iframe-container { display: none; }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .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); }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row .container { border-width: 0; border-radius: 0; }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/6137f5cb-ef33-462d-8af0-0875612c039e/14.png");background-position:top 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; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT.adaptive-delivery-prevent-bg, #TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT.lazyload, #TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT.lazyloading { background-image: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container { background-color: transparent; background-image: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container > .video-iframe-container { display: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row > .video-iframe-container { display: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .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); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container { border-width: 0; border-radius: 0; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container { font-size:0.875rem;font-family:arial;height:52.0625rem;width:75rem;position:relative;display:block; }#hICuZgr8hMZxqW4MLVtZXXWGKP5gHk62 { display:block;width:34.6875rem;position:absolute;font-family:"josefin sans";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:10.125rem;left:40.3125rem;height:19.5rem;color:#ffffff;font-style:normal;display:block; }
#AZLcUQL2Xm4oiWezRH528h2rSlbk0Iex { display:block;width:62.5rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:2.75rem;left:10.75rem;height:25.499999284744rem;color:#f4ce83;font-style:normal;display:none; }
#mzHVAgs6Pl0STuKfWBTF3OfqgAfLy2Bs { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:5.1875rem;left:40.3125rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDMFDXDzPoqT2H18zcFo1ZdgwMsPEq05 { 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:31.25rem;width:31.25rem;display:none; }
#UhEWwzobnb5Fa7ahbvByzovXBrSDLMy3 { color:#ffffff;display:block;width:34.4375rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.342468261719rem;left:40.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HxUbnyHlt2TwAxlGyMJDfLkNuGo0eiA0 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:16.5rem;top:42.092468261719rem;left:44.75rem;overflow:hidden;display:block; }
#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { background-color: transparent; background-image: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container > .video-iframe-container { display: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container { display: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .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); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { border-width: 0; border-radius: 0; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:block; }#lkRQFJ6uA7yVCH31JPTVSDRHA52MHxup { box-sizing:content-box;height:33.125rem;width:64.1875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:6.1875rem;left:5.40625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#XyQimFJ7cSwsWQN0vaIDDbgxGMa0ZevJ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:26.25rem;top:7.375rem;left:41.9375rem;overflow:hidden;display:block; }
#bo4bRQlTeHfvDmPe748908rdQC175S3K { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:7.875rem;left:7.5625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfDzn7A93Muk6oaBb7VmcvAwhLbiChP9 { box-sizing:content-box;height:7.5625rem;width:34.6875rem;position:absolute;display:block;z-index:15017;background-color:#ef5a6f;background-image:none;top:7.375rem;left:6.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#WAXKKegXCGcy7nTaVz3S66fafdgWEiSB { color:#47545a;display:block;width:29.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.5625rem;left:9.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#muqQGzDe8TIlLv9TkWWOe44adQ6tvaHX { color:#4bae16;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:24.78125rem;left:11.53125rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Haxe1H4NpWescdmuGfl7C3zJ0ilnzIH3 { color:#4bae16;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:27.125rem;left:11.53125rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#waJMLctXS0MdaQnRsMUSAtipG4tudB73 { background-color:#4bae16;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:34.25rem;left:13.53125rem;display:block; }
#RAWMUkCSlB4Pb2LzeWdgeSzbhNJbMMSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmcKoU62vMRayLPA7T2wLCZ4wFtcEnst { color:#ef5a6f;display:block;width:34.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:15.5625rem;left:6.65625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NQTask9lqTTA5q5sVQCLZyL3mu05E7VT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.875rem;left:44.25rem; }
#HTrz6E2AHVLyG38mdVh5ClBADu1hVl9f { color:#47545a;display:block;width:20.4375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.3125rem;left:47.8125rem;height:1.375rem;display:block; }
#CIoHG8MEKieJhssbKV82BpGTaNsxvl8B { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.1875rem;left:44.25rem; }
#u4Sc4PGk9ww5SAhDeH7VXLB7BKIICT9C { color:#47545a;display:block;width:20.6875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.375rem;left:47.6875rem;height:1.375rem;display:block; }
#o2wCgs60NffoAnSDaFMnR6LGqQgnpMXa { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:32.625rem;left:44rem; }
#rUX1za9DxzMVz5tQ89zn3FLBf8hGr26L { color:#47545a;display:block;width:20.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:47.9375rem;height:2.75rem;display:block; }
#UgS2cc9x2GwH58pJXdlo0lC1KDeF6Amm { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:13.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPnV36A5vaFUeWzbpZKv249XGBMPmHIr { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15005;background-color:#f4b46d;background-image:none;top:47.459655761719rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#JRaC5J1HBS2okRdn8E5itvlKIuUVC1hg { color:#4bae16;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:30rem;left:11.53125rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/e3000023-c599-4488-b19c-def06ca71604/390.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; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ.adaptive-delivery-prevent-bg, #pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ.lazyload, #pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ.lazyloading { background-image: none; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { background-color: transparent; background-image: none; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container > .video-iframe-container { display: none; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row > .video-iframe-container { display: none; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .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); }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { border-width: 0; border-radius: 0; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#ZiwgyZ1FLzknPsOgFacwec3e3kNeu3xC { 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:27.75rem;width:41.8125rem;top:10rem;left:17.572265625rem;overflow:hidden;display:block; }
#meawFMrVfFbmDHXCEKP1mc7mTwOta8PS { box-sizing:content-box;height:30.625rem;width:45.4375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:8.4375rem;left:15.634765625rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#RqazF6Eow5vAqO8z9dghzVArsCc6VNVW { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:#f4b46d;background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#TsfthQnREAvcdGwknVqqnKoFuUfdqpgW { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { background-color: transparent; background-image: none; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container > .video-iframe-container { display: none; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row > .video-iframe-container { display: none; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .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); }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { border-width: 0; border-radius: 0; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#tvc6UNIJLqJN7K0VRdco7b2DkML9Zxky { color:#ffffff;display:block;width:33.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2rem;left:22.6875rem;height:24.375rem;text-align:center;text-align-last:center;display:block; }
#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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:none; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row .container { border-width: 0; border-radius: 0; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:none; }#GQbVxM1EmRXFhnDTdmxVZoEt3U57ltuH { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.1666870117188rem;left:22.65625rem;height:19.5rem;text-align:center;text-align-last:center;display:block; }
#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;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:none; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row .container { border-width: 0; border-radius: 0; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:75rem;position:relative;display:none; }#yTEMXQNe0LSv6SZTkSmKzmh8g0KxolMk { box-sizing:content-box;height:32.6875rem;width:64.1875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:6.1875rem;left:5.40625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#kkFH1Sw1dQ0svGyo3OTs66Kf4Flum02n { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:26.25rem;top:7.375rem;left:41.9375rem;overflow:hidden;display:block; }
#s3psynPSDw2TQ3AARZkQFHk11dfMu1eQ { color:#ffffff;display:block;width:32.9375rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.5rem;left:7.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2Esr0FTNMPkKoRz9OiT8Fn5VUbbHqso { box-sizing:content-box;height:5.5625rem;width:34.6875rem;position:absolute;display:block;z-index:15017;background-color:#ef5a6f;background-image:none;top:7.375rem;left:6.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#RNfAdu2JsTZRI6FcchQ6Ieo4TywSs0N5 { color:#47545a;display:block;width:29.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:20.1875rem;left:9.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iysc6k1K6tKk3XITPBfrK9MZgmmU2vhM { color:#4bae16;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:25.75rem;left:11.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JFsTqPuCio5x93m29lZM3L6aNyvM2tzb { color:#4bae16;display:block;width:25rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:28.25rem;left:11.5rem;height:3.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNzTVQiN4DLnvG0O5sF8h9MqyH7QXLHW { background-color:#4bae16;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"josefin sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:31.895843505859rem;left:13.53125rem;display:block; }
#HFAzK3qy0N43c3cdK6u2kJuqsDAMKsWF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fo9hDoiwfimXEI6Q9X6qFH23OsKLp9B1 { color:#ef5a6f;display:block;width:34.75rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:14.3125rem;left:6.625rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ctWrd7vX77iDh3Ka4T5um8PtqJEwq0IC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:25.875rem;left:44.25rem; }
#cZvpcmk0wAILbdkgi7c97EN5MJyD6zbo { color:#47545a;display:block;width:20.4375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:26.3125rem;left:47.8125rem;height:1.375rem;display:block; }
#HG5vVS3ZB0wPkU3VSPHI9EXagSK7T5al { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:29.1875rem;left:44.25rem; }
#l4tPSHIqzr089eXNU4orbTLHThT5zGHP { color:#47545a;display:block;width:20.6875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.375rem;left:47.6875rem;height:1.375rem;display:block; }
#SB0tKQ8TQbETPm7QSlWgxMBlPXwI1Uuk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:32.625rem;left:44rem; }
#KtJeoQh1oZVgdgGp3eTW0wCW0ieTTK67 { color:#47545a;display:block;width:20.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:32.6875rem;left:47.9375rem;height:2.75rem;display:block; }
#UKKTnyqo5aaRAaNcCvuEdcvxQlKrpfnW { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:13.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyJiWTIQAw5pTcCpLmATm464cNWoHsUH { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15005;background-color:#f4b46d;background-image:none;top:47.459655761719rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/e3000023-c599-4488-b19c-def06ca71604/390.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:none; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn.adaptive-delivery-prevent-bg, #RPsUT3MhQMobntZZXzAvnvq8qayNVRLn.lazyload, #RPsUT3MhQMobntZZXzAvnvq8qayNVRLn.lazyloading { background-image: none; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row .container { border-width: 0; border-radius: 0; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:none; }#Rmbo9qGnJ7z6uMeuQkF6tXxolxLqpIkt { 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:32.3125rem;width:32.375rem;top:10.5625rem;left:21.4375rem;overflow:hidden;display:block; }
#GxpFdE26rBDlwy55xQJI1Ws2xHVIXfkT { box-sizing:content-box;height:33.75rem;width:33.6875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:9.75rem;left:20.6875rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#nbkeoLfta3wD8JcqKvytxvTyzKe5r3Tf { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15004;background-color:#f4b46d;background-image:none;top:55.333335876465rem;left:13.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#hKeLhwWHrZoCvE5cwG4mhfUFbAXNIXZh { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.4375rem;left:13.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.adaptive-delivery-prevent-bg, #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.lazyload, #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.lazyloading { background-image: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { background-color: transparent; background-image: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,90,111,0.53); }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container > .video-iframe-container { display: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,90,111,0.53); }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row > .video-iframe-container { display: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .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); }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { border-width: 0; border-radius: 0; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd::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; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#nxwHIW19TDHMi9RPkbTM3e90slkpGXJF { color:#ffffff;display:block;width:49.5rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:6.2080078125rem;left:14.25rem;height:7.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6UloS1Q6hg1yLqR8ArzBSexuOTIvZJe { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15006;background-color:#f4b46d;background-image:none;top:18.58203125rem;left:15.25rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#gA6OOsfZEBVFW74qld8L2uKZEk4Sa5qT { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0703125rem;left:15.25rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { background-color: transparent; background-image: none; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container > .video-iframe-container { display: none; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row > .video-iframe-container { display: none; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .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); }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { border-width: 0; border-radius: 0; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#XHaPhJwe8mPQAgi3ARuIl4w80qcvcOwc { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15006;background-color:#f4b46d;background-image:none;top:18.58203125rem;left:15.25rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#sOQTmSQTA1vZ1Nxf1uZU8797tT4LeVAi { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.0703125rem;left:15.25rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mkmV8ogAKs161OC57KVrrmhTB8TqALzS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { background-color: transparent; background-image: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container > .video-iframe-container { display: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container { display: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .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); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { border-width: 0; border-radius: 0; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#HqHJZG0T8swAoLVVKez9XZ8zkt2D1U3I { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#rDsO1rT2MUUCRZFZdIgpvB8HudQ17Sff { color:#f4b46d;display:block;width:40.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JiZwTXkHo1keQoNMOXlnycJVBm5ct3eM { color:#f4b46d;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JWLQUmNrsap3EVT4qTWaA5Jo081hvcDz { display:block;width:45.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6771240234375rem;left:20.8125rem;height:5.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#el7ssu3dydWtf6yCxqilX1vWlRv0JXgz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.0728759765625rem;left:0.75rem;overflow:hidden;display:block; }
#MG2aTqUJlMETMAzuO10nTZCmoGespJwA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { background-color: transparent; background-image: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container > .video-iframe-container { display: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container { display: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .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); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { border-width: 0; border-radius: 0; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#A3PUX4n88HLQLZZuJxyi1dR2ErSd529f { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#TF0eDTuJNNJcaSCIbl15mieEVi70U6Cp { color:#f4b46d;display:block;width:40.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RuMaDlhsndGJFsDeNXNqfETf9be817lC { color:#f4b46d;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ageVOCFiiLEK3hlXUTkSK4XC2gRy0xRv { display:block;width:45.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6771240234375rem;left:20.8125rem;height:5.75rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bdUc1SnzRnIvLtpLe1dhuB5kX3b6zAib { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.0728759765625rem;left:0.75rem;overflow:hidden;display:block; }
#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { background-color: transparent; background-image: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container > .video-iframe-container { display: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container { display: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .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); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { border-width: 0; border-radius: 0; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#rRgeT1sAfNVT1c146AyH774p3m2emuMu { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20.625rem;width:63.1875rem;top:3.75rem;left:8.4375rem;display:block; }
#ZkiTQrRB0KMuqfNOfsyAeycTldZPSDbQ { color:#f4b46d;display:block;width:40.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.895835876465rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WtITWczz92ycCoHcxBlSpzHIciVTmAeF { color:#f4b46d;display:block;width:6.247396rem;position:absolute;font-family:dosis;font-size:8.125rem;font-weight:300;z-index:15016;line-height:.2;letter-spacing:0;top:3.729248046875rem;left:14.6484375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obA4rdty9U7T2k8GLT2rF8w14nsSFG93 { display:block;width:45.0625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:8.6771240234375rem;left:20.8125rem;height:4.3125rem;color:#47545a;font-style:italic;text-align:left;text-align-last:left;display:block; }
#HUfs7ietoKswIb2p6hErCJSTCmHJV83M { background-color:#4bae16;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:29.833374023438rem;left:24.46875rem;display:block; }
#K0z9iLXqKQJtT9mUg6Oa9H34vKeNHSkO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jcz8yeTQRUOIWIOhXfMoW6ATu3TJGRhN { 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:15.625rem;width:15.625rem;top:6.8125rem;left:0.6875rem;overflow:hidden;display:block; }
#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/5c2cdc9c-b986-4017-91d8-d0ce9d6f9c2c/summitdlanastolatek.png");background-position:top 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; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn.adaptive-delivery-prevent-bg, #h9xhZW8IkoCMxck3BkBKyNImlo23GGxn.lazyload, #h9xhZW8IkoCMxck3BkBKyNImlo23GGxn.lazyloading { background-image: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container { background-color: transparent; background-image: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container > .video-iframe-container { display: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row > .video-iframe-container { display: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .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); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container { border-width: 0; border-radius: 0; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:75rem;position:relative;display:block; }#Fq9MTIa4T7Al8wbwG0NEx5w1UXDNrzeE { display:block;width:32.4375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:10.125rem;left:42.5625rem;height:5.625rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hNUba918Xylg5luKo17JxIcWlks7Ap7n { display:block;width:31.9375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:17.125rem;left:42.5625rem;height:27.625rem;color:#ffffff;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OiSIbcylEJwpOi7PgbBdJ9dtAdHagxx9 { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#z0l0K1TeFEQd1L1WzeXJy2p1vZ8GrLdA { display:block;width:32.1875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.5625rem;left:42.5625rem;height:2.8125rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EI8dMqvtRpNFzprZbVefbBQIFG0EXwIB { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XRUTTxwUItpCbZAPdoAbMEsAVMFkTbIW { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dDF3UlkiPeasoU8l8r5PHzJnvTs9IPJq { color:#47545a;display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;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:none; }
#q1FAcIKrRfXisw3LoBN8QxVi48IKksmd { 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:43.75rem;width:43.75rem;display:none; }
#ZPo2TJ7n6gGGJ9pmKTZl0T1kqDuSkGuS { display:block;width:38.875rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#E6EZdP1cqznMAT9fc0xkTFAl1cPGMIFs { 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:31.25rem;width:31.25rem;display:none; }
#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faf5f4;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; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { background-color: transparent; background-image: none; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container > .video-iframe-container { display: none; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row > .video-iframe-container { display: none; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .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); }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { border-width: 0; border-radius: 0; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#gH86tTJNTUG33EZxgXZEv8JQCEWwOCZm { color:#47545a;display:block;width:15.4375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:6.5rem;height:3.625rem;font-style:normal;display:block; }
#pEfl5rRMWrS41Wt12Ox1STKNFb4C6lUx { position:absolute;display:block;z-index:15001;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.5rem;width:9.375rem;top:5.125rem;left:32.8125rem;overflow:hidden;display:block; }
#JdhqapxaiLZRTVpHUFv29UmzrGUtEEiK { position:absolute;display:block;z-index:15002;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:9.375rem;width:9.375rem;top:2.125rem;left:59.75rem;overflow:hidden;display:block; }
#TtPfSeg4GINK5Dv4wyhE01LxdiehENCE { position:absolute;display:block;z-index:15003;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:9.375rem;width:9.375rem;top:2.125rem;left:51.5625rem;overflow:hidden;display:block; }
#MQLUmTzUWA8ulEplazEU47210hwTaQXv { position:absolute;display:block;z-index:15002;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:9.375rem;width:9.375rem;top:2.125rem;left:22.4375rem;overflow:hidden;display:block; }
#d7VDrz9JaNGkO1HTPdiEBgl8iX8AwxlW { position:absolute;display:block;z-index:15002;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:9.375rem;width:9.375rem;top:2.125rem;left:43.0625rem;overflow:hidden;display:block; }
#AkR81qghUeNAT0UeIMWKIV76u7U5dxo4 { box-sizing:content-box;height:9.4375rem;width:67.4375rem;position:absolute;display:block;z-index:14999;background-color:#faf5f4;background-image:none;top:2.125rem;left:3.8125rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#zuXbv6dV8e3BRrcanleZRDLsm2yAUhdH { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15010;background-color:#f4b46d;background-image:none;top:13.01953125rem;left:14.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#aA2zWz8E8QEz6OVAUHVPwOg3ilqp63yV { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.509124755859rem;left:14.75rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.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; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.adaptive-delivery-prevent-bg, #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.lazyload, #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.lazyloading { background-image: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { background-color: transparent; background-image: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,90,111,0.63); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container > .video-iframe-container { display: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,90,111,0.63); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container { display: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .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); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { border-width: 0; border-radius: 0; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs::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; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-number { border-top:0.1875rem solid #f4b46d;border-left:0.1875rem solid #f4b46d;border-right:0.1875rem solid #f4b46d;border-bottom:0.1875rem solid #f4b46d;background-color:transparent;background-image:none;color:#ffffff;padding-top:1.016875rem;padding-right:0.900625rem;padding-bottom:1.016875rem;padding-left:0.900625rem;display:block;align-items:center;width:5.40375rem;min-width:5.40375rem;height:5.466875rem;position:relative;font-family:ubuntu;font-size:4.068125rem;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.635625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:7.205rem;height:2.16125rem;position:relative;font-family:"josefin sans";font-size:1.525625rem;font-weight:400;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:25.75rem;height:10.6725rem;padding-top:0.126875rem;padding-right:0.12875rem;padding-bottom:0.126875rem;padding-left:0.12875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15.5625rem;left:24.494792938233rem;z-index:15059; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eLQN2zZT9vEDcN8cnRhFDTo8ouVKX9n1 { display:flex;position:relative;top:0rem;left:0rem; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #Gp4zHv4q7HLfAg7NC7Am72GI3ixuExR6 { width:auto; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #rpaMpgLgQizLMNk1FaF2o5ndEaBsZQrh {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #gx2rh6H1H99yTzTxU0rs23U6wM6thQ3X { display:flex;position:relative;top:0rem;left:0rem; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #FqpWGSHGmh8CbwlMkFvuEm3B0CBpXofX {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #xDvv3PfarMe1N8Xqs1WwUsn3xs9hNsrM {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eQZOyAXbaw8bFltH5UUEs8mqU7M70Q4Q { display:flex;position:relative;top:0rem;left:0rem; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #T0pxvTuuVxDu3nQkVgTN1CWaUb5Z2IlO {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #vLxuzosUqJLc1F9VTcysTGF3dGdTULcU {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #uoSzZxKIeS8LFxbVCzMTi3gKF27XTCFH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #hG3H8UeFerAQ4RokFX6RmhG238S4n9UH {  }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #AHq2hAOIT5WoAOQ30ZT7bgKxMWvG0hlx {  }
#BgxkvJTPOukqZSCOvtSl2UpSun7yPxmK { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:10.083312988281rem;left:27.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#HxdP8RaAtmOcI6TlN7Ap9OyyKTXPCByv { background-color:#4bae16;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.0625rem;height:4.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:30.0625rem;left:24.46875rem;display:block; }
#R7r21pNiTngtbhx4gUE17EoNSMkX01Tt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQaJDn2co3NN2TbzegU3eamvWWZDOOlt { color:#ffffff;display:block;width:47.5rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.509124755859rem;left:14.75rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#HEMCSn0TGSnLloT2Fzd8sUaXOT3RhNe4 { box-sizing:content-box;height:10.625rem;width:47.5rem;position:absolute;display:block;z-index:15010;background-color:#f4b46d;background-image:none;top:13.01953125rem;left:14.75rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:none; }
#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffeaec;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; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { background-color: transparent; background-image: none; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container > .video-iframe-container { display: none; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row > .video-iframe-container { display: none; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .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); }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { border-width: 0; border-radius: 0; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#I51blvwyRSTC4EQPU3MgbPJU2hkF0kkm { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#dqfABm2TwVS5TRXCZRRibrKz1TUhqsnE { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
#P16pzB8Ft482HADfQRayILT6qDyUkT0I { position:relative;display:none; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I { border-width: 0; border-radius: 0; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I > .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; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I > .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; }#hxTWBp2wISIckITX5XydN3iRzTQdxcb1 { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.7291870117188rem;left:24.78125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#ual28xrhDaTOBXwH6QI3nUnLme6pf13q { background-color:#4e2e3d;background-image:url("https://images.assets-landingi.com/uc/18652c44-f170-4a7c-b714-1557037fa65b/MasterClasszMari.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q.adaptive-delivery-prevent-bg, #ual28xrhDaTOBXwH6QI3nUnLme6pf13q.lazyload, #ual28xrhDaTOBXwH6QI3nUnLme6pf13q.lazyloading { background-image: none; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row .container { border-width: 0; border-radius: 0; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;overflow:visible;position:relative;display:none; }#hK6SINSv172TX98WN1mu7lbdnKTJ0ykX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:31.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40.125rem;overflow:hidden;display:block; }
#aFP2UrQFCCSOXEIDsS0rZCzJW2tzrKpD { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.375rem;left:68.25rem;height:1.583333375rem;display:block; }
#OWxaaBBHMPCh1KmHsdGlSMTwEs9KR9TV { color:#2fb2be;display:block;width:36.3125rem;position:absolute;font-family:"josefin sans";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.4375rem;left:37.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThqyavtHO8m5G79I0UfZDqx9TlQBwI7L { color:#ffffff;display:block;width:34.3736991875rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.6875rem;left:38.5625rem;height:9.666667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBtOWA1uuu6AQ7RWzQn29Qf6GGGKEhVN { background-color:#4bae16;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:38.28125rem;left:40.125rem;display:block; }
#iUR5ccTJqXCfP5dSRTp10gVWBxIVZFz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qUnZUPKDMByI2wdtPEGm1NZ3OLHz9VLh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.645843505859rem;left:54.15625rem; }
#G2MVs4bBOshecnpSTVbEtTtGfh2AKscX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:45.8125rem;left:40.375rem; }
#IgK6GZHzARTSyPli5GLBoccn1MbhMFET { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:49.3125rem;left:40.3125rem; }
#qKZ81luUwu4BnKmGP4CTSG2Tc8eFq91Z { color:#f1a41f;display:block;width:29.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:46.125rem;left:43.9375rem;height:1.583333375rem;display:block; }
#QEK41ic1adqciW6vw9CassesaDvOfApi { color:#f1a41f;display:block;width:29.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:49.625rem;left:44.0625rem;height:1.583333375rem;display:block; }
#P39TUn91VQqbxTkmT9Lx6FcSBbErrCvz { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:52.8125rem;left:40.125rem; }
#X5zUBw1I9isk32ddUrvCoooOIMqfFMUd { color:#f1a41f;display:block;width:23.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:53.375rem;left:43.9375rem;height:3.16666675rem;display:block; }
#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu { background-color:#4e2e3d;background-image:url("https://images.assets-landingi.com/uc/18652c44-f170-4a7c-b714-1557037fa65b/MasterClasszMari.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu.adaptive-delivery-prevent-bg, #JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu.lazyload, #JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu.lazyloading { background-image: none; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row .container { border-width: 0; border-radius: 0; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row .container { font-size:0.875rem;font-family:arial;height:61.75rem;width:75rem;overflow:visible;position:relative;display:none; }#ESqE21vTDAEvEQ0FEia6IrUbOHr3UDSJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:31.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:40.125rem;overflow:hidden;display:block; }
#B2rD0dph5fD315TTm8rUFTSGBTq3UKa4 { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:1.375rem;left:68.25rem;height:1.583333375rem;display:block; }
#X337i0VJo6tTEfIzVOrrHD6aTuzJEhIC { color:#f1a41f;display:block;width:36.3125rem;position:absolute;font-family:"josefin sans";font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.4375rem;left:37.59375rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0CtxEmgTbltMW1Qele8TTmf7BW4aJ4d { color:#ffffff;display:block;width:34.3736991875rem;position:absolute;font-family:"josefin sans";font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:26.333333969116rem;left:38.5625rem;height:12.166667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wiJsu5TEsUWJru5gdK3WWLRE4QtQZ7tE { background-color:#4bae16;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.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:"josefin sans";font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.9375rem;height:4.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:56rem;left:41.08203125rem;display:block; }
#XIe2n5tOB46smLTRXMzkV91Zs0sTza0M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#as7vXuzs7ESp19S3Ju75JqM9K86LIEH4 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:41.5625rem;left:39.375rem; }
#Cz1SJf7xmUE9hWXKk7r8NH0bF4LMWHUi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:45.0625rem;left:39.3125rem; }
#Kd5zDTrEiDDvp1fpV7HhgfXM1umJ0MAf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:48.5625rem;left:39.125rem; }
#Cmp56JmgTXP0Bw05rnHm2dJwuxXPHDhz { color:#2fb2be;display:block;width:29.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:41.875rem;left:42.9375rem;height:1.583333375rem;display:block; }
#Puo0GHiX7AoPUfTFW7QQnpGGerexu0Mb { color:#2fb2be;display:block;width:29.3125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:45.375rem;left:43.0625rem;height:1.583333375rem;display:block; }
#FuaGzUtn5dsk6cyZooBdVEO1rCVtn6P7 { color:#2fb2be;display:block;width:23.4375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:49.125rem;left:42.9375rem;height:3.16666675rem;display:block; }
#D1rMozbFsc9JskKt4ABtlB8GeemADyhC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:20.645835876465rem;left:54.15625rem; }
#LId77oduXcth2WCMRC6SWvP4otWnvITc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2fb2be;background-image:url("https://images.assets-landingi.com/uc/be9c4139-e0ec-4ac1-a574-3145f63c8c4e/MasterClasszMari2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LId77oduXcth2WCMRC6SWvP4otWnvITc.adaptive-delivery-prevent-bg, #LId77oduXcth2WCMRC6SWvP4otWnvITc.lazyload, #LId77oduXcth2WCMRC6SWvP4otWnvITc.lazyloading { background-image: none; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row .container { border-width: 0; border-radius: 0; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#HnG56U3emsDayHD9H7R0EMMHtN78M1Vk { box-sizing:content-box;height:33.75rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.5833358764649rem;left:7.5rem;display:block; }
#JqzBJ2oAGFu6kdF0P1RJKswtKNPQbrET { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.47917175293rem;left:17.5rem;display:block; }
#nA6doWEZFPdd9p7ataZNru8DNBPNz1F7 { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.208335876465rem;left:17.5rem;height:1.25rem;display:block; }
#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1a41f;background-image:url("https://images.assets-landingi.com/uc/bfd0bfcc-f50c-4dde-99ba-8d36502f6c4c/MasterClasszMari3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW.adaptive-delivery-prevent-bg, #rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW.lazyload, #rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW.lazyloading { background-image: none; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row .container { border-width: 0; border-radius: 0; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:none; }#q9vFvsRDEgxILCPkHTg7JF5BTT6aa1Gf { box-sizing:content-box;height:33.75rem;width:60rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:5.5833358764649rem;left:7.5rem;display:block; }
#OShheG0apppEBPFnIAZ9Qf5l9ph0hklq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:8.47917175293rem;left:17.5rem;display:block; }
#cr687r5OVTIOgURV2mTSf3zKuWv4mvEa { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:34.208335876465rem;left:17.5rem;height:1.25rem;display:block; }
#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z { background-color:#4e2e3d;background-image:url("https://images.assets-landingi.com/uc/18652c44-f170-4a7c-b714-1557037fa65b/MasterClasszMari.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z.adaptive-delivery-prevent-bg, #svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z.lazyload, #svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z.lazyloading { background-image: none; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row .container { border-width: 0; border-radius: 0; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;overflow:visible;position:relative;display:none; }#JWd6K0dI3coFooGWwUzWDZ1VFubTzhBu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:31.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.4375rem;left:40.5rem;overflow:hidden;display:block; }
#O4M2E5HHa4zTunSyxbDATLzQRDTpHapK { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6.75rem;left:69.875rem;height:1.583333375rem;display:block; }
#qSQgPMoyZJaAlwOv0dS7nsvJsl0Utp8A { color:#bf6f8f;display:block;width:36.3125rem;position:absolute;font-family:"josefin sans";font-size:4.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:22.75rem;left:37.96875rem;height:12.166667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AgZbRvNTwBXSIIvhGpVy25giAviK5KLl { color:#ffffff;display:block;width:34.3736991875rem;position:absolute;font-family:"josefin sans";font-size:3.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:43.166667938233rem;left:37.96875rem;height:9.666667rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBi0ZNsEf4garpdQLkOlUL7sSpqqO7o1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:36.916667938233rem;left:53.559898376465rem; }
#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi { background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/eec1ac18-5b12-4a7c-88ce-ca40c7206627/16.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi.adaptive-delivery-prevent-bg, #oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi.lazyload, #oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi.lazyloading { background-image: none; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row .container { border-width: 0; border-radius: 0; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;overflow:visible;position:relative;display:none; }#nrFDSb32f1MsXnTo3AwT17W2InnPOHhe { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:"josefin sans";font-size:6.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.625rem;left:35.3125rem;height:16.166666rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gCccebAOOOCsfPrCeCUmowDqdTw436EC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:15.4375rem;width:14.0625rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.875rem;left:48.125rem;overflow:hidden;display:block; }
#JWX1dBI81fTr1dfUw6CVGpd7TmKpESdO { 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:31.25rem;width:31.25rem;display:none; }
#dNAHDi2Un0uDu0JIHWM9vQKnhVKqKnPE { 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:31.25rem;width:31.25rem;display:none; }
#kWUtECSt7JIGDp8IxxyADINPafN18ooN { 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:31.25rem;width:31.25rem;display:none; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg { display:block; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container { width:47.75rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ln21XCTVTOU17gNDI5h7okRG2mR4hKDB { width:14.8125rem;height:1.25rem;top:25.25rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ExDhN7Fgabv9SkbB4R5Fgw2sa8SIS70E { width:22.5rem;height:2.58333325rem;top:7.46875rem;left:24.68359375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #prR4g1wHlp5wD1V46OD4Maia0qmJdAWV { width:22.5rem;height:5.6666665rem;top:12.218750953674rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gIC1vdDAJTscex0kPqZ7bzcHsk5vaveQ { width:16.25rem;height:3.75rem;top:19.270833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JiDOK9dsUO1gDzBTcTytxnJxRHR8lwr6 { display:block; }
 }@media only screen and (max-width: 1199px) { #botnTPZUGzyvMO8A9WLw0iciBhQcAb11 { width:1.875rem;height:1.875rem;top:24.8125rem;left:27.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vCOcTgvIxryNXtP86DfOIwlTN914TdF5 { width:1.875rem;height:1.875rem;top:28.125rem;left:27.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OmTdVFhX2xXSTkceMHcJ3wk7pVXXbvEL { width:15.1875rem;height:1.25rem;top:28.4375rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EVDTfGEi4RChyvaQT1ZRbk8dbrIJBCJL { width:2.1875rem;height:2.1875rem;top:31.1875rem;left:27.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FmcaExFJqKqVN9QL5PfgmLZsn9DmgyaB { width:15.25rem;height:2.5rem;top:31.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L9ZSfZUfG4NAS4NamHb5K5D6z9GSX4dW { width:40.625rem;height:8.25rem;top:35.4375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WuWMzfzMKIBV4dq8nhg8Io71mfvqxVkZ { width:22.5rem;height:4rem;top:37.5625rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJvUhW7d5fNZ5qaJ3iMdOwWTfVX5vRQ9 { width:5.5625rem;height:6.0625rem;top:0.8125rem;left:33.15234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OV3l9t2NqcEAEKKxqxG0WSEysMcIT4tz { width:16.2473965rem;height:0.1236979375rem;top:10.677083969116rem;left:27.809896469116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zlZHXBdllIyfqvZ1EuKKxqOKNgH4IK4B { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NgmOUnZ6TEge1erdfNDo7yLREkdTw8zb { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #fC3hmTh7ynwqEOiuCqq61Kt6x2q5UKqD { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH { display:block; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container { width:47.75rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WStIA13vszKfeqMBsiUM7ma0Pd7JTCgS { width:40.625rem;height:22.8125rem;top:7.875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQ9J9AHk4STRCZbqlxkXTFORTXr3ccFl { width:40.625rem;height:8.25rem;top:34.559898376465rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nTo1TFVAaIJyJKFcPgePZXU5te23kRiT { width:22.5rem;height:4rem;top:36.66276550293rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T { display:block; }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row .container { width:47.75rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f7N0aDCeWvkFsLgJTvlQf2R6y43wJdT5 { width:2.1875rem;height:2.1875rem;top:6.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nv0FuyTmDZd0uHryLdCMb6VgNMzHvcqU { width:14.0625rem;height:11.25rem;top:10.5625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qlnuLMnThIpzDPmnxMX292MKUqbunKPG { width:14rem;height:11.25rem;top:10.5625rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lnCArPZ5ppBlqktboBUI9wcyKPNsN6V1 { width:14rem;height:17.5rem;top:10.5625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kay6knHGgtsLO0250xdyVWrxSBWmFzTI { width:2.1875rem;height:2.1875rem;top:6.875rem;left:23rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zWm2PwTnurulC3zee6xbQ5XeoFnsTlvC { width:2.1875rem;height:2.1875rem;top:6.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c2ycEXSDy2b1TLsn0loQews4x0MKFTnD { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #q3M8CistHhHPHNmoJ2fQqi4rnVxkHTcq { width:22.5rem;height:4rem;top:37.71875rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TEIWf02929JNfmDT6zkpP1ut0qgZ1VOW { width:40.625rem;height:8.25rem;top:29.875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r55UK02KhBbd9hhfsOfNpRDGdCWSLpF3 { width:22.5rem;height:2rem;top:32.97917175293rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvNZU9rPDw0RSckshXGkQPVT0VR48GLp { display:block; }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row .container { width:47.75rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TPFJ9JTkuqyyNADOEoBGtKmJoZe1CNCU { width:2.1875rem;height:2.1875rem;top:9.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QsHk12w65w6Eoi5J47A29NFVt83l52tL { width:14.0625rem;height:8.75rem;top:6.8125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rAScQxiwLgvUTqhKfLuZLO5uJUzmOc2b { width:14rem;height:3.75rem;top:19.75rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZIR1EOKd0u5IiSMA2GTlIGUUMIBMal1R { width:14rem;height:10rem;top:25.6875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DbZmriSttdo06hhpKx9bIaIMdgSXJmkz { width:2.1875rem;height:2.1875rem;top:20.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DFcU4E9yuavApkiytucpyTFx4lg0cRIS { width:2.1875rem;height:2.1875rem;top:27.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OPUzI89o9bqT6S5s4oSBMQuMddHwmfrC { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #srAZHlV4vHnFX9uM3UPihVFRcfO46paQ { width:22.5rem;height:4rem;top:37.71875rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QE02iz27JPIm47THKxvHOlv8OThBgAGe { width:26.4375rem;height:26.4375rem;top:7.5625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #k3fk7OXOLar12vyqALHGlvumLUlqOmek { width:23.6875rem;height:23.6875rem;top:3.8541717529297rem;left:22.729167938233rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fd9P2EXxxMsFUa91nb6sMTwzPZn9fqmA { display:none; }#Fd9P2EXxxMsFUa91nb6sMTwzPZn9fqmA > .row .container { width:47.75rem;height:38.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pLqiLUJNsBrSKBuZJLW6spdhsE9vB0SK { width:2.1875rem;height:2.1875rem;top:9.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dql7C6sWv3gQRy1IgVfJDLHSeJP49RTN { width:14.0625rem;height:8.75rem;top:6.8125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZ9Ttq2dgsXlPWq91pe2E0MMnyUbqxrD { width:14rem;height:3.75rem;top:19.75rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOOwoCDrUSAtnx4QELbEU2aLnUlGQooy { width:14rem;height:10rem;top:25.6875rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aw0VzZaB58hMth6DGRximUSMiQkNIib7 { width:2.1875rem;height:2.1875rem;top:20.5625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zgf2sVinLz6zuT9hTbFENsXGhpwUETcL { width:2.1875rem;height:2.1875rem;top:27.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAMJd1Pwvw6AtdL9LL42EV4HEtCSasTZ { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CA27brArP6DOO5NEXkaKJvXalrewVcRZ { width:22.5rem;height:4rem;top:37.71875rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #BxVSUT3N88stU9QOlmkls77OFxJDssMb { width:26.4375rem;height:26.4375rem;top:7.5625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ef8gr0y1AzoDZzE3A7fTlrB0QOQSHnMc { width:23.6875rem;height:23.6875rem;top:3.8541717529297rem;left:22.729167938233rem;display:none; }
 }@media only screen and (max-width: 1199px) { #vcqZSlaUPToV6rACqCvxKhe9gDEWn150 { display:none; }#vcqZSlaUPToV6rACqCvxKhe9gDEWn150 > .row .container { width:47.75rem;height:34.625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IkCSNePBNBymAAfWBsEXUtIwriLs4leD { width:2.1875rem;height:2.1875rem;top:6.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATykHTim5pInWKUf57ianVMqL7WCkLve { width:14.0625rem;height:11.25rem;top:10.5625rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdPbClq98ca6gOB8SJdLc6bce4hfDyTw { width:14rem;height:11.25rem;top:10.5625rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kdRT4kXI2dgDaJOnxlRIMbLT9skb1ofR { width:14rem;height:17.5rem;top:10.5625rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vMeFHEhIayWJy9HHHGLXbdcfEkyfiNaa { width:2.1875rem;height:2.1875rem;top:6.875rem;left:23rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mz6wubgfL7UEZCOOngNAFnWcW8NwZ6Hv { width:2.1875rem;height:2.1875rem;top:6.875rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xEPcVekrJlaR9kWk0Cq4Vy0xTQJeXTnM { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #R425m7DlhxZ2r5TR1raZ7ZE1Mz3Pvv66 { width:22.5rem;height:4rem;top:37.71875rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LbCTrpZu0BBGBhB4T4r3nWUOmfRhqmwu { width:40.625rem;height:8.25rem;top:29.875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ydG8eZ04lQU2eo3cuOyQdtWasfiH3mLv { width:22.5rem;height:2rem;top:32.97917175293rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fc5ESaE5MWGAdP8kZGyaTI9LFD0LxvDq { display:none; }#Fc5ESaE5MWGAdP8kZGyaTI9LFD0LxvDq > .row .container { width:47.75rem;height:17.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GpXTTRNxQNgdC1iFf1KT58L3e2hPkAWg { width:14.375rem;height:2.5rem;top:3.5611953735351rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #onNmyXmB4qWCxWk7HCdnxv3CDN1rhJky { width:14.375rem;height:2.5rem;top:9.842445373535rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Wu4wc4c0IcfFPy3mGTEJHuwVGs1cWlF1 { width:14.375rem;height:2.5rem;top:9.799476623535rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r1lbzxSiu6Bxs2wkiZaK7bgvSWqJquBu { width:14.375rem;height:2.5rem;top:3.5182266235351rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ayy8rDwkWvdHv28XP5kaZdA5B8ITxZ5V { width:2.1875rem;height:2.1875rem;top:3.6953125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WdtZhH7JVBnzerxVaGZR4fLmvnNZsUUG { width:2.1875rem;height:2.1875rem;top:9.9765625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uZZaGa7ZwQ3EJs9ogAWEAy2A4UiNFlUg { width:2.1875rem;height:2.1875rem;top:3.6953125rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCVZaV1F0q9NsuGkJ7Oi1IKab1qQxXSI { width:2.1875rem;height:2.1875rem;top:9.9765625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OsTX8kR4yB0AePS1FfqJkJqzN3o4k32T { display:none; }#OsTX8kR4yB0AePS1FfqJkJqzN3o4k32T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JxCWgpm4oa8JRNzqmP13s4Prf4cw4cav { width:2.1875rem;height:2.1875rem;top:9.25rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgZ1idIdKdBbFh7Vip8I8kqAuaR73enS { width:14.0625rem;height:2.5rem;top:12.9375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HotvexTBbD1TElRxeBe1VcvAghRpAbMo { width:14rem;height:2.5rem;top:12.9375rem;left:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bM9iBcNllANFu2f5f1UTocXM5mnqtmby { width:14rem;height:2.5rem;top:12.9375rem;left:31.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIz5KLiH6c79CH8q8RtsbHRkore9w2T1 { width:2.1875rem;height:2.1875rem;top:9.25rem;left:22.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xxaQs2IX24mlFFxqlZOhMCLQ3UDzIOJi { width:2.1875rem;height:2.1875rem;top:9.25rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BqKvqxumZ8ToKkH4eNu1GXVqIUhRFhQL { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #va0raTIMAM6yS8Q7fIk8A1NkEpeN9H2S { width:22.5rem;height:4rem;top:37.71875rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AcPBWFCLXCJivDatyAbLCqxP3lJoRzye { display:none; }#AcPBWFCLXCJivDatyAbLCqxP3lJoRzye > .row .container { width:47.75rem;height:17.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tKtfmwqovl7zdxt0cTfCr27UvLUxX4pH { width:14.375rem;height:2.5rem;top:3.5611953735351rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #DNXo06NTO8qTRHvkLqExh47eTBEn4m2x { width:14.375rem;height:2.5rem;top:9.842445373535rem;left:7rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #CiGokBNGC3OqWtAr8dNzanheXFGWT2BP { width:14.375rem;height:2.5rem;top:9.799476623535rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pn5P8OTIfJbNWcUKL3hSxfchBmCHQ0aZ { width:14.375rem;height:2.5rem;top:3.5182266235351rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VWVkpUb8DEhtSznkVnJrauIUxT7WcELE { width:2.1875rem;height:2.1875rem;top:3.6953125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dQuC6EQiFTQHV6ov7LKDwbk2avElS69k { width:2.1875rem;height:2.1875rem;top:9.9765625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GSHVHAkTDTy3JQaH00H4T1J6ZmIoeopJ { width:2.1875rem;height:2.1875rem;top:3.6953125rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #laDTKSVehdrR1uxAGoJhOR18AIfIqPS3 { width:2.1875rem;height:2.1875rem;top:9.9765625rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3 { display:none; }#DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3 > .row .container { width:47.75rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #WweTs17GDHLDh8u2drRGUwxu8qoSOF7X { width:12.5rem;height:12.5rem;top:5.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NbQ0V3XFn81G1wn8ffkFbTL7d7CfDzrL { width:26.6875rem;height:12.25rem;top:5.5rem;left:16.8125rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 1199px) { #ULPa5p3qB4i4zFfxy39APytkJOxOeh1G { width:30.4375rem;height:4.000000125rem;top:19.60417175293rem;left:16.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qCNoIDUvkuuHNbxkPKeG7GCqlPiTCZTN { width:34.6875rem;height:21.8125rem;top:3.125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx { display:block; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row .container { width:47.75rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kJuxbRLDh6LZJwWFbNcb9c8CuTqFGJzo { width:25.25rem;height:19.25rem;top:5.5rem;left:16.8125rem;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 1199px) { #v3XPhsvr2foHmgNAEbT5W4ykVvE1JSVi { width:30.4375rem;height:4.000000125rem;top:26.68620300293rem;left:16.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T84VI1tL2Oid0XUHH2owLeX0eUqe28lb { width:12.5rem;height:12.5rem;top:5.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a7zfsIUyP0t2RvBtqqoI0eoioTAe2UHl { width:34.6875rem;height:29.1875rem;top:3.1041564941406rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p { display:block; }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT { background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/6137f5cb-ef33-462d-8af0-0875612c039e/14.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT.adaptive-delivery-prevent-bg, #TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT.lazyload, #TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT.lazyloading { background-image: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container { background-color: transparent; background-image: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container > .video-iframe-container { display: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row > .video-iframe-container { display: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .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); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container { width:47.75rem;height:35.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hICuZgr8hMZxqW4MLVtZXXWGKP5gHk62 { width:26.1875rem;height:20rem;top:5.4362030029297rem;left:19.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AZLcUQL2Xm4oiWezRH528h2rSlbk0Iex { width:43.4375rem;height:18.749999284744rem;top:1.875rem;left:2.15625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mzHVAgs6Pl0STuKfWBTF3OfqgAfLy2Bs { width:25.625rem;height:2rem;top:2.5182342529297rem;left:19.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XDMFDXDzPoqT2H18zcFo1ZdgwMsPEq05 { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #UhEWwzobnb5Fa7ahbvByzovXBrSDLMy3 { width:22.5rem;height:2.83333325rem;top:30.05859375rem;left:19.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxUbnyHlt2TwAxlGyMJDfLkNuGo0eiA0 { width:7.9375rem;height:7.9375rem;top:30.875rem;left:32.458335876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk { display:block; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lkRQFJ6uA7yVCH31JPTVSDRHA52MHxup { width:40.625rem;height:37.0625rem;top:7.2278747558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XyQimFJ7cSwsWQN0vaIDDbgxGMa0ZevJ { width:17.0625rem;height:10.6875rem;top:20.083343505859rem;left:26.244792938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bo4bRQlTeHfvDmPe748908rdQC175S3K { top:4.8528747558594rem;left:4.42578125rem;width:40.4375rem;height:2.41666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfDzn7A93Muk6oaBb7VmcvAwhLbiChP9 { width:40.625rem;height:5.9375rem;top:3.0716247558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAXKKegXCGcy7nTaVz3S66fafdgWEiSB { top:15.79167175293rem;left:14.59375rem;width:20.25rem;height:2.83333325rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #muqQGzDe8TIlLv9TkWWOe44adQ6tvaHX { top:32.625rem;left:16.65625rem;width:14.375rem;height:2.58333325rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Haxe1H4NpWescdmuGfl7C3zJ0ilnzIH3 { top:35.20703125rem;left:16.65625rem;width:14.375rem;height:3.16666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #waJMLctXS0MdaQnRsMUSAtipG4tudB73 { width:13.75rem;height:3.4375rem;top:38.87370300293rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAWMUkCSlB4Pb2LzeWdgeSzbhNJbMMSi { display:block; }
 }@media only screen and (max-width: 1199px) { #QmcKoU62vMRayLPA7T2wLCZ4wFtcEnst { top:10.31640625rem;left:6.25rem;width:35.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQTask9lqTTA5q5sVQCLZyL3mu05E7VT { width:1.875rem;height:1.875rem;top:20.75rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HTrz6E2AHVLyG38mdVh5ClBADu1hVl9f { width:15.4375rem;height:1.333333375rem;top:21.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CIoHG8MEKieJhssbKV82BpGTaNsxvl8B { width:1.875rem;height:1.875rem;top:23.875rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u4Sc4PGk9ww5SAhDeH7VXLB7BKIICT9C { width:13.75rem;height:1.333333375rem;top:24.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o2wCgs60NffoAnSDaFMnR6LGqQgnpMXa { width:2.1875rem;height:2.1875rem;top:26.5rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rUX1za9DxzMVz5tQ89zn3FLBf8hGr26L { width:16rem;height:2.66666675rem;top:26.5rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UgS2cc9x2GwH58pJXdlo0lC1KDeF6Amm { width:22.5rem;height:4rem;top:50.354187011719rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qPnV36A5vaFUeWzbpZKv249XGBMPmHIr { width:40.625rem;height:8.25rem;top:48.25rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRaC5J1HBS2okRdn8E5itvlKIuUVC1hg { top:35.20703125rem;left:16.65625rem;width:14.375rem;height:3.16666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ { display:block; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZiwgyZ1FLzknPsOgFacwec3e3kNeu3xC { width:29.875rem;height:19.875rem;top:6rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #meawFMrVfFbmDHXCEKP1mc7mTwOta8PS { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqazF6Eow5vAqO8z9dghzVArsCc6VNVW { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TsfthQnREAvcdGwknVqqnKoFuUfdqpgW { width:22.5rem;height:4rem;top:50.354187011719rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ { display:block; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tvc6UNIJLqJN7K0VRdco7b2DkML9Zxky { width:24.3125rem;height:16.9999995rem;top:2.3125rem;left:11.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC { display:none; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #GQbVxM1EmRXFhnDTdmxVZoEt3U57ltuH { width:24.3125rem;height:16.9999995rem;top:2.3125rem;left:11.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i { display:none; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row .container { width:47.75rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #yTEMXQNe0LSv6SZTkSmKzmh8g0KxolMk { width:40.625rem;height:37.0625rem;top:7.2278747558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkFH1Sw1dQ0svGyo3OTs66Kf4Flum02n { width:17.0625rem;height:10.6875rem;top:20.083343505859rem;left:26.244792938233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s3psynPSDw2TQ3AARZkQFHk11dfMu1eQ { top:4.8528747558594rem;left:4.42578125rem;width:40.4375rem;height:2.41666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2Esr0FTNMPkKoRz9OiT8Fn5VUbbHqso { width:40.625rem;height:5.9375rem;top:3.0716247558594rem;left:4.30078125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RNfAdu2JsTZRI6FcchQ6Ieo4TywSs0N5 { top:15.79167175293rem;left:14.59375rem;width:20.25rem;height:2.83333325rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #iysc6k1K6tKk3XITPBfrK9MZgmmU2vhM { top:32.625rem;left:16.65625rem;width:14.375rem;height:2.58333325rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JFsTqPuCio5x93m29lZM3L6aNyvM2tzb { top:35.20703125rem;left:16.65625rem;width:14.375rem;height:3.16666675rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TNzTVQiN4DLnvG0O5sF8h9MqyH7QXLHW { width:13.75rem;height:3.4375rem;top:38.87370300293rem;left:17rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HFAzK3qy0N43c3cdK6u2kJuqsDAMKsWF { display:block; }
 }@media only screen and (max-width: 1199px) { #fo9hDoiwfimXEI6Q9X6qFH23OsKLp9B1 { top:10.31640625rem;left:6.25rem;width:35.25rem;height:4rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ctWrd7vX77iDh3Ka4T5um8PtqJEwq0IC { width:1.875rem;height:1.875rem;top:20.75rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZvpcmk0wAILbdkgi7c97EN5MJyD6zbo { width:15.4375rem;height:1.333333375rem;top:21.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HG5vVS3ZB0wPkU3VSPHI9EXagSK7T5al { width:1.875rem;height:1.875rem;top:23.875rem;left:5.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4tPSHIqzr089eXNU4orbTLHThT5zGHP { width:13.75rem;height:1.333333375rem;top:24.1875rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SB0tKQ8TQbETPm7QSlWgxMBlPXwI1Uuk { width:2.1875rem;height:2.1875rem;top:26.5rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtJeoQh1oZVgdgGp3eTW0wCW0ieTTK67 { width:16rem;height:2.66666675rem;top:26.5rem;left:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UKKTnyqo5aaRAaNcCvuEdcvxQlKrpfnW { width:22.5rem;height:4rem;top:50.354187011719rem;left:12.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UyJiWTIQAw5pTcCpLmATm464cNWoHsUH { width:40.625rem;height:8.25rem;top:48.25rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPsUT3MhQMobntZZXzAvnvq8qayNVRLn { display:none; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Rmbo9qGnJ7z6uMeuQkF6tXxolxLqpIkt { width:29.875rem;height:29.75rem;top:6rem;left:9rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GxpFdE26rBDlwy55xQJI1Ws2xHVIXfkT { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nbkeoLfta3wD8JcqKvytxvTyzKe5r3Tf { width:40.625rem;height:10.625rem;top:34.375rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hKeLhwWHrZoCvE5cwG4mhfUFbAXNIXZh { width:22.5rem;height:4rem;top:50.354187011719rem;left:12.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd { display:block; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { width:47.75rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nxwHIW19TDHMi9RPkbTM3e90slkpGXJF { width:29.8125rem;height:5.6666665rem;top:4.375rem;left:8.96875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t6UloS1Q6hg1yLqR8ArzBSexuOTIvZJe { width:40.625rem;height:8.25rem;top:14.811218261719rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gA6OOsfZEBVFW74qld8L2uKZEk4Sa5qT { width:31.5625rem;height:4rem;top:16.915374755859rem;left:8.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA { display:block; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { width:47.75rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XHaPhJwe8mPQAgi3ARuIl4w80qcvcOwc { width:40.625rem;height:8.25rem;top:14.811218261719rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sOQTmSQTA1vZ1Nxf1uZU8797tT4LeVAi { width:31.5625rem;height:4rem;top:16.915374755859rem;left:8.09375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mkmV8ogAKs161OC57KVrrmhTB8TqALzS { display:block; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HqHJZG0T8swAoLVVKez9XZ8zkt2D1U3I { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 1199px) { #rDsO1rT2MUUCRZFZdIgpvB8HudQ17Sff { width:24.4973965rem;height:2.5rem;top:14.415374755859rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JiZwTXkHo1keQoNMOXlnycJVBm5ct3eM { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 1199px) { #JWLQUmNrsap3EVT4qTWaA5Jo081hvcDz { width:27.5rem;height:7.5rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #el7ssu3dydWtf6yCxqilX1vWlRv0JXgz { width:9.375rem;height:9.375rem;top:4.26953125rem;left:1.7708334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MG2aTqUJlMETMAzuO10nTZCmoGespJwA { display:block; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { width:47.75rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #A3PUX4n88HLQLZZuJxyi1dR2ErSd529f { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 1199px) { #TF0eDTuJNNJcaSCIbl15mieEVi70U6Cp { width:24.4973965rem;height:2.5rem;top:14.790405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuMaDlhsndGJFsDeNXNqfETf9be817lC { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 1199px) { #ageVOCFiiLEK3hlXUTkSK4XC2gRy0xRv { width:27.5rem;height:7.5rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bdUc1SnzRnIvLtpLe1dhuB5kX3b6zAib { width:9.375rem;height:9.375rem;top:4.26953125rem;left:1.7708334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 { display:block; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { width:47.75rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rRgeT1sAfNVT1c146AyH774p3m2emuMu { width:38.6875rem;height:17.3125rem;top:1.875rem;left:6.5625rem;border-top:0.0625rem solid #f4b46d;border-left:0.0625rem solid #f4b46d;border-right:0.0625rem solid #f4b46d;border-bottom:0.0625rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 1199px) { #ZkiTQrRB0KMuqfNOfsyAeycTldZPSDbQ { width:24.4973965rem;height:2.5rem;top:13.665405273438rem;left:15.295573234558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WtITWczz92ycCoHcxBlSpzHIciVTmAeF { width:6.1875rem;height:1.25rem;top:1.83203125rem;left:10.145833969116rem;font-size:6.25rem;color:#f4b46d;display:block; }
 }@media only screen and (max-width: 1199px) { #obA4rdty9U7T2k8GLT2rF8w14nsSFG93 { width:27.5rem;height:6.25rem;top:5.780029296875rem;left:15.295573234558rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HUfs7ietoKswIb2p6hErCJSTCmHJV83M { width:21.875rem;height:3.75rem;top:22.729187011719rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K0z9iLXqKQJtT9mUg6Oa9H34vKeNHSkO { display:block; }
 }@media only screen and (max-width: 1199px) { #Jcz8yeTQRUOIWIOhXfMoW6ATu3TJGRhN { width:9.375rem;height:9.375rem;top:4.26953125rem;left:1.7708334922791rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h9xhZW8IkoCMxck3BkBKyNImlo23GGxn { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/5c2cdc9c-b986-4017-91d8-d0ce9d6f9c2c/summitdlanastolatek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn.adaptive-delivery-prevent-bg, #h9xhZW8IkoCMxck3BkBKyNImlo23GGxn.lazyload, #h9xhZW8IkoCMxck3BkBKyNImlo23GGxn.lazyloading { background-image: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container { background-color: transparent; background-image: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container > .video-iframe-container { display: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row > .video-iframe-container { display: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .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); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container { width:47.75rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Fq9MTIa4T7Al8wbwG0NEx5w1UXDNrzeE { width:25.75rem;height:4.5rem;top:5.2487030029297rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hNUba918Xylg5luKo17JxIcWlks7Ap7n { width:25.6875rem;height:22.75rem;top:11.329437255859rem;left:21.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OiSIbcylEJwpOi7PgbBdJ9dtAdHagxx9 { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #z0l0K1TeFEQd1L1WzeXJy2p1vZ8GrLdA { width:25.75rem;height:2.25rem;top:2.4375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EI8dMqvtRpNFzprZbVefbBQIFG0EXwIB { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #XRUTTxwUItpCbZAPdoAbMEsAVMFkTbIW { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dDF3UlkiPeasoU8l8r5PHzJnvTs9IPJq { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #q1FAcIKrRfXisw3LoBN8QxVi48IKksmd { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZPo2TJ7n6gGGJ9pmKTZl0T1kqDuSkGuS { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #E6EZdP1cqznMAT9fc0xkTFAl1cPGMIFs { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EKbPG6FBRQTazqPpGGfOXzMsErfcisTI { display:block; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gH86tTJNTUG33EZxgXZEv8JQCEWwOCZm { width:17.5rem;height:2.41666675rem;top:2.6458740234375rem;left:15.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #pEfl5rRMWrS41Wt12Ox1STKNFb4C6lUx { width:9.375rem;height:3.5rem;top:6.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JdhqapxaiLZRTVpHUFv29UmzrGUtEEiK { width:9.375rem;height:9.375rem;top:3.8125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TtPfSeg4GINK5Dv4wyhE01LxdiehENCE { width:9.375rem;height:9.375rem;top:3.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQLUmTzUWA8ulEplazEU47210hwTaQXv { width:9.375rem;height:9.375rem;top:3.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d7VDrz9JaNGkO1HTPdiEBgl8iX8AwxlW { width:9.375rem;height:9.375rem;top:3.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AkR81qghUeNAT0UeIMWKIV76u7U5dxo4 { width:47.75rem;height:9.4375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zuXbv6dV8e3BRrcanleZRDLsm2yAUhdH { width:40.625rem;height:10.625rem;top:13.250030517578rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aA2zWz8E8QEz6OVAUHVPwOg3ilqp63yV { width:22.5rem;height:4rem;top:16.593780517578rem;left:13.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs { display:block; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { width:47.75rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-number { padding-top:0.771875rem;padding-right:0.688125rem;padding-bottom:0.771875rem;padding-left:0.688125rem;width:4.128125rem;min-width:4.128125rem;height:4.150625rem;font-size:3.08875rem;line-height:66.41px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.2375rem solid #fea858;border-right:0.239375rem solid #fea858;border-bottom:0.2375rem solid #fea858;border-left:0.239375rem solid #fea858; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4825rem;margin-right:0;margin-bottom:0;margin-left:0;width:5.504375rem;height:1.640625rem;font-size:1.158125rem;line-height:26.25px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps { width:20.9375rem;height:8.2925rem;display:flex;top:10.790374755859rem;left:13.201823234558rem;z-index:15057;padding-top:0.19625rem;padding-right:0.2025rem;padding-bottom:0.19625rem;padding-left:0.2025rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eLQN2zZT9vEDcN8cnRhFDTo8ouVKX9n1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #Gp4zHv4q7HLfAg7NC7Am72GI3ixuExR6 {  }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #rpaMpgLgQizLMNk1FaF2o5ndEaBsZQrh {  }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #gx2rh6H1H99yTzTxU0rs23U6wM6thQ3X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #FqpWGSHGmh8CbwlMkFvuEm3B0CBpXofX {  }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #xDvv3PfarMe1N8Xqs1WwUsn3xs9hNsrM {  }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eQZOyAXbaw8bFltH5UUEs8mqU7M70Q4Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #T0pxvTuuVxDu3nQkVgTN1CWaUb5Z2IlO {  }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #vLxuzosUqJLc1F9VTcysTGF3dGdTULcU {  }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #uoSzZxKIeS8LFxbVCzMTi3gKF27XTCFH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #hG3H8UeFerAQ4RokFX6RmhG238S4n9UH {  }
 }@media only screen and (max-width: 1199px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #AHq2hAOIT5WoAOQ30ZT7bgKxMWvG0hlx {  }
 }@media only screen and (max-width: 1199px) { #BgxkvJTPOukqZSCOvtSl2UpSun7yPxmK { width:19.9375rem;height:2.41666675rem;top:7.3333435058594rem;left:13.90625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxdP8RaAtmOcI6TlN7Ap9OyyKTXPCByv { width:16.25rem;height:3.75rem;top:22.666687011719rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R7r21pNiTngtbhx4gUE17EoNSMkX01Tt { display:block; }
 }@media only screen and (max-width: 1199px) { #GQaJDn2co3NN2TbzegU3eamvWWZDOOlt { width:22.5rem;height:4rem;top:16.593780517578rem;left:13.46875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HEMCSn0TGSnLloT2Fzd8sUaXOT3RhNe4 { width:40.625rem;height:10.625rem;top:13.250030517578rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA { display:block; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #I51blvwyRSTC4EQPU3MgbPJU2hkF0kkm { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dqfABm2TwVS5TRXCZRRibrKz1TUhqsnE { width:1.125rem;height:1.583333375rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P16pzB8Ft482HADfQRayILT6qDyUkT0I { display:none; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hxTWBp2wISIckITX5XydN3iRzTQdxcb1 { width:25.4375rem;height:1.25rem;top:8.6875rem;left:11.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ual28xrhDaTOBXwH6QI3nUnLme6pf13q { display:none; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #hK6SINSv172TX98WN1mu7lbdnKTJ0ykX { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aFP2UrQFCCSOXEIDsS0rZCzJW2tzrKpD { width:1.3125rem;height:1.583333375rem;top:0.6875rem;left:42.33203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OWxaaBBHMPCh1KmHsdGlSMTwEs9KR9TV { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ThqyavtHO8m5G79I0UfZDqx9TlQBwI7L { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBtOWA1uuu6AQ7RWzQn29Qf6GGGKEhVN { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iUR5ccTJqXCfP5dSRTp10gVWBxIVZFz5 { display:block; }
 }@media only screen and (max-width: 1199px) { #qUnZUPKDMByI2wdtPEGm1NZ3OLHz9VLh { width:3.125rem;height:3.125rem;top:20.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2MVs4bBOshecnpSTVbEtTtGfh2AKscX { width:2.1875rem;height:2.1875rem;top:45.8125rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IgK6GZHzARTSyPli5GLBoccn1MbhMFET { width:2.1875rem;height:2.1875rem;top:49.3125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qKZ81luUwu4BnKmGP4CTSG2Tc8eFq91Z { width:29.3125rem;height:1.5625rem;top:46.125rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QEK41ic1adqciW6vw9CassesaDvOfApi { width:29.3125rem;height:1.5625rem;top:49.625rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P39TUn91VQqbxTkmT9Lx6FcSBbErrCvz { width:2.6875rem;height:2.6875rem;top:52.8125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X5zUBw1I9isk32ddUrvCoooOIMqfFMUd { width:23.4375rem;height:3.125rem;top:53.375rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu { display:none; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #ESqE21vTDAEvEQ0FEia6IrUbOHr3UDSJ { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B2rD0dph5fD315TTm8rUFTSGBTq3UKa4 { width:1.3125rem;height:1.583333375rem;top:0.6875rem;left:42.33203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X337i0VJo6tTEfIzVOrrHD6aTuzJEhIC { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #y0CtxEmgTbltMW1Qele8TTmf7BW4aJ4d { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wiJsu5TEsUWJru5gdK3WWLRE4QtQZ7tE { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XIe2n5tOB46smLTRXMzkV91Zs0sTza0M { display:block; }
 }@media only screen and (max-width: 1199px) { #as7vXuzs7ESp19S3Ju75JqM9K86LIEH4 { width:2.1875rem;height:2.1875rem;top:41.5625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cz1SJf7xmUE9hWXKk7r8NH0bF4LMWHUi { width:2.1875rem;height:2.1875rem;top:45.0625rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kd5zDTrEiDDvp1fpV7HhgfXM1umJ0MAf { width:2.6875rem;height:2.6875rem;top:48.5625rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cmp56JmgTXP0Bw05rnHm2dJwuxXPHDhz { width:29.3125rem;height:1.5625rem;top:41.875rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Puo0GHiX7AoPUfTFW7QQnpGGerexu0Mb { width:29.3125rem;height:1.5625rem;top:45.375rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FuaGzUtn5dsk6cyZooBdVEO1rCVtn6P7 { width:23.4375rem;height:3.125rem;top:49.125rem;left:24.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D1rMozbFsc9JskKt4ABtlB8GeemADyhC { width:3.125rem;height:3.125rem;top:20.625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LId77oduXcth2WCMRC6SWvP4otWnvITc { display:none; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #HnG56U3emsDayHD9H7R0EMMHtN78M1Vk { width:47.75rem;height:33.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JqzBJ2oAGFu6kdF0P1RJKswtKNPQbrET { width:40rem;height:22.5rem;top:8.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nA6doWEZFPdd9p7ataZNru8DNBPNz1F7 { width:32.9375rem;height:1.25rem;top:34.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW { display:none; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #q9vFvsRDEgxILCPkHTg7JF5BTT6aa1Gf { width:47.75rem;height:33.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OShheG0apppEBPFnIAZ9Qf5l9ph0hklq { width:40rem;height:22.5rem;top:8.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cr687r5OVTIOgURV2mTSf3zKuWv4mvEa { width:32.9375rem;height:1.25rem;top:34.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z { display:none; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #JWd6K0dI3coFooGWwUzWDZ1VFubTzhBu { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O4M2E5HHa4zTunSyxbDATLzQRDTpHapK { width:1.3125rem;height:1.583333375rem;top:0.6875rem;left:42.33203125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qSQgPMoyZJaAlwOv0dS7nsvJsl0Utp8A { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AgZbRvNTwBXSIIvhGpVy25giAviK5KLl { width:22.5rem;height:6rem;top:7.46875rem;left:24.68359375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bBi0ZNsEf4garpdQLkOlUL7sSpqqO7o1 { width:3.125rem;height:3.125rem;top:36.875rem;left:39.934898376465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi { display:none; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row .container { width:47.75rem;height:39.5625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #nrFDSb32f1MsXnTo3AwT17W2InnPOHhe { width:22.5rem;height:2.58333325rem;top:7.46875rem;left:24.68359375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gCccebAOOOCsfPrCeCUmowDqdTw436EC { width:5.5625rem;height:6.0625rem;top:0.8125rem;left:33.15234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JWX1dBI81fTr1dfUw6CVGpd7TmKpESdO { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dNAHDi2Un0uDu0JIHWM9vQKnhVKqKnPE { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kWUtECSt7JIGDp8IxxyADINPafN18ooN { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg { background-color:#ef5a6f;background-image:none;display:block; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container { background-color: transparent; background-image: none; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container > .video-iframe-container { display: none; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row > .video-iframe-container { display: none; }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .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); }#W9aqXPw3M19UXX9T6bxhbiZIkKOLMuSg > .row .container { width:20rem;height:72.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ln21XCTVTOU17gNDI5h7okRG2mR4hKDB { width:17.4375rem;height:1.25rem;top:50.125rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExDhN7Fgabv9SkbB4R5Fgw2sa8SIS70E { width:20rem;height:1.75rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prR4g1wHlp5wD1V46OD4Maia0qmJdAWV { width:20rem;height:4.875rem;top:9.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIC1vdDAJTscex0kPqZ7bzcHsk5vaveQ { width:16.875rem;height:4.375rem;top:66.229164123538rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiDOK9dsUO1gDzBTcTytxnJxRHR8lwr6 { display:block; }
 }@media only screen and (max-width: 763px) { #botnTPZUGzyvMO8A9WLw0iciBhQcAb11 { display:flex;width:1.5625rem;height:1.5625rem;top:47.8125rem;left:9.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #vCOcTgvIxryNXtP86DfOIwlTN914TdF5 { display:flex;width:1.5625rem;height:1.5625rem;top:53.375rem;left:9.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OmTdVFhX2xXSTkceMHcJ3wk7pVXXbvEL { width:17.1875rem;height:1.25rem;top:55.6875rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVDTfGEi4RChyvaQT1ZRbk8dbrIJBCJL { display:flex;width:1.875rem;height:1.875rem;top:58.8125rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FmcaExFJqKqVN9QL5PfgmLZsn9DmgyaB { width:15.25rem;height:2.5rem;top:61.3125rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZSfZUfG4NAS4NamHb5K5D6z9GSX4dW { width:20rem;height:7.4375rem;top:37.854167938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuWMzfzMKIBV4dq8nhg8Io71mfvqxVkZ { width:20rem;height:3.25rem;top:39.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJvUhW7d5fNZ5qaJ3iMdOwWTfVX5vRQ9 { width:3.6875rem;height:4.0625rem;top:0.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV3l9t2NqcEAEKKxqxG0WSEysMcIT4tz { width:16.25rem;height:0.0625rem;top:8.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlZHXBdllIyfqvZ1EuKKxqOKNgH4IK4B { top:16.395833969116rem;left:0rem;width:20rem;height:20rem;z-index:15000;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgmOUnZ6TEge1erdfNDo7yLREkdTw8zb { top:40.4375rem;left:13.0625rem;width:9.4375rem;height:9.4375rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fC3hmTh7ynwqEOiuCqq61Kt6x2q5UKqD { top:32.677083375rem;left:-2.70833325rem;width:8.9375rem;height:8.9375rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH { background-color:rgba(239,90,111,0.99);background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH.adaptive-delivery-prevent-bg, #o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH.lazyload, #o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH.lazyloading { background-image: none; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container { background-color: transparent; background-image: none; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container > .video-iframe-container { display: none; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row > .video-iframe-container { display: none; }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .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); }#o6NaTP8fu0sZTayR4XLFWZgyrXRqkvDH > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WStIA13vszKfeqMBsiUM7ma0Pd7JTCgS { height:11.23046875rem;width:20rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ9J9AHk4STRCZbqlxkXTFORTXr3ccFl { width:20rem;height:10.625rem;top:12.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTo1TFVAaIJyJKFcPgePZXU5te23kRiT { width:20rem;height:0;top:17.3125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T { display:block; }#iOLxWMaP4lDJueaxWVo3fKSq0vfNzx4T > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7N0aDCeWvkFsLgJTvlQf2R6y43wJdT5 { display:flex;width:1.5625rem;height:1.5625rem;top:9.90625rem;left:1rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #nv0FuyTmDZd0uHryLdCMb6VgNMzHvcqU { width:16.25rem;height:11.25rem;top:9.90625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qlnuLMnThIpzDPmnxMX292MKUqbunKPG { width:16.25rem;height:10rem;top:23.46875rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lnCArPZ5ppBlqktboBUI9wcyKPNsN6V1 { width:16.25rem;height:13.75rem;top:35.728515625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kay6knHGgtsLO0250xdyVWrxSBWmFzTI { display:flex;width:1.5625rem;height:1.5625rem;top:35.728515625rem;left:1rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #zWm2PwTnurulC3zee6xbQ5XeoFnsTlvC { display:flex;width:1.5625rem;height:1.5625rem;top:23.46875rem;left:1rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #c2ycEXSDy2b1TLsn0loQews4x0MKFTnD { width:16.875rem;height:6.3125rem;top:1.25rem;left:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #q3M8CistHhHPHNmoJ2fQqi4rnVxkHTcq { width:20rem;height:3.25rem;top:2.6875rem;left:0rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TEIWf02929JNfmDT6zkpP1ut0qgZ1VOW { width:20rem;height:10.625rem;top:35rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r55UK02KhBbd9hhfsOfNpRDGdCWSLpF3 { width:20rem;height:auto;top:38.9375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvNZU9rPDw0RSckshXGkQPVT0VR48GLp { display:block; }#bvNZU9rPDw0RSckshXGkQPVT0VR48GLp > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPFJ9JTkuqyyNADOEoBGtKmJoZe1CNCU { display:flex;width:1.5625rem;height:1.5625rem;top:7.3125rem;left:0.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #QsHk12w65w6Eoi5J47A29NFVt83l52tL { width:16.25rem;height:7.5rem;top:7.3125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rAScQxiwLgvUTqhKfLuZLO5uJUzmOc2b { width:16.25rem;height:3.75rem;top:18.125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZIR1EOKd0u5IiSMA2GTlIGUUMIBMal1R { width:16.25rem;height:7.5rem;top:25.3125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbZmriSttdo06hhpKx9bIaIMdgSXJmkz { display:flex;width:1.5625rem;height:1.5625rem;top:18.1875rem;left:0.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DFcU4E9yuavApkiytucpyTFx4lg0cRIS { display:flex;width:1.5625rem;height:1.5625rem;top:25.3125rem;left:0.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OPUzI89o9bqT6S5s4oSBMQuMddHwmfrC { width:16.875rem;height:4.4375rem;top:1.25rem;left:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #srAZHlV4vHnFX9uM3UPihVFRcfO46paQ { width:20rem;height:1.625rem;top:2.6875rem;left:0rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #QE02iz27JPIm47THKxvHOlv8OThBgAGe { width:20rem;height:20rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3fk7OXOLar12vyqALHGlvumLUlqOmek { width:20rem;height:20rem;top:10.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Fd9P2EXxxMsFUa91nb6sMTwzPZn9fqmA { display:none; }#Fd9P2EXxxMsFUa91nb6sMTwzPZn9fqmA > .row .container { width:20rem;height:36.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pLqiLUJNsBrSKBuZJLW6spdhsE9vB0SK { display:flex;width:1.5625rem;height:1.5625rem;top:7.3125rem;left:0.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Dql7C6sWv3gQRy1IgVfJDLHSeJP49RTN { width:16.25rem;height:7.5rem;top:7.3125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rZ9Ttq2dgsXlPWq91pe2E0MMnyUbqxrD { width:16.25rem;height:3.75rem;top:18.125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kOOwoCDrUSAtnx4QELbEU2aLnUlGQooy { width:16.25rem;height:8.75rem;top:25.3125rem;left:3rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Aw0VzZaB58hMth6DGRximUSMiQkNIib7 { display:flex;width:1.5625rem;height:1.5625rem;top:18.1875rem;left:0.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Zgf2sVinLz6zuT9hTbFENsXGhpwUETcL { display:flex;width:1.5625rem;height:1.5625rem;top:25.3125rem;left:0.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #RAMJd1Pwvw6AtdL9LL42EV4HEtCSasTZ { width:16.875rem;height:4.4375rem;top:1.25rem;left:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #CA27brArP6DOO5NEXkaKJvXalrewVcRZ { width:20rem;height:1.583333375rem;top:2.6875rem;left:0rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #BxVSUT3N88stU9QOlmkls77OFxJDssMb { width:20rem;height:20rem;top:28.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ef8gr0y1AzoDZzE3A7fTlrB0QOQSHnMc { width:20rem;height:20rem;top:10.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vcqZSlaUPToV6rACqCvxKhe9gDEWn150 { display:none; }#vcqZSlaUPToV6rACqCvxKhe9gDEWn150 > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IkCSNePBNBymAAfWBsEXUtIwriLs4leD { display:flex;width:1.5625rem;height:1.5625rem;top:9.90625rem;left:1rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ATykHTim5pInWKUf57ianVMqL7WCkLve { width:16.25rem;height:11.25rem;top:9.90625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DdPbClq98ca6gOB8SJdLc6bce4hfDyTw { width:16.25rem;height:10rem;top:23.46875rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdRT4kXI2dgDaJOnxlRIMbLT9skb1ofR { width:16.25rem;height:15rem;top:35.728515625rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vMeFHEhIayWJy9HHHGLXbdcfEkyfiNaa { display:flex;width:1.5625rem;height:1.5625rem;top:35.728515625rem;left:1rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Mz6wubgfL7UEZCOOngNAFnWcW8NwZ6Hv { display:flex;width:1.5625rem;height:1.5625rem;top:23.46875rem;left:1rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xEPcVekrJlaR9kWk0Cq4Vy0xTQJeXTnM { width:16.875rem;height:6.3125rem;top:1.25rem;left:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #R425m7DlhxZ2r5TR1raZ7ZE1Mz3Pvv66 { width:20rem;height:3.16666675rem;top:2.6875rem;left:0rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #LbCTrpZu0BBGBhB4T4r3nWUOmfRhqmwu { width:20rem;height:10.625rem;top:35rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydG8eZ04lQU2eo3cuOyQdtWasfiH3mLv { width:20rem;height:auto;top:38.9375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fc5ESaE5MWGAdP8kZGyaTI9LFD0LxvDq { display:none; }#Fc5ESaE5MWGAdP8kZGyaTI9LFD0LxvDq > .row .container { width:20rem;height:29.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GpXTTRNxQNgdC1iFf1KT58L3e2hPkAWg { width:16.25rem;height:2.5rem;top:1.5416717529297rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #onNmyXmB4qWCxWk7HCdnxv3CDN1rhJky { width:16.4375rem;height:2.5rem;top:12.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4wc4c0IcfFPy3mGTEJHuwVGs1cWlF1 { width:16.4375rem;height:2.5rem;top:18.9375rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1lbzxSiu6Bxs2wkiZaK7bgvSWqJquBu { width:16.4375rem;height:2.5rem;top:7.020835876465rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayy8rDwkWvdHv28XP5kaZdA5B8ITxZ5V { display:flex;width:1.5625rem;height:1.5625rem;top:1.5625rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #WdtZhH7JVBnzerxVaGZR4fLmvnNZsUUG { display:flex;width:1.5625rem;height:1.5625rem;top:12.8125rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uZZaGa7ZwQ3EJs9ogAWEAy2A4UiNFlUg { display:flex;width:1.5625rem;height:1.5625rem;top:7.020835876465rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OCVZaV1F0q9NsuGkJ7Oi1IKab1qQxXSI { display:flex;width:1.5625rem;height:1.5625rem;top:18.9375rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #OsTX8kR4yB0AePS1FfqJkJqzN3o4k32T { display:none; }#OsTX8kR4yB0AePS1FfqJkJqzN3o4k32T > .row .container { width:20rem;height:32.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JxCWgpm4oa8JRNzqmP13s4Prf4cw4cav { display:flex;width:1.5625rem;height:1.5625rem;top:8.7708435058594rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #WgZ1idIdKdBbFh7Vip8I8kqAuaR73enS { width:16.25rem;height:2.5rem;top:8.75rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HotvexTBbD1TElRxeBe1VcvAghRpAbMo { width:16.25rem;height:2.5rem;top:14.82292175293rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bM9iBcNllANFu2f5f1UTocXM5mnqtmby { width:16.25rem;height:2.5rem;top:20.41667175293rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TIz5KLiH6c79CH8q8RtsbHRkore9w2T1 { display:flex;width:1.5625rem;height:1.5625rem;top:14.75rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xxaQs2IX24mlFFxqlZOhMCLQ3UDzIOJi { display:flex;width:1.5625rem;height:1.5625rem;top:20.4375rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BqKvqxumZ8ToKkH4eNu1GXVqIUhRFhQL { width:16.875rem;height:6.3125rem;top:1.25rem;left:1.5625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #va0raTIMAM6yS8Q7fIk8A1NkEpeN9H2S { width:20rem;height:3.16666675rem;top:2.6875rem;left:0rem;font-size:1.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #AcPBWFCLXCJivDatyAbLCqxP3lJoRzye { display:none; }#AcPBWFCLXCJivDatyAbLCqxP3lJoRzye > .row .container { width:20rem;height:29.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tKtfmwqovl7zdxt0cTfCr27UvLUxX4pH { width:16.25rem;height:2.5rem;top:1.5416717529297rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNXo06NTO8qTRHvkLqExh47eTBEn4m2x { width:16.4375rem;height:2.5rem;top:12.8125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiGokBNGC3OqWtAr8dNzanheXFGWT2BP { width:16.4375rem;height:2.5rem;top:18.9375rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn5P8OTIfJbNWcUKL3hSxfchBmCHQ0aZ { width:16.4375rem;height:2.5rem;top:7.020835876465rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWVkpUb8DEhtSznkVnJrauIUxT7WcELE { display:flex;width:1.5625rem;height:1.5625rem;top:1.5625rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #dQuC6EQiFTQHV6ov7LKDwbk2avElS69k { display:flex;width:1.5625rem;height:1.5625rem;top:12.8125rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GSHVHAkTDTy3JQaH00H4T1J6ZmIoeopJ { display:flex;width:1.5625rem;height:1.5625rem;top:7.020835876465rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #laDTKSVehdrR1uxAGoJhOR18AIfIqPS3 { display:flex;width:1.5625rem;height:1.5625rem;top:18.9375rem;left:0.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3 { display:none; }#DpKDIToTmnH2WzL4PSwe2PBtmFlwyki3 > .row .container { width:20rem;height:41rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WweTs17GDHLDh8u2drRGUwxu8qoSOF7X { width:9.375rem;height:9.375rem;top:2.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbQ0V3XFn81G1wn8ffkFbTL7d7CfDzrL { width:17.5rem;height:14.999999625rem;top:12.5625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULPa5p3qB4i4zFfxy39APytkJOxOeh1G { width:18.125rem;height:3.75rem;top:30.3125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCNoIDUvkuuHNbxkPKeG7GCqlPiTCZTN { width:18.75rem;height:27.75rem;top:7.1875rem;left:0.625rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx { display:block; }#vi5kgkcbTZPLtz9QkfesCPo6Bhe1lQKx > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJuxbRLDh6LZJwWFbNcb9c8CuTqFGJzo { width:17.5rem;height:25.3125rem;top:12.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3XPhsvr2foHmgNAEbT5W4ykVvE1JSVi { width:20rem;height:3.75rem;top:40.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T84VI1tL2Oid0XUHH2owLeX0eUqe28lb { width:9.375rem;height:9.375rem;top:2.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7zfsIUyP0t2RvBtqqoI0eoioTAe2UHl { width:19.75rem;height:36.8125rem;top:6.625rem;left:0rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p { display:none; }#DBFRgreCgWrEI7HXFmtgtAEHP6mG7x0p > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT { background-color:#ef5a6f;background-image:none;display:block; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container { background-color: transparent; background-image: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container > .video-iframe-container { display: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row > .video-iframe-container { display: none; }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .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); }#TRPOf8ia8MiIspcCAlf1ObOIdRpX3aDT > .row .container { width:20rem;height:57.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hICuZgr8hMZxqW4MLVtZXXWGKP5gHk62 { width:17.75rem;height:18.75rem;top:28.10417175293rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZLcUQL2Xm4oiWezRH528h2rSlbk0Iex { width:20rem;height:0;top:23.512500762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15009;font-family:"josefin sans";display:none; }
 }@media only screen and (max-width: 763px) { #mzHVAgs6Pl0STuKfWBTF3OfqgAfLy2Bs { width:18.75rem;height:3.5rem;top:22.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDMFDXDzPoqT2H18zcFo1ZdgwMsPEq05 { top:1.3099060058594rem;left:0rem;width:20rem;height:20rem;z-index:15016;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhEWwzobnb5Fa7ahbvByzovXBrSDLMy3 { width:17.9375rem;height:2.4375rem;top:51.4375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxUbnyHlt2TwAxlGyMJDfLkNuGo0eiA0 { width:6.3125rem;height:6.3125rem;top:50.5rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk { background-color:#ef5a6f;background-image:none;display:block; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { background-color: transparent; background-image: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container > .video-iframe-container { display: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row > .video-iframe-container { display: none; }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .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); }#JsIEQCibWpTGD70zmt7RrOgTuxA9s1Bk > .row .container { width:20rem;height:57.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lkRQFJ6uA7yVCH31JPTVSDRHA52MHxup { width:18.75rem;height:55.5rem;top:0.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyQimFJ7cSwsWQN0vaIDDbgxGMa0ZevJ { width:17.1875rem;height:10.75rem;top:11.35546875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo4bRQlTeHfvDmPe748908rdQC175S3K { width:17rem;height:4rem;top:1.41796875rem;left:1.40625rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hfDzn7A93Muk6oaBb7VmcvAwhLbiChP9 { width:17.5rem;height:5.5625rem;top:0.67840576171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAXKKegXCGcy7nTaVz3S66fafdgWEiSB { width:20rem;height:2.5rem;top:23.1875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #muqQGzDe8TIlLv9TkWWOe44adQ6tvaHX { width:17.1875rem;height:4.875rem;top:38.375rem;left:1.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Haxe1H4NpWescdmuGfl7C3zJ0ilnzIH3 { width:20rem;height:3.1875rem;top:43.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #waJMLctXS0MdaQnRsMUSAtipG4tudB73 { width:16.875rem;height:3.375rem;top:50.3125rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWMUkCSlB4Pb2LzeWdgeSzbhNJbMMSi { display:block; }
 }@media only screen and (max-width: 763px) { #QmcKoU62vMRayLPA7T2wLCZ4wFtcEnst { width:20rem;height:2.875rem;top:7.2080078125rem;left:0rem;font-size:1.125rem;color:#ef5a6f;display:block; }
 }@media only screen and (max-width: 763px) { #NQTask9lqTTA5q5sVQCLZyL3mu05E7VT { display:flex;width:1.5625rem;height:1.5625rem;top:27.84375rem;left:1.40625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #HTrz6E2AHVLyG38mdVh5ClBADu1hVl9f { width:15rem;height:1.375rem;top:27.9375rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIoHG8MEKieJhssbKV82BpGTaNsxvl8B { display:flex;width:1.5625rem;height:1.5625rem;top:31.5rem;left:1.40625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #u4Sc4PGk9ww5SAhDeH7VXLB7BKIICT9C { width:15rem;height:1.375rem;top:31.59375rem;left:3.65625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2wCgs60NffoAnSDaFMnR6LGqQgnpMXa { display:flex;width:1.875rem;height:1.875rem;top:34.75rem;left:1.40625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #rUX1za9DxzMVz5tQ89zn3FLBf8hGr26L { width:14.4375rem;height:2.75rem;top:34.75rem;left:4.21875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgS2cc9x2GwH58pJXdlo0lC1KDeF6Amm { width:20rem;height:0;top:50.125030517578rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPnV36A5vaFUeWzbpZKv249XGBMPmHIr { width:20rem;height:10.625rem;top:47.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JRaC5J1HBS2okRdn8E5itvlKIuUVC1hg { width:20rem;height:3.1875rem;top:46.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ { display:block; }#pHguVA9XKLr6ItG6ECzVnrW779CnlXtQ > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiwgyZ1FLzknPsOgFacwec3e3kNeu3xC { width:17.375rem;height:11.5625rem;top:11.46875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meawFMrVfFbmDHXCEKP1mc7mTwOta8PS { width:18.4375rem;height:13.125rem;top:10.5625rem;left:0.8125rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #RqazF6Eow5vAqO8z9dghzVArsCc6VNVW { width:18.4375rem;height:7.25rem;top:1.4817504882812rem;left:0.78125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TsfthQnREAvcdGwknVqqnKoFuUfdqpgW { width:16.9375rem;height:4.875rem;top:2.7213745117188rem;left:1.53125rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ { display:block; }#JTdVi1wvwo2mHrCfinitAJyvQVaVpLlJ > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tvc6UNIJLqJN7K0VRdco7b2DkML9Zxky { width:18.1875rem;height:22.5rem;top:1.8125rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC { display:none; }#Fr8n4k1MbV9wOXtn1CeTx1wDoPEoMybC > .row .container { width:20rem;height:19.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GQbVxM1EmRXFhnDTdmxVZoEt3U57ltuH { width:18.1875rem;height:15rem;top:1.8125rem;left:0.90625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i { background-color:#ef5a6f;background-image:none;display:none; }#n6F1dzmC2UcB22N0oOR0fdC5icVd0m8i > .row .container { width:20rem;height:53.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yTEMXQNe0LSv6SZTkSmKzmh8g0KxolMk { width:18.75rem;height:51rem;top:0.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkFH1Sw1dQ0svGyo3OTs66Kf4Flum02n { width:17.1875rem;height:10.75rem;top:12.10546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3psynPSDw2TQ3AARZkQFHk11dfMu1eQ { width:11.1875rem;height:4rem;top:1.41796875rem;left:4.40625rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J2Esr0FTNMPkKoRz9OiT8Fn5VUbbHqso { width:17.5rem;height:5.5625rem;top:0.67840576171875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNfAdu2JsTZRI6FcchQ6Ieo4TywSs0N5 { width:20rem;height:2.5rem;top:25.3125rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iysc6k1K6tKk3XITPBfrK9MZgmmU2vhM { width:20rem;height:2.58333325rem;top:41rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFsTqPuCio5x93m29lZM3L6aNyvM2tzb { width:20rem;height:3.16666675rem;top:43.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNzTVQiN4DLnvG0O5sF8h9MqyH7QXLHW { width:16.875rem;height:3.375rem;top:46.75rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFAzK3qy0N43c3cdK6u2kJuqsDAMKsWF { display:block; }
 }@media only screen and (max-width: 763px) { #fo9hDoiwfimXEI6Q9X6qFH23OsKLp9B1 { width:20rem;height:2.83333325rem;top:7.7083435058594rem;left:0rem;font-size:1.125rem;color:#ef5a6f;display:block; }
 }@media only screen and (max-width: 763px) { #ctWrd7vX77iDh3Ka4T5um8PtqJEwq0IC { display:flex;width:1.5625rem;height:1.5625rem;top:30rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #cZvpcmk0wAILbdkgi7c97EN5MJyD6zbo { width:15rem;height:1.333333375rem;top:30.125rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG5vVS3ZB0wPkU3VSPHI9EXagSK7T5al { display:flex;width:1.5625rem;height:1.5625rem;top:32.875rem;left:1.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #l4tPSHIqzr089eXNU4orbTLHThT5zGHP { width:15rem;height:1.333333375rem;top:33rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB0tKQ8TQbETPm7QSlWgxMBlPXwI1Uuk { display:flex;width:1.875rem;height:1.875rem;top:36rem;left:0.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #KtJeoQh1oZVgdgGp3eTW0wCW0ieTTK67 { width:14.4375rem;height:2.66666675rem;top:36rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKKTnyqo5aaRAaNcCvuEdcvxQlKrpfnW { width:20rem;height:0;top:50.125030517578rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyJiWTIQAw5pTcCpLmATm464cNWoHsUH { width:20rem;height:10.625rem;top:47.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPsUT3MhQMobntZZXzAvnvq8qayNVRLn { display:none; }#RPsUT3MhQMobntZZXzAvnvq8qayNVRLn > .row .container { width:20rem;height:35rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Rmbo9qGnJ7z6uMeuQkF6tXxolxLqpIkt { width:17.375rem;height:17.25rem;top:11.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxpFdE26rBDlwy55xQJI1Ws2xHVIXfkT { width:18.4375rem;height:18.1875rem;top:10.8125rem;left:0.8125rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:block; }
 }@media only screen and (max-width: 763px) { #nbkeoLfta3wD8JcqKvytxvTyzKe5r3Tf { width:18.4375rem;height:7.25rem;top:1.4817504882812rem;left:0.78125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #hKeLhwWHrZoCvE5cwG4mhfUFbAXNIXZh { width:16.9375rem;height:4.750000125rem;top:2.7213745117188rem;left:1.53125rem;font-size:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd { background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.adaptive-delivery-prevent-bg, #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.lazyload, #Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd.lazyloading { background-image: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { background-color: transparent; background-image: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container > .video-iframe-container { display: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row > .video-iframe-container { display: none; }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .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); }#Maqh4dnIBHrREQGqcXJQ8iaGQkkzi0vd > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxwHIW19TDHMi9RPkbTM3e90slkpGXJF { width:20rem;height:3.5rem;top:2.2083740234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t6UloS1Q6hg1yLqR8ArzBSexuOTIvZJe { width:16.875rem;height:7.0625rem;top:8.3541870117188rem;left:2.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gA6OOsfZEBVFW74qld8L2uKZEk4Sa5qT { width:20rem;height:0;top:1.3541870117188rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA { display:block; }#ZQJsF9HuQKpwHh9FEutWrrokvOdRhLsA > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHaPhJwe8mPQAgi3ARuIl4w80qcvcOwc { width:16.875rem;height:7.0625rem;top:1.9375rem;left:1.53125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #sOQTmSQTA1vZ1Nxf1uZU8797tT4LeVAi { width:20rem;height:4.875rem;top:3.0716552734375rem;left:0rem;font-size:1.25rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mkmV8ogAKs161OC57KVrrmhTB8TqALzS { background-color:#ffeaec;background-image:none;display:block; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { background-color: transparent; background-image: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container > .video-iframe-container { display: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row > .video-iframe-container { display: none; }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .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); }#mkmV8ogAKs161OC57KVrrmhTB8TqALzS > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqHJZG0T8swAoLVVKez9XZ8zkt2D1U3I { width:19.4375rem;height:28.5625rem;top:6.5rem;left:0.19661462306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rDsO1rT2MUUCRZFZdIgpvB8HudQ17Sff { width:18.1223965rem;height:3.125rem;top:28.141967773438rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JiZwTXkHo1keQoNMOXlnycJVBm5ct3eM { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWLQUmNrsap3EVT4qTWaA5Jo081hvcDz { width:17.5rem;height:14.0625rem;top:12.569091796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #el7ssu3dydWtf6yCxqilX1vWlRv0JXgz { width:9.375rem;height:9.375rem;top:2.015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG2aTqUJlMETMAzuO10nTZCmoGespJwA { background-color:#ffeaec;background-image:none;display:block; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { background-color: transparent; background-image: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container > .video-iframe-container { display: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row > .video-iframe-container { display: none; }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .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); }#MG2aTqUJlMETMAzuO10nTZCmoGespJwA > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3PUX4n88HLQLZZuJxyi1dR2ErSd529f { width:19.4375rem;height:28.5625rem;top:6.5rem;left:0.19661462306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TF0eDTuJNNJcaSCIbl15mieEVi70U6Cp { width:18.1223965rem;height:3.125rem;top:28.141967773438rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #RuMaDlhsndGJFsDeNXNqfETf9be817lC { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ageVOCFiiLEK3hlXUTkSK4XC2gRy0xRv { width:17.5rem;height:14.0625rem;top:12.569091796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bdUc1SnzRnIvLtpLe1dhuB5kX3b6zAib { width:9.375rem;height:9.375rem;top:2.015625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 { background-color:#ffeaec;background-image:none;display:block; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { background-color: transparent; background-image: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container > .video-iframe-container { display: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row > .video-iframe-container { display: none; }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .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); }#wHtt0Za0c8q6e0pFouuNK27MRJdWNfT2 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRgeT1sAfNVT1c146AyH774p3m2emuMu { width:19.4375rem;height:28.5625rem;top:6.5rem;left:0.19661462306976rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZkiTQrRB0KMuqfNOfsyAeycTldZPSDbQ { width:18.1223965rem;height:4.6875rem;top:28.141967773438rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WtITWczz92ycCoHcxBlSpzHIciVTmAeF { width:6.1875rem;height:0;top:50.830811171875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #obA4rdty9U7T2k8GLT2rF8w14nsSFG93 { width:17.5rem;height:12.5rem;top:12.569091796875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HUfs7ietoKswIb2p6hErCJSTCmHJV83M { width:19.4375rem;height:4.4375rem;top:37.312530517578rem;left:0.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0z9iLXqKQJtT9mUg6Oa9H34vKeNHSkO { display:block; }
 }@media only screen and (max-width: 763px) { #Jcz8yeTQRUOIWIOhXfMoW6ATu3TJGRhN { width:9.3125rem;height:9.3125rem;top:1.7708740234375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9xhZW8IkoCMxck3BkBKyNImlo23GGxn { background-color:#ef5a6f;background-image:none;display:block; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container { background-color: transparent; background-image: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container > .video-iframe-container { display: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row > .video-iframe-container { display: none; }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .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); }#h9xhZW8IkoCMxck3BkBKyNImlo23GGxn > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq9MTIa4T7Al8wbwG0NEx5w1UXDNrzeE { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNUba918Xylg5luKo17JxIcWlks7Ap7n { width:18.125rem;height:33.25rem;top:33.3125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OiSIbcylEJwpOi7PgbBdJ9dtAdHagxx9 { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #z0l0K1TeFEQd1L1WzeXJy2p1vZ8GrLdA { width:20rem;height:1.75rem;top:23.255218505859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI8dMqvtRpNFzprZbVefbBQIFG0EXwIB { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #XRUTTxwUItpCbZAPdoAbMEsAVMFkTbIW { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #dDF3UlkiPeasoU8l8r5PHzJnvTs9IPJq { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #q1FAcIKrRfXisw3LoBN8QxVi48IKksmd { top:1.796875rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #ZPo2TJ7n6gGGJ9pmKTZl0T1kqDuSkGuS { width:18.75rem;height:5.625rem;top:26.057312011719rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #E6EZdP1cqznMAT9fc0xkTFAl1cPGMIFs { top:1.4166870117188rem;left:0rem;width:20rem;height:20rem;z-index:15024;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKbPG6FBRQTazqPpGGfOXzMsErfcisTI { display:block; }#EKbPG6FBRQTazqPpGGfOXzMsErfcisTI > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gH86tTJNTUG33EZxgXZEv8JQCEWwOCZm { width:12.5rem;height:1.75rem;top:2.1458129882812rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEfl5rRMWrS41Wt12Ox1STKNFb4C6lUx { width:5.625rem;height:2.125rem;top:5.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdhqapxaiLZRTVpHUFv29UmzrGUtEEiK { width:5.625rem;height:5.625rem;top:3.3125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtPfSeg4GINK5Dv4wyhE01LxdiehENCE { width:5.625rem;height:5.625rem;top:3.3125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQLUmTzUWA8ulEplazEU47210hwTaQXv { width:5.125rem;height:5.125rem;top:7.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7VDrz9JaNGkO1HTPdiEBgl8iX8AwxlW { width:5.125rem;height:5.125rem;top:7.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkR81qghUeNAT0UeIMWKIV76u7U5dxo4 { width:20rem;height:9.4375rem;top:1.4166870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuXbv6dV8e3BRrcanleZRDLsm2yAUhdH { width:20rem;height:10.625rem;top:33.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aA2zWz8E8QEz6OVAUHVPwOg3ilqp63yV { width:20rem;height:0;top:27.65625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs { background-color:#ef5a6f;background-image:url("https://images.assets-landingi.com/uc/cc98c462-c5a1-403d-9b5e-f54f5dba86a0/35.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.adaptive-delivery-prevent-bg, #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.lazyload, #NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs.lazyloading { background-image: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { background-color: transparent; background-image: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container > .video-iframe-container { display: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row > .video-iframe-container { display: none; }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .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); }#NFU9P1pXhR8pUCTCxyFF5MxiTIFplHHs > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;border-top:0.1875rem solid #f4b46d;border-left:0.1875rem solid #f4b46d;border-right:0.1875rem solid #f4b46d;border-bottom:0.1875rem solid #f4b46d; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps { width:14.625rem;height:5.4375rem;display:flex;top:12.3125rem;left:2.4375rem;z-index:15057; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eLQN2zZT9vEDcN8cnRhFDTo8ouVKX9n1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #Gp4zHv4q7HLfAg7NC7Am72GI3ixuExR6 {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #rpaMpgLgQizLMNk1FaF2o5ndEaBsZQrh {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #gx2rh6H1H99yTzTxU0rs23U6wM6thQ3X { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #FqpWGSHGmh8CbwlMkFvuEm3B0CBpXofX {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #xDvv3PfarMe1N8Xqs1WwUsn3xs9hNsrM {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #eQZOyAXbaw8bFltH5UUEs8mqU7M70Q4Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #T0pxvTuuVxDu3nQkVgTN1CWaUb5Z2IlO {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #vLxuzosUqJLc1F9VTcysTGF3dGdTULcU {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #uoSzZxKIeS8LFxbVCzMTi3gKF27XTCFH { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #hG3H8UeFerAQ4RokFX6RmhG238S4n9UH {  }
 }@media only screen and (max-width: 763px) { #AMDG2LxP4R3DTo1QuLDvDMNeCdK1Z4Ps #AHq2hAOIT5WoAOQ30ZT7bgKxMWvG0hlx {  }
 }@media only screen and (max-width: 763px) { #BgxkvJTPOukqZSCOvtSl2UpSun7yPxmK { width:19.9375rem;height:1.625rem;top:9.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxdP8RaAtmOcI6TlN7Ap9OyyKTXPCByv { width:16.875rem;height:4.4375rem;top:20.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7r21pNiTngtbhx4gUE17EoNSMkX01Tt { display:block; }
 }@media only screen and (max-width: 763px) { #GQaJDn2co3NN2TbzegU3eamvWWZDOOlt { width:16.8125rem;height:3.25rem;top:3.875rem;left:1.5625rem;font-size:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #HEMCSn0TGSnLloT2Fzd8sUaXOT3RhNe4 { width:16.875rem;height:6rem;top:2.4375rem;left:1.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA { display:block; }#qKo2So9mQGR0wqcvFvgfw7gK4hsQpDPA > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I51blvwyRSTC4EQPU3MgbPJU2hkF0kkm { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqfABm2TwVS5TRXCZRRibrKz1TUhqsnE { width:1.3125rem;height:1.1875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #P16pzB8Ft482HADfQRayILT6qDyUkT0I { display:none; }#P16pzB8Ft482HADfQRayILT6qDyUkT0I > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxTWBp2wISIckITX5XydN3iRzTQdxcb1 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ual28xrhDaTOBXwH6QI3nUnLme6pf13q { display:none; }#ual28xrhDaTOBXwH6QI3nUnLme6pf13q > .row .container { width:20rem;height:62.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hK6SINSv172TX98WN1mu7lbdnKTJ0ykX { width:20rem;height:9.8360655737706rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFP2UrQFCCSOXEIDsS0rZCzJW2tzrKpD { width:1.3125rem;height:0;top:16.4375rem;left:14.020832061767rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWxaaBBHMPCh1KmHsdGlSMTwEs9KR9TV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThqyavtHO8m5G79I0UfZDqx9TlQBwI7L { width:20rem;height:0;top:8.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBtOWA1uuu6AQ7RWzQn29Qf6GGGKEhVN { width:19rem;height:4.4375rem;top:26.8359375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUR5ccTJqXCfP5dSRTp10gVWBxIVZFz5 { display:block; }
 }@media only screen and (max-width: 763px) { #qUnZUPKDMByI2wdtPEGm1NZ3OLHz9VLh { display:flex;width:3.125rem;height:3.125rem;top:32.5234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #G2MVs4bBOshecnpSTVbEtTtGfh2AKscX { display:flex;width:2.1875rem;height:2.1875rem;top:39.7734375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #IgK6GZHzARTSyPli5GLBoccn1MbhMFET { display:flex;width:2.1875rem;height:2.1875rem;top:46.0234375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #qKZ81luUwu4BnKmGP4CTSG2Tc8eFq91Z { width:20rem;height:0;top:36.9609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEK41ic1adqciW6vw9CassesaDvOfApi { width:20rem;height:0;top:43.2109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P39TUn91VQqbxTkmT9Lx6FcSBbErrCvz { display:flex;width:2.6875rem;height:2.6875rem;top:53.8359375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #X5zUBw1I9isk32ddUrvCoooOIMqfFMUd { width:20rem;height:0;top:49.4609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu { display:none; }#JRaZF4X8MsZUtA3xtWcrfxGZ9x4EHdGu > .row .container { width:20rem;height:62.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ESqE21vTDAEvEQ0FEia6IrUbOHr3UDSJ { width:20rem;height:9.8360655737706rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2rD0dph5fD315TTm8rUFTSGBTq3UKa4 { width:1.3125rem;height:0;top:16.4375rem;left:14.020832061767rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X337i0VJo6tTEfIzVOrrHD6aTuzJEhIC { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0CtxEmgTbltMW1Qele8TTmf7BW4aJ4d { width:20rem;height:0;top:8.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiJsu5TEsUWJru5gdK3WWLRE4QtQZ7tE { width:19rem;height:4.4375rem;top:26.8359375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIe2n5tOB46smLTRXMzkV91Zs0sTza0M { display:block; }
 }@media only screen and (max-width: 763px) { #as7vXuzs7ESp19S3Ju75JqM9K86LIEH4 { display:flex;width:2.1875rem;height:2.1875rem;top:39.7734375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Cz1SJf7xmUE9hWXKk7r8NH0bF4LMWHUi { display:flex;width:2.1875rem;height:2.1875rem;top:46.0234375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Kd5zDTrEiDDvp1fpV7HhgfXM1umJ0MAf { display:flex;width:2.6875rem;height:2.6875rem;top:53.8359375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Cmp56JmgTXP0Bw05rnHm2dJwuxXPHDhz { width:20rem;height:0;top:36.9609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Puo0GHiX7AoPUfTFW7QQnpGGerexu0Mb { width:20rem;height:0;top:43.2109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuaGzUtn5dsk6cyZooBdVEO1rCVtn6P7 { width:20rem;height:0;top:49.4609375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1rMozbFsc9JskKt4ABtlB8GeemADyhC { display:flex;width:3.125rem;height:3.125rem;top:32.5234375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LId77oduXcth2WCMRC6SWvP4otWnvITc { display:none; }#LId77oduXcth2WCMRC6SWvP4otWnvITc > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HnG56U3emsDayHD9H7R0EMMHtN78M1Vk { width:20rem;height:33.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqzBJ2oAGFu6kdF0P1RJKswtKNPQbrET { height:11.25rem;width:20rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA6doWEZFPdd9p7ataZNru8DNBPNz1F7 { width:20rem;height:0;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW { display:none; }#rk6oH9Wl3lkcDv6yLAPPdlFr3Mg90aHW > .row .container { width:20rem;height:40rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q9vFvsRDEgxILCPkHTg7JF5BTT6aa1Gf { width:20rem;height:33.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OShheG0apppEBPFnIAZ9Qf5l9ph0hklq { height:11.25rem;width:20rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr687r5OVTIOgURV2mTSf3zKuWv4mvEa { width:20rem;height:0;top:29.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z { display:none; }#svMQhKuweQb09KzIu2T1Dbtx3d4Q7b7z > .row .container { width:20rem;height:86.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JWd6K0dI3coFooGWwUzWDZ1VFubTzhBu { width:20rem;height:9.8360655737706rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4M2E5HHa4zTunSyxbDATLzQRDTpHapK { width:1.3125rem;height:0;top:16.4375rem;left:14.020832061767rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSQgPMoyZJaAlwOv0dS7nsvJsl0Utp8A { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgZbRvNTwBXSIIvhGpVy25giAviK5KLl { width:20rem;height:0;top:8.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBi0ZNsEf4garpdQLkOlUL7sSpqqO7o1 { display:flex;width:3.125rem;height:3.125rem;top:26.8359375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi { background-color:#ef5a6f;background-image:none;display:none; }#oN9QTVXUT2qFCmXTGOo5DXJbRcZUbFSi > .row .container { width:20rem;height:73.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nrFDSb32f1MsXnTo3AwT17W2InnPOHhe { width:20rem;height:1.75rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCccebAOOOCsfPrCeCUmowDqdTw436EC { width:3.6875rem;height:4.0625rem;top:0.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWX1dBI81fTr1dfUw6CVGpd7TmKpESdO { top:16.395833969116rem;left:0rem;width:20rem;height:20rem;z-index:15000;overflow:hidden;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNAHDi2Un0uDu0JIHWM9vQKnhVKqKnPE { top:40.4375rem;left:13.0625rem;width:9.4375rem;height:9.4375rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kWUtECSt7JIGDp8IxxyADINPafN18ooN { top:32.677083375rem;left:-2.70833325rem;width:8.9375rem;height:8.9375rem;z-index:15029;overflow:hidden;display:block; }
 }