.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,211,222;--color-primary-1:217,163,176;--color-primary-2:191,102,124;--color-primary-3:115,61,74;--color-primary-4:148,0,37;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:118,118,118;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:241,133,160;--color-tertiary-2:232,51,97;--color-tertiary-3:226,0,57;--color-tertiary-4:128,0,32;--headlines-font-family:Bitter;--paragraphs-font-family:Lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row .container { background-color: transparent; background-image: none; }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row .container > .video-iframe-container { display: none; }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row > .video-iframe-container { display: none; }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .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); }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row .container { border-width: 0; border-radius: 0; }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .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; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G { 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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:0.90625rem;left:20.375rem;z-index:15001; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #AvrkM9Adov7JhktBR3sDWzfrszSaCius { display:flex;position:relative;top:0rem;left:0rem; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #zcFaeQTGgTKaSMgx8Ar6Q1IzqAzL5k5w { width:auto; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #PnAc1k4VTAZIQgrKuaK1RcUBcxExFx7q {  }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #gnRzqNQQOiKSAsP3i0W3zvTvq4y7Uxux { display:flex;position:relative;top:0rem;left:0rem; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #SGwMf2ozfROkNC5Xe0wLeqtCL06ITb46 {  }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #eMuJVzhf6lJxKCNLyKBMigv3r6qrg29z {  }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #QmzT9cnmzWOtdga9o9JSfeM2wKChesyS { display:flex;position:relative;top:0rem;left:0rem; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #ori03hbUkBuKHEnr6gwexQxoDvVZ2QzS {  }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #dwaP7xntXOD5RG5c6wtxn7t8cdd6CMwH {  }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #fovpWgMKE2ZkedC5mxJUPInOf3feR6Tr { display:flex;position:relative;top:0rem;left:0rem; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #mGnsJzshk3MV3dAD9HKBVLbW3gu70anK {  }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #qvuMXhHQI3ciViab0LhtzvtDGIlPtAl0 {  }
#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/56pMIREBAcg/unsplash/sincerely-media-56pMIREBAcg-photo-1547104442-044448b73426.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4.adaptive-delivery-prevent-bg, #q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4.lazyload, #q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4.lazyloading { background-image: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { background-color: transparent; background-image: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container > .video-iframe-container { display: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container { display: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .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); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { border-width: 0; border-radius: 0; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#SiL49zOn3V5D1y9qN8FhDzSH0b5wCldd { display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:20.25rem;left:0rem;height:9.375rem;color:#2d3142;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZOGt31eIJOBg0zPMeXwXCIGiQTr9vWB2 { position:absolute;display:block;z-index:15013;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.0625rem;width:14.9375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#L45lbmc8J7EkVOuaqatNPPA74maD1U5V { position:absolute;display:block;z-index:14999;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.8125rem;width:25.4375rem;top:0rem;left:33.875rem;overflow:hidden;display:block; }
#beMlDtndcHlDgPCTLhcOc5HBOIq6cUIa { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5625rem;left:0rem;height:3.25rem;font-style:normal;display:block; }
#mukhug1392hKBy5PwS7nKV4dGqDIrvsl { display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:29.625rem;left:0rem;height:3.125rem;color:#2d3142;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#as7VDVwF6iOLt0f4mIgZe03OXq8HTxfA { color:rgba(var(--color-primary-4),1);display:block;width:31.0625rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.8125rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#sxamkccudbBPIF1D0iddV8QJ5Q3roA4T { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-0),0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:29.4375rem;top:20rem;left:0rem;display:block; }
#xFTKchacMEmQeRWyduJbpHJzHGopuhw7 { z-index:15003;top:36.125rem;left:5.03125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x2gOmvyakL153swOsT108bU3U3kyFggN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { background-color: transparent; background-image: none; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container > .video-iframe-container { display: none; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row > .video-iframe-container { display: none; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .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); }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { border-width: 0; border-radius: 0; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#rwLB9s2gnEKLTPHTZICPx8W9TI4QHEvQ { display:block;width:42.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.556640625rem;left:8.96875rem;height:;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row .container { background-color: transparent; background-image: none; }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row .container > .video-iframe-container { display: none; }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row > .video-iframe-container { display: none; }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .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); }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row .container { border-width: 0; border-radius: 0; }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:60rem;position:relative;display:block; }#MVWDp6hoMvvwoAJnh08oTikSJ8o2nBlc { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:57.8125rem;top:4.5rem;left:0.5625rem;display:block; }
#IsBKyy1rtt3vz9vWtg16PcJ7TiTLTu7s { color:rgba(var(--color-primary-4),1);display:block;width:46.25rem;position:absolute;font-family:"aileron regular";font-size:1.4375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:5.0625rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#vEDWEeicp6yuq7iJgTq94QRMPtoPgBHK { color:rgba(var(--color-primary-4),1);display:block;width:34.875rem;position:absolute;font-family:"aileron regular";font-size:1.4375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375rem;left:5.0625rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#eGlqnqHU0Mg3mDDZAv8ggEUgP8aR7oeZ { color:rgba(var(--color-primary-4),1);display:block;width:53.125rem;position:absolute;font-family:"aileron regular";font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11rem;left:5.0625rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#nWPNccgrHo12R0rTz7zbgXhMFzQUnSeP { color:rgba(var(--color-primary-4),1);display:block;width:34.875rem;position:absolute;font-family:"aileron regular";font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6rem;left:5.0625rem;height:1.86889375rem;text-align:left;text-align-last:left;display:block; }
#QhQKM622a2Qt8UuaKoCBRE31FVF1no2O { 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:15016;opacity:1;top:5.375rem;left:0.9375rem; }
#gMw2E5TwNKuQeEeR0aaCmLsaVan7NupV { 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:15017;opacity:1;top:10.375rem;left:0.9375rem; }
#t8J7WQseWM09Mh3WJzSlovySXi5DbthG { 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:15018;opacity:1;top:15.3125rem;left:0.9375rem; }
#iB50VPQEQJzAc7e0uuy3E1ivLzUNcV0C { 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:15019;opacity:1;top:20.4375rem;left:0.9375rem; }
#HsL7q3cf7L0ueQhCD7AMaGC9hRgH7aOT { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"aileron heavy";font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row .container { background-color: transparent; background-image: none; }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row .container > .video-iframe-container { display: none; }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row > .video-iframe-container { display: none; }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .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); }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row .container { border-width: 0; border-radius: 0; }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#sVXtau4IzTVtbTtixIy3flAtxMz9tFvx { display:block;width:41.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2568359375rem;left:9.15625rem;height:;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mna0kToe9WCbewKnLs67lTUbyA9ODz1o { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { background-color: transparent; background-image: none; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container > .video-iframe-container { display: none; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row > .video-iframe-container { display: none; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .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); }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { border-width: 0; border-radius: 0; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/hOuJYX2K5DA/unsplash/victor-freitas-hOuJYX2K5DA-photo-1517838277536-f5f99be501cd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:35.625rem;width:11.6875rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;display:block; }#PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf.adaptive-delivery-prevent-bg, #PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf.lazyload, #PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf.lazyloading { background-image: none; }
#UZ1ByIbmTNfqDfHdFe4VaZFcxZ1a1my1 { display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:12.375rem;height:4.0625rem;color:#2d3142;font-style:normal;display:block; }
#t4hprRBgiHh8LWJBrMRRENecTnemMTAW { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3125rem;left:12.375rem;height:4.0625rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#y1drVznN6pi2VkvoCkrqOMgNgNJpSaWL { display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.25rem;left:12.625rem;height:25.33984375rem;font-style:normal;color:#2d3142;text-align:left;text-align-last:left;display:block; }
#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { background-color: transparent; background-image: none; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container > .video-iframe-container { display: none; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row > .video-iframe-container { display: none; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .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); }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { border-width: 0; border-radius: 0; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { font-size:0.875rem;font-family:arial;height:34.0625rem;width:60rem;position:relative;display:block; }#dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/wg2xU_UNiVc/unsplash/ellie-ellien-wg2xU_UNiVc-photo-1567769541495-338ee7203e3c.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:34rem;width:11.6875rem;position:absolute;display:block;z-index:15001;top:0rem;left:48.3125rem;display:block; }#dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.adaptive-delivery-prevent-bg, #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.lazyload, #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.lazyloading { background-image: none; }
#vxsqe5gQiiG8t76KcDx3P07r7WGZByqf { display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:1.5625rem;height:4.0625rem;color:#2d3142;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QMZAR9C5WICaGvr9tA3soqHg1V1fBPsK { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9rem;left:1.59375rem;height:23.390625rem;font-style:normal;color:#2d3142;text-align:right;text-align-last:right;display:block; }
#FWyqb8a9zDfKkRoQR8DlegAIotB7fPnn { display:block;width:45.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.5625rem;height:4.0625rem;color:rgba(var(--color-primary-4),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { background-color: transparent; background-image: none; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container > .video-iframe-container { display: none; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row > .video-iframe-container { display: none; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .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); }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { border-width: 0; border-radius: 0; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/fiEG-Pk6ZyA/unsplash/bruce-mars-fiEG-Pk6ZyA-photo-1518605360659-2aa9659ef66d.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:33.75rem;width:11.6875rem;position:absolute;display:block;z-index:15001;top:0rem;left:0rem;display:block; }#ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk.adaptive-delivery-prevent-bg, #ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk.lazyload, #ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk.lazyloading { background-image: none; }
#xtebGaH3TzVqWmcARQ9WvgU6bTvzUz0t { display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:12.75rem;height:4.0625rem;color:#2d3142;font-style:normal;display:block; }
#mLTWBh6FRXz6kboz0N2keAH2tATrktd3 { display:block;width:45.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8125rem;left:12.8125rem;height:4.0625rem;color:rgba(var(--color-primary-4),1);font-style:normal;display:block; }
#JyPVE0DWJGd21hJAAycdQ5PLgkteUXlr { display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.875rem;left:12.75rem;height:23.390625rem;font-style:normal;color:#2d3142;text-align:left;text-align-last:left;display:block; }
#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/06cd3935-f6ed-4270-8c36-9ecf7b388350/9.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; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0.adaptive-delivery-prevent-bg, #AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0.lazyload, #AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0.lazyloading { background-image: none; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row .container { background-color: transparent; background-image: none; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row .container > .video-iframe-container { display: none; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row > .video-iframe-container { display: none; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .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); }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row .container { border-width: 0; border-radius: 0; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:60rem;position:relative;display:block; }#ZT6fXXViWSV3QJo1TMRib953k47DOZFr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.125rem;width:27.4980625rem;top:8.52734375rem;left:31.25rem;overflow:hidden;display:block; }
#oAyTu5Le9RxJF63J98OZwCPhoqmeK2qH { color:rgba(var(--color-primary-4),1);display:block;width:30rem;position:absolute;font-family:"aileron heavy";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.02734375rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwqNctKiTGrBLtR9MvNsqz042qGKNvhb { color:#a7002a;display:block;width:30rem;position:absolute;font-family:"aileron heavy";font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:1.7068125rem;display:block; }
#ZLrgDaLHOAm8n6IJxpTAi6ugJtbCzgZh { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:"aileron regular";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:14.9375rem;left:0rem;height:22rem;display:block; }
#Przuxf11aTtGLmBlvbO7IAWBFQQhO7KD { color:#a7002a;display:block;width:30rem;position:absolute;font-family:"aileron heavy";font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:41.5rem;left:0rem;height:1.7068125rem;display:block; }
#fFNDUR8VImyMI95BDKI9doFtvciNRd0k { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:"aileron regular";font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:44.25rem;left:0rem;height:12.67575rem;display:block; }#fFNDUR8VImyMI95BDKI9doFtvciNRd0k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fFNDUR8VImyMI95BDKI9doFtvciNRd0k li:before{  }
#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d2XUZAXo4QU/unsplash/we-vibe-toys-d2XUZAXo4QU-photo-1594730036615-a0f77497536f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn.adaptive-delivery-prevent-bg, #QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn.lazyload, #QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn.lazyloading { background-image: none; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container { background-color: transparent; background-image: none; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container > .video-iframe-container { display: none; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row > .video-iframe-container { display: none; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .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); }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container { border-width: 0; border-radius: 0; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn::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; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:60rem;position:relative;display:block; }#JGGtuMDfy9EXMvwbo47hbAX4cnRrWSiw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3KlpeVC0HWxwfHMs5T1KrCFi6UBEsto { color:rgba(var(--color-tertiary-0),1);display:block;width:39.8125rem;position:absolute;font-family:"aileron regular";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:23.9609375rem;left:10.09375rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tGDBXBS2fiodBg28obzsCD8K4s05xAS8 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"aileron heavy";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:4.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:50.4375rem;left:19.0625rem;display:block; }
#KokeWvT7fbzbip8UerJQ9H1M5iFB4sVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wecbs01BKQ1Zk20qMVHIGG30MCX5BnyF { color:rgba(var(--color-tertiary-3),1);display:block;width:24.4375rem;position:absolute;font-family:"aileron heavy";font-size:6.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.9375rem;left:17.78125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWbGDCbqu1mTiHZgshX5UQ1MnZo3szM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:36.7480625rem;position:absolute;font-family:"aileron heavy";font-size:1.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.5rem;left:11.625rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#MCIr5m1u2pf5BwmUJ97m67RRltEbBPCO { color:rgba(var(--color-tertiary-0),1);display:block;width:36.749rem;position:absolute;font-family:"aileron heavy";font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:35.7265625rem;left:11.625rem;height:2.2753875rem;text-align:center;text-align-last:center;display:block; }
#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row .container { background-color: transparent; background-image: none; }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row .container > .video-iframe-container { display: none; }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row > .video-iframe-container { display: none; }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .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); }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row .container { border-width: 0; border-radius: 0; }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#QarlpTZDCtfoUsKGZrE8woUhmqc7PlrR { 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:5.25rem;width:24.3125rem;top:4.25rem;left:17.84375rem;overflow:hidden;display:block; }
#TlMPE4ZUFt0qSmUh8uiA7ptt566ynH6h { color:rgba(var(--color-tertiary-0),1);display:block;width:24.5625rem;position:absolute;font-family:"aileron regular";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.75rem;left:17.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#KaWXHW4sxpXgTpkAvDW4Lu9TTeOc6C75 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:"aileron regular";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0625rem;left:12.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#MWxTLq0SIySTmawlJzy7VL7IbOOSbld1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.375rem;left:25.4375rem; }
#MWxTLq0SIySTmawlJzy7VL7IbOOSbld1 > img { max-width: 100%;max-height:100%; width:3.1245125rem; height:3.1245125rem; }#VJizqQZLbLdvZ5RxyQ4KAcrTErOTAzvU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.375rem;left:28.5625rem; }
#VJizqQZLbLdvZ5RxyQ4KAcrTErOTAzvU > img { max-width: 100%;max-height:100%; width:3.1245125rem; height:3.1245125rem; }#ZARyoxPCOtGJEKZRpA0Scq5byrCv0mch { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.7495125rem;width:2.7495125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.625rem;left:31.8125rem; }
#ZARyoxPCOtGJEKZRpA0Scq5byrCv0mch > img { max-width: 100%;max-height:100%; width:2.7495125rem; height:2.7495125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy { display:block; }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .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; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .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; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G { display:flex;width:18rem;height:5.0625rem;top:1.6875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #AvrkM9Adov7JhktBR3sDWzfrszSaCius { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #zcFaeQTGgTKaSMgx8Ar6Q1IzqAzL5k5w {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #PnAc1k4VTAZIQgrKuaK1RcUBcxExFx7q {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #gnRzqNQQOiKSAsP3i0W3zvTvq4y7Uxux { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #SGwMf2ozfROkNC5Xe0wLeqtCL06ITb46 {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #eMuJVzhf6lJxKCNLyKBMigv3r6qrg29z {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #QmzT9cnmzWOtdga9o9JSfeM2wKChesyS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #ori03hbUkBuKHEnr6gwexQxoDvVZ2QzS {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #dwaP7xntXOD5RG5c6wtxn7t8cdd6CMwH {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #fovpWgMKE2ZkedC5mxJUPInOf3feR6Tr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #mGnsJzshk3MV3dAD9HKBVLbW3gu70anK {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #qvuMXhHQI3ciViab0LhtzvtDGIlPtAl0 {  }
 }@media only screen and (max-width: 763px) { #q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 { display:block; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { height:35.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiL49zOn3V5D1y9qN8FhDzSH0b5wCldd { width:27rem;height:11.375rem;top:5.6875rem;left:0.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGt31eIJOBg0zPMeXwXCIGiQTr9vWB2 { top:1.5rem;left:0rem;width:14.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45lbmc8J7EkVOuaqatNPPA74maD1U5V { top:0rem;left:22.3125rem;width:25.4375rem;height:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beMlDtndcHlDgPCTLhcOc5HBOIq6cUIa { top:9.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mukhug1392hKBy5PwS7nKV4dGqDIrvsl { width:27rem;height:11.375rem;top:5.6875rem;left:0.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #as7VDVwF6iOLt0f4mIgZe03OXq8HTxfA { top:12.8125rem;left:0rem;width:31.0625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxamkccudbBPIF1D0iddV8QJ5Q3roA4T { top:20rem;left:0rem;width:29.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFTKchacMEmQeRWyduJbpHJzHGopuhw7 { top:36.125rem;left:0rem;width:19.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gOmvyakL153swOsT108bU3U3kyFggN { display:block; }
 }@media only screen and (max-width: 763px) { #ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl { display:block; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwLB9s2gnEKLTPHTZICPx8W9TI4QHEvQ { width:46.5rem;height:4.0625rem;top:0rem;left:0.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc { display:block; }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVWDp6hoMvvwoAJnh08oTikSJ8o2nBlc { top:4.5rem;left:0rem;width:47.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsBKyy1rtt3vz9vWtg16PcJ7TiTLTu7s { top:21.0625rem;left:0rem;width:46.25rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDWEeicp6yuq7iJgTq94QRMPtoPgBHK { top:15.9375rem;left:0rem;width:34.875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGlqnqHU0Mg3mDDZAv8ggEUgP8aR7oeZ { top:11rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWPNccgrHo12R0rTz7zbgXhMFzQUnSeP { top:6rem;left:0rem;width:34.875rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhQKM622a2Qt8UuaKoCBRE31FVF1no2O { top:5.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMw2E5TwNKuQeEeR0aaCmLsaVan7NupV { top:10.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8J7WQseWM09Mh3WJzSlovySXi5DbthG { top:15.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB50VPQEQJzAc7e0uuy3E1ivLzUNcV0C { top:20.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsL7q3cf7L0ueQhCD7AMaGC9hRgH7aOT { top:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G { display:block; }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVXtau4IzTVtbTtixIy3flAtxMz9tFvx { width:46.5rem;height:4.0625rem;top:0rem;left:0.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mna0kToe9WCbewKnLs67lTUbyA9ODz1o { display:block; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf { width:11.6875rem;height:11.6875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1ByIbmTNfqDfHdFe4VaZFcxZ1a1my1 { width:4.1875rem;height:4.0625rem;top:1.1875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4hprRBgiHh8LWJBrMRRENecTnemMTAW { width:25.875rem;height:2.4375rem;top:5.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1drVznN6pi2VkvoCkrqOMgNgNJpSaWL { width:25.875rem;height:3.875rem;top:7.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb { display:block; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { width:47.75rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5 { width:11.6875rem;height:11.6875rem;top:0rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxsqe5gQiiG8t76KcDx3P07r7WGZByqf { width:4.1875rem;height:4.0625rem;top:1.25rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMZAR9C5WICaGvr9tA3soqHg1V1fBPsK { width:25.875rem;height:3.875rem;top:7.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWyqb8a9zDfKkRoQR8DlegAIotB7fPnn { width:25.875rem;height:2.4375rem;top:5.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCxStSPxnZLGDx9DaSPFluTT4tiAitFM { display:block; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk { width:11.6875rem;height:11.6875rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtebGaH3TzVqWmcARQ9WvgU6bTvzUz0t { width:4.1875rem;height:4.0625rem;top:1.25rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLTWBh6FRXz6kboz0N2keAH2tATrktd3 { width:25.875rem;height:2.4375rem;top:5.3125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPVE0DWJGd21hJAAycdQ5PLgkteUXlr { width:25.875rem;height:1.9375rem;top:7.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 { display:block; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT6fXXViWSV3QJo1TMRib953k47DOZFr { top:8.5rem;left:20.3125rem;width:27.4375rem;height:31.056449431664rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAyTu5Le9RxJF63J98OZwCPhoqmeK2qH { top:2rem;left:0rem;width:30rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwqNctKiTGrBLtR9MvNsqz042qGKNvhb { top:10.375rem;left:0rem;width:30rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLrgDaLHOAm8n6IJxpTAi6ugJtbCzgZh { top:14.9375rem;left:0rem;width:30rem;height:23.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Przuxf11aTtGLmBlvbO7IAWBFQQhO7KD { top:41.5rem;left:0rem;width:30rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFNDUR8VImyMI95BDKI9doFtvciNRd0k { top:44.25rem;left:0rem;width:30rem;height:12.625rem;font-size:1.1875rem;display:block; }#fFNDUR8VImyMI95BDKI9doFtvciNRd0k li:before{  }
 }@media only screen and (max-width: 763px) { #QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn { display:block; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGGtuMDfy9EXMvwbo47hbAX4cnRrWSiw { top:11.8125rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3KlpeVC0HWxwfHMs5T1KrCFi6UBEsto { top:23.9375rem;left:3.96875rem;width:39.8125rem;height:9.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGDBXBS2fiodBg28obzsCD8K4s05xAS8 { width:21.875rem;height:4.0625rem;top:50.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KokeWvT7fbzbip8UerJQ9H1M5iFB4sVQ { display:block; }
 }@media only screen and (max-width: 763px) { #Wecbs01BKQ1Zk20qMVHIGG30MCX5BnyF { top:37.9375rem;left:11.65625rem;width:24.4375rem;height:8.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWbGDCbqu1mTiHZgshX5UQ1MnZo3szM2 { top:45.5rem;left:5.5rem;width:36.6875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCIr5m1u2pf5BwmUJ97m67RRltEbBPCO { top:35.6875rem;left:5.5rem;width:36.6875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDTc0tc6APk5moqAKdvff6U3gSzUR9i { display:block; }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QarlpTZDCtfoUsKGZrE8woUhmqc7PlrR { top:4.25rem;left:11.71875rem;width:24.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMPE4ZUFt0qSmUh8uiA7ptt566ynH6h { top:9.75rem;left:11.5625rem;width:24.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaWXHW4sxpXgTpkAvDW4Lu9TTeOc6C75 { top:11.0625rem;left:6.1875rem;width:35.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWxTLq0SIySTmawlJzy7VL7IbOOSbld1 { top:1.375rem;left:19.3125rem;width:3.0625rem;height:3.0625rem;display:block; }
#MWxTLq0SIySTmawlJzy7VL7IbOOSbld1 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #VJizqQZLbLdvZ5RxyQ4KAcrTErOTAzvU { top:1.375rem;left:22.4375rem;width:3.0625rem;height:3.0625rem;display:block; }
#VJizqQZLbLdvZ5RxyQ4KAcrTErOTAzvU > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #ZARyoxPCOtGJEKZRpA0Scq5byrCv0mch { top:1.625rem;left:25.6875rem;width:2.6875rem;height:2.6875rem;display:block; }
#ZARyoxPCOtGJEKZRpA0Scq5byrCv0mch > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy { display:block; }#IvVWq9qb8OpvpUng1Xw8FgaMnREVgwdy > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .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; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G .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;color:#ffffff; }
#AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G { display:flex;width:18rem;height:5.0625rem;top:1.125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #AvrkM9Adov7JhktBR3sDWzfrszSaCius { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #zcFaeQTGgTKaSMgx8Ar6Q1IzqAzL5k5w {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #PnAc1k4VTAZIQgrKuaK1RcUBcxExFx7q {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #gnRzqNQQOiKSAsP3i0W3zvTvq4y7Uxux { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #SGwMf2ozfROkNC5Xe0wLeqtCL06ITb46 {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #eMuJVzhf6lJxKCNLyKBMigv3r6qrg29z {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #QmzT9cnmzWOtdga9o9JSfeM2wKChesyS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #ori03hbUkBuKHEnr6gwexQxoDvVZ2QzS {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #dwaP7xntXOD5RG5c6wtxn7t8cdd6CMwH {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #fovpWgMKE2ZkedC5mxJUPInOf3feR6Tr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #mGnsJzshk3MV3dAD9HKBVLbW3gu70anK {  }
 }@media only screen and (max-width: 763px) { #AwHWF7z26ZlUDUFMWheiCxBKuaGsNM0G #qvuMXhHQI3ciViab0LhtzvtDGIlPtAl0 {  }
 }@media only screen and (max-width: 763px) { #q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 { background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { background-color: transparent; background-image: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container > .video-iframe-container { display: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row > .video-iframe-container { display: none; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .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); }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { border-width: 0; border-radius: 0; }#q92upaQlaaGQ0r4GqsC1pE9yF6OBHfN4 > .row .container { height:66.3125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiL49zOn3V5D1y9qN8FhDzSH0b5wCldd { width:20rem;height:6.5625rem;top:48rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOGt31eIJOBg0zPMeXwXCIGiQTr9vWB2 { width:11rem;height:2.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45lbmc8J7EkVOuaqatNPPA74maD1U5V { width:20rem;height:34.3261875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beMlDtndcHlDgPCTLhcOc5HBOIq6cUIa { width:20rem;height:4.0625rem;top:35.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mukhug1392hKBy5PwS7nKV4dGqDIrvsl { width:18.9375rem;height:2rem;top:54.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #as7VDVwF6iOLt0f4mIgZe03OXq8HTxfA { width:20rem;height:6.09375rem;top:40.9375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxamkccudbBPIF1D0iddV8QJ5Q3roA4T { width:20rem;height:9.9375rem;top:47.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFTKchacMEmQeRWyduJbpHJzHGopuhw7 { top:60rem;left:0rem;width:19.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gOmvyakL153swOsT108bU3U3kyFggN { display:block; }
 }@media only screen and (max-width: 763px) { #ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl { display:block; }#ywMh5JvyzTsXnqBmFPckeTHOFPAao4Pl > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rwLB9s2gnEKLTPHTZICPx8W9TI4QHEvQ { width:20rem;height:9.746125rem;top:1.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc { display:block; }#vVUCLq3bSLvV0oN8mhleSKJCawWIrpyc > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVWDp6hoMvvwoAJnh08oTikSJ8o2nBlc { width:17.625rem;height:40.8125rem;top:5.912109375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsBKyy1rtt3vz9vWtg16PcJ7TiTLTu7s { width:12.125rem;height:4.62890625rem;top:40.638671875rem;left:3.9375rem;font-size:1.1875rem;color:#a7002a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEDWEeicp6yuq7iJgTq94QRMPtoPgBHK { width:13.625rem;height:3.0859375rem;top:31.6015625rem;left:3.1875rem;font-size:1.1875rem;color:#a7002a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGlqnqHU0Mg3mDDZAv8ggEUgP8aR7oeZ { width:17rem;height:4.62890625rem;top:21.09765625rem;left:1.5rem;font-size:1.1875rem;color:#a7002a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWPNccgrHo12R0rTz7zbgXhMFzQUnSeP { width:11rem;height:4.62890625rem;top:11.03515625rem;left:4.5rem;font-size:1.1875rem;color:#a7002a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhQKM622a2Qt8UuaKoCBRE31FVF1no2O { display:flex;width:3.125rem;height:3.125rem;top:6.912109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gMw2E5TwNKuQeEeR0aaCmLsaVan7NupV { display:flex;width:3.125rem;height:3.125rem;top:16.724609375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #t8J7WQseWM09Mh3WJzSlovySXi5DbthG { display:flex;width:3.125rem;height:3.125rem;top:35.912109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iB50VPQEQJzAc7e0uuy3E1ivLzUNcV0C { display:flex;width:3.125rem;height:3.125rem;top:27.037109375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #HsL7q3cf7L0ueQhCD7AMaGC9hRgH7aOT { width:20rem;height:3.41064375rem;top:1.25rem;left:0rem;font-size:1.3125rem;color:#a7002a;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G { display:block; }#JNolRXnrySE8ZTtMQGXtcT9zoFoQBq6G > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVXtau4IzTVtbTtixIy3flAtxMz9tFvx { width:19.0625rem;height:7.3095625rem;top:0rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mna0kToe9WCbewKnLs67lTUbyA9ODz1o { display:block; }#mna0kToe9WCbewKnLs67lTUbyA9ODz1o > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUTFUSF7qF4uHFb9GVKxiaM8KJ1pPOnf { width:20rem;height:7.1875rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UZ1ByIbmTNfqDfHdFe4VaZFcxZ1a1my1 { width:4.1875rem;height:2.4375rem;top:7.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4hprRBgiHh8LWJBrMRRENecTnemMTAW { width:20rem;height:1.7858875rem;top:9.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1drVznN6pi2VkvoCkrqOMgNgNJpSaWL { width:20rem;height:26.32321875rem;top:11.412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb { display:block; }#HrgPx4cWX6eNh0xkt6i9LEVsu3neGaTb > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5 { width:20rem;height:6.25rem;top:0rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wg2xU_UNiVc/unsplash/ellie-ellien-wg2xU_UNiVc-photo-1567769541495-338ee7203e3c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.adaptive-delivery-prevent-bg, #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.lazyload, #dABSxMWkvhy7QUEXmGX3n7CWTmF2KPU5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vxsqe5gQiiG8t76KcDx3P07r7WGZByqf { width:4.1875rem;height:2.4375rem;top:6.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMZAR9C5WICaGvr9tA3soqHg1V1fBPsK { width:20rem;height:21.93600625rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWyqb8a9zDfKkRoQR8DlegAIotB7fPnn { width:20rem;height:1.7858875rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCxStSPxnZLGDx9DaSPFluTT4tiAitFM { display:block; }#WCxStSPxnZLGDx9DaSPFluTT4tiAitFM > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ey0R6G66QzJ9hlEQNyT0Je3cQemBTlNk { width:20rem;height:6.25rem;top:0rem;left:0.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #xtebGaH3TzVqWmcARQ9WvgU6bTvzUz0t { width:4.1875rem;height:2.4375rem;top:6.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLTWBh6FRXz6kboz0N2keAH2tATrktd3 { width:20rem;height:1.7858875rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyPVE0DWJGd21hJAAycdQ5PLgkteUXlr { width:20rem;height:19.011225rem;top:10.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 { display:block; }#AfNB1QbpqXuroDKOy3KZFr1SX6p4gFt0 > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT6fXXViWSV3QJo1TMRib953k47DOZFr { width:14.625rem;height:16.5625rem;top:9.94482421875rem;left:2.6865234375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oAyTu5Le9RxJF63J98OZwCPhoqmeK2qH { width:19.9980625rem;height:4.87305rem;top:2.5927734375rem;left:0.00146484375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwqNctKiTGrBLtR9MvNsqz042qGKNvhb { width:15.624rem;height:3.25rem;top:27.49951171875rem;left:2.185546875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLrgDaLHOAm8n6IJxpTAi6ugJtbCzgZh { width:18.1875rem;height:31.34764375rem;top:32.06103515625rem;left:0.9052734375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Przuxf11aTtGLmBlvbO7IAWBFQQhO7KD { width:8.1225625rem;height:1.7858875rem;top:64.7490234375rem;left:5.93701171875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFNDUR8VImyMI95BDKI9doFtvciNRd0k { width:18.1875rem;height:15.76175rem;top:67.34765625rem;left:0.9052734375rem;font-size:1.1875rem;display:block; }#fFNDUR8VImyMI95BDKI9doFtvciNRd0k li:before{  }
 }@media only screen and (max-width: 763px) { #QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn { background-color:transparent;background-image:url("https://images.assets-landingi.com/d2XUZAXo4QU/unsplash/we-vibe-toys-d2XUZAXo4QU-photo-1594730036615-a0f77497536f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn.adaptive-delivery-prevent-bg, #QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn.lazyload, #QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn.lazyloading { background-image: none; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container { background-color: transparent; background-image: none; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container > .video-iframe-container { display: none; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row > .video-iframe-container { display: none; }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .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); }#QbivxUNmCTs1SyBFJZHKRJVTQJLHkiXn > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGGtuMDfy9EXMvwbo47hbAX4cnRrWSiw { width:18.75rem;height:11.9970625rem;top:2.125rem;left:0.625rem;font-size:2rem;line-height:2;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #W3KlpeVC0HWxwfHMs5T1KrCFi6UBEsto { width:17.624rem;height:5.6066875rem;top:15.353515625rem;left:1.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGDBXBS2fiodBg28obzsCD8K4s05xAS8 { width:17.6230625rem;height:3.186525rem;top:31.0078125rem;left:1.1875rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KokeWvT7fbzbip8UerJQ9H1M5iFB4sVQ { display:block; }
 }@media only screen and (max-width: 763px) { #Wecbs01BKQ1Zk20qMVHIGG30MCX5BnyF { width:20rem;height:5.6875rem;top:23.5849609375rem;left:0rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xWbGDCbqu1mTiHZgshX5UQ1MnZo3szM2 { width:20rem;height:1.4624rem;top:28.5849609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCIr5m1u2pf5BwmUJ97m67RRltEbBPCO { width:20rem;height:1.4624rem;top:22.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTDTc0tc6APk5moqAKdvff6U3gSzUR9i { display:block; }#uTDTc0tc6APk5moqAKdvff6U3gSzUR9i > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QarlpTZDCtfoUsKGZrE8woUhmqc7PlrR { width:15.625rem;height:3.625rem;top:4.3740234375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMPE4ZUFt0qSmUh8uiA7ptt566ynH6h { width:19.9980625rem;height:1.13769375rem;top:8rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KaWXHW4sxpXgTpkAvDW4Lu9TTeOc6C75 { width:19.5rem;height:2.2753875rem;top:9.0625rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWxTLq0SIySTmawlJzy7VL7IbOOSbld1 { display:flex;width:3.061525rem;height:3.061525rem;top:1.3125rem;left:5.4375rem; }
#MWxTLq0SIySTmawlJzy7VL7IbOOSbld1 > img { max-width: 100%;max-height:100%; width:3.061525rem; height:3.061525rem; } }@media only screen and (max-width: 763px) { #VJizqQZLbLdvZ5RxyQ4KAcrTErOTAzvU { display:flex;width:3.061525rem;height:3.061525rem;top:1.3125rem;left:8.5625rem; }
#VJizqQZLbLdvZ5RxyQ4KAcrTErOTAzvU > img { max-width: 100%;max-height:100%; width:3.061525rem; height:3.061525rem; } }@media only screen and (max-width: 763px) { #ZARyoxPCOtGJEKZRpA0Scq5byrCv0mch { display:flex;width:2.686525rem;height:2.686525rem;top:1.5625rem;left:11.8125rem; }
#ZARyoxPCOtGJEKZRpA0Scq5byrCv0mch > img { max-width: 100%;max-height:100%; width:2.686525rem; height:2.686525rem; } }